pgsql-hackers
Thread
Date
Earlier messages
Messages by Date
2026/06/14
Re: doc: Remove stale entry for removed aclitem[] ~ aclitem operator
Tom Lane
2026/06/14
[PATCH v1] Fix typo in InitWalRecovery() comment
Ken Hibino
2026/06/14
Re: Return value of XLogInsertRecord() for XLOG_SWITCH record
ZizhuanLiu X-MAN
2026/06/14
Re: Add ParameterDescription message to libpq frontend long message types
ZizhuanLiu X-MAN
2026/06/14
Re: postgres_fdw: possible overlooked NAMEDATALEN comparison in stats import
Chao Li
2026/06/14
Re: injection_points: Switch wait/wakeup to use atomics rather than latches
Andrey Borodin
2026/06/14
Re: postgres_fdw: possible overlooked NAMEDATALEN comparison in stats import
Etsuro Fujita
2026/06/14
Re: Row pattern recognition
Tatsuo Ishii
2026/06/14
Handle concurrent drop when doing whole database vacuum
cca5507
2026/06/13
doc: Remove stale entry for removed aclitem[] ~ aclitem operator
Shinya Kato
2026/06/13
Re: REPACK CONCURRENTLY fails on tables with generated columns
Srinath Reddy Sadipiralla
2026/06/13
Re: Row pattern recognition
jian he
2026/06/13
Re: [PATCH] btree_gist: add cross-type integer operator support for GiST
Alexander Nestorov
2026/06/13
Re: [PATCH] COPY TO FORMAT json: respect column list order
Sami Imseih
2026/06/13
Re: [PATCH] COPY TO FORMAT json: respect column list order
Andrew Dunstan
2026/06/13
Re: access numeric data in module
Ed Behn
2026/06/13
Re: Subquery pull-up increases jointree search space
Andrei Lepikhov
2026/06/13
Re: Add explicit warnings about unsafe OAuth trace output for libpq
Zsolt Parragi
2026/06/13
Re: Bug? pg_rewind produces unusable but starting database with standby recovery
Zsolt Parragi
2026/06/13
Re: Change copyObject() to use typeof_unqual
Tom Lane
2026/06/13
Re: Change copyObject() to use typeof_unqual
Álvaro Herrera
2026/06/13
Re: CI failure: postgres_fdw_get_connections
Robert Haas
2026/06/13
Re: Return value of XLogInsertRecord() for XLOG_SWITCH record
ZizhuanLiu X-MAN
2026/06/13
Re: Subquery pull-up increases jointree search space
Tomas Vondra
2026/06/13
Re: Proposal: Conflict log history table for Logical Replication
Amit Kapila
2026/06/13
Re: Subquery pull-up increases jointree search space
Andrei Lepikhov
2026/06/13
Re: Add “FOR UPDATE NOWAIT” lock details to the log.
cca5507
2026/06/13
Re: postgres_fdw: fix cumulative stats after imported foreign-table stats
Etsuro Fujita
2026/06/12
Re: Fix SET EXPRESSION for virtual columns with whole-row dependencies
Chao Li
2026/06/12
[PATCH] doc: clarify pg_stat_lock.fastpath_exceeded scope
Tatsuya Kawata
2026/06/12
Re: [PATCH] pg_stat_lock: add blocker mode dimension
Tatsuya Kawata
2026/06/12
Re: Row pattern recognition
Tatsuo Ishii
2026/06/12
Re: Fix SET EXPRESSION for virtual columns with whole-row dependencies
jian he
2026/06/12
Re: Do quoting more carefully in replication commands
Álvaro Herrera
2026/06/12
Re: Fix psql pager selection for wrapped expanded output
Chao Li
2026/06/12
Re: Commit Sequence Numbers and Visibility
Jeff Davis
2026/06/12
Re: [PATCH] vacuumdb: Add --exclude-database option
Khoa Nguyen
2026/06/12
Re: Improve pg_stat_statements scalability
Sami Imseih
2026/06/12
Re: Use \if/\endif to remove non-libxml2 expected output in regression tests
Tom Lane
2026/06/12
[PATCH] COPY TO FORMAT json: respect column list order
Baji Shaik
2026/06/12
Re: uuidv7 improperly accepts dates before 1970-01-01
Baji Shaik
2026/06/12
Re: [PATCH] Fix PITR pause bypass when initial XLOG_RUNNING_XACTS has subxid overflow
Zsolt Parragi
2026/06/12
Re: Heads Up: cirrus-ci is shutting down June 1st
Andres Freund
2026/06/12
Re: Do quoting more carefully in replication commands
Tom Lane
2026/06/12
Re: fix prev link in docs
Ayush Tiwari
2026/06/12
Re: [PATCH] seg: preserve the upper boundary's certainty indicator in seg_out()
Andrew Dunstan
2026/06/12
Re: [PATCH v1] Add ssl_alt_cert_file/ssl_alt_key_file for dual RSA+ECDSA certificate support
Zsolt Parragi
2026/06/12
Re: mxid_score can become Infinity in pg_stat_autovacuum_scores
Sami Imseih
2026/06/12
Re: Modernizing pg_bsd_indent's error/warning reporting code
Ayush Tiwari
2026/06/12
Re: Do quoting more carefully in replication commands
Ayush Tiwari
2026/06/12
Re: [PATCH] seg: preserve the upper boundary's certainty indicator in seg_out()
Tom Lane
2026/06/12
Re: [PATCH] seg: preserve the upper boundary's certainty indicator in seg_out()
Andrew Dunstan
2026/06/12
mxid_score can become Infinity in pg_stat_autovacuum_scores
Masahiko Sawada
2026/06/12
Do quoting more carefully in replication commands
Tom Lane
2026/06/12
Re: Key joins
Tomas Vondra
2026/06/12
Re: Unexpected reindex when altering column types for partitioned tables
Álvaro Herrera
2026/06/12
Modernizing pg_bsd_indent's error/warning reporting code
Tom Lane
2026/06/12
Re: PG19beta1: GCC 16.1.1 warning: ‘actual_arg_types’ may be used uninitialized in clauses.c
Álvaro Herrera
2026/06/12
Re: typedef struct WindowClause misleading comments
Tom Lane
2026/06/12
Re: s/pg_attribute_always_inline/pg_always_inline/?
Peter Geoghegan
2026/06/12
faulty error handling around pgstat_count_io_op_time()
Peter Eisentraut
2026/06/12
Re: synchronized_standby_slots behavior inconsistent with quorum-based synchronous replication
Shlok Kyal
2026/06/12
Re: Better shared data structure management and resizable shared data structures
Heikki Linnakangas
2026/06/12
Re: s/pg_attribute_always_inline/pg_always_inline/?
Tomas Vondra
2026/06/12
Re: Fix ALTER DOMAIN VALIDATE CONSTRAINT locking
Álvaro Herrera
2026/06/12
Re: [GSoC 2026] - B-tree Index Bloat Reduction - Approach & Questions
Matthias van de Meent
2026/06/12
Re: Why our Valgrind reports suck
David E. Wheeler
2026/06/12
Re: Fix psql pager selection for wrapped expanded output
Álvaro Herrera
2026/06/12
Re: Use \if/\endif to remove non-libxml2 expected output in regression tests
Tom Lane
2026/06/12
Re: [GSoC 2026] - B-tree Index Bloat Reduction - Approach & Questions
Kirk Wolak
2026/06/12
Re: Use \if/\endif to remove non-libxml2 expected output in regression tests
Tom Lane
2026/06/12
Re: PSQL - prevent describe listing tables that are already in listed schemas
Álvaro Herrera
2026/06/12
Re: Fix ALTER DOMAIN VALIDATE CONSTRAINT locking
Chao Li
2026/06/12
Re: Why our Valgrind reports suck
Tom Lane
2026/06/12
Re: Heads Up: cirrus-ci is shutting down June 1st
Nazir Bilal Yavuz
2026/06/12
Re: Redundant/mis-use of _(x) gettext macro?
Álvaro Herrera
2026/06/12
Re: REPACK CONCURRENTLY fails on tables with generated columns
Alvaro Herrera
2026/06/12
Re: PostgreSQL and OpenSSL 4.0.0
Daniel Gustafsson
2026/06/12
Re: Fix ALTER DOMAIN VALIDATE CONSTRAINT locking
Chao Li
2026/06/12
Re: PSQL - prevent describe listing tables that are already in listed schemas
Álvaro Herrera
2026/06/12
Re: Fix ALTER DOMAIN VALIDATE CONSTRAINT locking
Fujii Masao
2026/06/12
Re: REPACK CONCURRENTLY fails on tables with generated columns
Antonin Houska
2026/06/12
Re: Fix psql pager selection for wrapped expanded output
Chao Li
2026/06/12
Re: Fix race in ReplicationSlotRelease for ephemeral slots
Amit Kapila
2026/06/12
Re: Row pattern recognition
jian he
2026/06/12
Re: Improving psql autocompletion for SET LOCAL / SET SESSION
solai v
2026/06/12
Re: REPACK CONCURRENTLY fails on tables with generated columns
Alvaro Herrera
2026/06/12
Re: synchronized_standby_slots behavior inconsistent with quorum-based synchronous replication
Ashutosh Sharma
2026/06/12
[PATCH v1] Add ssl_alt_cert_file/ssl_alt_key_file for dual RSA+ECDSA certificate support
Renaud Métrich
2026/06/12
Re: Commit Sequence Numbers and Visibility
Matthias van de Meent
2026/06/12
Fix psql pager selection for wrapped expanded output
Chao Li
2026/06/12
Re: Why our Valgrind reports suck
Álvaro Herrera
2026/06/12
Re: [PATCH] Fix PITR pause bypass when initial XLOG_RUNNING_XACTS has subxid overflow
Jan Nidzwetzki
2026/06/12
Re: REPACK CONCURRENTLY fails on tables with generated columns
Antonin Houska
2026/06/12
Re: Deadlock detector fails to activate on a hot standby replica
Fujii Masao
2026/06/12
REPACK CONCURRENTLY fails on tables with generated columns
Ewan Young
2026/06/12
Re: Report bytes and transactions actually sent downtream
Ashutosh Sharma
2026/06/12
Re: [BUG] Take a long time to reach consistent after pg_rewind
Kyotaro Horiguchi
2026/06/12
Re: Use \if/\endif to remove non-libxml2 expected output in regression tests
Daniel Gustafsson
2026/06/12
Use \if/\endif to remove non-libxml2 expected output in regression tests
Michael Paquier
2026/06/12
Re: Remove redundant DISTINCT when GROUP BY already guarantees uniqueness
Andres Taylor
2026/06/12
Re: Add “FOR UPDATE NOWAIT” lock details to the log.
Fujii Masao
2026/06/12
Re: Why our Valgrind reports suck
David E. Wheeler
2026/06/12
LDAP timeout options
Roman Khapov
2026/06/12
Re: injection_points: Switch wait/wakeup to use atomics rather than latches
Andrey Borodin
2026/06/12
Re: Report bytes and transactions actually sent downtream
Kyotaro Horiguchi
2026/06/11
Re: pg_restore handles extended statistics inconsistently with statistics data
Chao Li
2026/06/11
Re: t/035_standby_logical_decoding.pl might fail on attempt to read wrong timeline
Xuneng Zhou
2026/06/11
Re: pg_restore handles extended statistics inconsistently with statistics data
Michael Paquier
2026/06/11
Re: Deadlock detector fails to activate on a hot standby replica
Vitaly Davydov
2026/06/11
Re: [PATCH] Fix replica identity mismatch for partitioned tables with publish_via_partition_root
Alexander Korotkov
2026/06/11
Re: Support EXCEPT for ALL SEQUENCES publications
Peter Smith
2026/06/11
Re: Support EXCEPT for ALL SEQUENCES publications
Peter Smith
2026/06/11
Re: [PATCH] REPLICA IDENTITY USING INDEX accepts column with invalid NOT NULL
Álvaro Herrera
2026/06/11
Re: Adding pg_dump flag for parallel export to pipes
solai v
2026/06/11
Re: CI failure: postgres_fdw_get_connections
Fujii Masao
2026/06/11
Re: Fix tuple deformation with virtual generated NOT NULL columns
David Rowley
2026/06/11
Re: Row pattern recognition
Tatsuo Ishii
2026/06/11
Re: Fast-path FK checks reject valid inserts for domain-typed FK columns
Amit Langote
2026/06/11
postgres_fdw: fix cumulative stats after imported foreign-table stats
Chao Li
2026/06/11
Re: Row pattern recognition
Tatsuo Ishii
2026/06/11
Fast-path FK checks reject valid inserts for domain-typed FK columns
Ewan Young
2026/06/11
Re: Remove redundant DISTINCT when GROUP BY already guarantees uniqueness
David Rowley
2026/06/11
Re: [PATCH] Fix some typos in code comments
Michael Paquier
2026/06/11
Re: [PATCH] Fix some typos in code comments
Michael Paquier
2026/06/11
Re: t/035_standby_logical_decoding.pl might fail on attempt to read wrong timeline
Bertrand Drouvot
2026/06/11
Re: Fix race in ReplicationSlotRelease for ephemeral slots
Xuneng Zhou
2026/06/11
Re: typedef struct WindowClause misleading comments
David Rowley
2026/06/11
Re: PG19 FK fast path: OOB write and missed FK checks during batched
Amit Langote
2026/06/11
Re: t/035_standby_logical_decoding.pl might fail on attempt to read wrong timeline
Michael Paquier
2026/06/11
Re: Fix warning: ‘startpos’ may be used uninitialized in function ‘results_differ’
Ewan Young
2026/06/11
Re: LLVM JIT: any JIT-compiled query crashes (SIGILL) on a libLLVM 19 + ASAN build
Henson Choi
2026/06/11
Re: (SQL/PGQ) Clean up orphaned properties when dropping a label
zengman
2026/06/11
Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements
Kyotaro Horiguchi
2026/06/11
Re: Fix race condition in SSI when reading PredXact->SxactGlobalXmin
Josh Curtis
2026/06/11
Re: t/035_standby_logical_decoding.pl might fail on attempt to read wrong timeline
Xuneng Zhou
2026/06/11
Re: amcheck: fix bug of missing corruption in allequalimage validation
Chao Li
2026/06/11
Re: amcheck: fix bug of missing corruption in allequalimage validation
Fujii Masao
2026/06/11
Re: Key joins
Arne Roland
2026/06/11
Re: [PATCH] REPLICA IDENTITY USING INDEX accepts column with invalid NOT NULL
Chao Li
2026/06/11
Re: Fix md5_password_warnings for role/database settings
Chao Li
2026/06/11
Re: Fix md5_password_warnings for role/database settings
Fujii Masao
2026/06/11
Re: amcheck: fix bug of missing corruption in allequalimage validation
Chao Li
2026/06/11
CI failure: postgres_fdw_get_connections
Robert Haas
2026/06/11
Re: Redundant/mis-use of _(x) gettext macro?
Peter Smith
2026/06/11
Re: A trivial fix on a comment in pgstat_assoc_relation()
Michael Paquier
2026/06/11
Re: Commit Sequence Numbers and Visibility
Jeff Davis
2026/06/11
Re: Move FOR PORTION OF checks out of analysis
Paul A Jungwirth
2026/06/11
Re: LLVM JIT: any JIT-compiled query crashes (SIGILL) on a libLLVM 19 + ASAN build
Matheus Alcantara
2026/06/11
Re: [PATCH] fix AddRelsyncInvalidationMessage
Robert Haas
2026/06/11
Re: Key joins
Tomas Vondra
2026/06/11
Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements
Zsolt Parragi
2026/06/11
Re: FOR PORTION OF should reject GENERATED columns
Paul A Jungwirth
2026/06/11
Re: Remove redundant DISTINCT when GROUP BY already guarantees uniqueness
Andres Taylor
2026/06/11
Re: Redundant/mis-use of _(x) gettext macro?
Álvaro Herrera
2026/06/11
Re: uuidv7 improperly accepts dates before 1970-01-01
Masahiko Sawada
2026/06/11
Re: [GSoC 2026] - B-tree Index Bloat Reduction - Approach & Questions
Robert Haas
2026/06/11
Re: Make SPI_prepare argtypes argument const
Tom Lane
2026/06/11
Re: [PATCH] REPLICA IDENTITY USING INDEX accepts column with invalid NOT NULL
Masahiko Sawada
2026/06/11
Re: Fix missing semicolon in pl_gram.y for option_value rule
Peter Eisentraut
2026/06/11
Re: Make SPI_prepare argtypes argument const
Peter Eisentraut
2026/06/11
Re: [GSoC 2026] - B-tree Index Bloat Reduction - Approach & Questions
Salma El-Sayed
2026/06/11
Re: Redundant/mis-use of _(x) gettext macro?
Álvaro Herrera
2026/06/11
Re: Heads Up: cirrus-ci is shutting down June 1st
Jacob Champion
2026/06/11
Re: amcheck: fix bug of missing corruption in allequalimage validation
Fujii Masao
2026/06/11
Re: Add pattern matching support for LISTEN/NOTIFY channels
Matheus Alcantara
2026/06/11
Re: Fix warning: ‘startpos’ may be used uninitialized in function ‘results_differ’
m . litsarev
2026/06/11
Fix warning: ‘startpos’ may be used uninitialized in function ‘results_differ’
m . litsarev
2026/06/11
Re: updates for handling optional argument in system functions
Mark Wong
2026/06/11
Re: Init connection time grows quadratically
Maksim.Melnikov
2026/06/11
Re: Fix race in ReplicationSlotRelease for ephemeral slots
Fujii Masao
2026/06/11
Re: Heads Up: cirrus-ci is shutting down June 1st
Andres Freund
2026/06/11
Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements
Marcos Pegoraro
2026/06/11
Re: Make SPI_prepare argtypes argument const
Tom Lane
2026/06/11
[PATCH] fix AddRelsyncInvalidationMessage
Stolpovskikh Danil
2026/06/11
Re: [PATCH v1] [BUG #19516] Skip whole-row projection shortcut for OLD/NEW returning type
Dean Rasheed
2026/06/11
Re: Fix race in ReplicationSlotRelease for ephemeral slots
Amit Kapila
2026/06/11
Re: postgres_fdw: possible overlooked NAMEDATALEN comparison in stats import
Etsuro Fujita
2026/06/11
Re: PG19 FK fast path: OOB write and missed FK checks during batched
Amit Langote
2026/06/11
Re: [PATCH] Preserve replication origin OIDs in pg_upgrade
shveta malik
2026/06/11
Re: Proposal: Conflict log history table for Logical Replication
shveta malik
2026/06/11
Re: extend JSON_TABLE top level path expression
solai v
2026/06/11
Re: Make SPI_prepare argtypes argument const
Ewan Young
2026/06/11
Re: t/035_standby_logical_decoding.pl might fail on attempt to read wrong timeline
Michael Paquier
2026/06/11
Re: PG19 FK fast path: OOB write and missed FK checks during batched
Junwang Zhao
2026/06/11
Re: [PATCH] seg: preserve the upper boundary's certainty indicator in seg_out()
Heikki Linnakangas
2026/06/11
[PATCH] Fix some typos in code comments
Ewan Young
2026/06/11
Re: Fix race in ReplicationSlotRelease for ephemeral slots
Amit Kapila
2026/06/11
Make SPI_prepare argtypes argument const
Peter Eisentraut
2026/06/11
Re: Return value of XLogInsertRecord() for XLOG_SWITCH record
반지현
2026/06/11
Re: PG19 FK fast path: OOB write and missed FK checks during batched
Amit Langote
2026/06/11
Re: First draft of PG 19 release notes
Srinath Reddy Sadipiralla
2026/06/11
Re: Add pg_get_publication_ddl function
solai v
2026/06/11
postgres_fdw: possible overlooked NAMEDATALEN comparison in stats import
Chao Li
2026/06/11
Re: Discard ORDER BY/DISTINCT when an ANY/IN sublink is pulled up to a join
Ewan Young
2026/06/11
Re: Commit Sequence Numbers and Visibility
Matthias van de Meent
2026/06/11
Re: PG19 FK fast path: OOB write and missed FK checks during batched
Junwang Zhao
2026/06/11
Re: Report bytes and transactions actually sent downtream
Ashutosh Sharma
2026/06/11
Re: [BUG] Take a long time to reach consistent after pg_rewind
cca5507
2026/06/11
Re: Add pg_get_publication_ddl function
Peter Smith
Earlier messages