pgsql-hackers
Thread
Date
Earlier messages
Later messages
Messages by Date
2026/06/09
Re: Add pg_get_publication_ddl function
Jonathan Gonzalez V.
2026/06/09
Re: [PATCH] Preserve replication origin OIDs in pg_upgrade
Shlok Kyal
2026/06/09
Re: Subquery pull-up increases jointree search space
Andrei Lepikhov
2026/06/09
Re: postgres_fdw: Emit message when batch_size is reduced
Rafia Sabih
2026/06/09
Re: Add pg_get_publication_ddl function
Jonathan Gonzalez V.
2026/06/09
Re: (SQL/PGQ) cache lookup failed for label
Peter Eisentraut
2026/06/09
Re: t/035_standby_logical_decoding.pl might fail on attempt to read wrong timeline
Bertrand Drouvot
2026/06/09
Re: Use pg_current_xact_id() instead of deprecated txid_current()
solai v
2026/06/09
Re: Subquery pull-up increases jointree search space
Tomas Vondra
2026/06/09
Re: Heads Up: cirrus-ci is shutting down June 1st
Jakub Wartak
2026/06/09
Re: Subquery pull-up increases jointree search space
Tomas Vondra
2026/06/09
[PATCH] Avoid orphaning buffers when a relation's file is missing
Adam Lee
2026/06/09
Show hashed SAOP decision in EXPLAIN
Andrei Lepikhov
2026/06/09
Re: Logging parallel worker draught
solai v
2026/06/09
Re: Fix unqualified catalog references in psql describe queries
Bertrand Drouvot
2026/06/09
Re: Row pattern recognition
jian he
2026/06/09
Re: Row pattern recognition
Tatsuo Ishii
2026/06/09
Re: Move FOR PORTION OF checks out of analysis
jian he
2026/06/09
Reject negative max_retention_duration values
Chao Li
2026/06/09
Re: Why is the LSN reported for pg_logical_emit_message() different from other decoded operations?
Kyotaro Horiguchi
2026/06/09
Re: Improve read_local_xlog_page_guts by replacing polling with latch-based waiting
Rui Zhao
2026/06/09
Re: Separate catalog_xmin from xmin in walsender hot standby feedback
Rui Zhao
2026/06/09
Re: t/035_standby_logical_decoding.pl might fail on attempt to read wrong timeline
Xuneng Zhou
2026/06/09
Re: Logging parallel worker draught
Benoit Lobréau
2026/06/09
Re: Fix SET EXPRESSION for virtual columns with whole-row dependencies
Chao Li
2026/06/09
Re: Fix SET EXPRESSION for virtual columns with whole-row dependencies
jian he
2026/06/09
Re: Fix missing semicolon in pl_gram.y for option_value rule
Michael Paquier
2026/06/09
Re: Subquery pull-up increases jointree search space
Andrei Lepikhov
2026/06/09
Re: Fix unqualified catalog references in psql describe queries
Michael Paquier
2026/06/09
RE: t/035_standby_logical_decoding.pl might fail on attempt to read wrong timeline
Hayato Kuroda (Fujitsu)
2026/06/09
Re: Fix unqualified catalog references in psql describe queries
Tingchuan Sun
2026/06/09
Re: First draft of PG 19 release notes
Chao Li
2026/06/08
Re: Avoid orphaned objects dependencies, take 3
Bertrand Drouvot
2026/06/08
Re: DOCS - Add missing EXCEPT parameter description to ALTER PUBLICATION
Peter Smith
2026/06/08
Fix SET EXPRESSION for virtual columns with whole-row dependencies
Chao Li
2026/06/08
Re: t/035_standby_logical_decoding.pl might fail on attempt to read wrong timeline
Xuneng Zhou
2026/06/08
Re: typedef struct WindowClause misleading comments
jian he
2026/06/08
Re: t/035_standby_logical_decoding.pl might fail on attempt to read wrong timeline
Bertrand Drouvot
2026/06/08
Re: Rename EXISTS-to-ANY converted subplan to exists_to_any
Fujii Masao
2026/06/08
Re: t/035_standby_logical_decoding.pl might fail on attempt to read wrong timeline
Bertrand Drouvot
2026/06/08
Re: Fix missing semicolon in pl_gram.y for option_value rule
shaobo zhang
2026/06/08
Re: Fix missing semicolon in pl_gram.y for option_value rule
shaobo zhang
2026/06/08
Re: DOCS - Add missing EXCEPT parameter description to ALTER PUBLICATION
shveta malik
2026/06/08
Re: DOCS - Add missing EXCEPT parameter description to ALTER PUBLICATION
shveta malik
2026/06/08
Re: Fix missing semicolon in pl_gram.y for option_value rule
Chao Li
2026/06/08
Re: Remove the refint contrib module (for v20)
Ayush Tiwari
2026/06/08
DOCS - Add missing EXCEPT parameter description to ALTER PUBLICATION
Nisha Moond
2026/06/08
Re: [PATCH] Preserve replication origin OIDs in pg_upgrade
shveta malik
2026/06/08
Re: Parallel Apply
Peter Smith
2026/06/08
Re: [PATCH] Preserve replication origin OIDs in pg_upgrade
shveta malik
2026/06/08
RE: t/035_standby_logical_decoding.pl might fail on attempt to read wrong timeline
Hayato Kuroda (Fujitsu)
2026/06/08
Re: Proposal: Conflict log history table for Logical Replication
Dilip Kumar
2026/06/08
Re: (SQL/PGQ) cache lookup failed for label
Ashutosh Bapat
2026/06/08
Re: Proposal: Conflict log history table for Logical Replication
shveta malik
2026/06/08
Re: md: measure just FileSync() for pgstat_io without FileClose()
ZizhuanLiu X-MAN
2026/06/08
Re: Why is the LSN reported for pg_logical_emit_message() different from other decoded operations?
Yugo Nagata
2026/06/08
Re: Fix tuple deformation with virtual generated NOT NULL columns
Chao Li
2026/06/08
Re: typedef struct WindowClause misleading comments
David Rowley
2026/06/08
typedef struct WindowClause misleading comments
jian he
2026/06/08
Re: pg_createsubscriber: allow duplicate publication names
Chao Li
2026/06/08
Re: Fix bug of CHECK constraint enforceability recursion
Chao Li
2026/06/08
Re: DOCS - missing SGML markup in some ALTER PUBLICATION examples
Peter Smith
2026/06/08
Re: PostgreSQL 19 Beta 1 release announcement draft
Rajni Baliyan
2026/06/08
Re: Use correct type for catalog_xmin
Fujii Masao
2026/06/08
Re: NULL pointer dereference in syslogger with load_libraries() and -DEXEC_BACKEND at startup
Michael Paquier
2026/06/08
Re: Add pattern matching support for LISTEN/NOTIFY channels
Matheus Alcantara
2026/06/08
Re: Add pattern matching support for LISTEN/NOTIFY channels
Tom Lane
2026/06/08
Re: Avoid orphaned objects dependencies, take 3
Jeff Davis
2026/06/08
Re: Add pattern matching support for LISTEN/NOTIFY channels
Matheus Alcantara
2026/06/08
Re: Add pattern matching support for LISTEN/NOTIFY channels
Nathan Bossart
2026/06/08
Add pattern matching support for LISTEN/NOTIFY channels
Matheus Alcantara
2026/06/08
Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements
Zsolt Parragi
2026/06/08
Re: Remove redundant DISTINCT when GROUP BY already guarantees uniqueness
Zsolt Parragi
2026/06/08
Re: (SQL/PGQ) cache lookup failed for label
Andres Freund
2026/06/08
Re: pg_rewind does not rewind diverging timelines
Zsolt Parragi
2026/06/08
Re: ci: CCache churns through available space too quickly
Andres Freund
2026/06/08
Re: [BUG] [PATCH] Allow physical replication slots to recover from archive after invalidation
Joao Foltran
2026/06/08
Re: Remove the refint contrib module (for v20)
Ayush Tiwari
2026/06/08
Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements
Marcos Pegoraro
2026/06/08
Re: Adjust pg_stat_get_lock() prorows to match lock types
Tom Lane
2026/06/08
Re: Fix DROP PROPERTY GRAPH "unsupported object class" error
Tom Lane
2026/06/08
Re: Fix domain fast defaults on empty tables
Tom Lane
2026/06/08
Re: NULL pointer dereference in syslogger with load_libraries() and -DEXEC_BACKEND at startup
Álvaro Herrera
2026/06/08
Re: Add RISC-V Zbb popcount optimization
Greg Burd
2026/06/08
Re: Add RISC-V Zbb popcount optimization
Greg Burd
2026/06/08
Re: Fix bug of UPDATE/DELETE FOR PORTION OF with inheritance tables
Peter Eisentraut
2026/06/08
Re: [PATCH] Preserve replication origin OIDs in pg_upgrade
Shlok Kyal
2026/06/08
Re: Report oldest xmin source when autovacuum cannot remove tuples
Sami Imseih
2026/06/08
Re: Upload only the failed tests logs to the Postgres CI (Cirrus CI)
Nazir Bilal Yavuz
2026/06/08
Re: Logging parallel worker draught
Álvaro Herrera
2026/06/08
Re: ci: CCache churns through available space too quickly
Nazir Bilal Yavuz
2026/06/08
Re: Fix domain fast defaults on empty tables
Andrew Dunstan
2026/06/08
Re: expand refint docs with usage info
Nathan Bossart
2026/06/08
Re: [PATCH] Doc: Mention OFF as an alias for EXPLAIN SERIALIZE NONE
ZizhuanLiu X-MAN
2026/06/08
Re: Subquery pull-up increases jointree search space
Tomas Vondra
2026/06/08
Re: Upload only the failed tests logs to the Postgres CI (Cirrus CI)
Andres Freund
2026/06/08
Re: ci: CCache churns through available space too quickly
Andres Freund
2026/06/08
Re: [PATCH] Add support for SAOP in the optimizer for partial index paths
Jim Vanns
2026/06/08
Re: Fix bug of CHECK constraint enforceability recursion
Álvaro Herrera
2026/06/08
Re: t/035_standby_logical_decoding.pl might fail on attempt to read wrong timeline
Xuneng Zhou
2026/06/08
Re: t/035_standby_logical_decoding.pl might fail on attempt to read wrong timeline
Bertrand Drouvot
2026/06/08
Re: First draft of PG 19 release notes
Bruce Momjian
2026/06/08
Unexpected reindex when altering column types for partitioned tables
Álvaro Rodríguez
2026/06/08
Re: Subquery pull-up increases jointree search space
Andrei Lepikhov
2026/06/08
Re: Proposal: Conflict log history table for Logical Replication
Dilip Kumar
2026/06/08
Why is the LSN reported for pg_logical_emit_message() different from other decoded operations?
torikoshia
2026/06/08
Re: Fix tuple deformation with virtual generated NOT NULL columns
Andres Freund
2026/06/08
Re: t/035_standby_logical_decoding.pl might fail on attempt to read wrong timeline
Xuneng Zhou
2026/06/08
Re: [(known) BUG] DELETE/UPDATE more than one row in partitioned foreign table
Etsuro Fujita
2026/06/08
Re: [PATCH] Add pg_get_policy_ddl() function to reconstruct CREATE POLICY statement
solai v
2026/06/08
Re: Fix bug of CHECK constraint enforceability recursion
Chao Li
2026/06/08
Re: RFC: Logging plan of the running query
Atsushi Torikoshi
2026/06/08
Re: Proposal: Conflict log history table for Logical Replication
vignesh C
2026/06/08
Re: Logging parallel worker draught
solai v
2026/06/08
Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements
Akshay Joshi
2026/06/08
Re: Separate catalog_xmin from xmin in walsender hot standby feedback
Amit Kapila
2026/06/08
Remove redundant DISTINCT when GROUP BY already guarantees uniqueness
Ilia Evdokimov
2026/06/08
Re: Subquery pull-up increases jointree search space
Tomas Vondra
2026/06/08
Re: pg_rewind does not rewind diverging timelines
Andrey Borodin
2026/06/08
Re: ci: CCache churns through available space too quickly
Nazir Bilal Yavuz
2026/06/08
Re: Fix bug of CHECK constraint enforceability recursion
jian he
2026/06/08
Re: synchronized_standby_slots behavior inconsistent with quorum-based synchronous replication
Amit Kapila
2026/06/08
Re: Proposal: Conflict log history table for Logical Replication
shveta malik
2026/06/08
Re: pg_createsubscriber: allow duplicate publication names
Amit Kapila
2026/06/08
Re: DOCS - missing SGML markup in some ALTER PUBLICATION examples
Amit Kapila
2026/06/08
Re: [Patch] Fix check_pub_rdt bypass when origin is set in same ALTER SUBSCRIPTION
Amit Kapila
2026/06/08
Re: Improve errmsg for publication membership
Amit Kapila
2026/06/08
Re: Proposal: Conflict log history table for Logical Replication
Nisha Moond
2026/06/08
Re: Fix comment in report_sequence_errors()
Amit Kapila
2026/06/08
Re: synchronized_standby_slots behavior inconsistent with quorum-based synchronous replication
Ashutosh Sharma
2026/06/08
Re: t/035_standby_logical_decoding.pl might fail on attempt to read wrong timeline
Bertrand Drouvot
2026/06/08
Fix unqualified catalog references in psql describe queries
Chao Li
2026/06/08
pg_upgrade fails when FK constraint with same name exists on partitioned table and its partition
Arseny Kositsin
2026/06/08
Re: ECPG: inconsistent behavior with the document in “GET/SET DESCRIPTOR.”
Fujii Masao
2026/06/08
Re: t/035_standby_logical_decoding.pl might fail on attempt to read wrong timeline
Xuneng Zhou
2026/06/08
Re: Fix domain fast defaults on empty tables
jian he
2026/06/08
Re: PG19 FK fast path: OOB write and missed FK checks during batched
Amit Langote
2026/06/08
Re: [PATCH] Fix for bug #19474: LIKE fails to match literal backslashes with nondeterministic collations
Ewan Young
2026/06/08
Re: Subquery pull-up increases jointree search space
Andrei Lepikhov
2026/06/07
Re: bugfix - fix broken output in expanded aligned format, when data are too short
Pavel Stehule
2026/06/07
Re: log_checkpoints: count WAL segment creations from all processes
Nitin Jadhav
2026/06/07
Re: Proposal: Conflict log history table for Logical Replication
shveta malik
2026/06/07
Re: synchronized_standby_slots behavior inconsistent with quorum-based synchronous replication
Ashutosh Sharma
2026/06/07
Re: RFC: Logging plan of the running query
Lukas Fittl
2026/06/07
Re: Use correct type for catalog_xmin
Amit Kapila
2026/06/07
Re: bugfix - fix broken output in expanded aligned format, when data are too short
Michael Paquier
2026/06/07
Re: Adjust pg_stat_get_lock() prorows to match lock types
Michael Paquier
2026/06/07
Re: Use correct type for catalog_xmin
Fujii Masao
2026/06/07
Re: Adjust pg_stat_get_lock() prorows to match lock types
Kyotaro Horiguchi
2026/06/07
Re: Fix DROP PROPERTY GRAPH "unsupported object class" error
Ashutosh Bapat
2026/06/07
RE: t/035_standby_logical_decoding.pl might fail on attempt to read wrong timeline
Hayato Kuroda (Fujitsu)
2026/06/07
Re: [PATCH] Fix loose polling in 019_replslot_limit.pl test
Kyotaro Horiguchi
2026/06/07
Fix ALTER DOMAIN VALIDATE CONSTRAINT locking
Chao Li
2026/06/07
Re: [PATCH] Fix memory leak in pgstat_progress_parallel_incr_param()
Michael Paquier
2026/06/07
Re: First draft of PG 19 release notes
Bruce Momjian
2026/06/07
Re: [PATCH] Doc: Mention OFF as an alias for EXPLAIN SERIALIZE NONE
Kyotaro Horiguchi
2026/06/07
Re: bugfix - fix broken output in expanded aligned format, when data are too short
Michael Paquier
2026/06/07
Re: Fix domain fast defaults on empty tables
jian he
2026/06/07
Re: Fix DROP PROPERTY GRAPH "unsupported object class" error
Tom Lane
2026/06/07
Re: Fix comment in report_sequence_errors()
Michael Paquier
2026/06/07
Re: Fix DROP PROPERTY GRAPH "unsupported object class" error
Michael Paquier
2026/06/07
Re: Add pg_stat_kind_info system view
Michael Paquier
2026/06/07
Re: Fix comments to reference xlogrecovery.c
Michael Paquier
2026/06/07
Re: pgsql: doc: Clarify OAuth validator authn_id logging
Michael Paquier
2026/06/07
Re: Subquery pull-up increases jointree search space
Tom Lane
2026/06/07
Re: [PATCH] Add support for SAOP in the optimizer for partial index paths
Jim Vanns
2026/06/07
Re: [PATCH] Add support for SAOP in the optimizer for partial index paths
Jim Vanns
2026/06/07
Re: [PATCH] Don't call ereport(ERROR) from recovery target GUC assign hooks
Álvaro Herrera
2026/06/07
Re: Extended statistics improvement: multi-column MCV missing values
Enrique Sánchez
2026/06/07
Re: Copy from JSON FORMAT.
Junwang Zhao
2026/06/07
Fix comment in report_sequence_errors()
Imran Zaheer
2026/06/07
Re: [PATCH] Don't call ereport(ERROR) from recovery target GUC assign hooks
JoongHyuk Shin
2026/06/07
Error while processing invalidation message during ATTACH PARTITION leaves invalid relcache entry
Alexander Lakhin
2026/06/07
Re: bugfix - fix broken output in expanded aligned format, when data are too short
Pavel Stehule
2026/06/07
[PATCH] Add pg_upgrade check for invalid role references in pg_init_privs
Hüseyin Demir
2026/06/06
[PATCH] Doc: Mention OFF as an alias for EXPLAIN SERIALIZE NONE
ZizhuanLiu X-MAN
2026/06/06
Re: Fix bug of UPDATE/DELETE FOR PORTION OF with inheritance tables
Chao Li
2026/06/06
Re: Fix domain fast defaults on empty tables
Chao Li
2026/06/06
Re: Fix tuple deformation with virtual generated NOT NULL columns
Chao Li
2026/06/06
Re: Non-text mode for pg_dumpall
Noah Misch
2026/06/06
Re: [PATCH] Clarify that ssl_groups is for any key exchange groups
Evan
2026/06/06
Re: Support EXCEPT for TABLES IN SCHEMA publications
Zsolt Parragi
2026/06/06
Re: [(known) BUG] DELETE/UPDATE more than one row in partitioned foreign table
Nikita Malakhov
2026/06/06
[PATCH] Fix loose polling in 019_replslot_limit.pl test
Zakariyah Ali
2026/06/06
Re: Fix domain fast defaults on empty tables
Tom Lane
2026/06/06
Re: [PATCH] Don't call ereport(ERROR) from recovery target GUC assign hooks
Scott Ray
2026/06/06
Re: Report oldest xmin source when autovacuum cannot remove tuples
Scott Ray
2026/06/06
Re: [PATCH] btree_gist: add cross-type integer operator support for GiST
Alexander Nestorov
2026/06/06
Re: Add wait events for server logging destination writes
신성준
2026/06/06
Re: Add wait events for server logging destination writes
신성준
2026/06/06
Re: [PATCH] Fix memory leak in pgstat_progress_parallel_incr_param()
Baji Shaik
2026/06/06
Re: [PATCH] Fix memory leak in pgstat_progress_parallel_incr_param()
Sami Imseih
2026/06/06
Re: Fix race in ReplicationSlotRelease for ephemeral slots
Xuneng Zhou
2026/06/06
Re: First draft of PG 19 release notes
Álvaro Herrera
2026/06/06
Re: t/035_standby_logical_decoding.pl might fail on attempt to read wrong timeline
Xuneng Zhou
2026/06/06
Re: Fix domain fast defaults on empty tables
Andrew Dunstan
2026/06/06
Re: pgsql: doc: Clarify OAuth validator authn_id logging
Erik Rijkers
2026/06/06
Re: [PATCH] Fix for bug #19474: LIKE fails to match literal backslashes with nondeterministic collations
Nitin Motiani
2026/06/06
Re: t/035_standby_logical_decoding.pl might fail on attempt to read wrong timeline
Bertrand Drouvot
2026/06/06
RE: Fix race in ReplicationSlotRelease for ephemeral slots
Zhijie Hou (Fujitsu)
Earlier messages
Later messages