pgsql-hackers before 2021-02-09 00:00

The PostgreSQL developers team lives here. Discussion of current development issues, problems and bugs, and proposed new features. If your question cannot be answered by people in the other lists, and it is likely that only a developer will know the answer, you may re-post your question in this list. You must try elsewhere first!

Search the Archives

(enter a message-id to go directly to that message)

Browse Archives

Prev | Next

Feb. 5, 2021

Thread Author Time
Re: pg_replication_origin_drop API potential race condition 📎 Amit Kapila 07:01
RE: Single transaction in the tablesync worker? 📎 [email protected] 07:06
Re: Preserve attstattarget on REINDEX CONCURRENTLY Ronan Dunklau 07:22
Re: Preserve attstattarget on REINDEX CONCURRENTLY Michael Paquier 07:43
There doesn't seem to be any case where PQputCopyEnd() returns 0 Kasahara Tatsuhito 07:52
Re: Parallel INSERT (INTO ... SELECT ...) Greg Nancarrow 07:53
Re: pg_replication_origin_drop API potential race condition Peter Smith 08:20
Re: Single transaction in the tablesync worker? Amit Kapila 08:51
Re: Parallel INSERT (INTO ... SELECT ...) Amit Langote 09:07
Re: Correct comment in StartupXLOG(). Amul Sul 09:12
Re: pg_replication_origin_drop API potential race condition Amit Kapila 09:14
Re: adding wait_start column to pg_locks 📎 Fujii Masao 09:49
Re: Support ALTER SUBSCRIPTION ... ADD/DROP PUBLICATION ... syntax Bharath Rupireddy 09:50
Re: Parallel INSERT (INTO ... SELECT ...) Greg Nancarrow 09:55
Re: Single transaction in the tablesync worker? Ajin Cherian 10:01
Fuzz testing COPY FROM parsing Heikki Linnakangas 10:45
Should we improve "PID XXXX is not a PostgreSQL server process" warning for pg_terminate_backend(<<postmaster_pid>>)? Bharath Rupireddy 11:45
Re: Parallel INSERT (INTO ... SELECT ...) Amit Langote 12:12
Re: [HACKERS] GSoC 2017: Foreign Key Arrays Alvaro Herrera 12:39
Re: pg_replication_origin_drop API potential race condition Euler Taveira 13:14
Re: Support ALTER SUBSCRIPTION ... ADD/DROP PUBLICATION ... syntax 📎 japin 13:21
Re: There doesn't seem to be any case where PQputCopyEnd() returns 0 Fujii Masao 14:01
Re: Parallel INSERT (INTO ... SELECT ...) Greg Nancarrow 14:01
Re: Parallel INSERT (INTO ... SELECT ...) Amit Langote 14:14
Re: [HACKERS] GSoC 2017: Foreign Key Arrays Mark Rofail 14:17
Re: Dumping/restoring fails on inherited generated column 📎 Peter Eisentraut 14:18
Re: [HACKERS] Custom compression methods 📎 Dilip Kumar 14:41
Re: [HACKERS] Custom compression methods Dilip Kumar 14:43
Re: [HACKERS] GSoC 2017: Foreign Key Arrays Alvaro Herrera 14:46
Re: [HACKERS] GSoC 2017: Foreign Key Arrays Stephen Frost 15:05
Re: Single transaction in the tablesync worker? Petr Jelinek 15:10
Re: [HACKERS] GSoC 2017: Foreign Key Arrays 📎 Mark Rofail 15:27
Re: [HACKERS] GSoC 2017: Foreign Key Arrays Mark Rofail 15:34
Re: Fuzz testing COPY FROM parsing Stephen Frost 15:54
Re: [HACKERS] Custom compression methods Justin Pryzby 15:56
Re: [HACKERS] Custom compression methods Robert Haas 16:07
Re: [HACKERS] Custom compression methods Robert Haas 16:23
Re: making update/delete of inheritance trees scale better Robert Haas 16:35
Re: Key management with tests Bruce Momjian 16:40
Re: making update/delete of inheritance trees scale better Tom Lane 17:06
Re: [HACKERS] Custom compression methods Justin Pryzby 17:41
Re: Key management with tests Stephen Frost 18:14
Re: Fuzz testing COPY FROM parsing Andrew Dunstan 19:16
Re: Fuzz testing COPY FROM parsing Heikki Linnakangas 19:50
Re: New IndexAM API controlling index vacuum strategies Peter Geoghegan 20:02
Re: Fuzz testing COPY FROM parsing Stephen Frost 20:06
First-draft release notes for back branches are up Tom Lane 20:07
Re: Fuzz testing COPY FROM parsing Tom Lane 20:11
More test/kerberos tweaks 📎 Jacob Champion 20:22
Re: Key management with tests Bruce Momjian 20:37
Re: More test/kerberos tweaks Tom Lane 20:55
Re: making update/delete of inheritance trees scale better Robert Haas 21:05
Re: new heapcheck contrib module Robert Haas 21:13
Re: automatic analyze: readahead - add "IO read time" log message 📎 Stephen Frost 21:22
Re: making update/delete of inheritance trees scale better Tom Lane 21:53
Re: More test/kerberos tweaks Jacob Champion 21:54
Re: Key management with tests Stephen Frost 22:21

Feb. 6, 2021

Thread Author Time
Re: Single transaction in the tablesync worker? Peter Smith 00:51
Re: Key management with tests Bruce Momjian 00:53
Re: Correct comment in StartupXLOG(). Michael Paquier 01:36
Re: Fuzz testing COPY FROM parsing David Fetter 01:40
Re: [PATCH 1/1] Fix detection of pwritev support for OSX. James Hilliard 03:53
Re: Windows regress fails (latest HEAD) Alexander Lakhin 05:00
Re: Single transaction in the tablesync worker? Amit Kapila 05:07
Re: pg_replication_origin_drop API potential race condition 📎 Amit Kapila 06:29
RE: Single transaction in the tablesync worker? 📎 [email protected] 07:30
Re: Single transaction in the tablesync worker? Petr Jelinek 09:41
Re: pg_replication_origin_drop API potential race condition Petr Jelinek 09:56
Re: pg_replication_origin_drop API potential race condition Amit Kapila 12:17
TRUNCATE on foreign table 📎 Kazutaka Onishi 13:11
Re: Fuzz testing COPY FROM parsing Andrew Dunstan 13:28
Re: CLUSTER on partitioned index 📎 Justin Pryzby 14:45
Re: TRUNCATE on foreign table Zhihong Yu 17:10
Re: CLUSTER on partitioned index Zhihong Yu 17:21
GlobalVisIsRemovableFullXid() vs GlobalVisCheckRemovableXid() Peter Geoghegan 20:27
Re: Preserve attstattarget on REINDEX CONCURRENTLY Tomas Vondra 21:39
psql \copy from sends a lot of packets 📎 Heikki Linnakangas 22:13
Re: psql \copy from sends a lot of packets Tom Lane 22:23
Bug in query rewriter - hasModifyingCTE not getting set 📎 Greg Nancarrow 22:29
Re: Bug in query rewriter - hasModifyingCTE not getting set Tom Lane 23:03

Feb. 7, 2021

Thread Author Time
Re: Bug in query rewriter - hasModifyingCTE not getting set 📎 Tom Lane 00:05
Re: Preserve attstattarget on REINDEX CONCURRENTLY Michael Paquier 00:39
Re: There doesn't seem to be any case where PQputCopyEnd() returns 0 Kasahara Tatsuhito 02:02
Re: Single transaction in the tablesync worker? Peter Smith 03:38
Re: GlobalVisIsRemovableFullXid() vs GlobalVisCheckRemovableXid() Andres Freund 03:40
Re: GlobalVisIsRemovableFullXid() vs GlobalVisCheckRemovableXid() Peter Geoghegan 03:41
Support tab completion for upper character inputs in psql 📎 Tang, Haiying 07:06
Re: REINDEX backend filtering 📎 Julien Rouhaud 07:20
Re: BUG #16583: merge join on tables with different DB collation behind postgres_fdw fails 📎 Tom Lane 07:55
jsonb_array_elements_recursive() Joel Jacobson 09:54
Re: Prevent printing "next step instructions" in initdb and pg_upgrade Magnus Hagander 10:21
Re: [HACKERS] Custom compression methods 📎 Dilip Kumar 11:45
Re: Bug in query rewriter - hasModifyingCTE not getting set Greg Nancarrow 12:26
Re: TRUNCATE on foreign table 📎 Kazutaka Onishi 12:36
Re: Is Recovery actually paused? Bharath Rupireddy 13:14
Re: Is Recovery actually paused? 📎 Dilip Kumar 13:57
Re: [HACKERS] GSoC 2017: Foreign Key Arrays 📎 Mark Rofail 14:10
Re: Prevent printing "next step instructions" in initdb and pg_upgrade Bruce Momjian 14:50
Re: jsonb_array_elements_recursive() Joel Jacobson 15:59
Re: jsonb_array_elements_recursive() Pavel Stehule 16:08
Re: Prevent printing "next step instructions" in initdb and pg_upgrade Tom Lane 16:09
Re: REINDEX backend filtering Zhihong Yu 16:16
Re: jsonb_array_elements_recursive() Joel Jacobson 16:27
Re: jsonb_array_elements_recursive() Tom Lane 16:27
Re: jsonb_array_elements_recursive() Joel Jacobson 16:31
Re: jsonb_array_elements_recursive() Zhihong Yu 17:33
Re: jsonb_array_elements_recursive() Pavel Stehule 17:35
Re: jsonb_array_elements_recursive() David G. Johnston 17:37
Re: jsonb_array_elements_recursive() Joel Jacobson 17:42
Re: jsonb_array_elements_recursive() Joel Jacobson 17:43
Re: Bug in query rewriter - hasModifyingCTE not getting set Tom Lane 17:44
Re: jsonb_array_elements_recursive() Pavel Stehule 18:06
Re: proposal: enhancing plpgsql debug API - returns text value of variable content 📎 Pavel Stehule 18:09
Re: GlobalVisIsRemovableFullXid() vs GlobalVisCheckRemovableXid() Peter Geoghegan 18:12
Re: Perform COPY FROM encoding conversions in larger chunks 📎 Heikki Linnakangas 18:13
Re: jsonb_array_elements_recursive() Zhihong Yu 18:20
Re: jsonb_array_elements_recursive() Pavel Stehule 18:38
Re: Support tab completion for upper character inputs in psql Tom Lane 18:55
Re: Key management with tests Bruce Momjian 19:00
Re: Bug in query rewriter - hasModifyingCTE not getting set Tom Lane 19:05
Re: jsonb_array_elements_recursive() David G. Johnston 19:09
Re: [POC] verifying UTF-8 using SIMD instructions 📎 John Naylor 20:24
Re: [HACKERS] GSoC 2017: Foreign Key Arrays Alvaro Herrera 21:11
Re: [HACKERS] GSoC 2017: Foreign Key Arrays Alvaro Herrera 21:17
Re: [WIP] UNNEST(REFCURSOR): allowing SELECT to consume data from a REFCURSOR Dent John 21:35

Feb. 8, 2021

Thread Author Time
Re: Single transaction in the tablesync worker? 📎 Peter Smith 00:42
Detecting pointer misalignment (was Re: pgsql: Implementation of subscripting for jsonb) Tom Lane 00:47
Re: Is Recovery actually paused? Yugo NAGATA 01:06
Re: Detecting pointer misalignment (was Re: pgsql: Implementation of subscripting for jsonb) Tom Lane 01:20
Re: Is Recovery actually paused? Dilip Kumar 02:21
Re: Single transaction in the tablesync worker? Peter Smith 02:35
Re: Is Recovery actually paused? Yugo NAGATA 02:47
Re: parse mistake in ecpg connect string 📎 Kyotaro Horiguchi 03:00
RE: parse mistake in ecpg connect string 📎 [email protected] 03:02
RE: parse mistake in ecpg connect string [email protected] 03:25
Re: Single transaction in the tablesync worker? Amit Kapila 03:40
Re: About to add WAL write/fsync statistics to pg_stat_wal view Fujii Masao 04:01
Re: Is Recovery actually paused? Dilip Kumar 04:05
Re: Is Recovery actually paused? Bharath Rupireddy 04:19
Re: Is Recovery actually paused? Dilip Kumar 04:30
RE: Single transaction in the tablesync worker? 📎 [email protected] 04:43
Re: Is it useful to record whether plans are generic or custom? 📎 torikoshia 05:02
Re: Is Recovery actually paused? Yugo NAGATA 05:12
Re: About to add WAL write/fsync statistics to pg_stat_wal view Fujii Masao 05:26
Re: pg_replication_origin_drop API potential race condition 📎 Amit Kapila 06:23
RE: Single transaction in the tablesync worker? 📎 [email protected] 06:52
Re: Parallel INSERT (INTO ... SELECT ...) 📎 Greg Nancarrow 06:52
RE: Parallel INSERT (INTO ... SELECT ...) Hou, Zhijie 06:59
Re: Parallel INSERT (INTO ... SELECT ...) Greg Nancarrow 07:14
Re: Add MAIN_RELATION_CLEANUP and SECONDARY_RELATION_CLEANUP options to VACUUM 📎 Michael Paquier 07:35
Re: Extend more usecase for planning time partition pruning and init partition pruning. Andy Fan 07:43
Re: Support tab completion for upper character inputs in psql Kyotaro Horiguchi 08:02
Re: Parallel INSERT (INTO ... SELECT ...) Greg Nancarrow 08:04
Re: cost_sort vs cost_agg Andy Fan 08:04
RE: Parallel INSERT (INTO ... SELECT ...) 📎 Tang, Haiying 08:12
repeated decoding of prepared transactions Markus Wanner 08:31
Re: Is Recovery actually paused? Kyotaro Horiguchi 08:32
RE: parse mistake in ecpg connect string Wang, Shenhao 08:34
Re: [HACKERS] GSoC 2017: Foreign Key Arrays 📎 Mark Rofail 08:40
Re: Add MAIN_RELATION_CLEANUP and SECONDARY_RELATION_CLEANUP options to VACUUM Justin Pryzby 08:46
Re: Is Recovery actually paused? Yugo NAGATA 08:48
RE: Parallel INSERT (INTO ... SELECT ...) Hou, Zhijie 09:13
Re: Libpq support to connect to standby server as priority 📎 vignesh C 09:16
Made ecpg compatibility mode and run-time behaviour options case insensitive Tang, Haiying 09:42
Re: repeated decoding of prepared transactions Amit Kapila 10:13
Re: [POC] verifying UTF-8 using SIMD instructions 📎 Heikki Linnakangas 10:17
[PATCH] Improve amcheck to also check UNIQUE constraint in btree index. 📎 Pavel Borisov 10:46
Re: Single transaction in the tablesync worker? 📎 Amit Kapila 10:59
Re: Single transaction in the tablesync worker? Amit Kapila 11:03
Re: automatic analyze: readahead - add "IO read time" log message Heikki Linnakangas 11:24
Re: Is Recovery actually paused? Dilip Kumar 11:35
RE: Support tab completion for upper character inputs in psql 📎 Tang, Haiying 12:12
Re: [POC] verifying UTF-8 using SIMD instructions John Naylor 13:14
Re: Parallel INSERT (INTO ... SELECT ...) 📎 Amit Langote 14:03
[BUG] Autovacuum not dynamically decreasing cost_limit and cost_delay 📎 Mead, Scott 14:48
RE: libpq debug log 📎 [email protected] 14:57
Re: repeated decoding of prepared transactions Markus Wanner 15:06
Re: Made ecpg compatibility mode and run-time behaviour options case insensitive Tom Lane 16:14
Re: Detecting pointer misalignment (was Re: pgsql: Implementation of subscripting for jsonb) 📎 Tom Lane 16:49
Re: pg_replication_origin_drop API potential race condition Euler Taveira 16:51
Re: Prevent printing "next step instructions" in initdb and pg_upgrade Tom Lane 17:56
Re: pg_replication_origin_drop API potential race condition Alvaro Herrera 18:00
Re: Allow matching whole DN from a client certificate Jacob Champion 18:29
Improvements and additions to COPY progress reporting 📎 Matthias van de Meent 18:35
small test case for abbrev(cidr) 📎 Peter Eisentraut 18:40
Re: Add MAIN_RELATION_CLEANUP and SECONDARY_RELATION_CLEANUP options to VACUUM 📎 Bossart, Nathan 18:59
Allowing create database within transaction block Hari Sankar 19:01
Re: libpq compression Daniil Zakhlystov 19:23
Re: parse mistake in ecpg connect string Tom Lane 19:28
Re: small test case for abbrev(cidr) Tom Lane 19:29
Re: [PATCH] Improve amcheck to also check UNIQUE constraint in btree index. Pavel Borisov 19:31
Re: [PATCH] Improve amcheck to also check UNIQUE constraint in btree index. Mark Dilger 21:46
Is txid_status() actually safe? / What is 011_crash_recovery.pl testing? Andres Freund 21:52
Clean up code CK Tan 22:09
2021-02-11 release announcement draft 📎 Jonathan S. Katz 22:40
Re: Support for NSS as a libpq TLS backend 📎 Daniel Gustafsson 23:08
Re: Support for NSS as a libpq TLS backend Daniel Gustafsson 23:11
Re: 2021-02-11 release announcement draft Noah Misch 23:11
Re: Proposal: Save user's original authenticated identity for logging 📎 Jacob Champion 23:35
Re: Single transaction in the tablesync worker? 📎 Peter Smith 23:38

Browse Archives

Prev | Next