Mailing lists [pgsql-hackers]
- ri_Fast* crash w/ nullable UNIQUE constraint Noah Misch
- Re: ri_Fast* crash w/ nullable UNIQUE constraint Noah Misch
- Re: Fixing MSVC's inability to detect elog(ERROR) does not return David Rowley
- hang during shutdown Jeremy Schneider
- Re: Fixing MSVC's inability to detect elog(ERROR) does not return Tom Lane
- Re: PG19 FK fast path: OOB write and missed FK checks during batched Noah Misch
- Replace pg_atomic_flag with pg_atomic_bool Heikki Linnakangas
- Re: pg_dump: use threads for parallel workers on all platforms Heikki Linnakangas
- Re: Clear base backup progress reporting on error Fujii Masao
- Re: Clear base backup progress reporting on error Fujii Masao
- wait_event_type for WAIT FOR LSN Noah Misch
- Re: add validations for required callbacks during pgstat_register_kind() Michael Paquier
- Re: [PATCH] Warn when io_min_workers exceeds io_max_workers Michael Paquier
- RE: Re-read subscription state after lock in AlterSubscription Hayato Kuroda (Fujitsu)
- Re: Support EXCEPT for TABLES IN SCHEMA publications shveta malik
- Re: [PATCH] Preserve replication origin OIDs in pg_upgrade shveta malik
- Re: Proposal: Conflict log history table for Logical Replication Amit Kapila
- Re: DOCS - Clarify that REFRESH SEQUENCES might be using stale publication data Amit Kapila
- Re: Add malloc attribute to memory allocation functions solai v
- Re: Add malloc attribute to memory allocation functions Tom Lane
- Re: postgres_fdw: fix cumulative stats after imported foreign-table stats Etsuro Fujita
- Re: Re-read subscription state after lock in AlterSubscription Amit Kapila
- Re: Re-read subscription state after lock in AlterSubscription Bertrand Drouvot
- Re: hang during shutdown Srinath Reddy Sadipiralla
- Re: wait_event_type for WAIT FOR LSN Xuneng Zhou
- Re: Re-read subscription state after lock in AlterSubscription Bertrand Drouvot
- Re: Row pattern recognition Tatsuo Ishii
- Re: Support EXCEPT for ALL SEQUENCES publications Ashutosh Sharma
- Re: Proposal: Conflict log history table for Logical Replication Amit Kapila
- Re: Bypassing cursors in postgres_fdw to enable parallel plans Yilin Zhang
- Re: RFC: Logging plan of the running query torikoshia
- Re: Improving display of octal GUCs Rui Zhao
- Re: hang during shutdown Anthonin Bonnefoy
- Re: [PATCH] Fix null pointer dereference in PG19 Peter Eisentraut
- Re: [RFC PATCH v0 0/7] Add EXPLAIN ANALYZE wait event reporting Ilmar Yunusov
- Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar
- Re: File locks for data directory lockfile in the context of Linux namespaces Ilmar Yunusov
- Re: Fix HAVING-to-WHERE pushdown with mismatched operator families Richard Guo
- Re: FOR PORTION OF should reject GENERATED columns Peter Eisentraut
- Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar
- Re: ci: namespace ccache by PostgreSQL major version Peter Eisentraut
- Re: [PATCH] Don't call ereport(ERROR) from recovery target GUC assign hooks JoongHyuk Shin
- Re: Support EXCEPT for TABLES IN SCHEMA publications Peter Smith
- Re: Include sequences in publications created by pg_createsubscriber Shlok Kyal
- Re: ci: namespace ccache by PostgreSQL major version Nazir Bilal Yavuz
- Re: generic plans and "initial" pruning Ilmar Yunusov
- Re: DROP INVALID INDEXES command Álvaro Herrera
- Re: generic plans and "initial" pruning Amit Langote
- Re: Batching in executor Denis Smirnov
- Re: Proposal: Conflict log history table for Logical Replication shveta malik
- Re: Re-read subscription state after lock in AlterSubscription Amit Kapila
- Re: Global temporary tables Dean Rasheed
- Re: Proposal: Conflict log history table for Logical Replication Amit Kapila
- Re: Global temporary tables Dean Rasheed
- Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar
- Re: SECURITY LABEL ON PROPERTY GRAPH: supported? Peter Eisentraut
- Re: Don't use the deprecated and insecure PQcancel in our frontend tools anymore Jelte Fennema-Nio
- Re: Include sequences in publications created by pg_createsubscriber Ashutosh Sharma
- Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements Akshay Joshi
- Re: REVOKE's CASCADE protection doesn't work with INHERITed table owners Ayush Tiwari
- Re: refactor ExecInitPartitionInfo Heikki Linnakangas
- Re: Implement waiting for wal lsn replay: reloaded Heikki Linnakangas
- Re: Make \d tablename fast again, regression introduced by 85b7efa1cdd Jelte Fennema-Nio
- Scrollable cursors at the protocol level Dave Cramer
- Re: [PATCH] Add pg_get_policy_ddl() function to reconstruct CREATE POLICY statement Akshay Joshi
- Re: [Bug][patch]: After dropping the last label from a property graph element, invoking pg_get_propgraphdef() triggers an assertion failure Ashutosh Bapat
- Re: [PATCH] Resolve iso-8859-1-type literals in GRAPH_TABLE COLUMNS Ashutosh Bapat
- Re: pg_stat_io_histogram Jakub Wartak
- Re: Adding per backend commit and rollback counters Nishant Sharma
- Re: allow spread checkpoints when changing checksums online Tomas Vondra
- Re: PROPERTY GRAPH pg_dump ACL minimization Ashutosh Bapat
- Re: PROPERTY GRAPH pg_dump ACL minimization Ashutosh Bapat
- Re: remove unnecessary volatile qualifiers Heikki Linnakangas
- [PROPOSAL] Natively expose primary key and NOT NULL flags in pgoutput Relation messages 이민재
- pg_threads.h take II Thomas Munro
- Re: File locks for data directory lockfile in the context of Linux namespaces Dmitry Dolgov
- Re: Can we get rid of TerminateThread() in pg_dump? Jelte Fennema-Nio
- Re: [GSoC 2026] - B-tree Index Bloat Reduction - Approach & Questions Matthias van de Meent
- Re: pg_threads.h take II Thomas Munro
- Re: clean up size_t/ssize_t use with POSIX file system APIs Heikki Linnakangas
- Re: hang during shutdown Jakub Wartak
- Re: Can we get rid of TerminateThread() in pg_dump? Thomas Munro
- Re: RFC: Logging plan of the running query Andrei Lepikhov
- Re: [PATCH] Preserve replication origin OIDs in pg_upgrade Rui Zhao
- Re: Tepid: selective index updates for heap relations Greg Burd
- Re: pg_rewind: Skip vanished source files during traversal Heikki Linnakangas
- Re: Fix races conditions in DropRole() and GrantRole() Bertrand Drouvot
- Re: hashjoins vs. Bloom filters (yet again) Tomas Vondra
- Re: meson vs. llvm bitcode files Nazir Bilal Yavuz
- Re: Implement waiting for wal lsn replay: reloaded Xuneng Zhou
- Re: Function scan FDW pushdown Alexander Korotkov
- Re: Path Traversal Vulnerability in pg_dump Directory Format Daniel Gustafsson
- Re: remove VersionedQuery support from psql tab completion Nathan Bossart
- Re: [GSoC 2026] - B-tree Index Bloat Reduction - Approach & Questions Salma El-Sayed
- Re: Implement waiting for wal lsn replay: reloaded Xuneng Zhou
- Re: PG19 FK fast path: OOB write and missed FK checks during batched Amit Langote
- Re: Possible replace of strncpy on xactdesc.c Daniel Gustafsson
- Re: pg_rewind: Skip vanished source files during traversal Ayush Tiwari
- Re: postgres_fdw: fix cumulative stats after imported foreign-table stats Chao Li
- Re: Bug in asynchronous Append Alexander Pyhalov
- Re: Re-read subscription state after lock in AlterSubscription Bertrand Drouvot
- Re: Replace pg_atomic_flag with pg_atomic_bool Ashutosh Bapat
- Re: VACUUM FULL or CREATE INDEX fails with error: missing chunk number 0 for toast value XXX Matthias van de Meent
- Re: remove unnecessary volatile qualifiers Nathan Bossart
- Re: Replace pg_atomic_flag with pg_atomic_bool Heikki Linnakangas
- Re: Don't use the deprecated and insecure PQcancel in our frontend tools anymore Heikki Linnakangas
- Re: Add malloc attribute to memory allocation functions Tristan Partin
- Re: PROPERTY GRAPH pg_dump ACL minimization Robert Haas
- Re: remove switch statement in vector8_shift_{left,right} Nathan Bossart
- Re: satisfies_hash_partition crash Robert Haas
- Re: implement CAST(expr AS type FORMAT 'template') Haibo Yan
- Re: Make \d tablename fast again, regression introduced by 85b7efa1cdd Tom Lane
- Re: Fixing MSVC's inability to detect elog(ERROR) does not return Tom Lane
- Re: [RFC PATCH v0 0/7] Add EXPLAIN ANALYZE wait event reporting Robert Haas
- Re: Coverage (lcov) failing with inconsistent error in versions 2.x Álvaro Herrera
- Add returns_nonnull to infallible allocators Tristan Partin
- Re: Add returns_nonnull to infallible allocators Tristan Partin
- Re: implement CAST(expr AS type FORMAT 'template') Robert Haas
- Re: Bypassing cursors in postgres_fdw to enable parallel plans Robert Haas
- Re: Proposal: Conflict log history table for Logical Replication Robert Haas
- Re: [PATCH] Fix for bug #19474: LIKE fails to match literal backslashes with nondeterministic collations Nitin Motiani
- [PATCH] Collapse consecutive .** accessors for jsonpath exists queries Andrey Rachitskiy
- Re: [PATCH] Fix for bug #19474: LIKE fails to match literal backslashes with nondeterministic collations Tom Lane
- Re: hashjoins vs. Bloom filters (yet again) Robert Haas
- Re: hashjoins vs. Bloom filters (yet again) Robert Haas
- Re: Per-thread leak in ECPG's memory.c Heikki Linnakangas
- Re: PROPERTY GRAPH pg_dump ACL minimization Noah Misch
- Re: pg_threads.h take II Heikki Linnakangas