pgsql-hackers since 2025-11-11 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. 11, 2025

Thread Author Time
Re: Fix a minor typo in the comment of read_stream_start_pending Chao Li 00:43
Re: another autovacuum scheduling thread David Rowley 00:58
Re: [PATCH] libpq: Wrap out-of-memory error messages with libpq_gettext() Joshua Shanks 01:21
Re: Sequence Access Methods, round two Michael Paquier 01:43
Re: Suggestion to add --continue-client-on-abort option to pgbench 📎 Yugo Nagata 01:50
Re: 2025-11-13 release announcement draft 📎 Jonathan S. Katz 01:57
Re: [PATCH] libpq: Wrap out-of-memory error messages with libpq_gettext() Michael Paquier 02:03
Re: Include extension path on pg_available_extensions Rohit Prasad 02:06
Re: Suggestion to add --continue-client-on-abort option to pgbench Chao Li 02:40
Re: Suggestion to add --continue-client-on-abort option to pgbench Chao Li 02:49
Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions 📎 jian he 03:06
Re: Newly created replication slot may be invalidated by checkpoint Amit Kapila 03:06
Add support for COPY TO in tablesync for partitioned tables. 📎 Ajin Cherian 03:08
Re: Make PQgetResult() not return NULL on out-of-memory error Chao Li 03:11
Re: Add support for COPY TO in tablesync for partitioned tables. Amit Kapila 03:18
Is this a typo? Chao Li 03:32
Re: Logical Replication of sequences Amit Kapila 03:32
RE: Newly created replication slot may be invalidated by checkpoint Hayato Kuroda (Fujitsu) 03:36
Re: Add support for COPY TO in tablesync for partitioned tables. Ajin Cherian 03:37
Re: Is this a typo? Peter Smith 03:44
RE: Newly created replication slot may be invalidated by checkpoint 📎 Hayato Kuroda (Fujitsu) 04:03
Re: POC: enable logical decoding when wal_level = 'replica' without a server restart shveta malik 04:05
Re: Logical Replication of sequences 📎 Shlok Kyal 04:28
Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions Corey Huinker 04:36
Re: Is this a typo? Thomas Munro 04:45
Re: Is this a typo? Tom Lane 04:59
[PATCH] Fix msvc_gendef.pl for aarch64 (Windows on Arm) 📎 kenji uno 05:11
Re: Make PQgetResult() not return NULL on out-of-memory error Fujii Masao 05:20
Re: Is this a typo? 📎 Chao Li 05:26
Re: Make PQgetResult() not return NULL on out-of-memory error Tom Lane 05:43
Re: Logical Replication of sequences vignesh C 05:46
Re: [PATCH] Add pg_get_subscription_ddl() function 📎 Vaibhav Dalvi 05:48
Re: Logical Replication of sequences Chao Li 05:52
HASH INDEX builds seems confused John Naylor 05:56
Re: Should we say "wal_level = logical" instead of "wal_level >= logical" Chao Li 05:57
Re: Non-text mode for pg_dumpall 📎 Mahendra Singh Thalor 05:59
Re: [PATCH] Add hints for invalid binary encoding names in encode/decode functions Chao Li 06:13
Re: [PATCH] pg_bsd_indent: improve formatting of multiline comments Chao Li 06:28
Re: Fix ALTER TABLE DROP EXPRESSION with inheritance hierarchy jian he 06:42
Re: [PATCH} Move instrumentation structs Chao Li 06:57
Use exact nullingrels matches for NestLoopParams 📎 Richard Guo 06:58
Re: Reorganize GUC structs Peter Eisentraut 07:04
Re: Extended Statistics set/restore/clear functions. 📎 Michael Paquier 08:06
Re: Sequence Access Methods, round two Andrei Lepikhov 08:59
Re: Serverside SNI support in libpq Chao Li 09:06
Re: pg_createsubscriber --dry-run logging concerns 📎 Álvaro Herrera 09:17
Early December Commitfest app release 📎 Jelte Fennema-Nio 10:12
Re: Proposal: Conflict log history table for Logical Replication shveta malik 10:18
Re: Skipping schema changes in publication 📎 Shlok Kyal 10:20
Re: Skipping schema changes in publication Shlok Kyal 10:22
Re: Skipping schema changes in publication Shlok Kyal 10:24
Re: Skipping schema changes in publication Shlok Kyal 10:24
Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar 10:26
Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Amit Kapila 10:33
Re: Report oldest xmin source when autovacuum cannot remove tuples wenhui qiu 10:40
Re: HASH INDEX builds seems confused Amit Kapila 11:08
RE: Parallel Apply Hayato Kuroda (Fujitsu) 11:09
Re: Logical Replication of sequences 📎 vignesh C 11:10
RE: Parallel Apply 📎 Hayato Kuroda (Fujitsu) 11:10
Re: Make PQgetResult() not return NULL on out-of-memory error Fujii Masao 11:15
Re: Make PQgetResult() not return NULL on out-of-memory error Fujii Masao 11:16
Re: Improve logical replication usability when tables lack primary keys Amit Kapila 11:18
Re: Include extension path on pg_available_extensions Matheus Alcantara 11:24
Re: [PATCH] Add pg_get_subscription_ddl() function Álvaro Herrera 11:34
CURL_IGNORE_DEPRECATION 📎 Álvaro Herrera 11:41
Re: Adding basic NUMA awareness 📎 Tomas Vondra 11:52
Re: [WiP] B-tree page merge during vacuum to reduce index bloat Matthias van de Meent 12:06
Re: Improve logical replication usability when tables lack primary keys Euler Taveira 12:09
Re: [PATCH} Move instrumentation structs Álvaro Herrera 12:22
Re: Spacing of options in getopt_long processing Álvaro Herrera 12:25
Re: gen_guc_tables.pl: Validate required GUC fields before code generation Álvaro Herrera 12:28
Re: Improve logical replication usability when tables lack primary keys Chao Li 12:40
Re: Include extension path on pg_available_extensions 📎 Matheus Alcantara 12:47
Re: CURL_IGNORE_DEPRECATION Andrew Dunstan 13:14
Re: pgsql: Drop unnamed portal immediately after execution to completion Robert Haas 13:22
Re: [PATCH] Fix msvc_gendef.pl for aarch64 (Windows on Arm) Peter Eisentraut 13:27
Idea to enhance pgbench by more modes to generate data (multi-TXNs, UNNEST, COPY BINARY) 📎 Boris Mironov 13:33
Re: CURL_IGNORE_DEPRECATION Daniel Gustafsson 14:04
Re: minor error message enhance: print RLS policy name when only one permissive policy exists Florin Irion 14:10
Re: CURL_IGNORE_DEPRECATION Tom Lane 15:04
Re: Non-text mode for pg_dumpall Andrew Dunstan 15:11
Re: [PATCH] Add hints for invalid binary encoding names in encode/decode functions Sugamoto Shinya 15:13
Re: Extended Statistics set/restore/clear functions. jian he 15:14
Re: [PATCH] Add pg_get_tablespace_ddl() function to reconstruct CREATE TABLESPACE statement 📎 Álvaro Herrera 15:16
Re: Suggestion to add --continue-client-on-abort option to pgbench Fujii Masao 15:20
Re: Suggestion to add --continue-client-on-abort option to pgbench Fujii Masao 15:22
Patch: dumping tables data in multiple chunks in pg_dump 📎 Hannu Krosing 15:29
Re: Document NULL 📎 Álvaro Herrera 15:34
Re: [PATCH] Add pg_get_subscription_ddl() function 📎 Vaibhav Dalvi 15:51
Re: Issue with logical replication slot during switchover Fabrice Chapuis 15:56
Re: [PATCH] pg_get_domain_ddl: DDL reconstruction function for CREATE DOMAIN statement 📎 Florin Irion 16:14
Re: pg_getaddrinfo_all() with hintp=NULL Daniel Gustafsson 16:23
Re: Optimize LISTEN/NOTIFY 📎 Joel Jacobson 16:34
Re: another autovacuum scheduling thread 📎 Nathan Bossart 16:36
Re: Suggestion to add --continue-client-on-abort option to pgbench Fujii Masao 16:47
Re: minor error message enhance: print RLS policy name when only one permissive policy exists Dean Rasheed 16:59
Re: Move SLRU_PAGES_PER_SEGMENT to pg_config_manual.h Heikki Linnakangas 17:08
Re: Trigger more frequent autovacuums of heavy insert tables Nathan Bossart 18:48
Re: [Patch] Windows relation extension failure at 2GB and 4GB 📎 Bryan Green 19:22
Re: Improve LWLock tranche name visibility across backends 📎 Nathan Bossart 19:28
Re: another autovacuum scheduling thread Robert Treat 19:43
Re: vacuumdb: add --dry-run Nathan Bossart 19:46
Re: another autovacuum scheduling thread Nathan Bossart 19:48
Re: Improve LWLock tranche name visibility across backends Sami Imseih 19:50
Re: another autovacuum scheduling thread Robert Treat 19:50
Re: another autovacuum scheduling thread David Rowley 20:03
Re: another autovacuum scheduling thread Nathan Bossart 20:13
Re: another autovacuum scheduling thread Nathan Bossart 20:16
Re: another autovacuum scheduling thread Sami Imseih 20:25
Re: another autovacuum scheduling thread David Rowley 20:26
Re: Improve tab completion for various SET/RESET forms 📎 Dagfinn Ilmari Mannsåker 20:27
Re: obsolete autovacuum comment 📎 Nathan Bossart 20:35
Re: another autovacuum scheduling thread David Rowley 20:43
Re: obsolete autovacuum comment David Rowley 20:52
Re: another autovacuum scheduling thread Sami Imseih 20:53
Re: pg_dump not dumping default_text_search_config WAI? Philip Warner 20:54
Re: Asynchronous MergeAppend Matheus Alcantara 21:00
Re: Trying out read streams in pgvector (an extension) Thomas Munro 21:21
Re: obsolete autovacuum comment Nathan Bossart 21:36
Re: 2025-11-13 release announcement draft Nathan Bossart 22:14
Re: Speed up COPY FROM text/CSV parsing using SIMD Manni Wood 22:23
Re: Trying out read streams in pgvector (an extension) Melanie Plageman 22:52
Re: Include extension path on pg_available_extensions Rohit Prasad 23:17
Re: Trying out read streams in pgvector (an extension) Thomas Munro 23:19
Re: another autovacuum scheduling thread Robert Treat 23:22

Nov. 12, 2025

Thread Author Time
Re: [PATCH] O_CLOEXEC not honored on Windows - handle inheritance chain 📎 Bryan Green 01:02
Re: [PATCH] Add hints for invalid binary encoding names in encode/decode functions Masahiko Sawada 01:09
Re: gen_guc_tables.pl: Validate required GUC fields before code generation 📎 Chao Li 01:10
Re: [PATCH] Add pg_get_subscription_ddl() function Peter Smith 01:28
Re: Is this a typo? Thomas Munro 01:36
Re: Add tests for object size limits of injection points Michael Paquier 01:36
Re: Non-blocking archiver process Chao Li 01:42
Re: [PATCH] Add hints for invalid binary encoding names in encode/decode functions Fujii Masao 01:56
Re: pg_createsubscriber --dry-run logging concerns Peter Smith 02:01
Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Masahiko Sawada 02:05
Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Masahiko Sawada 02:05
Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Masahiko Sawada 02:06
Re: Add tests for object size limits of injection points Xuneng Zhou 02:14
Re: Improve logical replication usability when tables lack primary keys Chao Li 02:21
Re: [PATCH] O_CLOEXEC not honored on Windows - handle inheritance chain Thomas Munro 02:34
Re: Add tests for object size limits of injection points Chao Li 02:35
Re: Extended Statistics set/restore/clear functions. jian he 02:51
Re: display hot standby state in psql prompt Fujii Masao 03:48
Re: Trying out read streams in pgvector (an extension) 📎 Thomas Munro 04:11
Re: Issue with logical replication slot during switchover Amit Kapila 04:22
Rename sync_error_count to tbl_sync_error_count in subscription statistics 📎 vignesh C 04:23
Re: Is this a typo? Chao Li 04:33
[PATCH] Fix translation consistency issues in Korean, Chinese Traditional, and Tamil 📎 Henson Choi 04:53
Re: Rename sync_error_count to tbl_sync_error_count in subscription statistics shveta malik 05:04
Type of pg_buffercache_pages()::forknum Ashutosh Bapat 05:16
Re: [PATCH] Fix translation consistency issues in Korean, Chinese Traditional, and Tamil Tom Lane 05:22
Re: BUG #19095: Test if function exit() is used fail when linked static 📎 BharatDB 05:53
Fwd: BUG #19095: Test if function exit() is used fail when linked static 📎 BharatDB 05:54
Re: [PATCH] Add pg_get_subscription_ddl() function Chao Li 05:58
Re: BUG #19095: Test if function exit() is used fail when linked static Tom Lane 06:38
Re: Extended Statistics set/restore/clear functions. 📎 Corey Huinker 06:47
Re: Proposal: Conflict log history table for Logical Replication shveta malik 06:50
Re: DOCS: ALTER PUBLICATION - Synopsis for DROP is a bit misleading Fujii Masao 07:05
Re: HASH INDEX builds seems confused John Naylor 07:13
Re: Implement waiting for wal lsn replay: reloaded 📎 Xuneng Zhou 07:19
Re: Make PQgetResult() not return NULL on out-of-memory error 📎 Yugo Nagata 07:20
Re: Issue with logical replication slot during switchover Alexander Kukushkin 07:28
Re: Rename sync_error_count to tbl_sync_error_count in subscription statistics Xuneng Zhou 07:32
Re: SQL:2011 Application Time Update & Delete Peter Eisentraut 07:42
Re: [patch] ALTER COLUMN SET EXPRESSION [GENERATED|STORED] 📎 jian he 07:44
Re: Suggestion to add --continue-client-on-abort option to pgbench Yugo Nagata 07:47
Re: Make PQgetResult() not return NULL on out-of-memory error 📎 Yugo Nagata 07:52
Re: Extended Statistics set/restore/clear functions. Michael Paquier 07:53
Re: [Patch] Windows relation extension failure at 2GB and 4GB Michael Paquier 07:58
backend/nodes cleanup: Move loop variables definitions into for statement 📎 Chao Li 08:00
Re: Trying out read streams in pgvector (an extension) Nazir Bilal Yavuz 08:04
Re: BUG #19095: Test if function exit() is used fail when linked static Daniel Gustafsson 08:13
Re: BUG #19095: Test if function exit() is used fail when linked static Michael Paquier 08:15
Fix incorrect assignment of InvalidXLogRecPtr to a non-LSN variable. 📎 Fujii Masao 08:23
Re: Improve pg_sync_replication_slots() to wait for primary to advance 📎 Ajin Cherian 08:24
Re: Extended Statistics set/restore/clear functions. zengman 08:29
Re: Make PQgetResult() not return NULL on out-of-memory error Chao Li 08:40
Re: Reorganize GUC structs Peter Eisentraut 08:41
Re: Extended Statistics set/restore/clear functions. Man Zeng 08:45
Re: pg_getaddrinfo_all() with hintp=NULL 📎 Sergey Tatarintsev 08:46
Re: Fix incorrect assignment of InvalidXLogRecPtr to a non-LSN variable. Steven Niu 08:47
Re: Make PQgetResult() not return NULL on out-of-memory error Fujii Masao 09:09
Re: Proposal: Conflict log history table for Logical Replication 📎 Dilip Kumar 09:10
Re: Fix incorrect assignment of InvalidXLogRecPtr to a non-LSN variable. Xuneng Zhou 09:14
Re: SQL:2011 Application Time Update & Delete Chao Li 09:31
Re: Suggestion to add --continue-client-on-abort option to pgbench 📎 Yugo Nagata 09:33
Re: Suggestion to add --continue-client-on-abort option to pgbench 📎 Yugo Nagata 09:34
Re: Proposal: Conflict log history table for Logical Replication shveta malik 09:44
Re: POC: enable logical decoding when wal_level = 'replica' without a server restart 📎 Masahiko Sawada 10:06
Re: Make PQgetResult() not return NULL on out-of-memory error Yugo Nagata 10:46
Re: Trying out read streams in pgvector (an extension) Thomas Munro 10:47
Re: [PATCH] Add pg_get_subscription_ddl() function Álvaro Herrera 10:49
Re: Make PQgetResult() not return NULL on out-of-memory error Yugo Nagata 10:49
Re: How can end users know the cause of LR slot sync delays? 📎 Shlok Kyal 10:55
Re: [Patch] Windows relation extension failure at 2GB and 4GB Dagfinn Ilmari Mannsåker 10:55
Re: How can end users know the cause of LR slot sync delays? Shlok Kyal 10:57
Re: mxid and mxoff wraparound issues in pg_upgrade Heikki Linnakangas 11:14
Re: pgsql: Drop unnamed portal immediately after execution to completion 📎 Mircea Cadariu 11:14
Re: Extended Statistics set/restore/clear functions. Michael Paquier 11:25
Re: [Patch] Windows relation extension failure at 2GB and 4GB Thomas Munro 11:26

Browse Archives

Prev | Next