pgsql-hackers since 2025-07-16 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

July 16, 2025

Thread Author Time
Re: patch: Use pg_assume in jsonb_util.c to fix GCC 15 warnings Peter Geoghegan 00:01
Re: remove WITHOUT OIDS syntax for v19 Junwang Zhao 00:06
IndexAmRoutine aminsertcleanup function can be NULL? Peter Smith 00:08
Re: remove WITHOUT OIDS syntax for v19 Junwang Zhao 00:12
Re: remove WITHOUT OIDS syntax for v19 Michael Paquier 00:19
Re: Non-text mode for pg_dumpall Noah Misch 00:19
Re: Optimize LISTEN/NOTIFY Rishu Bagga 00:20
Collation and primary keys Jeff Davis 00:34
Re: Improve error reporting in 027_stream_regress test Michael Paquier 01:38
Re: Document default values for pgoutput options + fix missing initialization for "origin" Fujii Masao 01:39
Re: Reduce "Var IS [NOT] NULL" quals during constant folding Richard Guo 01:57
Re: Pathify RHS unique-ification for semijoin planning πŸ“Ž Richard Guo 02:30
Re: 024_add_drop_pub.pl might fail due to deadlock πŸ“Ž Ajin Cherian 03:08
Re: Logical replication launcher did not automatically restart when got SIGKILL cca5507 03:21
Re: Log prefix missing for subscriber log messages received from publisher Fujii Masao 03:39
Re: Add RESPECT/IGNORE NULLS and FROM FIRST/LAST options πŸ“Ž Tatsuo Ishii 04:44
Re: ZStandard (with dictionaries) compression support for TOAST compression πŸ“Ž Michael Paquier 04:44
Re: ZStandard (with dictionaries) compression support for TOAST compression Nikhil Kumar Veldanda 05:37
Re: Logical Replication of sequences Dilip Kumar 05:44
Re: POC: enable logical decoding when wal_level = 'replica' without a server restart shveta malik 05:55
Resetting recovery target parameters in pg_createsubscriber πŸ“Ž D Laaren 05:57
Re: track generic and custom plans in pg_stat_statements Michael Paquier 06:01
Re: query_id: jumble names of temp tables for better pg_stat_statement UX Alexander Kukushkin 06:20
Re: Collation and primary keys Laurenz Albe 06:29
Re: Improve LWLock tranche name visibility across backends Bertrand Drouvot 06:31
Re: Logical Replication of sequences πŸ“Ž vignesh C 06:51
Re: Optimize LISTEN/NOTIFY Joel Jacobson 07:00
Re: Extend ALTER DEFAULT PRIVILEGES for large objects Yugo Nagata 07:22
Re: index prefetching πŸ“Ž Tomas Vondra 08:40
Re: Improving and extending int128.h to more of numeric.c John Naylor 09:02
Re: patch: Use pg_assume in jsonb_util.c to fix GCC 15 warnings Peter Eisentraut 09:07
Re: Improve pg_sync_replication_slots() to wait for primary to advance πŸ“Ž Ajin Cherian 09:30
Fix lwlock.c and wait_event_names.txt discrepancy πŸ“Ž Bertrand Drouvot 09:30
Re: Improve pg_sync_replication_slots() to wait for primary to advance shveta malik 09:57
Re: Improve pg_sync_replication_slots() to wait for primary to advance πŸ“Ž Ajin Cherian 10:16
Re: Log prefix missing for subscriber log messages received from publisher πŸ“Ž vignesh C 10:45
Re: Fix lwlock.c and wait_event_names.txt discrepancy Michael Paquier 10:58
Re: Missing NULL check after calling ecpg_strdup Aleksander Alekseev 11:04
Re: Explicitly enable meson features in CI πŸ“Ž Nazir Bilal Yavuz 11:12
Re: Improve error reporting in 027_stream_regress test Nazir Bilal Yavuz 11:32
Re: Fix lwlock.c and wait_event_names.txt discrepancy Álvaro Herrera 11:33
Re: Fix lwlock.c and wait_event_names.txt discrepancy Bertrand Drouvot 11:41
Re: Add SPLIT PARTITION/MERGE PARTITIONS commands πŸ“Ž jian he 11:42
Re: Disable parallel query by default πŸ“Ž Jehan-Guillaume de Rorthais 11:56
event trigger support for PL/Python πŸ“Ž Euler Taveira 12:01
Composite types for updatable views Malthe 12:06
Re: Question on any plans to use the Create Server/Create blink_ Mapping to provide Logical Replication Subscriptions the user/password in an encrypted manner Ashutosh Bapat 12:25
Re: Suggestion to add --continue-client-on-abort option to pgbench πŸ“Ž Rintaro Ikeda 12:35
Re: track generic and custom plans in pg_stat_statements Andrei Lepikhov 12:41
Re: Saving stack space in nbtree's _bt_first function Mircea Cadariu 13:16
Re: index prefetching Peter Geoghegan 13:36
Re: index prefetching Peter Geoghegan 13:39
Re: Suggestion to add --continue-client-on-abort option to pgbench πŸ“Ž Yugo Nagata 13:49
Re: index prefetching Tomas Vondra 13:58
Re: index prefetching Peter Geoghegan 14:07
Re: index prefetching Tomas Vondra 14:20
Re: index prefetching Andres Freund 14:25
Re: index prefetching Peter Geoghegan 14:27
Re: index prefetching Peter Geoghegan 14:29
Re: libpq: Process buffered SSL read bytes to support records >8kB on async API Merlin Moncure 14:36
Re: index prefetching Tomas Vondra 14:37
Re: index prefetching Peter Geoghegan 14:45
Re: Changing shared_buffers without restart Dmitry Dolgov 14:48
wrong sequence value in dump file Fabrice Chapuis 14:52
Re: Changing shared_buffers without restart Dmitry Dolgov 14:52
Re: Read-Write optimistic lock (Re: sinvaladt.c: remove msgnumLock, use atomic operations on maxMsgNum) Andres Freund 14:58
Re: wrong sequence value in dump file Tom Lane 15:06
Re: Explicitly enable meson features in CI Jacob Champion 15:24
Re: wrong sequence value in dump file Fabrice Chapuis 15:25
Re: Read-Write optimistic lock (Re: sinvaladt.c: remove msgnumLock, use atomic operations on maxMsgNum) Yura Sokolov 15:27
Re: index prefetching Peter Geoghegan 15:29
Re: Fix PQport to never return NULL if the connection is valid Laurenz Albe 15:32
Re: Changing shared_buffers without restart Andres Freund 15:44
Re: Read-Write optimistic lock (Re: sinvaladt.c: remove msgnumLock, use atomic operations on maxMsgNum) Andres Freund 15:54
Re: Add progressive backoff to XactLockTableWait functions Xuneng Zhou 15:57
Re: Log prefix missing for subscriber log messages received from publisher Fujii Masao 16:00
Re: Explicitly enable meson features in CI Andres Freund 16:02
Re: index prefetching Peter Geoghegan 16:39
Re: Collation and primary keys Jeff Davis 16:46
Re: fix organization wording in psql's \copyright command Nathan Bossart 16:55
Re: pg_dumpall dumps global objects with --statistics-only or --no-schema Jeff Davis 17:03
Re: Saving stack space in nbtree's _bt_first function Peter Geoghegan 17:08
Re: small fix for pg_overexplain docs Nathan Bossart 17:26
Fix tab completion in v18 for ALTER DATABASE/USER/ROLE ... RESET πŸ“Ž Dagfinn Ilmari MannsΓ₯ker 17:41
Re: index prefetching Tomas Vondra 17:42
Re: index prefetching Tomas Vondra 17:49
Re: index prefetching Tomas Vondra 17:56
Re: libpq: Process buffered SSL read bytes to support records >8kB on async API Andres Freund 18:11
Re: index prefetching Peter Geoghegan 18:18
Re: Improving and extending int128.h to more of numeric.c Dean Rasheed 18:23
Re: index prefetching Andres Freund 18:27
Re: index prefetching Peter Geoghegan 18:30
Re: small fix for pg_overexplain docs Dean Rasheed 18:45
Re: libpq: Process buffered SSL read bytes to support records >8kB on async API Jacob Champion 18:50
Re: libpq: Process buffered SSL read bytes to support records >8kB on async API Jacob Champion 18:50
Re: index prefetching Tomas Vondra 19:00
Re: index prefetching Peter Geoghegan 19:28
Re: [PATCH] Add tests for binaryheap.c πŸ“Ž Nathan Bossart 19:34
Re: Fix PQport to never return NULL if the connection is valid Tom Lane 19:36
Re: index prefetching Andres Freund 19:39
Re: Composite types for updatable views DINESH NAIR 20:10
Re: index prefetching Andres Freund 20:46
Re: index prefetching Peter Geoghegan 20:54
Re: Use CLOCK_MONOTONIC_COARSE for instr_time when available Tom Lane 20:55
Re: index prefetching Tomas Vondra 20:57
Re: index prefetching Peter Geoghegan 21:01
Re: index prefetching Andres Freund 21:16
Re: small fix for pg_overexplain docs πŸ“Ž Nathan Bossart 21:22
Re: [PATCH] avoid double scanning in function byteain Tom Lane 21:23
Re: index prefetching Peter Geoghegan 21:27
Re: Returning nbtree posting list TIDs in DESC order during backwards scans Mircea Cadariu 21:27
Re: libpq: Process buffered SSL read bytes to support records >8kB on async API Andres Freund 21:34
Re: index prefetching Andres Freund 21:41
Re: small fix for pg_overexplain docs Dean Rasheed 21:47
Re: index prefetching Peter Geoghegan 21:47
Re: index prefetching Andres Freund 22:18
Re: Use CLOCK_MONOTONIC_COARSE for instr_time when available Tom Lane 22:24
Re: libpq: Process buffered SSL read bytes to support records >8kB on async API Jacob Champion 22:25
Re: index prefetching Peter Geoghegan 22:33
Re: track generic and custom plans in pg_stat_statements Sami Imseih 22:57
Re: track generic and custom plans in pg_stat_statements Sami Imseih 22:58
Re: Improve LWLock tranche name visibility across backends Sami Imseih 23:17
Re: libpq: Process buffered SSL read bytes to support records >8kB on async API Andres Freund 23:35
duplicate line in ExecEvalJsonCoercionFinish jian he 23:38
Re: track generic and custom plans in pg_stat_statements Sami Imseih 23:46

July 17, 2025

Thread Author Time
Re: Improve error reporting in 027_stream_regress test Michael Paquier 00:08
Re: Use CLOCK_MONOTONIC_COARSE for instr_time when available Andres Freund 00:30
simple patch for discussion πŸ“Ž Greg Hennessy 00:44
Re: Reduce timing overhead of EXPLAIN ANALYZE using rdtsc? Andres Freund 00:48
Re: Fix lwlock.c and wait_event_names.txt discrepancy Michael Paquier 00:50
Re: duplicate line in ExecEvalJsonCoercionFinish Tender Wang 00:51
Re: duplicate line in ExecEvalJsonCoercionFinish Richard Guo 01:01
[Feature Request] Support INSERT ... FROM ... TO for date ranges zkbp712 01:11
Re: psql: tab-completion support for COPY ... TO/FROM STDIN, STDOUT, and PROGRAM πŸ“Ž Yugo Nagata 01:57
Re: simple patch for discussion David Rowley 03:01
Re: duplicate line in ExecEvalJsonCoercionFinish Amit Langote 03:03
Re: [WIP]Vertical Clustered Index (columnar store extension) - take2 πŸ“Ž Peter Smith 03:22
Re: Improve pg_sync_replication_slots() to wait for primary to advance shveta malik 04:04
Re: Conflict detection for update_deleted in logical replication Dilip Kumar 04:26
Re: query_id: jumble names of temp tables for better pg_stat_statement UX Lukas Fittl 05:06
Re: Prevent internal error at concurrent CREATE OR REPLACE FUNCTION πŸ“Ž Yugo Nagata 05:09
Re: ZStandard (with dictionaries) compression support for TOAST compression Michael Paquier 05:28
Re: Log prefix missing for subscriber log messages received from publisher πŸ“Ž vignesh C 05:32
Re: IndexAmRoutine aminsertcleanup function can be NULL? Japin Li 05:34
Re: Log prefix missing for subscriber log messages received from publisher Álvaro Herrera 05:47
Re: duplicate line in ExecEvalJsonCoercionFinish Amit Langote 06:11
Re: Fix PQport to never return NULL if the connection is valid Laurenz Albe 06:16
Re: 024_add_drop_pub.pl might fail due to deadlock Amit Kapila 06:21
Re: Collation and primary keys Laurenz Albe 06:30
Re: Missing NULL check after calling ecpg_strdup Michael Paquier 06:42
Re: Improving and extending int128.h to more of numeric.c Dean Rasheed 07:29
Re: Optimize LISTEN/NOTIFY πŸ“Ž Joel Jacobson 07:43
Re: track generic and custom plans in pg_stat_statements Andrei Lepikhov 07:48
Re: Add SPLIT PARTITION/MERGE PARTITIONS commands πŸ“Ž Dmitry Koval 07:50
Re: Windows question: when is LC_MESSAGES defined? Nazir Bilal Yavuz 08:01
Re: Log prefix missing for subscriber log messages received from publisher πŸ“Ž vignesh C 08:05
Re: Windows question: when is LC_MESSAGES defined? Dave Page 08:19
Re: Explicitly enable meson features in CI πŸ“Ž Nazir Bilal Yavuz 08:32
Re: Explicitly enable meson features in CI Nazir Bilal Yavuz 08:33
Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Amit Kapila 09:36
Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Amit Kapila 09:37
Re: Logical replication launcher did not automatically restart when got SIGKILL shveta malik 09:57
Re: Non-text mode for pg_dumpall πŸ“Ž Mahendra Singh Thalor 10:16
Re: Non-text mode for pg_dumpall πŸ“Ž Mahendra Singh Thalor 10:18
Re: simple patch for discussion Greg Hennessy 10:45
Re: Non-text mode for pg_dumpall Álvaro Herrera 11:11
Re: Conflict detection for update_deleted in logical replication shveta malik 11:14
Re: Logical Replication of sequences πŸ“Ž vignesh C 11:21
Re: [V2] Adding new CRC32C implementation for IBM S390X John Naylor 11:24
PostgreSQL 16 bug feedback yexiu-glory 11:41
Re: [Feature Request] Support INSERT ... FROM ... TO for date ranges Álvaro Herrera 12:01
Re: [PATCH] Add tests for binaryheap.c πŸ“Ž Aleksander Alekseev 12:03
Re: generic plans and "initial" pruning Amit Langote 12:11
Re: Non-text mode for pg_dumpall πŸ“Ž Mahendra Singh Thalor 12:52
Re: Test instability when pg_dump orders by OID Robert Haas 13:24
Re: Add 64-bit XIDs into PostgreSQL 15 πŸ“Ž Maksim.Melnikov 13:36
Re: Fix lwlock.c and wait_event_names.txt discrepancy Bertrand Drouvot 14:25
Re: Log prefix missing for subscriber log messages received from publisher Fujii Masao 14:34
Re: Add progressive backoff to XactLockTableWait functions πŸ“Ž Xuneng Zhou 14:54
Re: small fix for pg_overexplain docs Nathan Bossart 15:32
Re: Log prefix missing for subscriber log messages received from publisher Fujii Masao 15:52
Re: PostgreSQL 16 bug feedback David G. Johnston 15:54
Re: Non-text mode for pg_dumpall Andrew Dunstan 16:09
Re: Log prefix missing for subscriber log messages received from publisher Álvaro Herrera 16:15
Re: PostgreSQL 16 bug feedback Laurenz Albe 16:21
Re: simple patch for discussion Maciek Sakrejda 16:44
Re: libpq: Process buffered SSL read bytes to support records >8kB on async API Jacob Champion 16:48
Re: Fix PQport to never return NULL if the connection is valid Tom Lane 16:58
Re: simple patch for discussion Andres Freund 17:03
Re: pg_dump does not dump domain not-null constraint's comments πŸ“Ž Álvaro Herrera 17:04
Re: Conflict detection for update_deleted in logical replication Masahiko Sawada 17:25
Re: Windows question: when is LC_MESSAGES defined? Nazir Bilal Yavuz 18:12
Re: track generic and custom plans in pg_stat_statements Sami Imseih 18:19
Re: Returning nbtree posting list TIDs in DESC order during backwards scans Peter Geoghegan 18:26
Re: Covering the comparison between date and timestamp, tz, type Tom Lane 18:30
Re: IPC/MultixactCreation on the Standby server Andrey Borodin 18:34
Re: [PATCH] Let's get rid of the freelist and the buffer_strategy_lock πŸ“Ž Greg Burd 18:35
Re: Fix PQport to never return NULL if the connection is valid Laurenz Albe 18:53
Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Masahiko Sawada 18:55
Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Masahiko Sawada 18:55

Browse Archives

Prev | Next