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

Sept. 13, 2025

Thread Author Time
Re: RFC: extensible planner state Robert Haas 00:16
Re: Proposal: Conflict log history table for Logical Replication Bharath Rupireddy 00:44
Re: Proposal: Conflict log history table for Logical Replication Bharath Rupireddy 00:45
Re: pg_dump does not dump domain not-null constraint's comments Noah Misch 02:02
Re: Error with DEFAULT VALUE in temp table Sergey Shinderuk 06:08
Re: How can end users know the cause of LR slot sync delays? 📎 Shlok Kyal 07:15
Re: Eager aggregation, take 3 Richard Guo 08:27
Re: plan shape work Richard Guo 08:46
Re: plan shape work Richard Guo 09:02
Re: proposal: schema variables 📎 Pavel Stehule 09:28
Re: High CPU consumption in cascade replication with large number of walsenders Alexander Korotkov 09:35
Re: pg_dump does not dump domain not-null constraint's comments Álvaro Herrera 11:59
Re: [BUG?] check_exclusion_or_unique_constraint false negative 📎 Mihail Nikalayeu 12:07
Re: POC: make mxidoff 64 bits Alexander Korotkov 13:34
Re: [PATCH] Add tests for Bitmapset Greg Burd 14:23
Re: Parallel Apply Abhi Mehta 16:18
Re: ICU warnings during make installcheck and text_extensions test Alexander Korotkov 17:59
Re: Orphan page in _bt_split Peter Geoghegan 19:10
Re: Implement waiting for wal lsn replay: reloaded 📎 Alexander Korotkov 19:31
Re: Fix missing EvalPlanQual recheck for TID scans Sophie Alpert 22:12

Sept. 14, 2025

Thread Author Time
Re: Adding skip scan (including MDAM style range skip scan) to nbtree Peter Geoghegan 01:03
Re: Fix missing EvalPlanQual recheck for TID scans Sophie Alpert 03:02
Re: meson's in-tree libpq header search order vs -Dextra_include_dirs Thomas Munro 03:23
Re: Use WALReadFromBuffers in more places 📎 Bharath Rupireddy 05:04
remove unnecessary include in src/backend/commands/policy.c 📎 jian he 06:37
Re: Proposal: Conflict log history table for Logical Replication 📎 Dilip Kumar 06:53
Ignoring symlinks when recovering time zone identifiers in initdb Florian Weimer 07:49
Re: Incorrect logic in XLogNeedsFlush() 📎 Dilip Kumar 08:09
Re: [PATCH] ternary reloption type 📎 Nikolay Shaplov 08:49
Re: Orphan page in _bt_split 📎 Konstantin Knizhnik 13:40
Re: PostgreSQL 18 GA press release draft Jonathan S. Katz 13:41
Re: Implement waiting for wal lsn replay: reloaded Xuneng Zhou 13:51
Re: PostgreSQL 18 GA press release draft Jonathan S. Katz 13:57
Re: Ignoring symlinks when recovering time zone identifiers in initdb Tom Lane 15:55
Re: Ignoring symlinks when recovering time zone identifiers in initdb Tom Lane 16:21
Re: PostgreSQL 18 GA press release draft Jeff Davis 17:08
Re: Incorrect logic in XLogNeedsFlush() Jeff Davis 17:53
Re: Allow tests to pass in OpenSSL FIPS mode Tom Lane 19:02
Re: PostgreSQL 18 GA press release draft 📎 Jonathan S. Katz 20:04
Re: Query Performance Degradation Due to Partition Scan Order – PostgreSQL v17.6 David Rowley 21:45
Re: Adding support for Row Compares to nbtree startikey optimization Peter Geoghegan 21:47
Re: Query Performance Degradation Due to Partition Scan Order – PostgreSQL v17.6 David Rowley 21:49
Re: [WIP]Vertical Clustered Index (columnar store extension) - take2 Peter Smith 23:30
Re: plan shape work Tom Lane 23:42

Sept. 15, 2025

Thread Author Time
Re: remove unnecessary include in src/backend/commands/policy.c Chao Li 00:18
Re: Add support for specifying tables in pg_createsubscriber. Peter Smith 00:30
Re: Fix missing EvalPlanQual recheck for TID scans Chao Li 01:49
Re: Preferred use of macro GetPGProcByNumber Chao Li 02:06
Re: Incorrect logic in XLogNeedsFlush() Dilip Kumar 02:46
Re: let ALTER COLUMN SET DATA TYPE cope with POLICY dependency 📎 jian he 02:51
Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Amit Kapila 02:55
Re: Adding support for Row Compares to nbtree startikey optimization 📎 Peter Geoghegan 03:00
Re: Query Performance Degradation Due to Partition Scan Order – PostgreSQL v17.6 Ashutosh Bapat 03:03
Re: Fix missing EvalPlanQual recheck for TID scans Sophie Alpert 03:09
Re: Fix missing EvalPlanQual recheck for TID scans David Rowley 03:10
Re: let ALTER TABLE DROP COLUMN drop whole-row referenced object Chao Li 03:47
CREATE TABLE LIKE INCLUDING POLICIES 📎 jian he 04:08
Re: Conflict detection for update_deleted in logical replication 📎 Amit Kapila 04:51
Re: Conflict detection for update_deleted in logical replication shveta malik 04:55
Re: Add support for specifying tables in pg_createsubscriber. 📎 Shubham Khanna 05:24
Re: Fix missing EvalPlanQual recheck for TID scans Chao Li 05:31
Re: Only one version can be installed when using extension_control_path Peter Eisentraut 05:40
Re: [Proposal] Expose internal MultiXact member count function for efficient monitoring 📎 Naga Appani 05:47
Fix missing EvalPlanQual recheck for TID scans David G. Johnston 06:04
Re: Fix missing EvalPlanQual recheck for TID scans David G. Johnston 06:27
Re: Fix missing EvalPlanQual recheck for TID scans David Rowley 06:27
Re: [PATCH] jit: fix build with LLVM-21 Peter Eisentraut 06:35
[PATCH] Introduce unified support for composite GUC options 📎 Чумак Антон 06:35
Re: --with-llvm on 32-bit platforms? Peter Eisentraut 06:36
Re: Resetting recovery target parameters in pg_createsubscriber 📎 Alexander Korotkov 07:29
RE: Conflict detection for update_deleted in logical replication 📎 Zhijie Hou (Fujitsu) 07:36
RE: Conflict detection for update_deleted in logical replication Zhijie Hou (Fujitsu) 07:37
Re: Add SPLIT PARTITION/MERGE PARTITIONS commands Alexander Korotkov 08:03
Re: Add RESPECT/IGNORE NULLS and FROM FIRST/LAST options Chao Li 08:08
Re: Fix missing EvalPlanQual recheck for TID scans Chao Li 08:12
Re: proposal: schema variables Jim Jones 08:21
Re: [PATCH] Refactor bytea_sortsupport(), take two 📎 Aleksander Alekseev 08:40
Re: Update Windows CI Task Names: Server 2022 + VS 2022 Upgrade 📎 Nazir Bilal Yavuz 08:50
Re: someone else to do the list of acknowledgments Dmitry Yurichev 09:04
Re: Logical Replication of sequences 📎 vignesh C 09:06
Re: allow benign typedef redefinitions (C11) Peter Eisentraut 09:25
Re: Fix missing EvalPlanQual recheck for TID scans Chao Li 09:29
AioCtl Shared Memory size fix 📎 Madhukar . 09:31
Re: misleading error message in ProcessUtilitySlow T_CreateStatsStmt Peter Eisentraut 10:16
Re: [PATCH] Generate random dates/times in a specified range Damien Clochard 10:40
Re: Fix missing EvalPlanQual recheck for TID scans 📎 David Rowley 11:23
Re: AioCtl Shared Memory size fix Matthias van de Meent 12:06
Re: Conflict detection for update_deleted in logical replication Amit Kapila 12:10
Re: let ALTER TABLE DROP COLUMN drop whole-row referenced object 📎 jian he 12:40
Re: Improve pg_sync_replication_slots() to wait for primary to advance 📎 Ajin Cherian 12:47
Remove custom redundant full page write description from GIN 📎 Kirill Reshke 12:56
Re: index prefetching 📎 Tomas Vondra 13:00
[PATCH] Better Performance for PostgreSQL with large INSERTs Philipp Marek 13:16
Re: [PATCH] Better Performance for PostgreSQL with large INSERTs Kirill Reshke 13:23
Re: Remove custom redundant full page write description from GIN Andrey Borodin 13:27
Re: [PATCH] Better Performance for PostgreSQL with large INSERTs Philipp Marek 13:40
Re: Adding skip scan (including MDAM style range skip scan) to nbtree Natalya Aksman 13:50
Re: expand virtual generated columns in get_relation_constraints() Peter Eisentraut 14:36
Newly created replication slot may be invalidated by checkpoint 📎 suyu.cmj 14:41
Re: BUG #18959: Name collisions of expression indexes during parallel Index creations on a pratitioned table. Robert Haas 14:46
Re: Incorrect logic in XLogNeedsFlush() Melanie Plageman 14:58
Re: index prefetching Peter Geoghegan 15:12
Re: [BUG] PostgreSQL crashes with ThreadSanitizer during early initialization Emmanuel Sibi 15:19
Re: POC: make mxidoff 64 bits Maxim Orlov 15:42
Re: BUG #18959: Name collisions of expression indexes during parallel Index creations on a pratitioned table. Tom Lane 16:15
Re: --with-llvm on 32-bit platforms? Dmitry Mityugov 16:23
Re: plan shape work Robert Haas 16:32
Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Masahiko Sawada 16:45
Re: proposal: schema variables 📎 Pavel Stehule 16:55
Re: Make COPY format extendable: Extract COPY TO format implementations Masahiko Sawada 17:00
Clarification on DROP OWNED BY command in PG18 DIPESH DHAMELIYA 17:13
Changing on SGML Notes Marcos Pegoraro 17:26
Re: LISTEN/NOTIFY bug: VACUUM sets frozenxid past a xid in async queue Masahiko Sawada 17:40
Re: Fix missing EvalPlanQual recheck for TID scans Sophie Alpert 17:41
Re: Add SPLIT PARTITION/MERGE PARTITIONS commands 📎 Alexander Korotkov 17:47
Re: [PATCH] Add tests for Bitmapset 📎 Greg Burd 18:00
Re: Identifying function-lookup failures due to argument name mismatches Robert Haas 18:11
Re: BUG #18959: Name collisions of expression indexes during parallel Index creations on a pratitioned table. Robert Haas 18:23
Re: SQL:2023 JSON simplified accessor support 📎 Alexandra Wang 18:32
Re: RFC: extensible planner state Robert Haas 18:35
Re: Proposal: GUC to control starting/stopping logical subscription workers SATYANARAYANA NARLAPURAM 18:42
Re: POC: Parallel processing of indexes in autovacuum 📎 Alexander Korotkov 18:50
Re: [PATCH] Add tests for Bitmapset Robert Haas 18:54
Re: Implement waiting for wal lsn replay: reloaded 📎 Alexander Korotkov 18:59
Re: Incorrect logic in XLogNeedsFlush() Melanie Plageman 19:02
Re: [PATCH] Add tests for Bitmapset Greg Burd 19:03
Re: --with-llvm on 32-bit platforms? Tom Lane 19:16
Re: index prefetching Tomas Vondra 19:28
Re: plan shape work Tom Lane 19:43
Re: [PATCH] Add tests for Bitmapset 📎 Greg Burd 19:56
Re: Identifying function-lookup failures due to argument name mismatches Tom Lane 20:01
Re: BUG #18959: Name collisions of expression indexes during parallel Index creations on a pratitioned table. Tom Lane 20:06
Re: --with-llvm on 32-bit platforms? Dmitry Mityugov 20:08
Re: --with-llvm on 32-bit platforms? Tom Lane 20:21
Re: Implement waiting for wal lsn replay: reloaded Álvaro Herrera 20:24
Re: Vacuum statistics Ilia Evdokimov 20:46
Re: Identifying function-lookup failures due to argument name mismatches Robert Haas 21:02
Re: plan shape work Robert Haas 21:07
Re: Identifying function-lookup failures due to argument name mismatches Tom Lane 21:12
Re: plan shape work Tom Lane 21:15
Re: PgStat_HashKey padding issue when passed by reference Sami Imseih 21:47
Re: --with-llvm on 32-bit platforms? 📎 Dmitry Mityugov 22:06
Re: Add SPLIT PARTITION/MERGE PARTITIONS commands 📎 Dmitry Koval 22:11
question about pending updates in pgstat_report_inj Sami Imseih 22:11
Re: question about pending updates in pgstat_report_inj Andres Freund 22:21
Re: question about pending updates in pgstat_report_inj Andres Freund 22:26
Re: question about pending updates in pgstat_report_inj Sami Imseih 22:33
Re: Buffer locking is special (hints, checksums, AIO writes) 📎 Andres Freund 23:05
Re: --with-llvm on 32-bit platforms? Thomas Munro 23:09
Re: PgStat_HashKey padding issue when passed by reference Michael Paquier 23:37
Re: Identifying function-lookup failures due to argument name mismatches Robert Haas 23:43
Re: AIX support Bruce Momjian 23:44

Sept. 16, 2025

Thread Author Time
Re: --with-llvm on 32-bit platforms? Tom Lane 00:04
Include extension path on pg_available_extensions 📎 Matheus Alcantara 00:18
Re: --with-llvm on 32-bit platforms? Tom Lane 00:31
Re: Incorrect logic in XLogNeedsFlush() Michael Paquier 00:40
Re: --with-llvm on 32-bit platforms? Thomas Munro 00:51
Re: Orphan page in _bt_split Michael Paquier 01:26
Re: Add support for specifying tables in pg_createsubscriber. Peter Smith 01:50
Re: Resetting recovery target parameters in pg_createsubscriber Michael Paquier 01:51
Improving the names generated for indexes on expressions 📎 Tom Lane 01:56
Re: BUG #18959: Name collisions of expression indexes during parallel Index creations on a pratitioned table. Tom Lane 02:08
Re: question about pending updates in pgstat_report_inj 📎 Michael Paquier 02:29
Reword messages using "as" instead of "because" 📎 Kyotaro Horiguchi 02:46
RE: Conflict detection for update_deleted in logical replication 📎 Zhijie Hou (Fujitsu) 03:53
Re: Reword messages using "as" instead of "because" Amit Kapila 03:56
Re: Fix missing EvalPlanQual recheck for TID scans Chao Li 04:11
Re: Improving the names generated for indexes on expressions Pavel Stehule 04:24
RE: [Patch] add new parameter to pg_replication_origin_session_setup Hayato Kuroda (Fujitsu) 04:37
RE: Conflict detection for update_deleted in logical replication 📎 Zhijie Hou (Fujitsu) 04:38
Re: Add support for specifying tables in pg_createsubscriber. 📎 Shubham Khanna 04:52
Re: Improving the names generated for indexes on expressions David G. Johnston 04:56
Re: Support for 8-byte TOAST values (aka the TOAST infinite loop problem) 📎 Michael Paquier 05:14
Re: Conflict detection for update_deleted in logical replication shveta malik 05:42
Re: [PATCH] Add tests for Bitmapset Michael Paquier 06:04
Re: [BUG] temporary file usage report with extended protocol and unnamed portals Michael Paquier 06:22
Re: Improve pg_sync_replication_slots() to wait for primary to advance shveta malik 06:23
Re: relfilenode statistics Michael Paquier 06:44
Re: [PATCH] Refactor bytea_sortsupport(), take two John Naylor 06:46
Re: AioCtl Shared Memory size fix Michael Paquier 06:50
Re: --with-llvm on 32-bit platforms? Dmitry Mityugov 07:21
pgstattuple "unexpected zero page" for gist and hash indexes 📎 Nitin Motiani 07:36
Re: pg_restore --no-policies should not restore policies' comment Fujii Masao 08:04
Re: [PATCH] Refactor bytea_sortsupport(), take two Chao Li 08:04
Re: Preferred use of macro GetPGProcByNumber 📎 Maksim.Melnikov 08:05
Re: Preferred use of macro GetPGProcByNumber Chao Li 08:19
Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Amit Kapila 08:29
Re: Suggestion to add --continue-client-on-abort option to pgbench Jakub Wartak 08:34
Re: Conflict detection for update_deleted in logical replication Amit Kapila 08:34
Re: Add support for specifying tables in pg_createsubscriber. Peter Smith 08:47
Re: Add SPLIT PARTITION/MERGE PARTITIONS commands 📎 jian he 08:52
Re: Cannot find a working 64-bit integer type on Illumos Peter Eisentraut 09:03
Re: [PATCH] Refactor bytea_sortsupport(), take two Aleksander Alekseev 09:08
Re: GB18030-2022 Support in PostgreSQL John Naylor 09:21
Re: Logical Replication of sequences shveta malik 09:31
Re: [PATCH] Refactor bytea_sortsupport(), take two 📎 Aleksander Alekseev 09:33
Re: Parallel Apply Amit Kapila 09:33
Re: GB18030-2022 Support in PostgreSQL John Naylor 09:36
Re: Parallel Apply Amit Kapila 09:51
Re: Parallel Apply Amit Kapila 10:00

Browse Archives

Prev | Next