pgsql-hackers
Thread
Date
Earlier messages
Later messages
Messages by Date
2026/09/23
Re: [PATCH] Refactor *_abbrev_convert() functions
Zsolt Parragi
2026/09/23
Re: Persist slot invalidations before publishing them
Bertrand Drouvot
2026/09/23
Re: [PATCH] Misleading error message for REPACK USING INDEX on shared catalogs
Álvaro Herrera
2026/09/23
Re: Write skew observed under serializable isolation
Zsolt Parragi
2026/09/23
Re: REPACK (CONCURRENTLY) can silently lose updates when the toast table is rewritten
Thom Brown
2026/09/23
Re: [PATCH] Use bounded GIN pending-list cleanup in parallel autovacuum
Yuhang Qiu
2026/09/23
Re: postgres_fdw: push down FETCH FIRST .. WITH TIES when server version allows
Sagar Shedge
2026/09/23
Re: Add counted_by attribute
Tristan Partin
2026/09/23
Re: Add a permission check to pg_stat_get_backend_subxact()
Bertrand Drouvot
2026/09/23
Re: [PATCH] pg_combinebackup: make the OID range check in parse_oid() effective
Chao Li
2026/09/22
Re: index prefetching
Yuhang Qiu
2026/09/22
Re: [PATCH] Misleading error message for REPACK USING INDEX on shared catalogs
Chao Li
2026/09/22
Re: Persist slot invalidations before publishing them
shveta malik
2026/09/22
Re: postgres_fdw: push down FETCH FIRST .. WITH TIES when server version allows
Jeevan Chalke
2026/09/22
Re: [PATCH] Two remaining shmem attachment issues in single-user mode
Chao Li
2026/09/22
Re: Adding a range check on the sequence index from the publisher.
Chao Li
2026/09/22
Re: REPACK (CONCURRENTLY) can silently lose updates when the toast table is rewritten
shihao zhong
2026/09/22
Re: Distinguish publication exclusions in object addresses
shveta malik
2026/09/22
Re: Distinguish publication exclusions in object addresses
Amit Kapila
2026/09/22
Re: REPACK (CONCURRENTLY) loses missing values of columns added without a rewrite
shihao zhong
2026/09/22
Re: sequencesync worker race with REFRESH SEQUENCES
shveta malik
2026/09/22
Re: COALESCE patch
Ilia Evdokimov
2026/09/22
Re: Adding a range check on the sequence index from the publisher.
Masahiko Sawada
2026/09/22
stale comment in struct AlteredTableInfo
jian he
2026/09/22
Re: Add a permission check to pg_stat_get_backend_subxact()
shihao zhong
2026/09/22
Re: HASH INDEX builds seems confused
Khoa Nguyen
2026/09/22
Re: Adding a range check on the sequence index from the publisher.
Chao Li
2026/09/22
Re: pg_walinspect: fix LSN validation messages and empty range handling
Chao Li
2026/09/22
Re: REPACK (CONCURRENTLY) can silently lose updates when the toast table is rewritten
Manu
2026/09/22
Re: Add a test for index_rebuild_count of REPACK (CONCURRENTLY)
Manu
2026/09/22
Re: PROXY protocol support
Manu
2026/09/22
REPACK (CONCURRENTLY) can silently lose updates when the toast table is rewritten
Thom Brown
2026/09/22
Re: generic plans and "initial" pruning
Manu
2026/09/22
Re: Add a test for index_rebuild_count of REPACK (CONCURRENTLY)
Manu
2026/09/22
Re: Distinguish publication exclusions in object addresses
Manu
2026/09/22
Re: [PATCH] Release replication slot on error in SQL-callable slot functions
Masahiko Sawada
2026/09/22
Re: Distinguish publication exclusions in object addresses
Manu
2026/09/22
Re: Add REPACK progress phases for logical decoding setup
Manu
2026/09/22
Re: WAL_LOG CREATE DATABASE strategy broken for non-standard page layouts
Melanie Plageman
2026/09/22
Re: proposal: add new dblink function, dblink_wait_for_query()
Merlin Moncure
2026/09/22
Re: Support for 8-byte TOAST values, round two
Bharath Rupireddy
2026/09/22
Re: SSI: ON CONFLICT DO SELECT takes no predicate lock on the returned row
Zsolt Parragi
2026/09/22
[PATCH] Misleading error message for REPACK USING INDEX on shared catalogs
Devrim Gündüz
2026/09/22
Re: Serverside SNI support in libpq
Daniel Gustafsson
2026/09/22
Re: Make COPY format extendable: Extract COPY TO format implementations
Manu
2026/09/22
Re: updates for handling optional argument in system functions
Mark Wong
2026/09/22
Re: Up to 50x degradation in dblink performance when receiving notice traffic 19 vs 18
Merlin Moncure
2026/09/22
Re: pg_walinspect: fix LSN validation messages and empty range handling
Kiran Kaki
2026/09/22
Re: proposal: add new dblink function, dblink_wait_for_query()
Corey Huinker
2026/09/22
Re: Add REPACK progress phases for logical decoding setup
Sami Imseih
2026/09/22
Re: Teach pg_upgrade to deal with invalid databases
Bharath Rupireddy
2026/09/22
Re: Crashes on a partition whose concurrent detach never finished
Zsolt Parragi
2026/09/22
Re: Extension security improvement: Add support for extensions with an owned schema
Manu
2026/09/22
Re: Teach pg_upgrade to deal with invalid databases
Euler Taveira
2026/09/22
Re: Reduce SyncRepLock contention on the commit path
Vadim Ponomarev
2026/09/22
Re: Up to 50x degradation in dblink performance when receiving notice traffic 19 vs 18
Tom Lane
2026/09/22
Re: Adding a range check on the sequence index from the publisher.
Masahiko Sawada
2026/09/22
Re: Adding a range check on the sequence index from the publisher.
Masahiko Sawada
2026/09/22
Re: Fix "unexpected logical decoding status change" error; from concurrent logical decoding activation
Masahiko Sawada
2026/09/22
Re: [BUG?] check_exclusion_or_unique_constraint false negative
Manu
2026/09/22
[PATCH] pg_combinebackup: make the OID range check in parse_oid() effective
Egor Ivkov
2026/09/22
Re: JSON_TABLE: table => column ON ERROR propagation
Jeff Davis
2026/09/22
Re: proposal: add new dblink function, dblink_wait_for_query()
Merlin Moncure
2026/09/22
Re: convert various variables to atomics
Nathan Bossart
2026/09/22
Re: COMMENTS are not being copied in CREATE TABLE LIKE
Jim Jones
2026/09/22
Re: enhancing pg_basebackup speeds up to ~23Gbps (small fixes + io_uring/Direct I/O)
Gustavo William
2026/09/22
Up to 50x degradation in dblink performance when receiving notice traffic 19 vs 18
Merlin Moncure
2026/09/22
Re: EXPLAIN: showing ReadStream / prefetch stats
Tomas Vondra
2026/09/22
Re: EXPLAIN: showing ReadStream / prefetch stats
Nikolay Samokhvalov
2026/09/22
Re: Fix race condition in SSI when reading PredXact->SxactGlobalXmin
Manu
2026/09/22
Re: [PATCH] Two remaining shmem attachment issues in single-user mode
Jacob Champion
2026/09/22
Re: PostgreSQL 19 Beta 4 release announcement draft
Lukas Fittl
2026/09/22
Re: REPACK (CONCURRENTLY) loses missing values of columns added without a rewrite
Sami Imseih
2026/09/22
Re: pg_walinspect: fix LSN validation messages and empty range handling
Kiran Kaki
2026/09/22
Re: pg_walinspect: fix LSN validation messages and empty range handling
surya poondla
2026/09/22
Re: [PATCH] Two remaining shmem attachment issues in single-user mode
Ayush Tiwari
2026/09/22
REPACK (CONCURRENTLY) loses missing values of columns added without a rewrite
Sami Imseih
2026/09/22
Re: sequencesync worker race with REFRESH SEQUENCES
vignesh C
2026/09/22
Becoming a committer: form for tracking readiness
Noah Misch
2026/09/22
Re: Catversion bumps during beta (was Re: [Proposal] Expose internal MultiXact member count function for efficient monitoring)
Noah Misch
2026/09/22
Re: Historic snapshot doesn't track txns committed in BUILDING_SNAPSHOT state
Manu
2026/09/22
Re: Catversion bumps during beta (was Re: [Proposal] Expose internal MultiXact member count function for efficient monitoring)
Heikki Linnakangas
2026/09/22
Re: run pgindent in CI
Nathan Bossart
2026/09/22
Re: Teach pg_upgrade to deal with invalid databases
Nathan Bossart
2026/09/22
Re: Teach pg_upgrade to deal with invalid databases
Bharath Rupireddy
2026/09/22
Re: Catversion bumps during beta (was Re: [Proposal] Expose internal MultiXact member count function for efficient monitoring)
Tom Lane
2026/09/22
Catversion bumps during beta (was Re: [Proposal] Expose internal MultiXact member count function for efficient monitoring)
Heikki Linnakangas
2026/09/22
Re: System views for versions reporting
Dmitry Dolgov
2026/09/22
Re: [Proposal] Expose internal MultiXact member count function for efficient monitoring
Nathan Bossart
2026/09/22
Re: postgres_fdw: push down FETCH FIRST .. WITH TIES when server version allows
Sagar Shedge
2026/09/22
Re: EXPLAIN: showing ReadStream / prefetch stats
Andres Freund
2026/09/22
Re: EXPLAIN: showing ReadStream / prefetch stats
Peter Geoghegan
2026/09/22
Re: Teach pg_upgrade to deal with invalid databases
Andres Freund
2026/09/22
Re: EXPLAIN: showing ReadStream / prefetch stats
Tomas Vondra
2026/09/22
Re: aio: Async fsyncs for crash recovery and checkpointer
Nitin Jadhav
2026/09/22
Re: Double content-lock acquisition silently leaks a lock
Andres Freund
2026/09/22
Re: Adding a stored generated column without long-lived locks
Álvaro Herrera
2026/09/22
Re: Double content-lock acquisition silently leaks a lock
Andres Freund
2026/09/22
Re: EXPLAIN: showing ReadStream / prefetch stats
Nikolay Samokhvalov
2026/09/22
Re: Prevent object capture in CREATE/ALTER EXTENSION scripts
Jan Nidzwetzki
2026/09/22
Double content-lock acquisition silently leaks a lock
Greg Burd
2026/09/22
Re: [(known) BUG] DELETE/UPDATE more than one row in partitioned foreign table
Manu
2026/09/22
Re: System views for versions reporting
Dmitry Dolgov
2026/09/22
Re: [Proposal] Expose internal MultiXact member count function for efficient monitoring
Melanie Plageman
2026/09/22
Re: Add PRODUCT() aggregate function
Jeevan Chalke
2026/09/22
Re: Teach pg_upgrade to deal with invalid databases
Robert Treat
2026/09/22
Re: Optimize MCV stats for sortable types and utilize sorted-order properties
ZizhuanLiu X-MAN
2026/09/22
Re: run pgindent in CI
Tom Lane
2026/09/22
Re: Add a permission check to pg_stat_get_backend_subxact()
Bertrand Drouvot
2026/09/22
Re: sequencesync worker race with REFRESH SEQUENCES
Zhijie Hou
2026/09/22
Re: run pgindent in CI
Andrew Dunstan
2026/09/22
Re: Adding a stored generated column without long-lived locks
Matthias van de Meent
2026/09/22
Re: postgres_fdw: push down FETCH FIRST .. WITH TIES when server version allows
Jeevan Chalke
2026/09/22
Re: [PATCH] Refactor *_abbrev_convert() functions
Aleksander Alekseev
2026/09/22
Re: [Proposal] Expose internal MultiXact member count function for efficient monitoring
Andrey Borodin
2026/09/22
Re: Persist slot invalidations before publishing them
shveta malik
2026/09/22
Re: Serverside SNI support in libpq
Daniel Gustafsson
2026/09/22
Re: Adding a stored generated column without long-lived locks
Laurenz Albe
2026/09/22
Re: Set calcSumX2 = true in numeric_(poly_)deserialize
Andrey Borodin
2026/09/22
Re: [PATCH] postgres_fdw: Fix cost estimation for semi join pushdown
ChenhuiMo
2026/09/22
Re: Fold NOT IN / <> ALL expressions containing NULL to FALSE
Ilia Evdokimov
2026/09/22
Re: Stop asserting that Unicode normalization consumes its whole input
John Naylor
2026/09/22
Re: Write skew observed under serializable isolation
Aleksander Alekseev
2026/09/22
Re: Declare variable-length catalog columns as [] rather than [1]
Daniel Gustafsson
2026/09/22
Re: [PATCH] set_byte() with a count argument
Sehrope Sarkuni
2026/09/22
Re: arrays over initdb-created types are broken after pg_upgrade
John Naylor
2026/09/22
Re: [PATCH] Explain what the default output_plugin_libraries do
Chao Li
2026/09/22
Re: sequencesync worker race with REFRESH SEQUENCES
vignesh C
2026/09/22
Re: [PATCH] Add memory/disk usage for Function Scan nodes in EXPLAIN
Tatsuya Kawata
2026/09/22
Re: Several issues with postgres_fdw stats import
Pavel Luzanov
2026/09/22
Re: Add a permission check to pg_stat_get_backend_subxact()
Bertrand Drouvot
2026/09/22
Re: Introduce XID age based replication slot invalidation
Bertrand Drouvot
2026/09/22
Re: Several issues with postgres_fdw stats import
Etsuro Fujita
2026/09/22
Re: Prevent object capture in CREATE/ALTER EXTENSION scripts
solai v
2026/09/22
Re: Set calcSumX2 = true in numeric_(poly_)deserialize
Maxime Schoemans
2026/09/22
Re: [GSoC 2026] - B-tree Index Bloat Reduction - Approach & Questions
Yao Feng
2026/09/22
Re: ri_Fast* crash w/ nullable UNIQUE constraint
Amit Langote
2026/09/22
Re: Logical replication can lose an update after concurrent index invalidation
Amit Kapila
2026/09/22
Re: Several issues with postgres_fdw stats import
Etsuro Fujita
2026/09/22
Re: Crashes on a partition whose concurrent detach never finished
Nisha Moond
2026/09/22
Re: Several issues with postgres_fdw stats import
Etsuro Fujita
2026/09/22
Re: Internal error codes triggered by regression tests and user queries, take 2
Michael Paquier
2026/09/22
Re: Persist slot invalidations before publishing them
Bertrand Drouvot
2026/09/22
Re: ri_Fast* crash w/ nullable UNIQUE constraint
Amit Langote
2026/09/22
Re: Add a permission check to pg_stat_get_backend_subxact()
Michael Paquier
2026/09/22
Re: Serverside SNI support in libpq
Zsolt Parragi
2026/09/22
Re: [PATCH] set_byte() with a count argument
Matthias van de Meent
2026/09/22
Re: Proposal: Supporting URI SAN in Certificate Authentication
Florin Irion
2026/09/22
Re: Add a permission check to pg_stat_get_backend_subxact()
Michael Paquier
2026/09/22
Re: test: avoid redundant standby catchup in 049_wait_for_lsn
Xuneng Zhou
2026/09/22
Re: Declare variable-length catalog columns as [] rather than [1]
Chao Li
2026/09/22
Re: [PATCH] Remove unused PageIsPredicateLocked()
solai v
2026/09/22
Re: aio: worker: Free SMGR objects when idle
Alexandre Felipe
2026/09/22
Re: Support for 8-byte TOAST values, round two
Michael Paquier
2026/09/22
Re: sequencesync worker race with REFRESH SEQUENCES
shveta malik
2026/09/22
Re: Windows locales and tests portability
Andrew Bille
2026/09/22
Re: WAL segment file descriptor leak on read errors can PANIC the server
Chao Li
2026/09/22
Re: [Proposal] Expose internal MultiXact member count function for efficient monitoring
Michael Paquier
2026/09/22
Re: sequencesync worker race with REFRESH SEQUENCES
Andrey Borodin
2026/09/22
Re: Declare variable-length catalog columns as [] rather than [1]
Heikki Linnakangas
2026/09/22
Re: Optimize MCV stats for sortable types and utilize sorted-order properties
ZizhuanLiu X-MAN
2026/09/22
Re: Windows locales and tests portability
Andrew Bille
2026/09/22
Re: logical decoding: skip unnecessary snapshot distribution.
Shlok Kyal
2026/09/22
Declare variable-length catalog columns as [] rather than [1]
Peter Eisentraut
2026/09/22
Re: Windows locales and tests portability
Andrey Borodin
2026/09/22
Re: subquery pullup misses lateral refs in join alias Vars
Tatsuya Kawata
2026/09/22
Re: Changing shared_buffers without restart
Ashutosh Bapat
2026/09/21
Re: Why clearing the VM doesn't require registering vm buffer in wal record
Andrey Borodin
2026/09/21
Re: Fix "unexpected logical decoding status change" error; from concurrent logical decoding activation
Nikolay Samokhvalov
2026/09/21
Re: Adding a range check on the sequence index from the publisher.
Chao Li
2026/09/21
Re: pg_walinspect: fix LSN validation messages and empty range handling
Chao Li
2026/09/21
Re: Add counted_by attribute
Peter Eisentraut
2026/09/21
Re: Stop asserting that Unicode normalization consumes its whole input
Tristan Partin
2026/09/21
Re: Report relation extension blockers within parallel lock groups
Bertrand Drouvot
2026/09/21
Re: Move system identifier generation to a common helper
John Naylor
2026/09/21
Re: [PATCH] Refactor *_abbrev_convert() functions
John Naylor
2026/09/21
Re: Adding a range check on the sequence index from the publisher.
Amit Kapila
2026/09/21
Re: Optimize MCV stats for sortable types and utilize sorted-order properties
ZizhuanLiu X-MAN
2026/09/21
Re: aio: Async fsyncs for crash recovery and checkpointer
Yuhang Qiu
2026/09/21
Re: Temp schema drop leaves an inconsistent state behind
Manu
2026/09/21
Re: Changing shared_buffers without restart
Yuhang Qiu
2026/09/21
Re: Add PAM Tests and Option For Custom PAM Config Location
Brian Cosgrove
2026/09/21
Re: REPACK enhancements
Manu
2026/09/21
Re: Validate user-supplied c_args in meson builds
Bertrand Drouvot
2026/09/21
Re: Redesign per-backend statistics
Bertrand Drouvot
2026/09/21
Re: sequencesync worker race with REFRESH SEQUENCES
Nikolay Samokhvalov
2026/09/21
PostgreSQL 19 Beta 4 release announcement draft
Jonathan S. Katz
2026/09/21
Re: Redesign per-backend statistics
Bertrand Drouvot
2026/09/21
Re: Add REPACK progress phases for logical decoding setup
Manu
2026/09/21
Re: Severe performance degradation with concurrent updates due to excessive EvalPlanQual (EPQ) re‑evaluation
Wei Sun
2026/09/21
Re: pg_walinspect: fix LSN validation messages and empty range handling
Kiran Kaki
2026/09/21
Re: [PATCH v1] [BUG #19507] Prevent constraint name conflicts in partition trees spanning multiple schemas
Manu
2026/09/21
Re: Add a permission check to pg_stat_get_backend_subxact()
shihao zhong
2026/09/21
Re: Add a test for index_rebuild_count of REPACK (CONCURRENTLY)
Manuel Reyes Bravo
2026/09/21
Re: Add REPACK progress phases for logical decoding setup
Masahiko Sawada
2026/09/21
Re: Proposal: expose heavyweight lock wait start time in pg_stat_activity
Alex Shapalov
2026/09/21
Re: Add a permission check to pg_stat_get_backend_subxact()
shihao zhong
2026/09/21
Re: Redesign per-backend statistics
Michael Paquier
2026/09/21
Re: aio: worker: Free SMGR objects when idle
shihao zhong
2026/09/21
Re: Add a permission check to pg_stat_get_backend_subxact()
Michael Paquier
Earlier messages
Later messages