pgsql-hackers
Thread
Date
Earlier messages
Later messages
Messages by Date
2026/06/10
Re: GetBufferDescriptor() being called for local buffers from MarkBufferDirtyHint()
Ashutosh Bapat
2026/06/10
Re: Row pattern recognition
jian he
2026/06/10
[PATCH v1] [BUG #19516] Skip whole-row projection shortcut for OLD/NEW returning type
Marko Grujic
2026/06/10
Re: Reject negative max_retention_duration values
Chao Li
2026/06/10
Re: Type assertions without GCC builtins
Peter Eisentraut
2026/06/10
Re: Reject negative max_retention_duration values
Amit Kapila
2026/06/10
Re: Fix md5_password_warnings for role/database settings
Japin Li
2026/06/10
Re: PG19 FK fast path: OOB write and missed FK checks during batched
Ayush Tiwari
2026/06/10
Re: PRI?64 vs Visual Studio (2022)
Wolfgang Walther
2026/06/10
Re: [PATCH] vacuumdb: Add --exclude-database option
Japin Li
2026/06/10
Re: Proposal: Conflict log history table for Logical Replication
shveta malik
2026/06/10
Re: repack: clarify final phase of concurrent mode in file header comment
Chao Li
2026/06/10
Re: [PATCH] Rebuild CHECK constraints after generated column SET EXPRESSION
Chao Li
2026/06/10
Re: Fix SET EXPRESSION for virtual columns with whole-row dependencies
Chao Li
2026/06/10
Re: postgres_fdw: Emit message when batch_size is reduced
Rafia Sabih
2026/06/10
Re: Fix SET EXPRESSION for virtual columns with whole-row dependencies
Chao Li
2026/06/10
Re: Support EXCEPT for TABLES IN SCHEMA publications
Nisha Moond
2026/06/10
Re: Deadlock detector fails to activate on a hot standby replica
Fujii Masao
2026/06/10
Re: t/035_standby_logical_decoding.pl might fail on attempt to read wrong timeline
Xuneng Zhou
2026/06/10
Re: Fix unqualified catalog references in psql describe queries
Álvaro Herrera
2026/06/10
Re: repack: clarify final phase of concurrent mode in file header comment
Jakub Wartak
2026/06/10
Re: PG19 FK fast path: OOB write and missed FK checks during batched
Amit Langote
2026/06/10
Re: PG19 FK fast path: OOB write and missed FK checks during batched
Nikolay Samokhvalov
2026/06/10
Re: [PATCH] Fix typos in pqsignal.c comment
Michael Paquier
2026/06/10
Re: Bug? pg_rewind produces unusable but starting database with standby recovery
Andrey Borodin
2026/06/10
Re: [PATCH] Fix typos in pqsignal.c comment
Ewan Young
2026/06/10
Re: [PATCH] Fix typos in pqsignal.c comment
Chao Li
2026/06/10
Re: Reduce LEFT/FULL JOIN to ANTI JOIN in more cases
Richard Guo
2026/06/10
Re: log_postmaster_stats
Jakub Wartak
2026/06/10
Re: Proposal: Conflict log history table for Logical Replication
Amit Kapila
2026/06/10
Re: [PATCH] Fix typos in pqsignal.c comment
Ewan Young
2026/06/10
Re: Reject negative max_retention_duration values
Chao Li
2026/06/09
Re: DOCS - Add missing EXCEPT parameter description to ALTER PUBLICATION
shveta malik
2026/06/09
Re: synchronized_standby_slots behavior inconsistent with quorum-based synchronous replication
shveta malik
2026/06/09
Re: DOCS - Add missing EXCEPT parameter description to ALTER PUBLICATION
Nisha Moond
2026/06/09
Re: DOCS - Add missing EXCEPT parameter description to ALTER PUBLICATION
Nisha Moond
2026/06/09
Fix md5_password_warnings for role/database settings
Chao Li
2026/06/09
Re: [PATCH] vacuumdb: Add --exclude-database option
Mohamed ALi
2026/06/09
Re: Fix unqualified catalog references in psql describe queries
Bertrand Drouvot
2026/06/09
Re: [PATCH] Release replication slot on error in SQL-callable slot functions
Kyotaro Horiguchi
2026/06/09
Re: Row pattern recognition
Henson Choi
2026/06/09
Re: RFC: Boyer-Moore-Horspool optimization for LIKE '%pattern%' searches
David Rowley
2026/06/09
Re: Reject negative max_retention_duration values
Michael Paquier
2026/06/09
Re: [(known) BUG] DELETE/UPDATE more than one row in partitioned foreign table
Michael Paquier
2026/06/09
Re: [PATCH] Remove obsolete tupDesc assignment in extended statistics
Michael Paquier
2026/06/09
Re: Fix DROP PROPERTY GRAPH "unsupported object class" error
Michael Paquier
2026/06/09
RE: Reject negative max_retention_duration values
Hayato Kuroda (Fujitsu)
2026/06/09
Re: [PATCH] Fix minRecoveryPoint not advanced past checkpoint in CreateRestartPoint
Kyotaro Horiguchi
2026/06/09
Re: Support EXCEPT for TABLES IN SCHEMA publications
Peter Smith
2026/06/09
Re: log_postmaster_stats
Quan Zongliang
2026/06/09
Re: [PATCH] Release replication slot on error in SQL-callable slot functions
SATYANARAYANA NARLAPURAM
2026/06/09
Re: Fix DROP PROPERTY GRAPH "unsupported object class" error
Ashutosh Bapat
2026/06/09
Re: GetBufferDescriptor() being called for local buffers from MarkBufferDirtyHint()
Michael Paquier
2026/06/09
Re: LLVM JIT: any JIT-compiled query crashes (SIGILL) on a libLLVM 19 + ASAN build
Henson Choi
2026/06/09
Re: LLVM JIT: any JIT-compiled query crashes (SIGILL) on a libLLVM 19 + ASAN build
Henson Choi
2026/06/09
Re: Fix unqualified catalog references in psql describe queries
Tom Lane
2026/06/09
LLVM JIT: any JIT-compiled query crashes (SIGILL) on a libLLVM 19 + ASAN build
Henson Choi
2026/06/09
Re: Fix unqualified catalog references in psql describe queries
Michael Paquier
2026/06/09
Re: Fix DROP PROPERTY GRAPH "unsupported object class" error
Michael Paquier
2026/06/09
Re: [PATCH] Fix minRecoveryPoint not advanced past checkpoint in CreateRestartPoint
Michael Paquier
2026/06/09
Re: Extended statistics improvement: multi-column MCV missing values
Enrique Sánchez
2026/06/09
Re: pg_plan_advice
Michael Paquier
2026/06/09
Re: Reject negative max_retention_duration values
Chao Li
2026/06/09
Re: Add pg_get_publication_ddl function
Zsolt Parragi
2026/06/09
Re: Avoid orphaned objects dependencies, take 3
Jeff Davis
2026/06/09
Re: libpq maligning postgres stability
Andres Freund
2026/06/09
Re: Support EXCEPT for TABLES IN SCHEMA publications
Zsolt Parragi
2026/06/09
Re: [PATCH v4] pg_stat_statements: Add last_execution_start column
Sami Imseih
2026/06/09
Re: Add pg_get_publication_ddl function
Álvaro Herrera
2026/06/09
Re: Remove the refint contrib module (for v20)
Nathan Bossart
2026/06/09
Re: postgres_fdw: Emit message when batch_size is reduced
Corey Huinker
2026/06/09
Re: postgres_fdw: Emit message when batch_size is reduced
Corey Huinker
2026/06/09
RFC: A constraint-enforcement layer, decoupling cross-partition constraints from indexing
Greg Burd
2026/06/09
Re: [Bug] Add the missing RTE_GRAPH_TABLE case to transformLockingClause()
Ayush Tiwari
2026/06/09
Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements
Zsolt Parragi
2026/06/09
Re: problems with toast.* reloptions
Nathan Bossart
2026/06/09
Re: Add pg_get_publication_ddl function
Jonathan Gonzalez V.
2026/06/09
Re: pg_upgrade fails when FK constraint with same name exists on partitioned table and its partition
Álvaro Herrera
2026/06/09
Re: Avoid orphaned objects dependencies, take 3
Bertrand Drouvot
2026/06/09
Re: Improving psql autocompletion for SET LOCAL / SET SESSION
surya poondla
2026/06/09
Re: [PATCH] CI: Add a CPAN cache on Windows
Jacob Champion
2026/06/09
Re: Fix missing semicolon in pl_gram.y for option_value rule
Tom Lane
2026/06/09
Re: typedef struct WindowClause misleading comments
Tom Lane
2026/06/09
Re: [BUG] [PATCH] Allow physical replication slots to recover from archive after invalidation
Joao Foltran
2026/06/09
Re: Deadlock detector fails to activate on a hot standby replica
Vitaly Davydov
2026/06/09
Re: (SQL/PGQ) cache lookup failed for label
Ashutosh Bapat
2026/06/09
Re: Row pattern recognition
Henson Choi
2026/06/09
RE: Reject negative max_retention_duration values
Hayato Kuroda (Fujitsu)
2026/06/09
Re: Get rid of "Section.N.N.N" on DOCs
Marcos Pegoraro
2026/06/09
Re: Reject negative max_retention_duration values
Amit Kapila
2026/06/09
Re: PG19 FK fast path: OOB write and missed FK checks during batched
Amit Langote
2026/06/09
Re: [PATCH v4] pg_stat_statements: Add last_execution_start column
Peter Eisentraut
2026/06/09
Re: Extended statistics improvement: multi-column MCV missing values
Ilia Evdokimov
2026/06/09
Re: [PATCH] Fix minRecoveryPoint not advanced past checkpoint in CreateRestartPoint
Nitin Jadhav
2026/06/09
Re: Heads Up: cirrus-ci is shutting down June 1st
Andres Freund
2026/06/09
Re: Add pg_get_publication_ddl function
Jonathan Gonzalez V.
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: [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
Earlier messages
Later messages