pgsql-hackers
Thread
Date
Earlier messages
Later messages
Messages by Date
2026/08/24
Re: Adding a stored generated column without long-lived locks
Laurenz Albe
2026/08/24
Re: postgres_fdw: Fix flaky push down FUNCTION RTE test
Sami Imseih
2026/08/24
Re: Enable partitionwise join for partition keys wrapped by RelabelType
Matheus Alcantara
2026/08/24
Add a Nix flake
Greg Burd
2026/08/24
Re: Fix CPU cost of right-semi and right-anti hash joins
Haibo Yan
2026/08/24
Re: Add bms_offset_members() function for bitshifting Bitmapsets
Greg Burd
2026/08/24
Re: pg_xmin_horizon: a system view of everything pinning the xmin horizon
Bharath Rupireddy
2026/08/24
Re: pgstat: Flush some statistics within running transactions, take 2
Sami Imseih
2026/08/24
Re: postgres_fdw: Fix flaky push down FUNCTION RTE test
Alexander Korotkov
2026/08/24
Re: postgres_fdw: Fix flaky push down FUNCTION RTE test
Alexander Korotkov
2026/08/24
Changing client-side behavior regarding Certificate Revocation Lists (CRL)
Михаил Купцов
2026/08/24
Re: Apply worker can pick an invalid index for REPLICA IDENTITY FULL lookups
Mihail Nikalayeu
2026/08/24
Re: Function scan FDW pushdown
Sami Imseih
2026/08/24
Re: How to best find unexpected WARNINGs in the TAP tests?
David Rowley
2026/08/24
Re: Move system identifier generation to a common helper
Pierre Forstmann
2026/08/24
Re: Use streaming read I/O when enabling data checksums online
Nazir Bilal Yavuz
2026/08/24
Re: Fix var_eq_const: sum selectivity of all matching MCV entries instead of stopping at first match
Ilia Evdokimov
2026/08/24
Re: Apply worker can pick an invalid index for REPLICA IDENTITY FULL lookups
Miłosz Bieniek
2026/08/24
Re: [PATCH] Fix use-after-free after failed pg_checksum_init
Daniel Gustafsson
2026/08/24
Re: Use streaming read I/O when enabling data checksums online
Xuneng Zhou
2026/08/24
Re: pgstat: Flush some statistics within running transactions, take 2
Bertrand Drouvot
2026/08/24
How to best find unexpected WARNINGs in the TAP tests?
David Rowley
2026/08/24
Re: How to best find unexpected WARNINGs in the TAP tests?
Andres Freund
2026/08/24
Re: [PATCH] bufmgr: tighten LWLock:BufferMapping on InvalidateBuffer
Andres Freund
2026/08/24
Re: [PATCH] Several refactorings for pg_dump
Daniel Gustafsson
2026/08/24
Re: apply worker misses closing partition leaves
David Rowley
2026/08/24
Re: Use streaming read I/O when enabling data checksums online
Andrey Borodin
2026/08/24
[PATCH] Refactor parse_publication_options
Miłosz Bieniek
2026/08/24
Re: WAL_LOG CREATE DATABASE strategy broken for non-standard page layouts
Rogers Wang
2026/08/24
Assertion failure in GetSubscriptionRelations() with concurrent DROP TABLE
vignesh C
2026/08/24
Re: Support EXCEPT for TABLES IN SCHEMA publications
Nisha Moond
2026/08/24
Re: Randomize B-Tree page split location to avoid oscillating patterns
Andrey Borodin
2026/08/24
Re: Avoid unnecessary StringInfo allocation in tablesync COPY buffer
ZizhuanLiu X-MAN
2026/08/24
Re: Switching XLog source from archive to streaming when primary available
Ashutosh Sharma
2026/08/24
Re: doc: Reformat SELECT queries using GRAPH_TABLE
Ashutosh Bapat
2026/08/24
Re: Fix GRAPH TABLE label and property error reporting
Ashutosh Bapat
2026/08/24
Re: MERGE/SPLIT PARTITIONS issues/questions
jian he
2026/08/24
Re: Thread-safe stringToNode() / pg_strtok()
Matthias van de Meent
2026/08/24
Re: Allow pg_read_all_stats to read replication origin status
Virender Singla
2026/08/24
RE: apply worker misses closing partition leaves
Zhijie Hou (Fujitsu)
2026/08/24
[PATCH]Fix planner's strictness check for JsonExpr
Keyerror Smart
2026/08/24
Re: Changing the state of data checksums in a running cluster
Alexander Lakhin
2026/08/24
Re: [PATCH] Fix vacuum_delay_point happening inside lock
Andrey Borodin
2026/08/24
Re: Support EXCEPT for TABLES IN SCHEMA publications
shveta malik
2026/08/24
Re: Report bytes and transactions actually sent downtream
Ashutosh Sharma
2026/08/24
Re: Changing the state of data checksums in a running cluster
Tomas Vondra
2026/08/24
Re: Add explicit warnings about unsafe OAuth trace output for libpq
Daniel Gustafsson
2026/08/24
Re: Proposal: Conflict log history table for Logical Replication
Amit Kapila
2026/08/24
Re: pgstat: Flush some statistics within running transactions, take 2
Bertrand Drouvot
2026/08/24
Re: Fix CPU cost of right-semi and right-anti hash joins
Richard Guo
2026/08/24
Re: Define MXID acronym in documentation
Yugo Nagata
2026/08/24
Re: Fix CPU cost of right-semi and right-anti hash joins
Richard Guo
2026/08/24
Re: [PATCH] bufmgr: tighten LWLock:BufferMapping on InvalidateBuffer
Alexandre Felipe
2026/08/24
Re: Possible race condition in pg_basebackup
Nick Ivanov
2026/08/24
Re: RFC: Logging plan of the running query
Andrei Lepikhov
2026/08/24
Re: Support EXCEPT for TABLES IN SCHEMA publications
Peter Smith
2026/08/24
Re: [PATCH] bufmgr: tighten LWLock:BufferMapping on InvalidateBuffer
Yuhang Qiu
2026/08/24
Re: PATCH: warn about, and deprecate, clear text passwords
Jakub Wartak
2026/08/23
Re: Add pg_stat_vfdcache view for VFD cache statistics
solai v
2026/08/23
Re: Support EXCEPT for TABLES IN SCHEMA publications
shveta malik
2026/08/23
Re: Add bms_offset_members() function for bitshifting Bitmapsets
Greg Burd
2026/08/23
Re: Support EXCEPT for TABLES IN SCHEMA publications
Peter Smith
2026/08/23
Re: Checkpointer write combining
Andrey Borodin
2026/08/23
Re: apply worker misses closing partition leaves
David Rowley
2026/08/23
Re: Support EXCEPT for TABLES IN SCHEMA publications
shveta malik
2026/08/23
Re: Thread-safe stringToNode() / pg_strtok()
Michael Paquier
2026/08/23
Re: [PATCH] Fix vacuum_delay_point happening inside lock
Kevin Rocker
2026/08/23
Re: Wrong results from join removal with DISTINCT ON + SRF subquery
Richard Guo
2026/08/23
Re: Changing the state of data checksums in a running cluster
Michael Paquier
2026/08/23
Re: aio: Don't silently drop wait_event_info
Yilin Zhang
2026/08/23
Re: [Patch] Make ginInsertCleanup follow vacuum's BufferAccessStrategy
Kevin Rocker
2026/08/23
Re: Changing the state of data checksums in a running cluster
Tomas Vondra
2026/08/23
Re: Changing the state of data checksums in a running cluster
Alexander Lakhin
2026/08/23
Re: Allow a prosupport function to be attached to an aggregate
Tom Lane
2026/08/23
Re: [PATCH] Fix vacuum_delay_point happening inside lock
Andrey Borodin
2026/08/23
Re: walsummarizer can get stuck when switching timelines
Andrey Borodin
2026/08/23
Re: PGQ catalog representation and pg_dump support
Andrew Dunstan
2026/08/23
Re: SERIALIZABLE can commit write skew after SSI summarization
Andrey Borodin
2026/08/23
Re: missing possibility to use alternative translated month names in to_char function
Pavel Stehule
2026/08/23
locale / encoding / meson cleanup
Andrew Dunstan
2026/08/23
Re: pg_upgrade --copy-file-range fails with EINVAL on Linux 4.19
达劳里亚斯
2026/08/23
Re: Bug: Whole-row var in indexes corrupts indexes after DDL
Andrey Borodin
2026/08/23
Re: missing possibility to use alternative translated month names in to_char function
bd_reiss
2026/08/23
Re: 028_pitr_timelines.pl might fail when cp interrupted and backup includes required segment
Andrey Borodin
2026/08/23
Re: 028_pitr_timelines.pl might fail when cp interrupted and backup includes required segment
Andrey Borodin
2026/08/23
Re: missing possibility to use alternative translated month names in to_char function
Pavel Stehule
2026/08/23
Re: [BUG] Take a long time to reach consistent after pg_rewind
cca5507
2026/08/23
Re: missing possibility to use alternative translated month names in to_char function
Bernd Reiß
2026/08/23
RE: MERGE/SPLIT PARTITIONS issues/questions
Zhijie Hou (Fujitsu)
2026/08/23
Re: injection_points: canceled or terminated waiters leak their wait slots
Andrey Borodin
2026/08/23
Re: PGQ catalog representation and pg_dump support
Taha Naveed
2026/08/23
RE: Proposal: Conflict log history table for Logical Replication
Zhijie Hou (Fujitsu)
2026/08/22
RE: MERGE/SPLIT PARTITIONS issues/questions
Zhijie Hou (Fujitsu)
2026/08/22
Re: missing possibility to use alternative translated month names in to_char function
Pavel Stehule
2026/08/22
Re: toast table corrupted by vacuum - missing chunk number 0 for toast value
Pavel Stehule
2026/08/22
Re: [PATCH v5] Fix exported snapshot xmin handoff race
chee.wooson
2026/08/22
Re: pg_xmin_horizon: a system view of everything pinning the xmin horizon
Scott Ray
2026/08/22
Re: Add bms_offset_members() function for bitshifting Bitmapsets
David Rowley
2026/08/22
Re: toast table corrupted by vacuum - missing chunk number 0 for toast value
Peter Geoghegan
2026/08/22
Re: Reduce memory overheads for storing a Memoize tuple
Michael Paquier
2026/08/22
Re: add list of major features to the v19 release notes
Andrew Dunstan
2026/08/22
Re: Thread-safe stringToNode() / pg_strtok()
Michael Paquier
2026/08/22
Re: Further cleanup related to statistics import support in postgres_fdw
Bharath Rupireddy
2026/08/22
Re: Allow a prosupport function to be attached to an aggregate
Andrei Lepikhov
2026/08/22
Re: PGQ catalog representation and pg_dump support
Andres Freund
2026/08/22
Re: Thread-safe stringToNode() / pg_strtok()
Matthias van de Meent
2026/08/22
Re: add list of major features to the v19 release notes
Jonathan S. Katz
2026/08/22
Apply worker can pick an invalid index for REPLICA IDENTITY FULL lookups
Mihail Nikalayeu
2026/08/22
Re: PGQ catalog representation and pg_dump support
Andres Freund
2026/08/22
PGQ catalog representation and pg_dump support
Andres Freund
2026/08/22
Re: missing possibility to use alternative translated month names in to_char function
Pavel Stehule
2026/08/22
028_pitr_timelines.pl might fail when cp interrupted and backup includes required segment
Alexander Lakhin
2026/08/22
RE: Race conditions in logical decoding
Zhijie Hou (Fujitsu)
2026/08/22
Walreceiver create temp slot more than once when timeline switch
cca5507
2026/08/22
Re: toast table corrupted by vacuum - missing chunk number 0 for toast value
Pavel Stehule
2026/08/22
Re: pg_dump: assert failure sorting casts/transforms
Nitin Jadhav
2026/08/22
Subject: [RFC] Umbra: Reducing Full-Page Write Amplification through Physical Page Remapping
贾明伟
2026/08/22
Re: GIN page deletion and page recycling bugs
Andrey Borodin
2026/08/22
Re: [POC] Implement async DNS with getaddrinfo_a
Andrey Borodin
2026/08/22
Re: use of SPI by postgresImportForeignStatistics
Etsuro Fujita
2026/08/22
Re: Further cleanup related to statistics import support in postgres_fdw
Etsuro Fujita
2026/08/22
Re: pg_upgrade --copy-file-range fails with EINVAL on Linux 4.19
达劳里亚斯
2026/08/22
Re: PG19 FK fast path: OOB write and missed FK checks during batched
Amit Langote
2026/08/22
Re: [PATCH] Fix compilation of nodeMergejoin.c with EXEC_MERGEJOINDEBUG
Michael Paquier
2026/08/21
Re: Add autovacuum_warning to surface concurrent vacuum collisions
Shinya Kato
2026/08/21
Re: Fix for fragile code in ltree/crc32.c
Rithvika Devisetti
2026/08/21
Re: Wrong results from join removal with DISTINCT ON + SRF subquery
Tom Lane
2026/08/21
Wrong results from join removal with DISTINCT ON + SRF subquery
Richard Guo
2026/08/21
Re: [PATCH] Fix compilation of nodeMergejoin.c with EXEC_MERGEJOINDEBUG
Tatsuya Kawata
2026/08/21
Re: [PATCH] Several refactorings for pg_dump
Michael Paquier
2026/08/21
Re: Thread-safe stringToNode() / pg_strtok()
Michael Paquier
2026/08/21
Re: Reduce memory overheads for storing a Memoize tuple
David Rowley
2026/08/21
Re: Drop "leaked" resources in sqljson/sqljson_queryfuncs regression tests
Tom Lane
2026/08/21
Drop "leaked" resources in sqljson/sqljson_queryfuncs regression tests
Tristan Partin
2026/08/21
Re: [PATCH] Release replication slot on error in SQL-callable slot functions
Masahiko Sawada
2026/08/21
Re: hashjoins vs. Bloom filters (yet again)
Tomas Vondra
2026/08/21
Re: problems with toast.* reloptions
Nathan Bossart
2026/08/21
Re: missing possibility to use alternative translated month names in to_char function
Haibo Yan
2026/08/21
Re: Introduce XID age based replication slot invalidation
Bharath Rupireddy
2026/08/21
Re: split tablecmds.c
Nathan Bossart
2026/08/21
Re: Checkpointer write combining
Haibo Yan
2026/08/21
Re: split tablecmds.c
Mario González Troncoso
2026/08/21
Re: postgres_fdw: Fix flaky push down FUNCTION RTE test
Sami Imseih
2026/08/21
Re: heapam_relation_toast_am() returns the wrong AM for a wrapped heap AM
Andres Freund
2026/08/21
Re: Further cleanup related to statistics import support in postgres_fdw
Bharath Rupireddy
2026/08/21
Re: Possible replace of strncpy on xactdesc.c
Mario Gonzalez
2026/08/21
Re: Thread-safe stringToNode() / pg_strtok()
Matthias van de Meent
2026/08/21
Re: Possible replace of strncpy on xactdesc.c
Mario González Troncoso
2026/08/21
Re: heapam_relation_toast_am() returns the wrong AM for a wrapped heap AM
Andrew Dunstan
2026/08/21
Re: Allow table AMs to define their own reloptions
Andrew Dunstan
2026/08/21
Re: hashjoins vs. Bloom filters (yet again)
Matheus Alcantara
2026/08/21
Re: heapam_relation_toast_am() returns the wrong AM for a wrapped heap AM
Andrew Dunstan
2026/08/21
Re: walsummarizer can get stuck when switching timelines
Alexander Lakhin
2026/08/21
Re: Race conditions in logical decoding
Álvaro Herrera
2026/08/21
Re: [PATCH] Fix NULL dereference in subscription REFRESH on concurrent DROP
Masahiko Sawada
2026/08/21
Re: Support EXCEPT for TABLES IN SCHEMA publications
Nisha Moond
2026/08/21
Re: missing possibility to use alternative translated month names in to_char function
Tom Lane
2026/08/21
Re: Fix CPU cost of right-semi and right-anti hash joins
Haibo Yan
2026/08/21
Re: toast table corrupted by vacuum - missing chunk number 0 for toast value
Tomas Vondra
2026/08/21
Re: missing possibility to use alternative translated month names in to_char function
Bernd Reiß
2026/08/21
Re: heapam_relation_toast_am() returns the wrong AM for a wrapped heap AM
Álvaro Herrera
2026/08/21
Re: Possible race condition in pg_basebackup
Álvaro Herrera
2026/08/21
Re: hashjoins vs. Bloom filters (yet again)
Tomas Vondra
2026/08/21
Re: toast table corrupted by vacuum - missing chunk number 0 for toast value
Pavel Stehule
2026/08/21
Re: [PATCH] Add support for SAOP in the optimizer for partial index paths
Jim Vanns
2026/08/21
Re: toast table corrupted by vacuum - missing chunk number 0 for toast value
Pavel Stehule
2026/08/21
Re: Allow a prosupport function to be attached to an aggregate
Andrei Lepikhov
2026/08/21
[PATCH v4] Add pg_current_vxact_id() function
Pavlo Golub
2026/08/21
Re: Fix XLogFileReadAnyTLI silently applying divergent WAL from wrong timeline
Andrey Borodin
2026/08/21
Re: [PATCH] Add pg_current_vxact_id() function to expose virtual transaction IDs
Pavlo Golub
2026/08/21
Re: Reduce memory overheads for storing a Memoize tuple
Andrey Borodin
2026/08/21
Re: Allow a prosupport function to be attached to an aggregate
Tom Lane
2026/08/21
Re: MERGE/SPLIT PARTITIONS issues/questions
Alexander Korotkov
2026/08/21
Re: Apply extended statistics to join clause during parameterized path costing
Tomas Vondra
2026/08/21
Re: [PATCH] Fix compilation of nodeMergejoin.c with EXEC_MERGEJOINDEBUG
Tom Lane
2026/08/21
Re: hashjoins vs. Bloom filters (yet again)
Matheus Alcantara
2026/08/21
Re: [PATCH] doc: clarify AS requirement when VALUES used in a FROM clause
Fujii Masao
2026/08/21
Re: Many of psql's describe functions bloat cache / waste mem
Jan Nidzwetzki
2026/08/21
Re: MERGE/SPLIT PARTITIONS issues/questions
Melanie Plageman
2026/08/21
Re: ProcArrayAdd/ProcArrayRemove in Prepared Transaction
Matthias van de Meent
2026/08/21
heapam_relation_toast_am() returns the wrong AM for a wrapped heap AM
Andrew Dunstan
2026/08/21
Re: CREATE OR REPLACE MATERIALIZED VIEW
Isaac Morland
2026/08/21
Possible race condition in pg_basebackup
Nick Ivanov
2026/08/21
Re: CREATE OR REPLACE MATERIALIZED VIEW
Robert Haas
2026/08/21
Re: Tracking role modification timestamps in pg_authid / pg_roles
Gabriele Bartolini
2026/08/21
Re: Tracking role modification timestamps in pg_authid / pg_roles
Andres Freund
2026/08/21
Re: Possible race condition in pg_basebackup
Andrey Borodin
2026/08/21
Re: Tracking role modification timestamps in pg_authid / pg_roles
Andrew Dunstan
2026/08/21
Re: toast table corrupted by vacuum - missing chunk number 0 for toast value
Tomas Vondra
2026/08/21
Re: pg_upgrade --copy-file-range fails with EINVAL on Linux 4.19
Jakub Wartak
2026/08/21
Re: toast table corrupted by vacuum - missing chunk number 0 for toast value
Andrey Borodin
2026/08/21
Re: [PATCH] doc: clarify AS requirement when VALUES used in a FROM clause
Ian Lawrence Barwick
2026/08/21
Re: Further cleanup related to statistics import support in postgres_fdw
Etsuro Fujita
2026/08/21
Re: pg_dump: assert failure sorting casts/transforms
Alexander Kukushkin
2026/08/21
Re: Orphaned Files in PostgreSQL
Ashutosh Sharma
2026/08/21
Re: Proposal: Conflict log history table for Logical Replication
Amit Kapila
2026/08/21
Re: MERGE/SPLIT PARTITIONS issues/questions
Zsolt Parragi
2026/08/21
Re: ProcArrayAdd/ProcArrayRemove in Prepared Transaction
Andy Fan
2026/08/21
Re: Proposal: Supporting URI SAN in Certificate Authentication
Gabriele Bartolini
2026/08/21
Re: pg_dump: assert failure sorting casts/transforms
Nitin Jadhav
Earlier messages
Later messages