pgsql-hackers
Thread
Date
Earlier messages
Messages by Thread
A very quick observation of dangling pointers in Postgres pathlists
Andrei Lepikhov
[PATCH] Fix TOCTOU race in ReplicationSlotsComputeRequiredLSN()
JoongHyuk Shin
RE: [PATCH] Fix TOCTOU race in ReplicationSlotsComputeRequiredLSN()
Zhijie Hou (Fujitsu)
Re: [PATCH] Fix TOCTOU race in ReplicationSlotsComputeRequiredLSN()
JoongHyuk Shin
repack: fix a bug to reject deferrable primary key fallback for concurrent mode
Chao Li
RE: repack: fix a bug to reject deferrable primary key fallback for concurrent mode
Zhijie Hou (Fujitsu)
Re: repack: fix a bug to reject deferrable primary key fallback for concurrent mode
Chao Li
Fix stats reporting delays in logical parallel apply worker
Zhijie Hou (Fujitsu)
RE: Fix stats reporting delays in logical parallel apply worker
Zhijie Hou (Fujitsu)
Re: Fix stats reporting delays in logical parallel apply worker
Chao Li
RE: Fix stats reporting delays in logical parallel apply worker
Zhijie Hou (Fujitsu)
Re: Fix stats reporting delays in logical parallel apply worker
Chao Li
Re: Fix stats reporting delays in logical parallel apply worker
Amit Kapila
pg_dump: eliminate tmpfile double-write in tar format output
Josh Kupershmidt
DOCS - CREATE PUBLICATION ... EXCEPT missing details on ONLY
Peter Smith
Add editorconfig support for Postgres spec files
Tristan Partin
Re: Add editorconfig support for Postgres spec files
Heikki Linnakangas
[BUG] ON CONFLICT DO UPDATE SET x = EXCLUDED.<virtual-generated-column> errors or silently writes NULL
SATYANARAYANA NARLAPURAM
COPY FROM ON_ERROR SET_NULL bypasses domain NOT NULL with partial column list
SATYANARAYANA NARLAPURAM
Re: COPY FROM ON_ERROR SET_NULL bypasses domain NOT NULL with partial column list
jian he
PostgreSQL and OpenSSL 4.0.0
Daniel Gustafsson
[PATCH] Fix hashed ScalarArrayOp semantics for NULL LHS with non-strict comparators
Chengpeng Yan
Reject invalid databases in pg_get_database_ddl()
Lakshmi N
Re: Reject invalid databases in pg_get_database_ddl()
Amit Langote
Re: Reject invalid databases in pg_get_database_ddl()
Lakshmi N
Re: Reject invalid databases in pg_get_database_ddl()
Amit Langote
Re: Reject invalid databases in pg_get_database_ddl()
Euler Taveira
Re: Reject invalid databases in pg_get_database_ddl()
Amit Langote
Re: Reject invalid databases in pg_get_database_ddl()
Hu Xunqi
Re: Reject invalid databases in pg_get_database_ddl()
Amit Langote
Re: Reject invalid databases in pg_get_database_ddl()
Lakshmi N
Re: Reject invalid databases in pg_get_database_ddl()
Amit Langote
Re: Reject invalid databases in pg_get_database_ddl()
Japin Li
Re: Reject invalid databases in pg_get_database_ddl()
Japin Li
[PATCH] Compressed TOAST data corruption with REPACK CONCURRENTLY
SATYANARAYANA NARLAPURAM
Re: [PATCH] Compressed TOAST data corruption with REPACK CONCURRENTLY
Chao Li
RE: ECPG: inconsistent behavior with the document in “GET/SET DESCRIPTOR.”
Hayato Kuroda (Fujitsu)
repack: clarify final phase of concurrent mode in file header comment
Chao Li
Re: Experimenting with wider Unicode storage
Henson Choi
Re: Validate user-supplied c_args in meson builds
Tristan Partin
pg_overexplain produces invalid JSON with RANGE_TABLE option
SATYANARAYANA NARLAPURAM
Re: pg_overexplain produces invalid JSON with RANGE_TABLE option
Amit Langote
Re: pg_overexplain produces invalid JSON with RANGE_TABLE option
Chao Li
Re: pg_overexplain produces invalid JSON with RANGE_TABLE option
Amit Langote
Re: pg_overexplain produces invalid JSON with RANGE_TABLE option
Amit Langote
Re: Avoid orphaned objects dependencies, take 3
Bertrand Drouvot
Fix tab completion after EXCEPT (...) in IMPORT FOREIGN SCHEMA
vignesh C
Re: Fix tab completion after EXCEPT (...) in IMPORT FOREIGN SCHEMA
shveta malik
Re: Fix tab completion after EXCEPT (...) in IMPORT FOREIGN SCHEMA
Fujii Masao
Re: Fix tab completion after EXCEPT (...) in IMPORT FOREIGN SCHEMA
vignesh C
Re: Fix tab completion after EXCEPT (...) in IMPORT FOREIGN SCHEMA
Fujii Masao
docs: Fix format of CREATE FOREIGN TABLE example in postgres_fdw
Daniel Westermann (DWE)
Re: docs: Fix format of CREATE FOREIGN TABLE example in postgres_fdw
Yuchen Li
Re: docs: Fix format of CREATE FOREIGN TABLE example in postgres_fdw
Daniel Westermann (DWE)
submissions for real-time patch evaluation panel
Robert Haas
Re: Questionable description about character sets
Thomas Munro
Re: Questionable description about character sets
Tatsuo Ishii
Extensible sync handler registration (register_sync_handler)
Greg Lamberson
[PATCH] Fix wrong comment in JsonTablePlanJoinNextRow()
??????
Re: [PATCH] Fix wrong comment in JsonTablePlanJoinNextRow()
Chao Li
Re: [PATCH] Fix wrong comment in JsonTablePlanJoinNextRow()
Amit Langote
Re: [PATCH] Fix wrong comment in JsonTablePlanJoinNextRow()
Amit Langote
[PATCH] postmaster: fix stale PM_STARTUP comment
Ayush Tiwari
Re: [PATCH] postmaster: fix stale PM_STARTUP comment
Heikki Linnakangas
Re: [PATCH] postmaster: fix stale PM_STARTUP comment
Ayush Tiwari
repack: fix uninitialized DecodingWorkerShared.initialized
Chao Li
Re: repack: fix uninitialized DecodingWorkerShared.initialized
Antonin Houska
Re: repack: fix uninitialized DecodingWorkerShared.initialized
Chao Li
Re: repack: fix uninitialized DecodingWorkerShared.initialized
Thomas Munro
Typo fixes in Graph table files
Lakshmi N
Re: Typo fixes in Graph table files
Ashutosh Bapat
[PATCH] Fix WAIT FOR LSN standby_write/standby_flush for archive recovery cases
SATYANARAYANA NARLAPURAM
Re: [PATCH] Fix WAIT FOR LSN standby_write/standby_flush for archive recovery cases
Alexander Korotkov
Re: [PATCH] Fix WAIT FOR LSN standby_write/standby_flush for archive recovery cases
SATYANARAYANA NARLAPURAM
Fix a server crash problem from pg_get_database_ddl
Chao Li
Re: Fix a server crash problem from pg_get_database_ddl
Jack Bonatakis
Re: Fix a server crash problem from pg_get_database_ddl
Japin Li
Re: Fix a server crash problem from pg_get_database_ddl
Chao Li
Add psql tab completion support for FOR PORTION OF
Kiran K
First draft of PG 19 release notes
Bruce Momjian
Re: First draft of PG 19 release notes
Bruce Momjian
Re: First draft of PG 19 release notes
Ashutosh Bapat
Re: First draft of PG 19 release notes
Bruce Momjian
Re: First draft of PG 19 release notes
Jacob Champion
Re: First draft of PG 19 release notes
Bruce Momjian
Re: First draft of PG 19 release notes
Michael Banck
Re: First draft of PG 19 release notes
Bruce Momjian
Re: First draft of PG 19 release notes
Ashutosh Bapat
Re: First draft of PG 19 release notes
David Rowley
Re: First draft of PG 19 release notes
Bruce Momjian
Re: First draft of PG 19 release notes
Bruce Momjian
Re: First draft of PG 19 release notes
Peter Smith
Re: First draft of PG 19 release notes
Bruce Momjian
Re: First draft of PG 19 release notes
Daniel Gustafsson
Re: First draft of PG 19 release notes
Bruce Momjian
Re: First draft of PG 19 release notes
jian he
Re: First draft of PG 19 release notes
Bruce Momjian
Re: First draft of PG 19 release notes
Laurenz Albe
Re: First draft of PG 19 release notes
Bruce Momjian
Re: First draft of PG 19 release notes
Melanie Plageman
Re: First draft of PG 19 release notes
Bruce Momjian
Re: First draft of PG 19 release notes
Masahiko Sawada
Re: First draft of PG 19 release notes
Bruce Momjian
Re: First draft of PG 19 release notes
David Geier
Re: First draft of PG 19 release notes
Bruce Momjian
Re: First draft of PG 19 release notes
Richard Guo
Re: First draft of PG 19 release notes
Bruce Momjian
Re: amcheck: fix bug of missing corruption in allequalimage validation
Chao Li
Re: Fix the race condition for updating slot minimum LSN
surya poondla
[PATCH] Miscellaneous little fixes
Aleksander Alekseev
Re: [PATCH] Miscellaneous little fixes
Michael Paquier
Re: [PATCH] Miscellaneous little fixes
David Rowley
Re: [PATCH] Miscellaneous little fixes
Michael Paquier
Re: [PATCH] Miscellaneous little fixes
Chao Li
Re: [PATCH] Miscellaneous little fixes
Michael Paquier
Re: [PATCH] Miscellaneous little fixes
Aleksander Alekseev
Re: [PATCH] Refactor *_abbrev_convert() functions
Aleksander Alekseev
Re: [PATCH] GROUP BY ALL
Peter Eisentraut
Re: [PATCH] GROUP BY ALL
David G. Johnston
GetCachedPlan() refactor: move execution lock acquisition out
Amit Langote
Re: GetCachedPlan() refactor: move execution lock acquisition out
Kirill Reshke
Re: GetCachedPlan() refactor: move execution lock acquisition out
Amit Langote
Re: GetCachedPlan() refactor: move execution lock acquisition out
Amit Langote
Re: GetCachedPlan() refactor: move execution lock acquisition out
Chao Li
Re: GetCachedPlan() refactor: move execution lock acquisition out
Amit Langote
meson html:alias vs. html:custom
Peter Eisentraut
Re: meson html:alias vs. html:custom
Nazir Bilal Yavuz
Re: meson html:alias vs. html:custom
Álvaro Herrera
Re: meson html:alias vs. html:custom
Nazir Bilal Yavuz
off-by-one in pg_repack index loop
Lakshmi N
Re: off-by-one in pg_repack index loop
Xiaopeng Wang
Support EXCEPT for TABLES IN SCHEMA publications
Nisha Moond
Re: Support EXCEPT for TABLES IN SCHEMA publications
Peter Smith
Re: Support EXCEPT for TABLES IN SCHEMA publications
Amit Kapila
Re: Support EXCEPT for TABLES IN SCHEMA publications
Peter Smith
Re: Support EXCEPT for TABLES IN SCHEMA publications
shveta malik
Re: Support EXCEPT for TABLES IN SCHEMA publications
Amit Kapila
Re: Support EXCEPT for TABLES IN SCHEMA publications
Peter Smith
Re: Support EXCEPT for TABLES IN SCHEMA publications
Nisha Moond
Re: Support EXCEPT for TABLES IN SCHEMA publications
Nisha Moond
Re: Support EXCEPT for TABLES IN SCHEMA publications
shveta malik
Re: Support EXCEPT for TABLES IN SCHEMA publications
Nisha Moond
Re: Support EXCEPT for TABLES IN SCHEMA publications
shveta malik
Re: Support EXCEPT for TABLES IN SCHEMA publications
Peter Smith
Re: Support EXCEPT for TABLES IN SCHEMA publications
Nisha Moond
Re: Support EXCEPT for TABLES IN SCHEMA publications
vignesh C
Re: Support EXCEPT for TABLES IN SCHEMA publications
Nisha Moond
Re: Support EXCEPT for TABLES IN SCHEMA publications
vignesh C
Re: Support EXCEPT for TABLES IN SCHEMA publications
Nisha Moond
Re: Support EXCEPT for TABLES IN SCHEMA publications
vignesh C
Re: Support EXCEPT for TABLES IN SCHEMA publications
vignesh C
Re: Support EXCEPT for TABLES IN SCHEMA publications
Nisha Moond
Do we still need gen_node_support.pl's nodetag ABI stability check?
Tom Lane
Re: Do we still need gen_node_support.pl's nodetag ABI stability check?
Tom Lane
Re: Do we still need gen_node_support.pl's nodetag ABI stability check?
Daniel Gustafsson
Re: Do we still need gen_node_support.pl's nodetag ABI stability check?
Peter Eisentraut
Re: Do we still need gen_node_support.pl's nodetag ABI stability check?
Daniel Gustafsson
Re: Do we still need gen_node_support.pl's nodetag ABI stability check?
Tom Lane
Re: Do we still need gen_node_support.pl's nodetag ABI stability check?
Daniel Gustafsson
Fix checkpointer PANIC due to missing fsync cancel in mdunlinkfork()
SATYANARAYANA NARLAPURAM
Re: [PATCH] ANALYZE: hash-accelerate MCV tracking for equality-only types
Chengpeng Yan
POC: Comparison of partitioning key values
John Mikk
Re: POC: Comparison of partitioning key values
David Rowley
Re: POC: Comparison of partitioning key values
John Mikk
Re: Why is_admin_of_role() use ROLERECURSE_MEMBERS rather thanROLERECURSE_PRIVS?
Robert Haas
[PATCH] Fix missing pfree(flags.data) in overexplain_debug
Lakshmi N
Re: [PATCH] Fix missing pfree(flags.data) in overexplain_debug
Heikki Linnakangas
Re: PSA: Planning to grease protocol connections during 19beta
Jacob Champion
Re: Return pg_control from pg_backup_stop().
David Steele
postgresql19-server-19-alpha sles 15.7 still needs older Leap 15.6 Packages ..
André Verwijs
PGConf.dev 2026 In-Person Commitfest ready for patch submissions
Peter Eisentraut
Re: Parallel Apply
Amit Kapila
Re: Parallel Apply
Amit Kapila
Re: Parallel Apply
shveta malik
RE: Parallel Apply
Hayato Kuroda (Fujitsu)
Re: Parallel Apply
Álvaro Herrera
Re: Parallel Apply
Amit Kapila
More jsonpath methods: translate, split, join
Florents Tselai
Bug: COPY FORMAT JSON includes generated columns unlike text/CSV
SATYANARAYANA NARLAPURAM
Re: Bug: COPY FORMAT JSON includes generated columns unlike text/CSV
jian he
Re: Bug: COPY FORMAT JSON includes generated columns unlike text/CSV
Andrew Dunstan
Re: Unicode update and some tooling improvements
Peter Eisentraut
Return value of XLogInsertRecord() for XLOG_SWITCH record
cca5507
Show VIRTUAL keyword for virtual generated columns in pg_dump and psql
Lakshmi N
Re: Show VIRTUAL keyword for virtual generated columns in pg_dump and psql
David G. Johnston
Re: Show VIRTUAL keyword for virtual generated columns in pg_dump and psql
Lakshmi N
[PATCH] Don't call ereport(ERROR) from recovery target GUC assign hooks
JoongHyuk Shin
Re: Warn when creating or enabling a subscription with max_logical_replication_workers = 0
Yugo Nagata
RE: subscriptionCheck failures on nightjar
Hayato Kuroda (Fujitsu)
proposal - queryid can be used as filter for auto_explain
Pavel Stehule
Re: proposal - queryid can be used as filter for auto_explain
Julien Rouhaud
Re: proposal - queryid can be used as filter for auto_explain
Jakub Wartak
Re: proposal - queryid can be used as filter for auto_explain
Pavel Stehule
Add bms_offset_members() function for bitshifting Bitmapsets
David Rowley
Re: Add bms_offset_members() function for bitshifting Bitmapsets
Chao Li
Re: Add bms_offset_members() function for bitshifting Bitmapsets
David Rowley
Re: Add bms_offset_members() function for bitshifting Bitmapsets
Tom Lane
Re: Add bms_offset_members() function for bitshifting Bitmapsets
David Rowley
Re: Add bms_offset_members() function for bitshifting Bitmapsets
Tom Lane
Re: Add bms_offset_members() function for bitshifting Bitmapsets
David Rowley
Earlier messages