pgsql-hackers before 2025-11-21 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

Nov. 19, 2025

Thread Author Time
Re: ON CONFLICT DO SELECT (take 3) Marko Tiikkaja 19:06
Re: GUC thread-safety approaches Matthias van de Meent 19:16
Re: Consistently use the XLogRecPtrIsInvalid() macro Robert Haas 19:17
Re: Make PGOAUTHCAFILE in libpq-oauth work out of debug mode Jacob Champion 19:26
Re: should we have a fast-path planning for OLTP starjoins? Tomas Vondra 19:35
Re: Reduce timing overhead of EXPLAIN ANALYZE using rdtsc? Robert Haas 19:36
Re: warning on the current head Viktor Holmberg 19:43
Re: Non-blocking archiver process Robert Haas 19:47
Re: Resetting recovery target parameters in pg_createsubscriber Robert Haas 19:49
Re: ON CONFLICT DO SELECT (take 3) Viktor Holmberg 19:54
Re: pg_recvlogical: Prevent flushed data from being re-sent after restarting replication Mircea Cadariu 19:57
10% drop in code line count in PG 17 Bruce Momjian 19:59
Re: Performance issues with parallelism and LIMIT Tomas Vondra 20:03
Re: [Proposal] Adding callback support for custom statistics kinds 📎 Sami Imseih 20:10
Re: 10% drop in code line count in PG 17 Tom Lane 20:21
Re: 10% drop in code line count in PG 17 Bruce Momjian 20:34
Re: PRI?64 vs Visual Studio (2022) Thomas Munro 20:49
Re: System views for versions reporting Laurenz Albe 20:57
Re: Speed up COPY FROM text/CSV parsing using SIMD Nathan Bossart 21:01
Re: PRI?64 vs Visual Studio (2022) Thomas Munro 21:02
Re: Changing the state of data checksums in a running cluster Andreas Karlsson 21:03
Unexpected flood or keepalive messages during logical replication 📎 Petros Angelatos 21:14
Re: 10% drop in code line count in PG 17 Tom Lane 21:22
Re: PRI?64 vs Visual Studio (2022) Tom Lane 21:30
Re: Parallel Apply Tomas Vondra 21:30
Re: Issue with logical replication slot during switchover Masahiko Sawada 21:43
Re: Asynchronous MergeAppend 📎 Matheus Alcantara 21:51
Re: 10% drop in code line count in PG 17 📎 Bruce Momjian 21:58
Re: 10% drop in code line count in PG 17 Álvaro Herrera 22:00
Re: Consistently use the XLogRecPtrIsInvalid() macro Álvaro Herrera 22:03
Re: Checkpointer write combining 📎 Melanie Plageman 22:12
Re: CREATE/ALTER PUBLICATION improvements for syntax synopsis 📎 Peter Smith 22:18
Re: vacuumdb: add --dry-run 📎 Corey Huinker 22:23
Re: PRI?64 vs Visual Studio (2022) 📎 Tom Lane 22:23
Re: Eagerly evict bulkwrite strategy ring 📎 Melanie Plageman 22:32
Re: PRI?64 vs Visual Studio (2022) Thomas Munro 22:43
Re: vacuumdb: add --dry-run Nathan Bossart 22:44
Re: GNU/Hurd portability patches Samuel Thibault 22:45
Re: [PATCH] Add pg_get_tablespace_ddl() function to reconstruct CREATE TABLESPACE statement 📎 Manni Wood 22:52
Re: Add support for COPY TO in tablesync for partitioned tables. Masahiko Sawada 22:56
Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access) 📎 Melanie Plageman 23:13
Re: 10% drop in code line count in PG 17 David Rowley 23:23
Re: postgres_fdw: Use COPY to speed up batch inserts Masahiko Sawada 23:32
Re: vacuumdb: add --dry-run Corey Huinker 23:55

Nov. 20, 2025

Thread Author Time
Re: CREATE/ALTER PUBLICATION improvements for syntax synopsis Chao Li 00:01
Re: [PATCH] Add hints for invalid binary encoding names in encode/decode functions Fujii Masao 00:15
Re: [PATCH] Add memory usage reporting to VACUUM VERBOSE Masahiko Sawada 00:19
Re: regarding statistics retaining with 18 Upgrade Fujii Masao 00:22
Re: Add mode column to pg_stat_progress_vacuum Shinya Kato 00:34
Re: vacuumdb: add --dry-run 📎 Corey Huinker 00:54
Re: Use strtoi64() in pgbench, replacing its open-coded implementation Yuefei Shi 00:58
Re: CREATE/ALTER PUBLICATION improvements for syntax synopsis Peter Smith 00:59
Re: CREATE/ALTER PUBLICATION improvements for syntax synopsis Fujii Masao 01:03
Re: Use strtoi64() in pgbench, replacing its open-coded implementation Neil Chen 01:04
Re: PRI?64 vs Visual Studio (2022) 📎 Tom Lane 01:23
Re: Use strtoi64() in pgbench, replacing its open-coded implementation Tom Lane 01:27
Re: ON CONFLICT DO SELECT (take 3) Andreas Karlsson 01:29
Re: Add mode column to pg_stat_progress_vacuum Sami Imseih 01:34
Re: [PATCH] Add pg_get_database_ddl() function to reconstruct CREATE DATABASE statement Japin Li 01:39
Re: CREATE/ALTER PUBLICATION improvements for syntax synopsis Peter Smith 01:41
Re: Use strtoi64() in pgbench, replacing its open-coded implementation Neil Chen 01:49
Re: RFC: Logging plan of the running query 📎 torikoshia 01:52
Re: Skipping schema changes in publication Peter Smith 01:55
Re: [Proposal] Adding callback support for custom statistics kinds Sami Imseih 02:10
Re: pg_utility ? Andreas Karlsson 02:23
Re: Checkpointer write combining Chao Li 02:31
Re: Buffer locking is special (hints, checksums, AIO writes) 📎 Andres Freund 02:47
Re: CREATE/ALTER PUBLICATION improvements for syntax synopsis Chao Li 03:05
Re: Use strtoi64() in pgbench, replacing its open-coded implementation Chao Li 03:36
Re: CREATE/ALTER PUBLICATION improvements for syntax synopsis Peter Smith 04:07
Re: GNU/Hurd portability patches Thomas Munro 04:20
Re: [PATCH] Add memory usage reporting to VACUUM VERBOSE Chao Li 04:22
Re: Add uuid_to_base32hex() and base32hex_to_uuid() built-in functions Илья Чердаков 05:46
Re: gen_guc_tables.pl: Validate required GUC fields before code generation 📎 Chao Li 05:51
Re: Add MERGE and VALUES statements to tab completion for PREPARE 📎 Haruna Miwa 06:04
RE: Parallel Apply Zhijie Hou (Fujitsu) 06:09
Re: ON CONFLICT DO SELECT (take 3) 📎 jian he 06:11
Re: Add mode column to pg_stat_progress_vacuum 📎 Shinya Kato 06:23
Re: Skipping schema changes in publication Peter Smith 06:24
[PATCH] pg_get_domain_ddl: DDL reconstruction function for CREATE DOMAIN statement 📎 zengman 06:42
Re: Allow GUC settings in CREATE SUBSCRIPTION CONNECTION to take effect Chao Li 06:53
Re: [PATCH] pg_get_domain_ddl: DDL reconstruction function for CREATE DOMAIN statement Man Zeng 06:55
Re: Add mode column to pg_stat_progress_vacuum Robert Treat 06:56
RE: [PROPOSAL] Termination of Background Workers for ALTER/DROP DATABASE Aya Iwata (Fujitsu) 06:57
Re: Exit walsender before confirming remote flush in logical replication Andrey Silitskiy 07:05
Re: Trying out <stdatomic.h> Thomas Munro 07:12
Re: Trying out <stdatomic.h> Thomas Munro 07:16
Re: Add mode column to pg_stat_progress_vacuum Sami Imseih 07:28
[PATCH] Expose checkpoint timestamp and duration in pg_stat_checkpointer 📎 BharatDB 07:30
Re: generic plans and "initial" pruning 📎 Amit Langote 07:30
Re: Row pattern recognition Chao Li 07:33
Re: PRI?64 vs Visual Studio (2022) Nazir Bilal Yavuz 08:00
Re: quoteOneName() inconsistency with quote_all_identifiers — replacement API proposed 📎 Chao Li 08:19
RE: Newly created replication slot may be invalidated by checkpoint 📎 Vitaly Davydov 08:26
Re: [PATCH] pg_get_domain_ddl: DDL reconstruction function for CREATE DOMAIN statement Chao Li 08:47
Re: ON CONFLICT DO SELECT (take 3) Dean Rasheed 08:49
Re: ON CONFLICT DO SELECT (take 3) Marko Tiikkaja 08:50
Re: Parallel Apply Amit Kapila 09:09
Re: [PATCH] Add pg_get_database_ddl() function to reconstruct CREATE DATABASE statement 📎 Akshay Joshi 09:18
Re: POC: enable logical decoding when wal_level = 'replica' without a server restart shveta malik 09:26
Re: [PATCH] Add pg_get_policy_ddl() function to reconstruct CREATE POLICY statement 📎 Akshay Joshi 09:27
Re: pg_utility ? Christoph Berg 09:31
Re: 10% drop in code line count in PG 17 Daniel Gustafsson 09:38
Re: [PATCH] pg_get_domain_ddl: DDL reconstruction function for CREATE DOMAIN statement Neil Chen 09:44
Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Masahiko Sawada 09:50
Re: Enhancing Memory Context Statistics Reporting Daniel Gustafsson 09:56
Re: ON CONFLICT DO SELECT (take 3) Viktor Holmberg 10:22
Re: POC: enable logical decoding when wal_level = 'replica' without a server restart shveta malik 10:31
Re: Changing the state of data checksums in a running cluster Tomas Vondra 10:34
RE: Newly created replication slot may be invalidated by checkpoint 📎 Zhijie Hou (Fujitsu) 10:37
Re: 10% drop in code line count in PG 17 Álvaro Herrera 10:42
Re: Newly created replication slot may be invalidated by checkpoint Amit Kapila 10:44
Re: tuple radix sort 📎 John Naylor 10:57
Re: tuple radix sort Álvaro Herrera 11:13
Re: tuple radix sort John Naylor 11:19
Re: Proposal: Conflict log history table for Logical Replication 📎 Dilip Kumar 12:08
Re: quoteOneName() inconsistency with quote_all_identifiers — replacement API proposed Álvaro Herrera 12:28
Re: [PATCH] Expose checkpoint timestamp and duration in pg_stat_checkpointer Álvaro Herrera 12:41
Re: Implement waiting for wal lsn replay: reloaded Xuneng Zhou 12:43
Re: failed NUMA pages inquiry status: Operation not permitted Tomas Vondra 12:53
Re: Speed up COPY FROM text/CSV parsing using SIMD Nazir Bilal Yavuz 12:55
Re: Parallel Apply wenhui qiu 13:10
Re: RFC: Logging plan of the running query Robert Haas 13:17
Re: pg_utility ? Aleksander Alekseev 13:28
Remove useless casts to (void *) 📎 Bertrand Drouvot 13:33
Re: 10% drop in code line count in PG 17 Aleksander Alekseev 13:44
Re: 10% drop in code line count in PG 17 Aleksander Alekseev 13:49
Re: Remove useless casts to (void *) Aleksander Alekseev 14:01
Re: Metadata and record block access stats for indexes 📎 Mircea Cadariu 14:04
Re: [PATCH] Add memory usage reporting to VACUUM VERBOSE 📎 河田達也 14:15
Re: Asynchronous MergeAppend 📎 Alexander Pyhalov 14:22
Re: Issue with logical replication slot during switchover Fabrice Chapuis 14:26
Re: another autovacuum scheduling thread Robert Haas 14:30
Re: Remove useless casts to (void *) Bertrand Drouvot 14:44
Re: Parallel Apply Tomas Vondra 14:50
Re: Metadata and record block access stats for indexes Aleksander Alekseev 14:56
Re: SQL Property Graph Queries (SQL/PGQ) Ashutosh Bapat 15:00
Re: Remove useless casts to (void *) Aleksander Alekseev 15:07
Re: SQL Property Graph Queries (SQL/PGQ) 📎 Ashutosh Bapat 15:13
Re: ON CONFLICT DO SELECT (take 3) jian he 15:26
Re: Trying out read streams in pgvector (an extension) Melanie Plageman 15:27
Re: Remove useless casts to (void *) Álvaro Herrera 15:43
Re: pgsql: Teach DSM registry to ERROR if attaching to an uninitialized ent Robert Haas 15:44
Re: pgsql: Teach DSM registry to ERROR if attaching to an uninitialized ent Nathan Bossart 16:12
Re: another autovacuum scheduling thread Nathan Bossart 16:25
Re: POC: make mxidoff 64 bits Maxim Orlov 16:30
Re: another autovacuum scheduling thread Sami Imseih 16:34
Re: Fix GetOperatorFromCompareType 📎 Paul A Jungwirth 16:44
Re: Add os_page_num to pg_buffercache Bertrand Drouvot 16:59
Re: Remove useless casts to (void *) Bertrand Drouvot 17:13
Re: Odd openbsd CI failure Melanie Plageman 17:16
Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access) 📎 Melanie Plageman 17:19
Re: Clarification on when _PG_init() is invoked for extensions Ayush Vatsa 17:52
Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access) Dagfinn Ilmari Mannsåker 17:55
Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access) Dagfinn Ilmari Mannsåker 18:02
Re: Remove useless casts to (void *) Jacob Champion 18:16
Re: pgsql: Teach DSM registry to ERROR if attaching to an uninitialized ent Robert Haas 18:18
Re: another autovacuum scheduling thread Robert Haas 18:35
Re: Making jsonb_agg() faster 📎 Tom Lane 18:56
Re: Buffer locking is special (hints, checksums, AIO writes) Greg Burd 19:08
Re: POC: Parallel processing of indexes in autovacuum 📎 Sami Imseih 19:31
Re: POC: enable logical decoding when wal_level = 'replica' without a server restart 📎 Masahiko Sawada 20:18
Re: another autovacuum scheduling thread Sami Imseih 20:21
Re: Optimize LISTEN/NOTIFY Tom Lane 20:26
Re: 10% drop in code line count in PG 17 📎 Bruce Momjian 20:27
Re: 10% drop in code line count in PG 17 Bruce Momjian 20:28
Re: 10% drop in code line count in PG 17 Bruce Momjian 20:30
Re: 10% drop in code line count in PG 17 Bruce Momjian 20:31
Re: Issue with logical replication slot during switchover Masahiko Sawada 20:34
[PATCH] Fix ARM64/MSVC atomic memory ordering issues on Win11 by adding explicit DMB ​barriers 📎 Greg Burd 20:45
Re: Buffer locking is special (hints, checksums, AIO writes) Andres Freund 20:51
Re: another autovacuum scheduling thread David Rowley 20:58
RFC 9266: Channel Bindings for TLS 1.3 support * Neustradamus * 20:58
Re: CREATE/ALTER PUBLICATION improvements for syntax synopsis 📎 Peter Smith 21:08
Re: 10% drop in code line count in PG 17 Daniel Gustafsson 21:15
Re: another autovacuum scheduling thread Robert Haas 21:16
Re: 10% drop in code line count in PG 17 David Rowley 21:16
Re: 10% drop in code line count in PG 17 Bruce Momjian 21:26
Re: Clarification on when _PG_init() is invoked for extensions Hannu Krosing 21:33
Re: vacuumdb: add --dry-run 📎 Nathan Bossart 21:46
Re: RFC 9266: Channel Bindings for TLS 1.3 support Heikki Linnakangas 21:52
Re: RFC 9266: Channel Bindings for TLS 1.3 support Jacob Champion 21:52
Re: Clarification on when _PG_init() is invoked for extensions Tom Lane 21:58
Re: RFC 9266: Channel Bindings for TLS 1.3 support Jacob Champion 21:59
Re: [PATCH] Fix ARM64/MSVC atomic memory ordering issues on Win11 by adding explicit DMB barriers Peter Eisentraut 22:00
Re: [PATCH] Fix ARM64/MSVC atomic memory ordering issues on Win11 by adding explicit DMB barriers Greg Burd 22:08
Re: [PATCH] Add memory usage reporting to VACUUM VERBOSE Masahiko Sawada 22:08
Re: vacuumdb: add --dry-run Corey Huinker 22:09
Re: Checkpointer write combining 📎 Melanie Plageman 22:11
Re: another autovacuum scheduling thread David Rowley 22:12
Re: vacuumdb: add --dry-run Nathan Bossart 22:16
Re: Eagerly evict bulkwrite strategy ring 📎 Melanie Plageman 22:17
Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access) Melanie Plageman 22:23
Re: [PATCH] Fix ARM64/MSVC atomic memory ordering issues on Win11 by adding explicit DMB barriers Nathan Bossart 22:36
Re: 10% drop in code line count in PG 17 David Rowley 23:03
Re: Extended Statistics set/restore/clear functions. 📎 Corey Huinker 23:08
Re: pgsql: Teach DSM registry to ERROR if attaching to an uninitialized ent Nathan Bossart 23:09
Re: Add support for COPY TO in tablesync for partitioned tables. Masahiko Sawada 23:09
Re: [PATCH] Write Notifications Through WAL Masahiko Sawada 23:21
[PATCH] Remove ctid from self-join examples in UPDATE and DELETE docs 📎 Bernice Southey 23:23

Browse Archives

Prev | Next