pgsql-hackers since 2025-08-15 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

Aug. 15, 2025

Thread Author Time
Re: Skipping schema changes in publication 📎 Peter Smith 00:53
Re: Eager aggregation, take 3 Richard Guo 01:41
Re: Make pgoutput documentation easier to find Chao Li 01:44
Re: index prefetching Thomas Munro 01:47
Re: index prefetching Thomas Munro 01:49
RE: memory leak in logical WAL sender with pgoutput's cachectx Zhijie Hou (Fujitsu) 02:10
Re: index prefetching Peter Geoghegan 02:12
Re: memory leak in logical WAL sender with pgoutput's cachectx Xuneng Zhou 02:59
RE: Compilation issues for HASH_STATISTICS and HASH_DEBUG options 📎 Hayato Kuroda (Fujitsu) 03:22
Re: [PATCH] bms_prev_member() can read beyond the end of the array of allocated words Tom Lane 03:24
Re: Dead code with short varlenas in toast_save_datum() Michael Paquier 03:32
Re: Compilation issues for HASH_STATISTICS and HASH_DEBUG options Michael Paquier 03:41
Re: Compilation issues for HASH_STATISTICS and HASH_DEBUG options Tom Lane 03:42
Re: Add mode column to pg_stat_progress_vacuum Shinya Kato 04:19
Re: [PATCH] bms_prev_member() can read beyond the end of the array of allocated words David Rowley 04:37
RE: Make pgoutput documentation easier to find Hayato Kuroda (Fujitsu) 04:46
Re: Compilation issues for HASH_STATISTICS and HASH_DEBUG options David Rowley 04:48
Re: Compilation issues for HASH_STATISTICS and HASH_DEBUG options Michael Paquier 05:25
RE: memory leak in logical WAL sender with pgoutput's cachectx 📎 Zhijie Hou (Fujitsu) 05:25
Re: Potential deadlock in pgaio_io_wait() 📎 Thomas Munro 05:39
RE: Conflict detection for update_deleted in logical replication 📎 Zhijie Hou (Fujitsu) 05:45
Re: Add mode column to pg_stat_progress_vacuum Kirill Reshke 05:46
RE: Compilation issues for HASH_STATISTICS and HASH_DEBUG options Hayato Kuroda (Fujitsu) 05:46
Re: Sequence Access Methods, round two 📎 Michael Paquier 05:47
Re: Compilation issues for HASH_STATISTICS and HASH_DEBUG options David Rowley 06:11
Re: Skipping schema changes in publication Kirill Reshke 06:16
Re: Adding support for Row Compares to nbtree startikey optimization Chao Li 06:37
Re: Compilation issues for HASH_STATISTICS and HASH_DEBUG options David Rowley 06:37
Re: Parallel Apply Amit Kapila 06:44
Re: Proposal: Conflict log history table for Logical Replication Amit Kapila 06:52
Re: Adding support for Row Compares to nbtree startikey optimization Chao Li 06:57
Re: Compilation issues for HASH_STATISTICS and HASH_DEBUG options Michael Paquier 07:09
Re: Add support for specifying tables in pg_createsubscriber. Peter Smith 07:15
Re: Sequence Access Methods, round two Kirill Reshke 07:36
Re: memory leak in logical WAL sender with pgoutput's cachectx Masahiko Sawada 08:09
Clarify comment in _bt_set_startikey 📎 Chao Li 08:35
Increase OpenBSD CI task's RAM disk size 📎 Nazir Bilal Yavuz 08:46
Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar 09:00
Re: Update LDAP Protocol in fe-connect.c to v3 Peter Eisentraut 09:02
Re: Increase OpenBSD CI task's RAM disk size Daniel Gustafsson 09:18
Re: Compilation issues for HASH_STATISTICS and HASH_DEBUG options 📎 David Rowley 09:19
Re: Add CHECK_FOR_INTERRUPTS in pg_buffercache_pages while scanning the buffers SATYANARAYANA NARLAPURAM 09:33
Re: Increase OpenBSD CI task's RAM disk size Nazir Bilal Yavuz 10:20
Re: A few patches to clarify snapshot management 📎 Heikki Linnakangas 11:12
RE: Logical Replication of sequences Hayato Kuroda (Fujitsu) 11:16
RE: memory leak in logical WAL sender with pgoutput's cachectx Hayato Kuroda (Fujitsu) 12:07
Re: Adding REPACK [concurrently] 📎 Antonin Houska 12:32
Re: Adding REPACK [concurrently] Alvaro Herrera 12:48
Memory leak of SMgrRelation object on standby 📎 Jingtang Zhang 12:50
Re: [PATCH] bms_prev_member() can read beyond the end of the array of allocated words Burd, Greg 13:58
shmem_startup_hook called twice on Windows Sami Imseih 14:17
About Custom Aggregates, C Extensions and Memory Marthin Laubscher 15:01
Re: index prefetching 📎 Andres Freund 15:09
Re: Compilation issues for HASH_STATISTICS and HASH_DEBUG options Tom Lane 15:16
Re: shmem_startup_hook called twice on Windows Nathan Bossart 15:20
Re: shmem_startup_hook called twice on Windows Sami Imseih 15:33
Re: About Custom Aggregates, C Extensions and Memory Tom Lane 15:35
Re: shmem_startup_hook called twice on Windows Sami Imseih 15:36
[PATCH] Add tests for Bitmapset 📎 Greg Burd 15:39
Re: shmem_startup_hook called twice on Windows Nathan Bossart 15:51
PoC: pg_dump --filter-data <file> (like Oracle Where Clause on RMAN for specific tables) Kirk Wolak 16:10
Re: Remove Instruction Synchronization Barrier in spin_delay() for ARM64 architecture Nathan Bossart 16:17
Re: index prefetching Peter Geoghegan 16:24
Re: shmem_startup_hook called twice on Windows Sami Imseih 16:25
Re: index prefetching Peter Geoghegan 16:29
Re: PoC: pg_dump --filter-data <file> (like Oracle Where Clause on RMAN for specific tables) Tom Lane 16:37
Re: Improve hash join's handling of tuples with null join keys Tom Lane 16:52
Re: pg_stat_statements: Add `calls_aborted` counter for tracking query cancellations 📎 Benoit T 16:55
Re: Making jsonb_agg() faster Tom Lane 16:57
Re: index prefetching Andres Freund 17:09
Re: `pg_ctl init` crashes when run concurrently; semget(2) suspected Burd, Greg 17:12
Re: Making jsonb_agg() faster 📎 jian he 17:21
Re: index prefetching Andres Freund 17:22
Re: PoC: pg_dump --filter-data <file> (like Oracle Where Clause on RMAN for specific tables) Greg Sabino Mullane 17:25
Re: Remove Instruction Synchronization Barrier in spin_delay() for ARM64 architecture Andres Freund 17:39
Re: [WIP]Vertical Clustered Index (columnar store extension) - take2 📎 Timur Magomedov 17:45
Re: Remove Instruction Synchronization Barrier in spin_delay() for ARM64 architecture 📎 Nathan Bossart 17:57
Re: `pg_ctl init` crashes when run concurrently; semget(2) suspected Burd, Greg 17:58
Re: index prefetching Peter Geoghegan 17:58
Re: index prefetching Peter Geoghegan 18:05
Re: memory leak in logical WAL sender with pgoutput's cachectx Masahiko Sawada 18:22
Re: memory leak in logical WAL sender with pgoutput's cachectx Masahiko Sawada 18:29
Re: Fix for typo in UUIDv7 timestamp extraction Masahiko Sawada 18:44
Re: shmem_startup_hook called twice on Windows Nathan Bossart 18:46
Re: Fix for typo in UUIDv7 timestamp extraction Masahiko Sawada 19:01
Re: Add CHECK_FOR_INTERRUPTS in pg_buffercache_pages while scanning the buffers Masahiko Sawada 19:03
Re: index prefetching Peter Geoghegan 19:25
Re: index prefetching Andres Freund 19:28
Re: index prefetching Peter Geoghegan 19:31
Re: index prefetching Andres Freund 19:38
Re: index prefetching Peter Geoghegan 19:42
Re: index prefetching Andres Freund 19:45
Re: Remove Instruction Synchronization Barrier in spin_delay() for ARM64 architecture Andres Freund 20:13
Re: index prefetching Peter Geoghegan 20:16
Re: Remove Instruction Synchronization Barrier in spin_delay() for ARM64 architecture Nathan Bossart 20:25
Re: Remove Instruction Synchronization Barrier in spin_delay() for ARM64 architecture Nathan Bossart 20:54
Re: Remove Instruction Synchronization Barrier in spin_delay() for ARM64 architecture Tom Lane 22:03
Re: Making jsonb_agg() faster Tom Lane 22:40
Re: Add Option To Check All Addresses For Matching target_session_attr 📎 Andrew Jackson 23:43
Re: Conflict detection for update_deleted in logical replication Masahiko Sawada 23:44

Aug. 16, 2025

Thread Author Time
executor: release large memory allocations sooner 📎 Jeff Davis 00:13
Re: Sequence Access Methods, round two Michael Paquier 00:22
Re: `pg_ctl init` crashes when run concurrently; semget(2) suspected Thomas Munro 02:25
Re: `pg_ctl init` crashes when run concurrently; semget(2) suspected Thomas Munro 03:04
Re: `pg_ctl init` crashes when run concurrently; semget(2) suspected Tom Lane 03:16
Re: [PATCH] Let's get rid of the freelist and the buffer_strategy_lock Thomas Munro 03:37
Re: Retail DDL Kirill Reshke 05:08
Re: Raw parse tree is not dumped to log Tatsuo Ishii 05:56
Fix typos in comments in worker.c and execReplication.c 📎 Tender Wang 07:43
Re: Fix typos in comments in worker.c and execReplication.c Masahiko Sawada 08:16
Re: Logical Replication of sequences Masahiko Sawada 08:44
Re: Row pattern recognition 📎 Tatsuo Ishii 08:45
Re: Add RESPECT/IGNORE NULLS and FROM FIRST/LAST options 📎 Tatsuo Ishii 09:33
Re: Dead code with short varlenas in toast_save_datum() 📎 Nikhil Kumar Veldanda 09:34
Re: Retail DDL Kirill Reshke 09:43
Re: DSA overflow in hash join 📎 Konstantin Knizhnik 11:53
Re: Compilation issues for HASH_STATISTICS and HASH_DEBUG options 📎 David Rowley 12:24
Plan caching and serialization for reuse across executions Xuan Chen 12:32
Re: Retail DDL Álvaro Herrera 12:52
Re: Retail DDL Álvaro Herrera 12:59
Re: Adding REPACK [concurrently] Robert Treat 13:41
Re: `pg_ctl init` crashes when run concurrently; semget(2) suspected Greg Burd 14:00
Re: Retail DDL Tom Lane 14:22
Re: About Custom Aggregates, C Extensions and Memory Marthin Laubscher 16:04
Re: Improve LWLock tranche name visibility across backends 📎 Sami Imseih 17:18
Re: About Custom Aggregates, C Extensions and Memory Tom Lane 17:29
Re: BackgroundPsql swallowing errors on windows Noah Misch 17:59
Re: BackgroundPsql swallowing errors on windows Tom Lane 19:13
Re: Add RESPECT/IGNORE NULLS and FROM FIRST/LAST options Oliver Ford 19:19
Re: Changing the state of data checksums in a running cluster 📎 Daniel Gustafsson 19:34
Re: Add RESPECT/IGNORE NULLS and FROM FIRST/LAST options Tatsuo Ishii 22:34
Re: PoC: pg_dump --filter-data <file> (like Oracle Where Clause on RMAN for specific tables) Kirk Wolak 22:48
Re: PoC: pg_dump --filter-data <file> (like Oracle Where Clause on RMAN for specific tables) Kirk Wolak 22:56

Aug. 17, 2025

Thread Author Time
Re: Improve LWLock tranche name visibility across backends 📎 Sami Imseih 03:18
Re: someone else to do the list of acknowledgments jian he 03:57
Re: [PATCH] Let's get rid of the freelist and the buffer_strategy_lock Thomas Munro 04:34
Re: someone else to do the list of acknowledgments Corey Huinker 04:39
Re: [PATCH] Let's get rid of the freelist and the buffer_strategy_lock Thomas Munro 04:57
Re: Remove Instruction Synchronization Barrier in spin_delay() for ARM64 architecture Michael Paquier 06:19
Re: Dead code with short varlenas in toast_save_datum() Michael Paquier 06:26
Re: [Proposal] Expose internal MultiXact member count function for efficient monitoring 📎 Naga Appani 06:27
Re: Compilation issues for HASH_STATISTICS and HASH_DEBUG options Michael Paquier 06:54
Re: Compilation issues for HASH_STATISTICS and HASH_DEBUG options Michael Paquier 06:59
Re: Obsolete comments in ResultRelInfo struct Etsuro Fujita 10:50
Re: VM corruption on standby Tom Lane 14:33
Re: psql: Count all table footer lines in pager setup Tom Lane 15:19
Re: [PATCH] GROUP BY ALL Jelte Fennema-Nio 17:12
Re: index prefetching Peter Geoghegan 17:30
Re: About Custom Aggregates, C Extensions and Memory Marthin Laubscher 21:11
Re: [PING] fallocate() causes btrfs to never compress postgresql files Thomas Munro 23:23
make -C src/test/isolation failure in index-killtuples due to btree_gist Michael Paquier 23:57

Aug. 18, 2025

Thread Author Time
Re: Add support for specifying tables in pg_createsubscriber. Peter Smith 00:11
Proposal: Extending the PostgreSQL Protocol with Command Metadata Kir Shatrov 00:25
Re: Compilation issues for HASH_STATISTICS and HASH_DEBUG options David Rowley 00:56
Re: Compilation issues for HASH_STATISTICS and HASH_DEBUG options Michael Paquier 01:10
Re: Compilation issues for HASH_STATISTICS and HASH_DEBUG options David Rowley 01:17
Re: Compilation issues for HASH_STATISTICS and HASH_DEBUG options Tom Lane 01:26
Re: Memory leak of SMgrRelation object on standby Thomas Munro 02:01
Re: Raw parse tree is not dumped to log 📎 Chao Li 02:08
Re: Compilation issues for HASH_STATISTICS and HASH_DEBUG options David Rowley 02:19
Re: analyze-in-stages post upgrade questions Fujii Masao 02:36
Re: analyze-in-stages post upgrade questions 📎 Fujii Masao 02:38
Re: Improve hash join's handling of tuples with null join keys Chao Li 02:48
Re: Make pgoutput documentation easier to find Fujii Masao 02:55
max_locks_per_transaction v18 James Pang 03:12
Re: ALTER DOMAIN ADD NOT NULL NOT VALID jian he 04:09
RE: Conflict detection for update_deleted in logical replication Zhijie Hou (Fujitsu) 04:20
Re: Sequence Access Methods, round two 📎 Michael Paquier 04:49
Re: Conflict detection for update_deleted in logical replication Amit Kapila 05:05
Re: Compilation issues for HASH_STATISTICS and HASH_DEBUG options Michael Paquier 05:06
Re: GB18030-2022 Support in PostgreSQL John Naylor 05:18
Re: Compilation issues for HASH_STATISTICS and HASH_DEBUG options 📎 David Rowley 05:55
Re: Pathify RHS unique-ification for semijoin planning 📎 Richard Guo 06:07
Re: max_locks_per_transaction v18 David Rowley 06:09
pgsql: Move SQL-callable code related to multixacts into its own file Michael Paquier 06:14
Re: max_locks_per_transaction v18 James Pang 06:23
RE: memory leak in logical WAL sender with pgoutput's cachectx 📎 Hayato Kuroda (Fujitsu) 06:30
Re: Conflict detection for update_deleted in logical replication Dilip Kumar 06:32
Re: GB18030-2022 Support in PostgreSQL 📎 Chao Li 06:35
Re: analyze-in-stages post upgrade questions Laurenz Albe 06:40
Re: VM corruption on standby Andrey Borodin 06:43
Re: [Proposal] Expose internal MultiXact member count function for efficient monitoring Michael Paquier 06:49
When deleting the plpgsql function, release the CachedPlan of the function 📎 zengman 06:50
Re: Compilation issues for HASH_STATISTICS and HASH_DEBUG options Michael Paquier 06:52
Re: Eagerly evict bulkwrite strategy ring Kirill Reshke 06:54
Re: Proposal: Conflict log history table for Logical Replication Amit Kapila 06:55
Re: Parallel Apply 📎 Nisha Moond 06:56
Re: max_locks_per_transaction v18 David Rowley 06:58
Re: When deleting the plpgsql function, release the CachedPlan of the function 📎 zengman 07:01
Re: When deleting the plpgsql function, release the CachedPlan of the function 📎 zengman 07:07
test_ddl_deparse: Rename test create_sequence_1 📎 Michael Paquier 07:40
Re: VM corruption on standby Kirill Reshke 08:15
Re: ALTER DOMAIN ADD NOT NULL NOT VALID Kirill Reshke 08:25
Re: POC: Parallel processing of indexes in autovacuum 📎 Daniil Davydov 08:30
Re: GB18030-2022 Support in PostgreSQL John Naylor 08:34
RE: ReplicationSlotRelease() crashes when the instance is in the single user mode 📎 Hayato Kuroda (Fujitsu) 08:47
Re: GB18030-2022 Support in PostgreSQL 📎 Chao Li 08:50
RE: ReplicationSlotRelease() crashes when the instance is in the single user mode Hayato Kuroda (Fujitsu) 08:53
Re: Retail DDL Jelte Fennema-Nio 08:57
Re: ReplicationSlotRelease() crashes when the instance is in the single user mode Michael Paquier 09:02

Browse Archives

Prev | Next