pgsql-hackers
Thread
Date
Earlier messages
Later messages
Messages by Date
2026/06/10
Re: Proposal: Conflict log history table for Logical Replication
Dilip Kumar
2026/06/10
Re: (SQL/PGQ) Clean up orphaned properties when dropping a label
Ashutosh Bapat
2026/06/10
pg_restore handles extended statistics inconsistently with statistics data
Chao Li
2026/06/10
Re: Bug? pg_rewind produces unusable but starting database with standby recovery
cca5507
2026/06/10
Re: [BUG] Take a long time to reach consistent after pg_rewind
cca5507
2026/06/10
Re: Disable startup progress timeout during standby WAL replay
Kyotaro Horiguchi
2026/06/10
Re: DOCS - Add missing EXCEPT parameter description to ALTER PUBLICATION
Amit Kapila
2026/06/10
Re: Why is the LSN reported for pg_logical_emit_message() different from other decoded operations?
torikoshia
2026/06/10
Re: Add pg_get_publication_ddl function
Philip Alger
2026/06/10
Re: Add pg_get_publication_ddl function
Peter Smith
2026/06/10
DOCS - "Get Object DDL Functions" table improvements
Peter Smith
2026/06/10
Re: Row pattern recognition
Henson Choi
2026/06/10
Re: t/035_standby_logical_decoding.pl might fail on attempt to read wrong timeline
Michael Paquier
2026/06/10
Re: DOCS - Add missing EXCEPT parameter description to ALTER PUBLICATION
Peter Smith
2026/06/10
Re: Commit Sequence Numbers and Visibility
Jeff Davis
2026/06/10
Re: Having problems generating a code coverage report
Jacob Champion
2026/06/10
Re: DOCS - Add missing EXCEPT parameter description to ALTER PUBLICATION
Peter Smith
2026/06/10
Disable startup progress timeout during standby WAL replay
Fujii Masao
2026/06/10
Re: Add pg_get_publication_ddl function
Peter Smith
2026/06/10
Re: Fix md5_password_warnings for role/database settings
Chao Li
2026/06/10
Re: Heads Up: cirrus-ci is shutting down June 1st
Jacob Champion
2026/06/10
Re: Heads Up: cirrus-ci is shutting down June 1st
Andres Freund
2026/06/10
Re: Discard ORDER BY/DISTINCT when an ANY/IN sublink is pulled up to a join
Zsolt Parragi
2026/06/10
Re: [(known) BUG] DELETE/UPDATE more than one row in partitioned foreign table
Michael Paquier
2026/06/10
Re: [(known) BUG] DELETE/UPDATE more than one row in partitioned foreign table
Michael Paquier
2026/06/10
Re: Fix unqualified catalog references in psql describe queries
Michael Paquier
2026/06/10
Re: GetBufferDescriptor() being called for local buffers from MarkBufferDirtyHint()
Michael Paquier
2026/06/10
Re: [PATCH v5] pg_stat_statements: Add last_execution_start column
Sami Imseih
2026/06/10
Re: [PATCH v5] pg_stat_statements: Add last_execution_start column
Sami Imseih
2026/06/10
Re: [PATCH v5] pg_stat_statements: Add last_execution_start column
Zsolt Parragi
2026/06/10
Re: Support EXCEPT for TABLES IN SCHEMA publications
Zsolt Parragi
2026/06/10
Re: Why our Valgrind reports suck
Tom Lane
2026/06/10
Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements
Zsolt Parragi
2026/06/10
Re: Why our Valgrind reports suck
Tom Lane
2026/06/10
Re: Heads Up: cirrus-ci is shutting down June 1st
Andres Freund
2026/06/10
Re: Move system identifier generation to a common helper
Daniel Gustafsson
2026/06/10
Re: Why our Valgrind reports suck
Alexander Lakhin
2026/06/10
Re: Commit Sequence Numbers and Visibility
Matthias van de Meent
2026/06/10
fix prev link in docs
Nathan Bossart
2026/06/10
Re: [PATCH] psql: add \dcs to list all constraints
Cary Huang
2026/06/10
Re: [PATCH v5] pg_stat_statements: Add last_execution_start column
Andres Freund
2026/06/10
Assorted Win32 error handling fixes (CreateThread, pgwin32_select, pg_usleep)
Sehrope Sarkuni
2026/06/10
[PATCH v5] pg_stat_statements: Add last_execution_start column
Pavlo Golub
2026/06/10
Re: t/035_standby_logical_decoding.pl might fail on attempt to read wrong timeline
Bertrand Drouvot
2026/06/10
Re: Fix missing semicolon in pl_gram.y for option_value rule
Tom Lane
2026/06/10
Re: need clarification about hash_bytes() non-determinitstic behaviour between Little Endian and Big Endian
Tom Lane
2026/06/10
Re: Commit Sequence Numbers and Visibility
Jeff Davis
2026/06/10
Re: Fix race during concurrent logical decoding activation
Masahiko Sawada
2026/06/10
Re: ci: Generate crashlogs on Windows
Nazir Bilal Yavuz
2026/06/10
Show estimated number of groups for IncrementalSort in EXPLAIN
Ilia Evdokimov
2026/06/10
Re: Avoid orphaned objects dependencies, take 3
Bertrand Drouvot
2026/06/10
Re: Fix md5_password_warnings for role/database settings
Fujii Masao
2026/06/10
Re: Heads Up: cirrus-ci is shutting down June 1st
Andres Freund
2026/06/10
need clarification about hash_bytes() non-determinitstic behaviour between Little Endian and Big Endian
Ilyasov Ian
2026/06/10
Re: GetBufferDescriptor() being called for local buffers from MarkBufferDirtyHint()
Andres Freund
2026/06/10
Re: [PATCH] Fix compiler warnings by using designated initializers
Tom Lane
2026/06/10
Re: Row pattern recognition
Tatsuo Ishii
2026/06/10
Re: Heads Up: cirrus-ci is shutting down June 1st
Andres Freund
2026/06/10
Re: [PATCH v1] [BUG #19516] Skip whole-row projection shortcut for OLD/NEW returning type
Marko Grujic
2026/06/10
Re: Fix unqualified catalog references in psql describe queries
Tom Lane
2026/06/10
Re: ci: Generate crashlogs on Windows
Andres Freund
2026/06/10
Re: Fix missing semicolon in pl_gram.y for option_value rule
Peter Eisentraut
2026/06/10
Re: [PATCH] Fix compiler warnings by using designated initializers
Peter Eisentraut
2026/06/10
Re: Return value of XLogInsertRecord() for XLOG_SWITCH record
ZizhuanLiu X-MAN
2026/06/10
Re: Move system identifier generation to a common helper
Peter Eisentraut
2026/06/10
Re: Improve version detection for online help URL
Peter Eisentraut
2026/06/10
ci: Generate crashlogs on Windows
Nazir Bilal Yavuz
2026/06/10
Re: [PATCH v1] [BUG #19516] Skip whole-row projection shortcut for OLD/NEW returning type
Marko Grujic
2026/06/10
Re: [Bug] Add the missing RTE_GRAPH_TABLE case to transformLockingClause()
Ashutosh Bapat
2026/06/10
Re: PG19 FK fast path: OOB write and missed FK checks during batched
Ayush Tiwari
2026/06/10
Re: [PATCH v1] [BUG #19516] Skip whole-row projection shortcut for OLD/NEW returning type
Dean Rasheed
2026/06/10
Re: Avoid orphaned objects dependencies, take 3
Bertrand Drouvot
2026/06/10
Re: [PATCH v1] [BUG #19516] Skip whole-row projection shortcut for OLD/NEW returning type
Marko Grujic
2026/06/10
Re: Commit Sequence Numbers and Visibility
Matthias van de Meent
2026/06/10
Re: PG19 FK fast path: OOB write and missed FK checks during batched
Amit Langote
2026/06/10
Discard ORDER BY/DISTINCT when an ANY/IN sublink is pulled up to a join
Ewan Young
2026/06/10
Re: Fix md5_password_warnings for role/database settings
Japin Li
2026/06/10
Re: [PATCH v1] [BUG #19516] Skip whole-row projection shortcut for OLD/NEW returning type
Dean Rasheed
2026/06/10
Re: problems with toast.* reloptions
solai v
2026/06/10
Re: Fix md5_password_warnings for role/database settings
Chao Li
2026/06/10
Re: [(known) BUG] DELETE/UPDATE more than one row in partitioned foreign table
Etsuro Fujita
2026/06/10
Re: [(known) BUG] DELETE/UPDATE more than one row in partitioned foreign table
Etsuro Fujita
2026/06/10
Re: DOCS - Add missing EXCEPT parameter description to ALTER PUBLICATION
Amit Kapila
2026/06/10
Re: Fix DROP PROPERTY GRAPH "unsupported object class" error
Ashutosh Bapat
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
Earlier messages
Later messages