pgsql-hackers since 2025-09-26 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

Browse Archives

Prev | Next

Sept. 26, 2025

Thread Author Time
Re: Add support for specifying tables in pg_createsubscriber. Peter Smith 00:35
Re: Resetting recovery target parameters in pg_createsubscriber Michael Paquier 00:40
Re: Add support for entry counting in pgstats 📎 Sami Imseih 00:47
Re: psql: tab-completion support for COPY ... TO/FROM STDIN, STDOUT, and PROGRAM 📎 Yugo Nagata 01:16
Re: [BUG] temporary file usage report with extended protocol and unnamed portals Michael Paquier 01:20
Re: plan shape work Alexandra Wang 01:20
Re: Remove unused for_all_tables field from AlterPublicationStmt Chao Li 01:24
Re: Suggestion to add --continue-client-on-abort option to pgbench Yugo Nagata 01:29
Re: plan shape work Robert Haas 01:40
Re: plan shape work Tom Lane 01:53
Re: [BUG] temporary file usage report with extended protocol and unnamed portals Sami Imseih 02:05
Re: plan shape work Richard Guo 02:26
Re: Optimize LISTEN/NOTIFY Chao Li 02:26
Re: [BUG] temporary file usage report with extended protocol and unnamed portals Michael Paquier 02:28
Re: plan shape work Tom Lane 02:37
Re: Suggestion to add --continue-client-on-abort option to pgbench 📎 Yugo Nagata 02:44
Re: Remove unused for_all_tables field from AlterPublicationStmt Michael Paquier 02:49
Re: Suggestion to add --continue-client-on-abort option to pgbench Yugo Nagata 02:52
Re: Mark ItemPointer arguments as const thoughoutly 📎 Chao Li 02:54
Re: [PATCH] Write Notifications Through WAL 📎 Rishu Bagga 03:36
Re: Add support for entry counting in pgstats 📎 Michael Paquier 03:56
Re: Add memory_limit_hits to pg_stat_replication_slots Bertrand Drouvot 05:26
Re: POC: enable logical decoding when wal_level = 'replica' without a server restart shveta malik 05:42
Re: GNU/Hurd portability patches Michael Banck 05:51
Mark function arguments of type "Datum *" as "const Datum *" where possible 📎 Chao Li 05:56
Re: plan shape work Richard Guo 06:29
Re: Add memory_limit_hits to pg_stat_replication_slots Chao Li 06:34
Re: [BUG] temporary file usage report with extended protocol and unnamed portals Frédéric Yhuel 06:45
Re: issue with synchronized_standby_slots Ashutosh Sharma 07:00
Re: [PATCH] GROUP BY ALL Peter Eisentraut 07:02
Re: Logical Replication of sequences 📎 vignesh C 07:25
Re: [BUG] temporary file usage report with extended protocol and unnamed portals Guillaume Lelarge 07:28
Re: Mark function arguments of type "Datum *" as "const Datum *" where possible 📎 Chao Li 07:35
Re: Add memory_limit_hits to pg_stat_replication_slots Bertrand Drouvot 08:04
Re: [PATCH] GROUP BY ALL Andrey Borodin 08:45
Re: [BUG] temporary file usage report with extended protocol and unnamed portals Mircea Cadariu 08:55
Re: GIN tries to form a tuple with a partial compressedList during insertion 📎 Arseniy Mukhin 08:58
Re: Optimize LISTEN/NOTIFY Joel Jacobson 09:32
Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Ashutosh Bapat 09:41
Re: Optimize LISTEN/NOTIFY Chao Li 09:44
Re: Mark function arguments of type "Datum *" as "const Datum *" where possible Chao Li 09:51
Re: Clear logical slot's 'synced' flag on promotion of standby 📎 Ajin Cherian 09:56
Re: Improve pg_sync_replication_slots() to wait for primary to advance shveta malik 10:14
Re: Exit walsender before confirming remote flush in logical replication Vitaly Davydov 11:10
Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar 11:12
Re: Report bytes and transactions actually sent downtream 📎 Bertrand Drouvot 11:13
Re: [PATCH] GROUP BY ALL David Christensen 11:16
Re: Fix bug with accessing to temporary tables of other sessions 📎 Jim Jones 11:19
Re: Implement waiting for wal lsn replay: reloaded Xuneng Zhou 11:22
Re: [BUG] temporary file usage report with extended protocol and unnamed portals Michael Paquier 11:33
Re: How can end users know the cause of LR slot sync delays? 📎 Shlok Kyal 11:35
Re: Remove custom redundant full page write description from GIN 📎 Kirill Reshke 11:39
Re: Mark function arguments of type "Datum *" as "const Datum *" where possible Michael Paquier 11:50
splitting src/bin/scripts/vacuumdb.c 📎 Álvaro Herrera 11:55
Re: refactor backend type lists 📎 Álvaro Herrera 12:28
Re: Panic during xlog building with big values Andy Pogrebnoi 12:33
Re: Report bytes and transactions actually sent downtream Ashutosh Bapat 12:44
Re: Problem in 'ORDER BY' of a column using a created collation? Robert Haas 13:15
Re: refactor backend type lists Álvaro Herrera 13:22
Batching in executor 📎 Amit Langote 13:28
Re: splitting src/bin/scripts/vacuumdb.c Antonin Houska 13:46
Re: Batching in executor Bruce Momjian 13:49
Re: splitting src/bin/scripts/vacuumdb.c Álvaro Herrera 13:53
Re: [WIP]Vertical Clustered Index (columnar store extension) - take2 📎 Timur Magomedov 14:09
Re: [PATCH] GROUP BY ALL Tom Lane 14:11
Re: splitting src/bin/scripts/vacuumdb.c Nathan Bossart 14:15
Re: plan shape work Tom Lane 14:23
Re: plan shape work Robert Haas 14:23
Re: Adding REPACK [concurrently] Mihail Nikalayeu 14:27
RE: Supporting non-deterministic collations with tailoring rules. Daniel Verite 14:28
Re: Mark function arguments of type "Datum *" as "const Datum *" where possible Nathan Bossart 14:30
Re: splitting src/bin/scripts/vacuumdb.c Álvaro Herrera 14:44
Re: Avoiding roundoff error in pg_sleep() Vladlen Popolitov 14:58
Re: Mark function arguments of type "Datum *" as "const Datum *" where possible Tom Lane 15:00
Re: Remove unused for_all_tables field from AlterPublicationStmt Álvaro Herrera 15:02
Re: Avoiding roundoff error in pg_sleep() David G. Johnston 15:08
Re: Avoiding roundoff error in pg_sleep() Tom Lane 15:10
test_json_parser/002_inline is kind of slow Robert Haas 15:11
Re: Avoiding roundoff error in pg_sleep() Vladlen Popolitov 15:25
Re: test_json_parser/002_inline is kind of slow Nathan Bossart 15:25
Re: Avoiding roundoff error in pg_sleep() David G. Johnston 15:32
Re: test_json_parser/002_inline is kind of slow Jacob Champion 15:33
Re: test_json_parser/002_inline is kind of slow Andres Freund 15:35
Re: test_json_parser/002_inline is kind of slow Andres Freund 15:38
Re: [PATCH] GROUP BY ALL 📎 David Christensen 15:45
Re: Avoiding roundoff error in pg_sleep() Robert Haas 15:46
Re: test_json_parser/002_inline is kind of slow Robert Haas 15:48
Re: [PATCH] GROUP BY ALL David Christensen 15:49
Re: test_json_parser/002_inline is kind of slow Jacob Champion 15:49
Re: test_json_parser/002_inline is kind of slow Jacob Champion 15:51
Re: [PATCH] GROUP BY ALL David Christensen 15:52
Re: [PATCH] GROUP BY ALL Peter Eisentraut 15:54
Re: test_json_parser/002_inline is kind of slow Robert Haas 15:55
Re: [PATCH] GROUP BY ALL David Christensen 15:59
Re: test_json_parser/002_inline is kind of slow Andres Freund 16:01
Re: test_json_parser/002_inline is kind of slow Tom Lane 16:01
Re: [PATCH] GROUP BY ALL Tom Lane 16:04
Re: [PATCH] GROUP BY ALL David Christensen 16:13
Re: [PATCH] GROUP BY ALL David Christensen 16:17
Re: Issue with logical replication slot during switchover 📎 Fabrice Chapuis 16:21
Re: [PATCH] GROUP BY ALL Tom Lane 16:23
Re: [PATCH] GROUP BY ALL Tom Lane 16:24
Re: test_json_parser/002_inline is kind of slow Jacob Champion 16:26
Re: Remove unused for_all_tables field from AlterPublicationStmt Masahiko Sawada 16:27
Re: [PATCH] GROUP BY ALL jian he 16:37
Re: [PATCH] GROUP BY ALL David Christensen 16:56
Re: Report bytes and transactions actually sent downtream Bertrand Drouvot 16:58
Re: [PATCH] GROUP BY ALL 📎 David Christensen 17:00
Re: Add support for entry counting in pgstats Sami Imseih 17:09
Re: Adding REPACK [concurrently] Robert Treat 17:30
Re: Xact end leaves CurrentMemoryContext = TopMemoryContext pavel seleznev 17:38
Re: OAuth client code doesn't work with Google OAuth Zsolt Parragi 17:41
Re: [PATCH] GROUP BY ALL Tom Lane 17:46
Re: Xact end leaves CurrentMemoryContext = TopMemoryContext Tom Lane 17:53
Re: Changing shared_buffers without restart Dmitry Dolgov 18:04
Limit eartdistance regression testcase to the public schema 📎 Zsolt Parragi 18:07
Re: Proposal: Adding compression of temporary files 📎 Filip Janus 18:13
Re: Limit eartdistance regression testcase to the public schema Tom Lane 18:15
Re: OAuth client code doesn't work with Google OAuth Jacob Champion 18:27
Re: Changing shared_buffers without restart Andres Freund 18:36
Re: disallow alter individual column if partition key contains wholerow reference Matt Dailis 18:46
Re: [PATCH] GROUP BY ALL 📎 David Christensen 18:50
Re: Skipping schema changes in publication Shlok Kyal 18:53
Re: Skipping schema changes in publication 📎 Shlok Kyal 19:50
Re: [PATCH] GROUP BY ALL Tom Lane 20:18
V18 change on EXPLAIN ANALYZE Marcos Pegoraro 20:33
Re: [PATCH] GROUP BY ALL 📎 Tom Lane 20:37
Re: V18 change on EXPLAIN ANALYZE Maciek Sakrejda 21:01
Re: access numeric data in module 📎 Ed Behn 21:03
Re: V18 change on EXPLAIN ANALYZE Tom Lane 21:11

Sept. 27, 2025

Thread Author Time
Re: test_json_parser/002_inline is kind of slow 📎 Jacob Champion 00:06
Re: V18 change on EXPLAIN ANALYZE 📎 Maciek Sakrejda 00:31
Re: Sending unflushed WAL in physical replication SATYANARAYANA NARLAPURAM 08:23
Re: Fix bug with accessing to temporary tables of other sessions Daniil Davydov 09:20
bug, ALTER TABLE call ATPostAlterTypeCleanup twice for the same relation 📎 jian he 09:54
Re: Fixing MSVC's inability to detect elog(ERROR) does not return David Rowley 10:43
NLS in Meson Álvaro Herrera 11:01
Re: Sending unflushed WAL in physical replication Andrey Borodin 11:46
Re: [PATCH] GROUP BY ALL Peter Eisentraut 13:30
Re: [PATCH] GROUP BY ALL Peter Eisentraut 13:40
Re: test_json_parser/002_inline is kind of slow Andrew Dunstan 13:58
Re: [PATCH] Add tests for Bitmapset 📎 Greg Burd 14:03
Re: bug, ALTER TABLE call ATPostAlterTypeCleanup twice for the same relation 📎 jian he 14:23
Re: Proposal: Conflict log history table for Logical Replication Amit Kapila 15:23
Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar 15:54
Re: [PATCH] GROUP BY ALL Tom Lane 16:03
Re: test_json_parser/002_inline is kind of slow Tom Lane 16:43
Add jsonb_translate(jsonb, from, to) 📎 Florents Tselai 17:16
Re: [BUG] temporary file usage report with extended protocol and unnamed portals Sami Imseih 17:44
Re: [PATCH] GROUP BY ALL Vik Fearing 18:14
Re: BackgroundPsql swallowing errors on windows Arseniy Mukhin 18:39
Re: Proposal: Conflict log history table for Logical Replication Amit Kapila 21:13
Re: [PATCH] GROUP BY ALL 📎 Tom Lane 22:23

Sept. 28, 2025

Thread Author Time
Re: Mark function arguments of type "Datum *" as "const Datum *" where possible 📎 Chao Li 03:02
Re: Mark function arguments of type "Datum *" as "const Datum *" where possible Chao Li 03:21
Re: Limit eartdistance regression testcase to the public schema Zsolt Parragi 07:00
Why cannot alter column type when a view depends on it? Chao Li 08:18
Re: Implement waiting for wal lsn replay: reloaded 📎 Xuneng Zhou 09:02
Re: Why cannot alter column type when a view depends on it? jian he 09:03
Re: [PATCH] GROUP BY ALL Chao Li 09:05
Re: allow benign typedef redefinitions (C11) 📎 Álvaro Herrera 09:23
Re: Changing shared_buffers without restart Dmitry Dolgov 09:24
Re: Revisiting {CREATE INDEX, REINDEX} CONCURRENTLY improvements 📎 Mihail Nikalayeu 09:26
Re: Add jsonb_translate(jsonb, from, to) Chao Li 09:33
Re: Add jsonb_translate(jsonb, from, to) Florents Tselai 10:10
Re: Optimize LISTEN/NOTIFY Joel Jacobson 10:24
Re: Add jsonb_translate(jsonb, from, to) Pavel Stehule 11:26
Re: Proposal: Conflict log history table for Logical Replication 📎 Dilip Kumar 11:45
Re: LISTEN/NOTIFY bug: VACUUM sets frozenxid past a xid in async queue 📎 Arseniy Mukhin 13:17
Re: Why cannot alter column type when a view depends on it? David G. Johnston 13:18
Re: Improve read_local_xlog_page_guts by replacing polling with latch-based waiting 📎 Xuneng Zhou 13:47
Re: [PATCH] GROUP BY ALL Tom Lane 14:20
Re: allow benign typedef redefinitions (C11) Tom Lane 14:35
Re: RFC: extensible planner state 📎 Tom Lane 15:41
Re: allow benign typedef redefinitions (C11) 📎 Álvaro Herrera 16:54
Re: [PATCH] GROUP BY ALL David Christensen 19:18
Re: [PATCH] GROUP BY ALL 📎 David Christensen 20:34
Re: Decouple C++ support in Meson's PGXS from LLVM enablement 📎 Tristan Partin 21:16
Re: bug, ALTER TABLE call ATPostAlterTypeCleanup twice for the same relation David Rowley 21:36
Re: [WIP]Vertical Clustered Index (columnar store extension) - take2 📎 Peter Smith 23:39

Sept. 29, 2025

Thread Author Time
create table like including storage parameter 📎 jian he 00:00
Re: Add support for entry counting in pgstats Michael Paquier 00:15
Fix locking issue with fixed-size stats template in injection_points 📎 Michael Paquier 00:48
Re: create table like including storage parameter David G. Johnston 01:28
Re: Fix locking issue with fixed-size stats template in injection_points Chao Li 01:46
Re: plan shape work Richard Guo 01:47
Re: Eager aggregation, take 3 Richard Guo 02:09
Re: Optimize LISTEN/NOTIFY Chao Li 02:33
Re: plan shape work Tom Lane 02:41
Re: Skipping schema changes in publication Peter Smith 03:28
Re: pgstattuple "unexpected zero page" for gist and hash indexes Dilip Kumar 03:33
Re: Clear logical slot's 'synced' flag on promotion of standby shveta malik 03:48
Re: GB18030-2022 Support in PostgreSQL John Naylor 04:03
Re: bug, ALTER TABLE call ATPostAlterTypeCleanup twice for the same relation Chao Li 04:18
Re: Logical Replication of sequences shveta malik 04:28
Re: Clear logical slot's 'synced' flag on promotion of standby shveta malik 06:11
Re: [PATCH] Add tests for Bitmapset Michael Paquier 06:20
Re: Fix locking issue with fixed-size stats template in injection_points Michael Paquier 06:27
Re: Issue with logical replication slot during switchover shveta malik 06:28
Add tab completion support for WAIT FOR command 📎 Xuneng Zhou 06:37

Browse Archives

Prev | Next