Mailing lists [pgsql-hackers]
- Re: WAL compression setting after PostgreSQL LZ4 default change Japin Li
- Re: Fix "unexpected logical decoding status change" error; from concurrent logical decoding activation Masahiko Sawada
- GiST multirange index scans can fail to return rows Peter Geoghegan
- Re: Recovery conflict resolution misses backends that import snapshots Scott Ray
- session variables again Pavel Stehule
- Re: Incremental View Maintenance, take 2 (design considerations) Yugo Nagata
- Re: Key joins Alexander Melnikov
- Re: GiST multirange index scans can fail to return rows Andrey Borodin
- Re: GiST multirange index scans can fail to return rows Kirill Reshke
- Re: [PATCH] Add RetrieveInstrumentation hook for CustomScan providers Siddharth Kothari
- Re: bug, ALTER TABLE call ATPostAlterTypeCleanup twice for the same relation Chao Li
- Re: POC: PLpgSQL FOREACH IN JSON ARRAY Pavel Stehule
- Re: A new C function `get_partition_root`. Álvaro Herrera
- Re: Add pg_stat_kind_info system view Michael Paquier
- Re: walsummarizer can get stuck when switching timelines Andrey Borodin
- Re: Bug: XLogReader mishandles oversized multi-page xl_tot_len (potential memory corruption) Matthias van de Meent
- [PATCH v3] Fix exported snapshot xmin handoff race chee.wooson
- Re: Asynchronous MergeAppend Alexander Pyhalov
- Re: [PATCH] Add NESTED_STATEMENTS option to EXPLAIN Yilin Zhang
- Re: A new C function `get_partition_root`. shveta malik
- Re: GIN pageinspect support for entry tree and posting tree Kirill Reshke
- Re: [WiP] GiST intrapage indexing Andrey Borodin
- Re: WAL compression setting after PostgreSQL LZ4 default change Hannu Krosing
- Re: [SP-]GiST IOS visibility bug (was: Why doens't GiST require super-exclusive lock) Matthias van de Meent
- Re: Checkpoint replication slots later Fujii Masao
- Re: Add pg_stat_kind_info system view Michael Paquier
- Re: Fix a host of strto*() bugs Tristan Partin
- Re: [PATCH] Fix vacuum_delay_point happening inside lock Neil Chen
- Re: Add a hook for handling logical decoding messages on subscribers. Masahiko Sawada
- Re: CREATE SUBSCRIPTION ... SERVER vs. pg_dump, etc. Jeff Davis
- Re: data_checksums + debug_discard_caches = crash Fujii Masao
- Re: [SP-]GiST IOS visibility bug (was: Why doens't GiST require super-exclusive lock) solai v
- Re: XMLSerialize: version and explicit XML declaration solai v
- Re: Fix NO_OOM handling in MemoryContextAllocAligned David Rowley
- Add more tab=completion rules for DROP PROPERTY GRAPH Peter Smith
- Re: Checkpoint replication slots later Hüseyin Demir
- Re: [PATCH v3] Don't stop a `vacuumdb/reindex/ --all` on a connection failure Christophe Pettus
- Re: Fix BUG #19586: money division overflow for INT64_MIN / -1 David Rowley
- Re: Streamify more code paths Nazir Bilal Yavuz
- Re: Fix error handling in getCopyDataMessage and pqFunctionCall3 Fujii Masao
- Tighten ACL check in repack_is_permitted_for_relation() Bharath Rupireddy
- Re: Add a pg_wal_preallocate() SQL function to eagerly create future WAL segments Ayush Tiwari
- Re: Add more tab=completion rules for DROP PROPERTY GRAPH Chao Li
- Re: Bug in asynchronous Append Alexander Pyhalov
- Re: data_checksums + debug_discard_caches = crash Daniel Gustafsson
- Re: [PATCH] Fix vacuum_delay_point happening inside lock Andrey Borodin
- RE: CREATE SUBSCRIPTION ... SERVER vs. pg_dump, etc. Hayato Kuroda (Fujitsu)
- Re: Support EXCEPT for TABLES IN SCHEMA publications shveta malik
- Re: Bug in asynchronous Append Etsuro Fujita
- Re: Fix var_eq_const: sum selectivity of all matching MCV entries instead of stopping at first match Damil Shahzad
- RE: [PATCH] Release replication slot on error in SQL-callable slot functions Zhijie Hou (Fujitsu)
- Re: Fix var_eq_const: sum selectivity of all matching MCV entries instead of stopping at first match ZizhuanLiu X-MAN
- Re: Streamify more code paths Michael Paquier
- Re: Streamify more code paths Bertrand Drouvot
- Re: [PATCH] Use ssup_datum_*_cmp for int2, oid, and oid8 sort support David Rowley
- Re: Bug in asynchronous Append Gleb Kashkin
- Re: [PATCH] Add PROMPT_COMMAND and dynamic prompt support to psql Kirk Roybal
- Re: enhance wraparound warnings Bharath Rupireddy
- Re: doc: clarify wal_sender_shutdown_timeout behavior for small values Daniel Gustafsson
- Re: [PATCH] vacuum: stop using stream ring after failsafe Melanie Plageman
- Re: Add more tab=completion rules for DROP PROPERTY GRAPH Chao Li
- [PATCH v1 0/3] Route crypto through the OpenSSL 3 provider API Mark Atwood
- [PATCH v1 1/3] Use EVP_MAC for HMAC with OpenSSL 3.0 and later Mark Atwood
- [PATCH v1 2/3] Fetch digests explicitly for cryptohash with OpenSSL 3.0 and later Mark Atwood
- [PATCH v1 3/3] Fetch the channel binding digest explicitly with OpenSSL 3.0 and later Mark Atwood
- [PATCH v1 2/3] Fetch digests explicitly for cryptohash with OpenSSL 3.0 and later Mark Atwood
- Re: Fix archive restore race that could unlink WAL before rename Neil Chen
- DOCS - ALTER PUBLICATION - description has confusing slash-list Peter Smith
- Re: Make printTableAddCell/printTableAddHeader string argument const Chao Li
- Re: [PATCH] Release replication slot on error in SQL-callable slot functions shveta malik
- Re: [PATCH] Add tests for src/backend/nodes/extensible.c Rafia Sabih
- Re: Reduce memory overheads for storing a Memoize tuple Chao Li
- Support specialized B-tree page searches Andrey Borodin
- Re: RI fast path gets cross-type foreign keys wrong Mihail Nikalayeu
- Re: Support EXCEPT for TABLES IN SCHEMA publications shveta malik
- Reduce WAL volume for heap tuple hint bits Andrey Borodin
- Re: RI fast path gets cross-type foreign keys wrong Amit Langote
- Re: CREATE SUBSCRIPTION ... SERVER vs. pg_dump, etc. Shlok Kyal
- Re: Fix archive restore race that could unlink WAL before rename Andrey Borodin
- Re: doc: fast access to server parameters Fujii Masao
- Re: Report oldest xmin source when autovacuum cannot remove tuples Shinya Kato
- Add TOAST statistics columns to pg_stat_all_tables Shinya Kato
- Re-read conindid under the referenced table's lock in the RI fast path Mihail Nikalayeu
- Re: let ALTER TABLE DROP COLUMN drop whole-row referenced object Matthias van de Meent
- Re: Fix hashchar() and hashcharextended() to not depend on char signedness Peter Eisentraut
- Re: Add a hook for handling logical decoding messages on subscribers. Masahiko Sawada
- Re: CREATE OR REPLACE MATERIALIZED VIEW Paul A Jungwirth
- Re: [PATCH] Rebuild CHECK constraints after generated column SET EXPRESSION Matthias van de Meent
- Re: Make printTableAddCell/printTableAddHeader string argument const Peter Eisentraut
- Use EVP_MAC for HMAC with OpenSSL 3.0 and later Mark Atwood
- Re: ri_Fast* crash w/ nullable UNIQUE constraint Ayush Tiwari
- Re: doc: fast access to server parameters Euler Taveira
- Whole row var issue Peter Geoghegan
- Re: Support for 8-byte TOAST values, round two Michael Paquier
- Re: Add a hook for handling logical decoding messages on subscribers. Chao Li
- Re: NOT NULL NOT ENFORCED jian he
- Re: Whole row var issue David Rowley
- Re: Collect ALTER PUBLICATION commands for event triggers Chao Li
- Re: convert various variables to atomics Heikki Linnakangas
- Re: pgstat: Flush some statistics within running transactions, take 2 Bertrand Drouvot
- Re: Fix var_eq_const: sum selectivity of all matching MCV entries instead of stopping at first match Damil Shahzad
- Re: ri_Fast* crash w/ nullable UNIQUE constraint Amit Langote
- Re: ri_Fast* crash w/ nullable UNIQUE constraint Amit Langote
- Re: Optimize UUID parse using SIMD Masahiko Sawada
- Re: Credits For v19 Corey Huinker
- Re: Add a hook for handling logical decoding messages on subscribers. Masahiko Sawada
- Re: Credits For v19 Bharath Rupireddy
- Re: Credits For v19 Corey Huinker
- Re: Extending Self-Join Elimination to partitioned tables Andrei Lepikhov
- Re: Credits For v19 Jonathan Gonzalez V.
- Re: Credits For v19 Nazir Bilal Yavuz
- Re: [PATCH] Release replication slot on error in SQL-callable slot functions Bharath Rupireddy
- Re: Credits For v19 Corey Huinker
- Re: Credits For v19 Corey Huinker
- Re: [PATCH] vacuum: stop using stream ring after failsafe Melanie Plageman
- Re: [PATCH] vacuum: stop using stream ring after failsafe Tom Lane
- Re: Credits For v19 Michael Paquier
- Re: pg_createsubscriber: allow duplicate subscription names Chao Li
- Re: Optimize UUID parse using SIMD Chao Li
- Re: Wrong query result w/ propgraph single lateral col reference Ashutosh Bapat
- Re: analyze-in-stages post upgrade questions Fujii Masao
- Re: [bug fix] prepared transaction might be lost when max_prepared_transactions is zero on the subscriber Alexander Lakhin
- Re: JSON_TABLE: table => column ON ERROR propagation Nikita Malakhov
- Re: pg_createsubscriber: allow duplicate subscription names Peter Smith
- Re: WAL compression setting after PostgreSQL LZ4 default change wenhui qiu
- Re: WAL compression setting after PostgreSQL LZ4 default change Tomas Vondra
- Re: Support specialized B-tree page searches Andrey Borodin
- Hot standby accepts connections (giving wrong results) before consistency after crash reset Nikhil Sontakke
- RE: Random 038_walsnd_shutdown_timeout.pl failure on goldfish Hayato Kuroda (Fujitsu)
- Re: WAL compression setting after PostgreSQL LZ4 default change Tomas Vondra
- Re: Distinguish publication exclusions in object addresses shveta malik
- Re: Bug in asynchronous Append Etsuro Fujita
- Re: Asynchronous MergeAppend Etsuro Fujita
- Re: [PATCH] Release replication slot on error in SQL-callable slot functions Ashutosh Sharma
- Re: Support EXCEPT for TABLES IN SCHEMA publications vignesh C
- Re: Redesign per-backend statistics Bertrand Drouvot
- Re: Parallel INSERT SELECT take 2 Tomas Vondra
- Re: Init connection time grows quadratically Maksim.Melnikov
- Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar
- Re: Hot standby accepts connections (giving wrong results) before consistency after crash reset Fujii Masao
- Re: pgstat: allow a stats kind to use its own dedicated dsa/dshash Bertrand Drouvot
- Re: [PATCH] vacuum: stop using stream ring after failsafe Jingtang Zhang
- Re: [PATCH] vacuum: stop using stream ring after failsafe Melanie Plageman
- Re: Hot standby accepts connections (giving wrong results) before consistency after crash reset Nikhil Sontakke
- Re: Report oldest xmin source when autovacuum cannot remove tuples Scott Ray
- Re: Increase repalloc_array() usage in buffile.c Tristan Partin
- Re: [Patch]The Case For WAL-Logging pg_upgrade John Naylor
- Re: [Patch]The Case For WAL-Logging pg_upgrade John Naylor
- [RFC PATCH v3 0/7] Umbra: a remap-aware smgr prototype 贾明伟
- Re: [HACKERS] comment/security label for publication/subscription Andres Freund
- [PATCH] Make select_views regression test output deterministic Bryan Green
- Re: arrays over initdb-created types are broken after pg_upgrade Chengpeng Yan
- Improve cube GiST page splits Andrey Borodin
- Re: Random 038_walsnd_shutdown_timeout.pl failure on goldfish Fujii Masao
- Re: WAL compression setting after PostgreSQL LZ4 default change Tomas Vondra
- Re: problems with toast.* reloptions Greg Burd
- Re: pg_rewind: Skip vanished source files during traversal Rui Zhao
- Re: btoidsortsupport issue Tom Lane
- Re: btoidsortsupport issue David Rowley
- Re: btoidsortsupport issue Peter Geoghegan
- Re: btoidsortsupport issue Tom Lane
- Re: btoidsortsupport issue David Rowley
- Re: [PATCH] Fix vacuum_delay_point happening inside lock Andrey Borodin
- Re: A new C function `get_partition_root`. Peter Smith
- Re: problems with toast.* reloptions solai v
- Re: Improve errmsg for publication membership Peter Smith
- Re: Improve errmsg for publication membership Daniel Gustafsson
- Re: [PATCH] Release replication slot on error in SQL-callable slot functions Ashutosh Sharma
- Re: Avoid calling SetMatViewPopulatedState if possible Fujii Masao
- Re: Fix detection of truncated zstd-compressed backups Chao Li
- Re: pg_control_checkpoint(): add "data_checksum_version" (Pg19)? Daniel Gustafsson
- Re: Hot standby accepts connections (giving wrong results) before consistency after crash reset Nikhil Sontakke
- Re: [PATCH] Use ssup_datum_*_cmp for int2, oid, and oid8 sort support John Naylor
- Re: Support for 8-byte TOAST values, round two Hannu Krosing
- Re: Allow a condition string in an injection point Sami Imseih
- Re: Introduce psystem() to replace system() Tom Lane
- Re: Missing list_free in publicationcmds.c:OpenTableList Peter Smith
- Re: [PATCH] Fix TOCTOU races in recovery/t/020_archive_status.pl archive checks Michael Paquier
- Re: Why is the LSN reported for pg_logical_emit_message() different from other decoded operations? Masahiko Sawada
- Re: Bypassing cursors in postgres_fdw to enable parallel plans Robert Haas
- Re: CREATE SUBSCRIPTION ... SERVER vs. pg_dump, etc. Jeff Davis
- Re: plpython tests fail against python 3.14 under Valgrind Tom Lane
- Re: Introduce psystem() to replace system() Haibo Yan
- Re: Introduce XID age based replication slot invalidation Bharath Rupireddy
- Re: Crash issue in PG18.5 regression Álvaro Herrera
- Re: arrays over initdb-created types are broken after pg_upgrade Chengpeng Yan
- Re: postgres_fdw: Emit message when batch_size is reduced solai v
- Re: Crash issue in PG18.5 regression Heikki Linnakangas
- Re: Per-table resync for logical replication subscriptions Yilin Zhang
- Re: Crash issue in PG18.5 regression Heikki Linnakangas
- Stale comments for the tuple_update/tuple_delete options parameter Nikhil Sontakke
- RE: Crash issue in PG18.5 regression Masashi Kamura (Fujitsu)
- Re: [Bug Report + Patch] File descriptor leak when io_method=io_uring Jakub Wartak
- Re: Crash issue in PG18.5 regression Heikki Linnakangas
- Re: Restructured Shared Buffer Hash Table Alexandre Felipe
- Re: Crash issue in PG18.5 regression Andres Freund
- Re: [PATCH] bufmgr: tighten LWLock:BufferMapping on InvalidateBuffer Andres Freund
- Re: postgres_fdw: Emit message when batch_size is reduced Corey Huinker
- Re: Crash issue in PG18.5 regression Jeff Davis
- Re: CREATE INDEX vs. TOAST table stats Sami Imseih
- Re: [PATCH] bufmgr: tighten LWLock:BufferMapping on InvalidateBuffer Alexandre Felipe
- Re: CREATE INDEX vs. TOAST table stats Nathan Bossart
- Re: Bump soft open file limit (RLIMIT_NOFILE) to hard limit on startup Jelte Fennema-Nio
- Re: Crash issue in PG18.5 regression Tom Lane
- Re: Fetch digests explicitly for cryptohash with OpenSSL 3.0 and later Mark Atwood
- Re: Fetch channel binding digest explicitly with OpenSSL 3.0 and later Mark Atwood
- Re: Fix detection of truncated zstd-compressed backups Chao Li
- Re: Fix small psql slash option leaks Chao Li
- Re: pg_rewind does not rewind diverging timelines Mats Kindahl
- Re: pg_rewind does not rewind diverging timelines Mats Kindahl
- Re: pg_rewind does not rewind diverging timelines Mats Kindahl
- Re: [PATCH] Remove redundant ORDER BY from COUNT aggregates John Naylor
- Re: missing possibility to use alternative translated month names in to_char function Pavel Stehule
- Re: Why is the LSN reported for pg_logical_emit_message() different from other decoded operations? torikoshia
- Offline data checksum changes can cause incorrect checksum state on standbys Bertrand Drouvot
- Re: 019_replslot_limit.pl might fail due to checkpoint skipped Fujii Masao
- RE: Logical replication row filter loses unchanged toasted columns Hayato Kuroda (Fujitsu)
- Re: Logical replication row filter loses unchanged toasted columns Nikhil Sontakke
- Performance regression caused by SubLink pull-up Richard Guo
- Re: [PATCH] pg_upgrade: add --initdb option to create the new cluster automatically Hüseyin Demir
- Re: Row pattern recognition Henson Choi
- Re: Avoid recalculating pgprocno in ProcArrayAdd() Pierre Forstmann
- Re: [PATCH]Fix pg_xact corruption from subtransaction abort after subcommit Andrey Borodin
- Re: [PATCH] Fix vacuum_delay_point happening inside lock Kevin Rocker
- Re: [PATCH] Remove redundant ORDER BY from COUNT aggregates Tom Lane
- Re: hashjoins vs. Bloom filters (yet again) Matheus Alcantara
- Re: hashjoins vs. Bloom filters (yet again) Matheus Alcantara
- Re: Credits For v19 Tom Lane
- Re: [PATCH] Remove redundant ORDER BY from COUNT aggregates Haibo Yan
- Re: LibreSSL and OpenSSL separation in libpq to support 1.1.1 deprecation Daniel Gustafsson
- Re: Disallow outer-level and WHERE-clause aggregates in GRAPH_TABLE Tom Lane
- Re: PSQL - improve tab completion for pub/sub options Hüseyin Demir
- Re: RI fast path gets cross-type foreign keys wrong Peter Geoghegan
- Re: [PATCH]Fix pg_xact corruption from subtransaction abort after subcommit Andrey Rachitskiy
- Re: SQL-level pg_datum_image_equal Matthias van de Meent
- Re: Introduce psystem() to replace system() Peter Eisentraut
- Re: [PATCH]Fix pg_xact corruption from subtransaction abort after subcommit Andrey Borodin
- Re: [PATCH] REPLICA IDENTITY USING INDEX accepts column with invalid NOT NULL Álvaro Herrera
- [PATCH] Refactor remaining zero-fill relation extensions to use smgrzeroextend() Peipei YIN
- Re: DOCS - ALTER PUBLICATION - description has confusing slash-list Peter Smith
- Re: [PATCH] Release replication slot on error in SQL-callable slot functions Bharath Rupireddy
- Re: Fix detection of truncated zstd-compressed backups Chao Li
- Re: Fix detection of truncated zstd-compressed backups Japin Li
- Re: analyze-in-stages post upgrade questions Fujii Masao
- Re: Proposal: Conflict log history table for Logical Replication shveta malik
- RE: Logical replication row filter loses unchanged toasted columns Zhijie Hou (Fujitsu)
- Re: Adding pg_dump flag for parallel export to pipes Nitin Motiani
- Re: LibreSSL and OpenSSL separation in libpq to support 1.1.1 deprecation Daniel Gustafsson
- Re: Logical replication row filter loses unchanged toasted columns Nikhil Sontakke
- Re: Correct some doc items due to the REPACK Fujii Masao
- Re: Support EXCEPT for TABLES IN SCHEMA publications Amit Kapila
- Re: Rename EXISTS-to-ANY converted subplan to exists_to_any Fujii Masao
- Re: [PATCH] pg_upgrade: add --initdb option to create the new cluster automatically Greg Sabino Mullane
- Re: Correct some doc items due to the REPACK Marcos Pegoraro
- Re: Handle MAXSTRLEN consistently Tom Lane
- Re: Clarify or fix SIGINT handling in data checksums launcher Daniel Gustafsson
- Re: Adding pg_dump flag for parallel export to pipes Nitin Motiani
- Make formatting.c use StringInfos for output buffers Tom Lane
- Re: Deadlock detector fails to activate on a hot standby replica Vitaly Davydov
- Re: Fetch channel binding digest explicitly with OpenSSL 3.0 and later Michael Paquier
- Re: Report index currently being vacuumed in pg_stat_progress_vacuum Sami Imseih
- Re: Row pattern recognition Tatsuo Ishii
- Re: Allow a condition string in an injection point Michael Paquier
- Re: Reduce padding in WALOpenSegment and XLogReaderState Álvaro Herrera
- Re: Fix detection of truncated zstd-compressed backups Osama Abdul Qader
- Re: Limit GRAPH_TABLE path combinations to prevent memory exhaustion Peter Eisentraut
- Re: [PATCH] Do not flush BufFile for regular temp files Pierre Forstmann
- Re: Implement waiting for wal lsn replay: reloaded Alexander Korotkov
- Re: Function scan FDW pushdown Alexander Korotkov
- Re: Optimize UUID parse using SIMD Masahiko Sawada
- Re: Implement waiting for wal lsn replay: reloaded Xuneng Zhou
- [BUG] hstore integer overflow when constructing large values Tender Wang
- Re: basebackup: do not verify checksums on pages written before enabling checksums Bertrand Drouvot
- Re: basebackup: do not verify checksums on pages written before enabling checksums Daniel Gustafsson
- Re: Crash issue in PG18.5 regression Jeff Davis
- gistkillitems can LP_DEAD-mark the wrong tuples on a rescan Peter Geoghegan
- Re: Introduce XID age based replication slot invalidation Bharath Rupireddy
- Re: [PATCH] Fix compilation of nodeMergejoin.c with EXEC_MERGEJOINDEBUG Michael Paquier
- Re: gistkillitems can LP_DEAD-mark the wrong tuples on a rescan Andrey Borodin
- Re: Request to expedite CommitFest account cool-off period Álvaro Herrera
- Re: gistkillitems can LP_DEAD-mark the wrong tuples on a rescan Andrey Borodin
- Residual tsquery cleanups Tom Lane
- Re: Add a pg_wal_preallocate() SQL function to eagerly create future WAL segments Bharath Rupireddy
- Re: relfilenode statistics Michael Paquier
- Re: psql \d+ shows "Replica Identity: ???" for REPLICA IDENTITY NOTHING Shinya Kato
- Re: Prove a NOT IN's left-hand expressions non-nullable from quals Rui Zhao
- Re: Fix CPU cost of right-semi and right-anti hash joins wenhui qiu
- Re: Support EXCEPT for TABLES IN SCHEMA publications shveta malik
- Re: [PATCH] Do not flush BufFile for regular temp files Sergey Soloviev
- Re: Residual cleanups for tied objects in PL/Perl Andrey Rachitskiy
- Re: Logical replication row filter loses unchanged toasted columns Amit Kapila
- Re: Rename EXISTS-to-ANY converted subplan to exists_to_any Yugo Nagata
- Re: Function scan FDW pushdown Alexander Pyhalov
- Re: Failing assertion while taking a restartpoint during crash recovery Fujii Masao
- Re: Failing assertion while taking a restartpoint during crash recovery Fujii Masao
- Re: [PATCH] Preserve replication origin OIDs in pg_upgrade Rui Zhao
- Re: Allow table AMs to define their own reloptions Junwang Zhao
- Re: MERGE/SPLIT PARTITIONS issues/questions Zsolt Parragi
- apply worker misses closing partition leaves Hayato Kuroda (Fujitsu)
- Re: Logical replication row filter loses unchanged toasted columns Matthias van de Meent
- Re: basebackup: do not verify checksums on pages written before enabling checksums Zsolt Parragi
- Re: basebackup: do not verify checksums on pages written before enabling checksums Bertrand Drouvot
- Re: Implement waiting for wal lsn replay: reloaded Xuneng Zhou
- Re: basebackup: do not verify checksums on pages written before enabling checksums Bertrand Drouvot
- Re: [PATCH] ternary reloption type Peter Eisentraut
- Re: Re-read conindid under the referenced table's lock in the RI fast path Amit Langote
- Re: Logical replication row filter loses unchanged toasted columns Amit Kapila
- Re: Possible Visibility Map corruption in supported branches? Jehan-Guillaume de Rorthais
- Re: Switch opclass option functions to be STRICT (currently non-STRICT) Tom Lane
- Re: basebackup: do not verify checksums on pages written before enabling checksums Bertrand Drouvot
- Re: Reduce WAL volume for heap tuple hint bits Matthias van de Meent
- Re: basebackup: do not verify checksums on pages written before enabling checksums Daniel Gustafsson
- Re: [PATCH] ternary reloption type Nikolay Shaplov
- Re: Changing shared_buffers without restart Palak Chaturvedi
- Re: pg_stat_database.checksum_failures misses single-page failures in backups Nazir Bilal Yavuz
- Re: pg_control_checkpoint(): add "data_checksum_version" (Pg19)? Daniel Gustafsson
- Re: Residual tsquery cleanups Tom Lane
- Re: Add autovacuum_warning to surface concurrent vacuum collisions Bharath Rupireddy
- Re: BgBufferSync(): clarification about reusable_buffers variable Ashutosh Bapat
- Re: Residual cleanups for tied objects in PL/Perl Andrew Dunstan
- Re: problems with toast.* reloptions Nathan Bossart
- Re: pg_stat_database.checksum_failures misses single-page failures in backups Zsolt Parragi
- Re: pg_stat_database.checksum_failures misses single-page failures in backups Michael Paquier
- Re: Use WALReadFromBuffers in more places Bharath Rupireddy
- Re: Switch opclass option functions to be STRICT (currently non-STRICT) Michael Paquier
- Re: Disallow outer-level and WHERE-clause aggregates in GRAPH_TABLE Sami Imseih
- Re: Use WALReadFromBuffers in more places Bharath Rupireddy
- Re: Optimize UUID parse using SIMD Bharath Rupireddy
- Re: [Patch] Omit virtual generated columns from test_decoding output Bharath Rupireddy
- Re: Optimize UUID parse using SIMD Chao Li
- Re: basebackup: do not verify checksums on pages written before enabling checksums Bertrand Drouvot
- Re: pg_stat_database.checksum_failures misses single-page failures in backups Zsolt Parragi
- Re: A new C function `get_partition_root`. shveta malik
- Re: datachecksums: handle invalid and dropped databases during enable Alexander Lakhin
- Re: Unsafe qual pushdown through DISTINCT with simple CASE expressions pgsql-hackers
- RE: Proposal: Conflict log history table for Logical Replication Hayato Kuroda (Fujitsu)
- Re: Optimize UUID parse using SIMD John Naylor
- Re: Allow a prosupport function to be attached to an aggregate Andrei Lepikhov
- Re: basebackup: do not verify checksums on pages written before enabling checksums Bertrand Drouvot
- Re: basebackup: do not verify checksums on pages written before enabling checksums Daniel Gustafsson
- Re: missing possibility to use alternative translated month names in to_char function Pavel Stehule
- Re: [Patch] Batch fsyncs when recycling WAL segments Ayush Tiwari
- Re: Introduce XID age based replication slot invalidation Bharath Rupireddy
- Re: gistkillitems can LP_DEAD-mark the wrong tuples on a rescan Peter Geoghegan
- Re: Recent "could not register background process" buildfarm failures Daniel Gustafsson
- Re: [Patch] Omit virtual generated columns from test_decoding output Masahiko Sawada
- Re: pg_control_checkpoint(): add "data_checksum_version" (Pg19)? Daniel Gustafsson
- Re: basebackup: do not verify checksums on pages written before enabling checksums Daniel Gustafsson
- Re: Fix a relcache reference leak in reorderbuffer.c Michael Paquier
- Re: Support EXCEPT for TABLES IN SCHEMA publications Nisha Moond
- Re: [PATCH] Add tests for src/backend/nodes/extensible.c Michael Paquier
- Re: pg_control_checkpoint(): add "data_checksum_version" (Pg19)? Fujii Masao
- Re: Fix var_eq_const: sum selectivity of all matching MCV entries instead of stopping at first match ZizhuanLiu X-MAN
- Re: pg_control_checkpoint(): add "data_checksum_version" (Pg19)? Fujii Masao
- Python/pytest test framework take two Jelte Fennema-Nio
- Re: Race conditions in logical decoding Antonin Houska
- Re: hashjoins vs. Bloom filters (yet again) Tomas Vondra
- Re: Dropping a composite attribute causes data integrity violations Nikhil Sontakke
- Re: Residual cleanups for tied objects in PL/Perl Andrey Rachitskiy
- Re: Report index currently being vacuumed in pg_stat_progress_vacuum Sami Imseih
- Test tidscan,sql is not immune to autovacuum in v14 Alexander Lakhin
- Re: index prefetching Peter Geoghegan
- Re: hashjoins vs. Bloom filters (yet again) Tomas Vondra
- Re: Checkpointer write combining Melanie Plageman
- Re: Support EXCEPT for TABLES IN SCHEMA publications Peter Smith
- Re: Checkpointer write combining Melanie Plageman
- GIN page deletion and page recycling bugs Peter Geoghegan
- Re: test_aio: Fix broken error recovery assertions in 001_aio Michael Paquier
- Re: Logical replication row filter loses unchanged toasted columns Masahiko Sawada
- Re: Support EXCEPT for TABLES IN SCHEMA publications Peter Smith
- Re: [PATCH] Fix NULL dereference in subscription REFRESH on concurrent DROP Bharath Rupireddy
- Re: Logical Replication - revisit `is_table_publication` function implementation Bingshuai Li
- Re: timeout value overflow in wait for lsn Xuneng Zhou
- Re: Test tidscan,sql is not immune to autovacuum in v14 David Rowley
- Re: Test tidscan,sql is not immune to autovacuum in v14 Tom Lane
- Re: Logical replication row filter loses unchanged toasted columns Amit Kapila
- Re: timeout value overflow in wait for lsn cca5507
- Re: Fix CPU cost of right-semi and right-anti hash joins Richard Guo
- Re: MERGE/SPLIT PARTITIONS issues/questions jian he
- Re: PG19 FK fast path: OOB write and missed FK checks during batched Amit Langote
- Re: Support EXCEPT for TABLES IN SCHEMA publications shveta malik
- Re: Test tidscan,sql is not immune to autovacuum in v14 Alexander Lakhin
- Re: Support EXCEPT for TABLES IN SCHEMA publications shveta malik
- Re: pg_plan_advice: fix empty FOREIGN_JOIN sublist validation Pierre Forstmann
- RE: Logical replication row filter loses unchanged toasted columns Zhijie Hou (Fujitsu)
- Re: use of SPI by postgresImportForeignStatistics Corey Huinker
- Re: Make formatting.c use StringInfos for output buffers Tom Lane
- Re: GIN page deletion and page recycling bugs Peter Geoghegan
- Re: walsummarizer can get stuck when switching timelines Andrey Borodin
- Re: Fix for fragile code in hashtext() Jeff Davis
- Re: Fix CPU cost of right-semi and right-anti hash joins Haibo Yan
- Re: [PATCH] Fix quotation logic for unreserved keywords in window specifications Kwangwon Seo
- Re: Proposal: Supporting URI SAN in Certificate Authentication David Steele
- Re: [PATCH] Fix typo in select for update documentation Bruce Momjian
- Re: FOR PORTION OF assertion failure in ExecInitPartitionInfo() Paul A Jungwirth
- Re: Row pattern recognition Tatsuo Ishii
- RE: Per-table resync for logical replication subscriptions Hayato Kuroda (Fujitsu)
- Re: Reduce memory overheads for storing a Memoize tuple David Rowley
- Tracking role modification timestamps in pg_authid / pg_roles Gabriele Bartolini
- Re: Row pattern recognition Tatsuo Ishii
- Re: Tracking role modification timestamps in pg_authid / pg_roles Ian Lawrence Barwick
- Re: Support EXCEPT for TABLES IN SCHEMA publications Peter Smith
- Re: Tracking role modification timestamps in pg_authid / pg_roles Andres Freund
- Re: Thread-safe stringToNode() / pg_strtok() Michael Paquier
- Re: Fix small psql slash option leaks Michael Paquier
- doc: Reformat SELECT queries using GRAPH_TABLE Koshino Taiki
- Re: use of SPI by postgresImportForeignStatistics Michael Paquier
- Re: toast table corrupted by vacuum - missing chunk number 0 for toast value Tomas Vondra
- Re: CREATE OR REPLACE MATERIALIZED VIEW Robert Haas
- Re: CREATE OR REPLACE MATERIALIZED VIEW Isaac Morland
- Re: hashjoins vs. Bloom filters (yet again) Matheus Alcantara
- Re: Fix XLogFileReadAnyTLI silently applying divergent WAL from wrong timeline Andrey Borodin
- Re: missing possibility to use alternative translated month names in to_char function Bernd Reiß
- Re: Introduce XID age based replication slot invalidation Bharath Rupireddy
- Wrong results from join removal with DISTINCT ON + SRF subquery Richard Guo
- Re: Wrong results from join removal with DISTINCT ON + SRF subquery Tom Lane
- Re: pg_dump: assert failure sorting casts/transforms Nitin Jadhav
- Subject: [RFC] Umbra: Reducing Full-Page Write Amplification through Physical Page Remapping 贾明伟
- Re: toast table corrupted by vacuum - missing chunk number 0 for toast value Pavel Stehule
- Walreceiver create temp slot more than once when timeline switch cca5507
- Apply worker can pick an invalid index for REPLICA IDENTITY FULL lookups Mihail Nikalayeu
- Re: add list of major features to the v19 release notes Jonathan S. Katz
- Re: Thread-safe stringToNode() / pg_strtok() Matthias van de Meent
- Re: pg_xmin_horizon: a system view of everything pinning the xmin horizon Scott Ray
- Re: [PATCH v5] Fix exported snapshot xmin handoff race chee.wooson
- Re: toast table corrupted by vacuum - missing chunk number 0 for toast value Pavel Stehule
- Re: missing possibility to use alternative translated month names in to_char function Pavel Stehule
- [PATCH] Refactor parse_publication_options Miłosz Bieniek
- Re: WAL_LOG CREATE DATABASE strategy broken for non-standard page layouts Rogers Wang
- Re: Changing the state of data checksums in a running cluster Tomas Vondra
- Re: aio: Don't silently drop wait_event_info Yilin Zhang
- Re: Support EXCEPT for TABLES IN SCHEMA publications Peter Smith
- Re: Proposal: Conflict log history table for Logical Replication Amit Kapila
- Re: Thread-safe stringToNode() / pg_strtok() Matthias van de Meent
- Re: doc: Reformat SELECT queries using GRAPH_TABLE Ashutosh Bapat
- Assertion failure in GetSubscriptionRelations() with concurrent DROP TABLE vignesh C
- Re: apply worker misses closing partition leaves David Rowley
- Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar
- Re: Add bms_offset_members() function for bitshifting Bitmapsets Greg Burd
- Re: Apply worker can pick an invalid index for REPLICA IDENTITY FULL lookups Miłosz Bieniek
- Re: [Proposal] add portaddr like hostaddr Diego
- Re: Add a Nix flake Tristan Partin
- Re: MERGE/SPLIT PARTITIONS issues/questions Robert Haas
- Re: tablecmds: fix bug where index rebuild loses replica identity on partitions Melanie Plageman
- Re: Add bms_offset_members() function for bitshifting Bitmapsets David Rowley
- Re: Snapshot export on a standby corrupts hint bits on subxact overflow Peter Geoghegan
- Detecting plan drift: pg_plan_advice pins plans, nothing watches them Manuel Reyes Bravo
- Re: [PATCH] Provide support for trailing commas Greg Sabino Mullane
- Re: Fix GRAPH TABLE label and property error reporting Sami Imseih
- Reduce logical WAL volume with restricted replication slots Chao Li
- Re: Use streaming read I/O when enabling data checksums online Andrey Borodin
- Re: Walreceiver create temp slot more than once when timeline switch Fujii Masao
- Re: XMLSerialize: version and explicit XML declaration Jim Jones
- Re: Switching XLog source from archive to streaming when primary available Ashutosh Sharma
- Re: Assertion failure in GetSubscriptionRelations() with concurrent DROP TABLE vignesh C
- Re: Replace px_memset() with explicit_bzero() Daniel Gustafsson
- Re: COALESCE patch prankware
- Re: fix more casting away of qualifiers Peter Eisentraut
- Re: [PATCH v1] Report specific wait events for libpq cancel requests Sagar Shedge
- Re: pg_stat_statements: a reset mid-query leaves an entry unnormalized forever Sami Imseih
- Re: [PATCH] Remove obsolete tupDesc assignment in extended statistics Pierre Forstmann
- Re: Vertex/Edge label and view Peter Eisentraut
- Re: Tracking per-RelOptInfo uniqueness during planning Antonin Houska
- Re: add list of major features to the v19 release notes Nathan Bossart
- Re: scary patch contest Andrew Dunstan
- Re: datachecksums: handle invalid and dropped databases during enable Nathan Bossart
- Re: FOR PORTION OF assertion failure in ExecInitPartitionInfo() Nathan Bossart
- Re: Changing client-side behavior regarding Certificate Revocation Lists (CRL) Daniel Gustafsson
- Re: Allow aggressive VACUUM to freeze without a cleanup lock Yuhang Qiu
- Re: scary patch contest Robert Haas
- Re: Apply worker can pick an invalid index for REPLICA IDENTITY FULL lookups Ajin Cherian
- Re: scary patch contest Richard Guo
- Re: Assertion failure in GetSubscriptionRelations() with concurrent DROP TABLE Amit Kapila
- Re: tablecmds: fix bug where index rebuild loses replica identity on partitions Chao Li
- Re: Add a Nix flake Tom Lane
- Re: Assertion failure in GetSubscriptionRelations() with concurrent DROP TABLE vignesh C
- Re: right() returns the whole string for the most negative n Chao Li
- Re: Error handling in after-startup shmem requests Ayush Tiwari
- Re: Assertion failure in GetSubscriptionRelations() with concurrent DROP TABLE Kyotaro Horiguchi
- Re: [PATCH] Preserve replication origin OIDs in pg_upgrade shveta malik
- Re: remove_useless_joins vs. bug #19560 Richard Guo
- Re: Proposal: Conflict log history table for Logical Replication Amit Kapila
- Re: Bypassing cursors in postgres_fdw to enable parallel plans Rafia Sabih
- Re: [Proposal] add portaddr like hostaddr Denis Smirnov
- Re: RegisterShmemCallbacks() does nothing in single-user mode Heikki Linnakangas
- Re: Proposal: Conflict log history table for Logical Replication vignesh C
- Re: Walreceiver create temp slot more than once when timeline switch cca5507
- Re: doc: Reformat SELECT queries using GRAPH_TABLE Fujii Masao
- Re: Assertion failure in GetSubscriptionRelations() with concurrent DROP TABLE Amit Kapila
- Re: Proposal: Conflict log history table for Logical Replication shveta malik
- Re: PSA: Planning to grease protocol connections during 19beta Jelte Fennema-Nio
- Re: More partition pruning bugs with multi-column RANGE partitions David Rowley
- Re: Error handling in after-startup shmem requests Ayush Tiwari
- Re: Skipping NULL keys when uniqueifying a semijoin's RHS Dagfinn Ilmari Mannsåker
- Re: apply worker misses closing partition leaves David Rowley
- Re: how to run the equivalent of 'make install check-world' with meson Andres Freund
- Re: scary patch contest Robert Haas
- Re:[PATCH] Speed up repeat() for larger counts ChenhuiMo
- Re: [PATCH] bufmgr: tighten LWLock:BufferMapping on InvalidateBuffer Andres Freund
- Re: [Proposal] add portaddr like hostaddr Diego
- Re: Changing client-side behavior regarding Certificate Revocation Lists (CRL) Jacob Champion
- Re: Changing shared_buffers without restart Palak Chaturvedi
- Re: Fire create_upper_paths_hook for UPPERREL_PARTIAL_GROUP_AGG Bryan Green
- Re: locale / encoding / meson cleanup Andrew Dunstan
- Re: [BUG] [PATCH] Allow physical replication slots to recover from archive after invalidation Joao Foltran
- pg_get_*_ddl() needs a redesign Noah Misch
- Re: Row pattern recognition Henson Choi
- Re: remove_useless_joins vs. bug #19560 Richard Guo
- Re: right() returns the whole string for the most negative n David Rowley
- Re: Row pattern recognition Henson Choi
- Re: Proposal: Conflict log history table for Logical Replication shveta malik
- RE: tablecmds: fix bug where index rebuild loses replica identity on partitions Zhijie Hou (Fujitsu)
- Re: [Proposal] add portaddr like hostaddr Denis Smirnov
- Re: pg_upgrade silently truncates nextMultiOffset to 32 bits Chao Li
- Re: pg_upgrade silently truncates nextMultiOffset to 32 bits Masahiko Sawada
- Re: pg_restore_attribute_stats() accepts non-finite values Ewan Young
- Re: Tracking role modification timestamps in pg_authid / pg_roles Gabriele Bartolini
- Re: pg_upgrade silently truncates nextMultiOffset to 32 bits Heikki Linnakangas
- Re: Persist slot invalidations before publishing them Osama Abdul Qader
- Re: right() returns the whole string for the most negative n Daniel Gustafsson
- Re: [PATCH] Release replication slot on error in SQL-callable slot functions Amit Kapila
- Re: Apply worker can pick an invalid index for REPLICA IDENTITY FULL lookups Amit Kapila
- Re: RFC: Logging plan of the running query torikoshia
- Re: Proposal: Supporting URI SAN in Certificate Authentication Jacob Champion
- Re: REPACK (ANALYZE) within transaction block segfaults Fujii Masao
- pg_*_advice: tsv load failure, etc. Noah Misch
- Re: REPACK (CONCURRENTLY) doesn't check the table AM Bharath Rupireddy
- Logical replication can lose an update after concurrent index invalidation Mihail Nikalayeu
- Re: pg_upgrade silently truncates nextMultiOffset to 32 bits Masahiko Sawada
- Re: tablecmds: fix bug where index rebuild loses replica identity on partitions Chao Li
- Re: pg_plan_advice: fix empty FOREIGN_JOIN sublist validation Chao Li
- Re: [PATCH] Fix disabled_nodes propagation for single-child Append paths Richard Guo
- Re: [PATCH v1] amcheck: Allow interrupting the child-level rightlink walk shihao zhong
- Re: Publication of same parent table with ONLY-ness mismatch should error shveta malik
- Re: [PATCH] Fix disabled_nodes propagation for single-child Append paths David Rowley
- Re: doc: Reformat SELECT queries using GRAPH_TABLE Koshino Taiki
- Re: Unsafe qual pushdown through DISTINCT with simple CASE expressions Tender Wang
- Re: REPACK (CONCURRENTLY) fails when replica identity index is dropped Chao Li
- Re: [PATCH] Fix disabled_nodes propagation for single-child Append paths Tender Wang
- Re: timeout value overflow in wait for lsn cca5507
- Re: Offline data checksum changes can cause incorrect checksum state on standbys Bertrand Drouvot
- Re: [PATCH] Use streaming read I/O in sample scans Yuhang Qiu
- Re: Persist slot invalidations before publishing them Amit Kapila
- Re: pg_upgrade --copy-file-range fails with EINVAL on Linux 4.19 达劳里亚斯
- Re: [PATCH] Release replication slot on error in SQL-callable slot functions Amit Kapila
- Re: Logical replication can lose an update after concurrent index invalidation Mihail Nikalayeu
- Re: locale / encoding / meson cleanup Andrew Dunstan
- Re: [Proposal] add portaddr like hostaddr Jacob Champion
- CONNECTION keyword use in CREATE FOREIGN DATA WRAPPER Peter Eisentraut
- Re: Changing the state of data checksums in a running cluster Daniel Gustafsson
- Re: timeout value overflow in wait for lsn Masahiko Sawada
- Re: Allow table AMs to define their own reloptions Andrew Dunstan
- Re: Should the WAIT FOR command tag be "WAIT" or "WAIT FOR"? Tom Lane
- Re: pg_stat_get_autovacuum_scores ignores the main table's reloptions for TOAST tables Nathan Bossart
- Routed ON CONFLICT inserts broken by partition-local deferrable unique constraints in 19 and master Zsolt Parragi
- Re: remove_useless_joins vs. bug #19560 Tender Wang
- Re: remove_useless_joins vs. bug #19560 Tom Lane
- [PATCH] Speed up pg_waldump TAP test and fix some GitHub CI Windows flakiness Sehrope Sarkuni
- Re: Allow tuple visibility checks without hint-bit, maintenance shihao zhong
- Re: Adding a stored generated column without long-lived locks Laurenz Albe
- Re: Fix var_eq_const: sum selectivity of all matching MCV entries instead of stopping at first match ZizhuanLiu X-MAN
- Re: Allow tuple visibility checks without hint-bit, maintenance Andres Freund
- Re: REPACK ONLY is accepted but ignored Antonin Houska
- Re: Possible race condition in pg_basebackup Andrey Borodin
- Re: REPACK ONLY is accepted but ignored Nathan Bossart
- Re: REPACK (CONCURRENTLY) rewrites tables marked with user_catalog_table Bharath Rupireddy
- Re: Randomize B-Tree page split location to avoid oscillating patterns Peter Geoghegan
- Re: [PATCH] Clarify that ssl_groups is for any key exchange groups Si, Evan
- Re: WAIT FOR command should do some query jumbling Sami Imseih
- Re: [BUG] pg_rewind: file sync bypass and findLastCheckpoint boundary crash Srinath Reddy Sadipiralla
- Re: [PATCH] Prevent repeated deadlock-check signals in standby buffer pin waits JoongHyuk Shin
- Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar
- Re: REPACK (ANALYZE) within transaction block segfaults Nathan Bossart
- pgbench Common Library Extraction & Server Extension Hannu Krosing
- Re: [PATCH] Prevent repeated deadlock-check signals in standby buffer pin waits Andrey Borodin
- Re: pg_rewind does not rewind diverging timelines Andrey Borodin
- Re: CREATE TABLE LIKE INCLUDING TRIGGERS Andrey Borodin
- Re: GIN pageinspect support for entry tree and posting tree Andrey Borodin
- Commitfest manager for September 2026 Andrey Borodin
- SQL/PGQ: quantified path patterns unsupported in GRAPH_TABLE (19beta2/beta3) — known gap or on the roadmap? chris
- Re: timeout value overflow in wait for lsn Xuneng Zhou
- Re: remove_useless_joins vs. bug #19560 Richard Guo
- Re: remove_useless_joins vs. bug #19560 Tender Wang
- Re: [PATCH] Release replication slot on error in SQL-callable slot functions Amit Kapila
- Re: Add starelid, attnum to pg_stats and leverage this in pg_dump Michael Paquier
- Re: PG19 FK fast path: OOB write and missed FK checks during batched Amit Langote
- Re: PG19 FK fast path: OOB write and missed FK checks during batched Amit Langote
- Re: Report relation extension blockers within parallel lock groups Chao Li
- Re: [PATCH] Release replication slot on error in SQL-callable slot functions shveta malik
- Re: [PATCH] Release replication slot on error in SQL-callable slot functions shveta malik
- RE: Skipping NULL keys when uniqueifying a semijoin's RHS William Bernbaum
- Re: Use pg_neg_s*_overflow() for open-coded negation overflow checks Ewan Young
- Re: [PATCH] Prevent repeated deadlock-check signals in standby buffer pin waits JoongHyuk Shin
- Re: pg_restore_attribute_stats() accepts non-finite values Ewan Young
- Re: Routed ON CONFLICT inserts broken by partition-local deferrable unique constraints in 19 and master Mihail Nikalayeu
- Re: Logical replication can lose an update after concurrent index invalidation Amit Kapila
- Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements Akshay Joshi
- Re: WAIT FOR command should do some query jumbling Sami Imseih
- Protocol compression: a fourth design Andrey Borodin
- Re: Allow table AMs to define their own reloptions Andrew Dunstan
- Re: Possible race condition in pg_basebackup Nick Ivanov
- Re: Re-read conindid under the referenced table's lock in the RI fast path Amit Langote
- Re: timeout value overflow in wait for lsn cca5507
- Re: Commit Sequence Numbers and Visibility Matthias van de Meent
- Re: Speed up COPY FROM text/CSV parsing using SIMD Nathan Bossart
- Re: WAIT FOR command should do some query jumbling Nathan Bossart
- Re: Offline data checksum changes can cause incorrect checksum state on standbys Bertrand Drouvot
- Re: WAL_LOG CREATE DATABASE strategy broken for non-standard page layouts Melanie Plageman
- Re: REPACK (CONCURRENTLY) fails with wrong error for materialized views Bharath Rupireddy
- Re: Deadlock detector fails to activate on a hot standby replica Vitaly Davydov
- Re: Deadlock detector fails to activate on a hot standby replica Vitaly Davydov
- Re: WAIT FOR command should do some query jumbling Nathan Bossart
- Re: Add ssl_(supported|shared)_groups to sslinfo Si, Evan
- Re: Adding a stored generated column without long-lived locks Alberto Piai
- Re: pgstat: Flush some statistics within running transactions, take 2 Sami Imseih
- Re: Commit Sequence Numbers and Visibility Jeff Davis