pgsql-hackers since 2026-04-20 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

April 20, 2026

Thread Author Time
Re: MERGE PARTITIONS and DEPENDS ON EXTENSION. Dmitry Koval 00:04
Re: DOCS - CREATE PUBLICATION ... EXCEPT missing details on ONLY Peter Smith 00:14
Re: [BUG]: WHERE CURRENT OF cursor fail on tables that have virtual generated columns 📎 SATYANARAYANA NARLAPURAM 00:32
Re: Clean up remove_rel_from_query() after self-join elimination commit wenhui qiu 00:49
Re: [BUG] ON CONFLICT DO UPDATE SET x = EXCLUDED.<virtual-generated-column> errors or silently writes NULL SATYANARAYANA NARLAPURAM 00:55
Re: Typos in the code and README 📎 Alexander Lakhin 01:00
Re: First draft of PG 19 release notes David Rowley 01:30
Re: EXCEPT TABLE - Case inconsistency for describe \d and \dRp+ 📎 Peter Smith 02:56
Re: Minor cleanup of Meson files given that we require 0.57 Michael Paquier 03:38
Re: [PATCH] Fix hashed ScalarArrayOp semantics for NULL LHS with non-strict comparators 📎 David Rowley 03:46
Re: [PATCH] Fix hashed ScalarArrayOp semantics for NULL LHS with non-strict comparators Tom Lane 04:14
Re: POC: Comparison of partitioning key values Amit Langote 04:49
Re: EXCEPT TABLE - Case inconsistency for describe \d and \dRp+ vignesh C 05:04
Cleanup: Replace sscanf with strtol/strtoul in snapmgr 📎 Amul Sul 05:06
Re: Bug: Rule actions see wrong values for generated columns (NEW.gen reads OLD value) Richard Guo 05:25
Re: DOCS - CREATE PUBLICATION ... EXCEPT missing details on ONLY Amit Kapila 05:45
Re: [BUG] CRASH: ECPGprepared_statement() and ECPGdeallocate_all() when connection is NULL Nishant Sharma 06:01
Re: Possible premature SNAPBUILD_CONSISTENT with DB-specific running_xacts Amit Kapila 06:04
[PATCH] Reject ENCODING option for COPY TO FORMAT JSON 📎 Ayush Tiwari 06:06
Re: [BUG] Race in online checksums launcher_exit() Ayush Tiwari 06:08
Re: Typos in the code and README Daniil Davydov 06:11
Re: [PATCH] Fix hashed ScalarArrayOp semantics for NULL LHS with non-strict comparators Chengpeng Yan 06:17
Re: [PATCH] postmaster: fix stale PM_STARTUP comment Ayush Tiwari 06:41
Re: EXCEPT TABLE - Case inconsistency for describe \d and \dRp+ Peter Smith 06:46
Re: DOCS - CREATE PUBLICATION ... EXCEPT missing details on ONLY Peter Smith 07:14
Re: ECPG: inconsistent behavior with the document in “GET/SET DESCRIPTOR.” lakshmi 07:18
Re: Bug: Rule actions see wrong values for generated columns (NEW.gen reads OLD value) 📎 Richard Guo 07:29
Re: Adding REPACK [concurrently] 📎 Antonin Houska 07:44
Re: Adding REPACK [concurrently] 📎 Antonin Houska 07:47
Re: Adding REPACK [concurrently] Chao Li 07:54
Re: [BUG]: WHERE CURRENT OF cursor fail on tables that have virtual generated columns Dean Rasheed 07:56
Re: [BUG]: WHERE CURRENT OF cursor fail on tables that have virtual generated columns SATYANARAYANA NARLAPURAM 08:03
Re: Truncate logs by max_log_size Fujii Masao 08:04
Re: Clean up remove_rel_from_query() after self-join elimination commit Richard Guo 08:17
Re: Fix stats reporting delays in logical parallel apply worker Amit Kapila 08:23
Re: [PATCH] Reject ENCODING option for COPY TO FORMAT JSON Daniel Gustafsson 08:26
Re: Bug: Rule actions see wrong values for generated columns (NEW.gen reads OLD value) Dean Rasheed 08:42
Re: EXCEPT TABLE - Case inconsistency for describe \d and \dRp+ Yuchen Li 08:49
Re: [PATCH] Reject ENCODING option for COPY TO FORMAT JSON 📎 Ayush Tiwari 08:54
Fix pg_upgrade to detect invalid logical replication slots on PG19 📎 Lakshmi N 08:57
Re: First draft of PG 19 release notes Bruce Momjian 09:10
[PATCH] Extend MXactCache lifetime from per-transaction to per-session 📎 JoongHyuk Shin 09:38
Re: First draft of PG 19 release notes shammat 10:07
Re: test: avoid redundant standby catchup in 049_wait_for_lsn Alexander Korotkov 10:21
Re: Typo Fixes and Patch Ashutosh Bapat 10:24
Re: First draft of PG 19 release notes David Rowley 10:40
Re: Parallel Apply Amit Kapila 11:06
Re: First draft of PG 19 release notes Bruce Momjian 11:15
Re: [PATCH] Compressed TOAST data corruption with REPACK CONCURRENTLY 📎 Antonin Houska 11:40
Re: Adding REPACK [concurrently] 📎 Alvaro Herrera 11:45
Re: Proposal: Conflict log history table for Logical Replication Nisha Moond 11:55
Re: Skipping schema changes in publication 📎 vignesh C 12:13
Re: Cleanup: Use modern macro for text-to-CString conversion in plsample.c Fujii Masao 12:20
Re: First draft of PG 19 release notes Xuneng Zhou 13:03
Re: [PATCH] Reject ENCODING option for COPY TO FORMAT JSON Tom Lane 13:39
Re: Adding REPACK [concurrently] Antonin Houska 13:46
Re: test: avoid redundant standby catchup in 049_wait_for_lsn Xuneng Zhou 13:54
Re: Adding REPACK [concurrently] Alvaro Herrera 13:54
Re: Proposal: Conflict log history table for Logical Replication Nisha Moond 14:01
Re: SQL:2011 Application Time Update & Delete Tom Lane 14:33
Re: [PATCH] Reject ENCODING option for COPY TO FORMAT JSON Ayush Tiwari 14:34
Re: Adding REPACK [concurrently] Tom Lane 14:42
Re: repack: fix a bug to reject deferrable primary key fallback for concurrent mode 📎 Antonin Houska 14:52
Re: Add bms_offset_members() function for bitshifting Bitmapsets Greg Burd 14:55
Re: [PATCH] Reject ENCODING option for COPY TO FORMAT JSON 📎 Ayush Tiwari 15:01
Re: Adding REPACK [concurrently] Alvaro Herrera 15:11
Re: MERGE PARTITIONS and DEPENDS ON EXTENSION. 📎 Matheus Alcantara 15:23
Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access) 📎 Melanie Plageman 15:48
Re: SQL:2011 Application Time Update & Delete Paul A Jungwirth 15:48
Re: Adding REPACK [concurrently] Tom Lane 16:01
Re: SQL:2011 Application Time Update & Delete Tom Lane 16:03
Re: First draft of PG 19 release notes Bruce Momjian 16:12
Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access) Melanie Plageman 16:18
Re: Adding REPACK [concurrently] Alvaro Herrera 16:30
Re: xact_rollback spikes when logical walsender exits Fujii Masao 16:35
Re: Truncate logs by max_log_size Jim Jones 17:33
Re: Adding REPACK [concurrently] Antonin Houska 17:44
[Bug][patch]: After dropping the last label from a property graph element, invoking pg_get_propgraphdef() triggers an assertion failure 📎 SATYANARAYANA NARLAPURAM 18:12
Re: Implement waiting for wal lsn replay: reloaded 📎 Alexander Korotkov 18:45
Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access) Alexander Lakhin 19:00
Re: MERGE PARTITIONS and DEPENDS ON EXTENSION. Alexander Korotkov 19:08
Re: Fix bug with accessing to temporary tables of other sessions Alexander Korotkov 20:07
[PATCH] pg_surgery: Fix WAL corruption from concurrent heap_force_kill 📎 Fabrízio de Royes Mello 20:20
Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access) Melanie Plageman 20:28
Re: [PATCH] Doc: Fix missing func_signature role in pg_get_tablespace_ddl entry Masahiko Sawada 20:31
[PATCH] Fix column name escaping in postgres_fdw stats import 📎 Ayush Tiwari 20:43
Re: Eliminating SPI / SQL from some RI triggers - take 3 📎 Peter Eisentraut 20:50
Support logical replication of DDLs, take2 Masahiko Sawada 23:14
Re: Cleanup: Use modern macro for text-to-CString conversion in plsample.c Fujii Masao 23:41

April 21, 2026

Thread Author Time
Re: Eliminating SPI / SQL from some RI triggers - take 3 Amit Langote 00:52
Re: [PATCH] postmaster: fix stale PM_STARTUP comment Michael Paquier 01:00
Re: Experimenting with wider Unicode storage Henson Choi 01:16
Re: Add bms_offset_members() function for bitshifting Bitmapsets David Rowley 01:40
logical: fix recomputation required LSN on restart_lsn-only advancement 📎 Chao Li 02:15
Re: repack: fix a bug to reject deferrable primary key fallback for concurrent mode 📎 Chao Li 02:38
Fix translation error in zh_CN.po for "parameter specified more than once" 📎 ji xu 03:32
Re: Cleanup: Use modern macro for text-to-CString conversion in plsample.c Amul Sul 03:57
Re: Fix translation error in zh_CN.po for "parameter specified more than once" John Naylor 03:57
Re: FOR PORTION OF does not recompute GENERATED STORED columns that depend on the range column 📎 jian he 03:57
Re: Implement waiting for wal lsn replay: reloaded 📎 Xuneng Zhou 04:03
Re: Typo Fixes and Patch Michael Paquier 04:17
Re: Typos in the code and README Michael Paquier 04:23
Re: Return value of XLogInsertRecord() for XLOG_SWITCH record 반지현 04:25
[PATCH] Fix duplicate errmsg in ALTER TABLE SPLIT PARTITION 📎 Ayush Tiwari 04:34
Re: [PATCH] postmaster: fix stale PM_STARTUP comment Ayush Tiwari 05:03
Re: logical: fix recomputation required LSN on restart_lsn-only advancement Hu Xunqi 05:30
Re: [Bug][patch]: After dropping the last label from a property graph element, invoking pg_get_propgraphdef() triggers an assertion failure Ashutosh Bapat 05:33
Warn on missing replica identity in CREATE/ALTER PUBLICATION 南拓弥 05:35
Re: [PATCH] Fix duplicate errmsg in ALTER TABLE SPLIT PARTITION Yuchen Li 05:40
Re: Compress prune/freeze records with Delta Frame of Reference algorithm 📎 Evgeny Voropaev 05:41
Re: [PATCH] Prevent repeated deadlock-check signals in standby buffer pin waits Fujii Masao 05:42
Re: Add editorconfig support for Postgres spec files Michael Paquier 05:43
Re: Fix bug with accessing to temporary tables of other sessions Soumya S Murali 05:45
Request to expedite cool-off period for new account 반지현 05:54
Re: [PATCH] Prevent repeated deadlock-check signals in standby buffer pin waits Michael Paquier 05:55
Re: [Bug][patch]: After dropping the last label from a property graph element, invoking pg_get_propgraphdef() triggers an assertion failure 📎 SATYANARAYANA NARLAPURAM 05:58
Re: Bug: Rule actions see wrong values for generated columns (NEW.gen reads OLD value) Richard Guo 06:05
Re: repack: fix a bug to reject deferrable primary key fallback for concurrent mode Antonin Houska 06:09
Re: Add \pset options for boolean value display a.kozhemyakin 06:10
Re: [PATCH] Fix column name escaping in postgres_fdw stats import Alex Guo 06:12
Re: SQL:2011 Application Time Update & Delete 📎 jian he 06:25
Re: Add \pset options for boolean value display David G. Johnston 06:30
Re: xact_rollback spikes when logical walsender exits vignesh C 06:38
Re: [PATCH] Fix duplicate errmsg in ALTER TABLE SPLIT PARTITION John Naylor 06:45
Re: EXCEPT TABLE - Case inconsistency for describe \d and \dRp+ 📎 Peter Smith 06:45
Re: DOCS: typo on CLUSTER page Peter Smith 06:51
Re: Bug: pg_get_viewdef() fails on GRAPH_TABLE views with lateral column references 📎 Ashutosh Bapat 06:51
Re: [Bug][patch]: After dropping the last label from a property graph element, invoking pg_get_propgraphdef() triggers an assertion failure Ashutosh Bapat 06:58
Re: Cleanup shadows variable warnings, round 1 📎 Chao Li 07:01
Re: repack: fix a bug to reject deferrable primary key fallback for concurrent mode Yuchen Li 07:03
Re: logical: fix recomputation required LSN on restart_lsn-only advancement Antonin Houska 07:09
Re: [BUG] CRASH: ECPGprepared_statement() and ECPGdeallocate_all() when connection is NULL 📎 Shruthi Gowda 07:09
Re: logical: fix recomputation required LSN on restart_lsn-only advancement Chao Li 07:15
Re: Compress prune/freeze records with Delta Frame of Reference algorithm Heikki Linnakangas 07:20
Re: Adding REPACK [concurrently] Chao Li 07:24
Re: A very quick observation of dangling pointers in Postgres pathlists 📎 Andrei Lepikhov 07:29
Re: Better shared data structure management and resizable shared data structures Heikki Linnakangas 07:40
RE: ECPG: inconsistent behavior with the document in “GET/SET DESCRIPTOR.” Hayato Kuroda (Fujitsu) 07:50
Re: [Bug][patch]: After dropping the last label from a property graph element, invoking pg_get_propgraphdef() triggers an assertion failure 📎 SATYANARAYANA NARLAPURAM 07:58
Re: Bug: pg_get_viewdef() fails on GRAPH_TABLE views with lateral column references SATYANARAYANA NARLAPURAM 08:02
Re: A very quick observation of dangling pointers in Postgres pathlists David Rowley 08:35
Re: A very quick observation of dangling pointers in Postgres pathlists Alena Rybakina 08:46
Re: Compress prune/freeze records with Delta Frame of Reference algorithm 📎 Evgeny Voropaev 08:48
RE: ECPG: inconsistent behavior with the document in “GET/SET DESCRIPTOR.” Masashi Kamura (Fujitsu) 08:50
Re: [PATCH] Fix duplicate errmsg in ALTER TABLE SPLIT PARTITION 📎 Ayush Tiwari 08:51
Re: Request to expedite cool-off period for new account CharSyam 08:52
Re: A very quick observation of dangling pointers in Postgres pathlists Andrei Lepikhov 08:54
Re: [PATCH] Fix duplicate errmsg in ALTER TABLE SPLIT PARTITION 📎 Ayush Tiwari 09:36
Re: Proposal: Conflict log history table for Logical Replication 📎 Dilip Kumar 09:51
Re: SQL:2011 Application Time Update & Delete jian he 09:51
Re: Exit walsender before confirming remote flush in logical replication Evgeny Voropaev 10:41
Re: A very quick observation of dangling pointers in Postgres pathlists David Rowley 10:45
Re: Bug: trailing comma syntax error in postgres_fdw fetch_attstats() Etsuro Fujita 10:50
Re: Fix bug with accessing to temporary tables of other sessions 📎 Alexander Korotkov 10:54
Re: Fix array-element quoting in postgres_fdw import statistics Etsuro Fujita 10:55
Re: Cleanup shadows variable warnings, round 1 David Rowley 11:02
RE: Parallel Apply 📎 Zhijie Hou (Fujitsu) 11:19
RE: Parallel Apply Zhijie Hou (Fujitsu) 11:19
Re: [PATCH] Fix column name escaping in postgres_fdw stats import Etsuro Fujita 11:29
Re: [(known) BUG] DELETE/UPDATE more than one row in partitioned foreign table 📎 Nikita Malakhov 11:34
Re: Return value of XLogInsertRecord() for XLOG_SWITCH record 📎 cca5507 11:35
Re: [PATCH] Fix column name escaping in postgres_fdw stats import Ayush Tiwari 11:40
Re: ECPG: inconsistent behavior with the document in “GET/SET DESCRIPTOR.” lakshmi 11:58
Re: Incorrect checksum in control file with pg_rewind test 📎 Alexander Korotkov 12:12
Re: [Bug][patch]: After dropping the last label from a property graph element, invoking pg_get_propgraphdef() triggers an assertion failure 📎 Ashutosh Bapat 12:19
[PATCH] Remove dead code in ExecForPortionOfLeftovers() 📎 Aleksander Alekseev 12:22
PGConf.dev 2026: Community session on batched/vectorized execution primitives Amit Langote 12:23
Re: First draft of PG 19 release notes Etsuro Fujita 12:24
Re: Fix bug with accessing to temporary tables of other sessions Jim Jones 12:52
Re: [PATCH] Fix column name escaping in postgres_fdw stats import Etsuro Fujita 13:09
Re: Fix bug with accessing to temporary tables of other sessions 📎 Daniil Davydov 13:17
Re: MERGE PARTITIONS and DEPENDS ON EXTENSION. 📎 Matheus Alcantara 13:20
[PATCH] Fix null pointer dereference in PG19 📎 Aleksander Alekseev 13:40
Re: Two issues leading to discrepancies in FSM data on the standby server Alexander Korotkov 13:49
Re: Cleanup shadows variable warnings, round 1 Álvaro Herrera 13:51
Re: Implement missing join selectivity estimation for range types 📎 SCHOEMANS Maxime 13:54
Non-robust plpgsql_trap test Tom Lane 13:54
Re: Non-robust plpgsql_trap test Andrew Dunstan 14:20
Coverage with make coverage-html is broken on latest Debian using lcov v2 📎 Narek Galstyan 14:36
Re: Two issues leading to discrepancies in FSM data on the standby server Melanie Plageman 14:42
Re: Fix memory leak in postmasterMain 📎 Henrik TJ 14:56
Re: [PATCH] Doc: Fix missing func_signature role in pg_get_tablespace_ddl entry Tatsuya Kawata 14:56
Re: FOR PORTION OF does not recompute GENERATED STORED columns that depend on the range column Paul A Jungwirth 14:59
Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access) Melanie Plageman 15:07
Re: [PATCH] Fix null pointer dereference in PG19 Tom Lane 15:24
Re: First draft of PG 19 release notes Andres Freund 15:52
[Patch]Add Graph* node support to expression_tree_mutator 📎 SATYANARAYANA NARLAPURAM 15:56
Re: MERGE PARTITIONS and DEPENDS ON EXTENSION. Alexander Korotkov 15:57
Re: Better shared data structure management and resizable shared data structures Ashutosh Bapat 16:05
Re: PoC: Add condition variable support to WaitEventSetWait() Yura Sokolov 17:06
Re: Add \pset options for boolean value display 📎 David G. Johnston 17:43
Re: Incorrect checksum in control file with pg_rewind test Alexander Lakhin 18:00
Re: Exit walsender before confirming remote flush in logical replication Fujii Masao 18:32
Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access) Melanie Plageman 18:41
[PATCH] Allow SJE to recognize GiST-backed temporal primary keys 📎 SATYANARAYANA NARLAPURAM 19:18
Re: MERGE PARTITIONS and DEPENDS ON EXTENSION. Matheus Alcantara 19:23
Re: MERGE PARTITIONS and DEPENDS ON EXTENSION. 📎 Alexander Korotkov 19:35
Re: First draft of PG 19 release notes Bruce Momjian 20:18
Re: First draft of PG 19 release notes Bruce Momjian 20:28
Re: First draft of PG 19 release notes Bruce Momjian 20:41

Browse Archives

Prev | Next