Messages by Date
-
2026/09/02
Re: PGQ catalog representation and pg_dump support
Andres Freund
-
2026/09/02
Re: PGQ catalog representation and pg_dump support
Andres Freund
-
2026/09/02
Re: Support for 8-byte TOAST values, round two
Bharath Rupireddy
-
2026/09/02
Re: PGQ catalog representation and pg_dump support
Andres Freund
-
2026/09/02
Re: PGQ catalog representation and pg_dump support
Sami Imseih
-
2026/09/02
Re: WAIT FOR NO_THROW option could use some documentation
Peter Eisentraut
-
2026/09/02
Re: auto-vectorize varbit bitwise operators
Heikki Linnakangas
-
2026/09/02
Re: PGQ catalog representation and pg_dump support
Melanie Plageman
-
2026/09/02
Re: GRAPH_TABLE pattern WHERE clause is not coerced to boolean
Peter Eisentraut
-
2026/09/02
Re: Bypassing cursors in postgres_fdw to enable parallel plans
Jelte Fennema-Nio
-
2026/09/02
Re: Improving display of octal GUCs
Andrey Borodin
-
2026/09/02
Re: [Patch] Batch fsyncs when recycling WAL segments
Ayush Tiwari
-
2026/09/02
auto-vectorize varbit bitwise operators
Nathan Bossart
-
2026/09/02
Re: Disallow outer-level and WHERE-clause aggregates in GRAPH_TABLE
Tom Lane
-
2026/09/02
Re: Add contrib module pg_stat_log: cumulative statistics about server log messages
Kirk Wolak
-
2026/09/02
Re: REPACK (CONCURRENTLY) can crash a logical decoding session
Antonin Houska
-
2026/09/02
Re: Don't use the deprecated and insecure PQcancel in our frontend tools anymore
Jelte Fennema-Nio
-
2026/09/02
Re: hashjoins vs. Bloom filters (yet again)
Andrei Lepikhov
-
2026/09/02
Re: Disallow outer-level and WHERE-clause aggregates in GRAPH_TABLE
Melanie Plageman
-
2026/09/02
Re: gist_trgm_ops '=' operator: planner picks it over btree, ~300x slower
Alexander Korotkov
-
2026/09/02
Re: OOM kill during planning - pg_terminate_backend is ignored
Floris Van Nee
-
2026/09/02
Re: Credits For v19
Corey Huinker
-
2026/09/02
[PATCH] doc: Add multiplier explanation for pg_resetwal -c option
Aviral Asthana
-
2026/09/02
Re: glist: _Generic wrapper for selective dlist/dclist usage
Tristan Partin
-
2026/09/02
Re: [PATCH] Add support for INSERT ... SET syntax
Vaibhav Dalvi
-
2026/09/02
Re: Reduce build times of pg_trgm GIN indexes
Japin Li
-
2026/09/02
Re: Remove fcinfo from statistics update internal functions
Corey Huinker
-
2026/09/02
Re: glist: _Generic wrapper for selective dlist/dclist usage
Matthias van de Meent
-
2026/09/02
Re: Remove fcinfo from statistics update internal functions
Corey Huinker
-
2026/09/02
Follow-up review items for update_deleted
Zhijie Hou (Fujitsu)
-
2026/09/02
Re: Function scan FDW pushdown
Alexander Korotkov
-
2026/09/02
docs: Fixes for August 2026 minor release notes (v14-v17)
Yogesh Sharma
-
2026/09/02
Re: SSI: A patch for a Serializability violation
Vaijayanti Bharadwaj
-
2026/09/02
Re: glist: _Generic wrapper for selective dlist/dclist usage
Japin Li
-
2026/09/02
REPACK (CONCURRENTLY) can crash a logical decoding session
Thom Brown
-
2026/09/02
Re: postgresql.conf.sample tab width
Nathan Bossart
-
2026/09/02
Re: Support EXCEPT for TABLES IN SCHEMA publications
Nisha Moond
-
2026/09/02
Re: gist_trgm_ops '=' operator: planner picks it over btree, ~300x slower
Andrew Dunstan
-
2026/09/02
Re: WAIT FOR command should do some query jumbling
Alexander Korotkov
-
2026/09/02
Re: Add pg_stat_vfdcache view for VFD cache statistics
Ayoub Kazar
-
2026/09/02
Re: Adding basic NUMA awareness
Jakub Wartak
-
2026/09/02
Re: REPACK (ANALYZE) within transaction block segfaults
Osama Abdul Qader
-
2026/09/02
glist: _Generic wrapper for selective dlist/dclist usage
Matthias van de Meent
-
2026/09/02
Re: glob support in extension_control_path/dynamic_library_path?
Jakob Egger
-
2026/09/02
Re: Many of psql's describe functions bloat cache / waste mem
Jan Nidzwetzki
-
2026/09/02
gist_trgm_ops '=' operator: planner picks it over btree, ~300x slower
Vaibhav Dalvi
-
2026/09/02
Re: Reducing relcache memory usage: deduping index shapes
Matthias van de Meent
-
2026/09/02
Re: Logical replication row filter loses unchanged toasted columns
Amit Kapila
-
2026/09/02
Re: Reducing relcache memory usage: deduping index shapes
Matthias van de Meent
-
2026/09/02
Re: Failing assertion while taking a restartpoint during crash recovery
Fujii Masao
-
2026/09/02
Re: Add pg_stat_vfdcache view for VFD cache statistics
David Geier
-
2026/09/02
Re: PSQL schema "describe" \dn is not escaping quotes
Peter Smith
-
2026/09/02
Re: Reduce build times of pg_trgm GIN indexes
David Geier
-
2026/09/02
Re: REPACK (ANALYZE) within transaction block segfaults
Fujii Masao
-
2026/09/02
Re: Stabilize recovery conflict stats checks in 031_recovery_conflict.pl
Nazir Bilal Yavuz
-
2026/09/02
Re: REPACK (ANALYZE) within transaction block segfaults
Antonin Houska
-
2026/09/02
Re: Stabilize recovery conflict stats checks in 031_recovery_conflict.pl
Ayush Tiwari
-
2026/09/02
Re: Possible Visibility Map corruption in supported branches?
Jehan-Guillaume de Rorthais
-
2026/09/02
Re: REPACK (ANALYZE) within transaction block segfaults
Alvaro Herrera
-
2026/09/02
Re: SUM(int2)/SUM(int4) do not detect overflow of the int8 accumulator
Andrei Lepikhov
-
2026/09/02
Re: Reducing relcache memory usage: deduping index shapes
David Geier
-
2026/09/02
Re: Reducing relcache memory usage: deduping index shapes
David Geier
-
2026/09/02
Stabilize recovery conflict stats checks in 031_recovery_conflict.pl
Fujii Masao
-
2026/09/02
Re: Offline data checksum changes can cause incorrect checksum state on standbys
Bertrand Drouvot
-
2026/09/02
Re: SUM(int2)/SUM(int4) do not detect overflow of the int8 accumulator
Michael Paquier
-
2026/09/02
Re: [PATCH] Test coverage for pg_clear_attribute_stats() null arguments
Michael Paquier
-
2026/09/01
Re: SUM(int2)/SUM(int4) do not detect overflow of the int8 accumulator
Andrei Lepikhov
-
2026/09/01
Re: Unsafe qual pushdown through DISTINCT with simple CASE expressions
Richard Guo
-
2026/09/01
Re: WAIT FOR NO_THROW option could use some documentation
Kiran Kaki
-
2026/09/01
Re: Remove fcinfo from statistics update internal functions
Etsuro Fujita
-
2026/09/01
Re: SUM(int2)/SUM(int4) do not detect overflow of the int8 accumulator
Chao Li
-
2026/09/01
Re: Logical replication row filter loses unchanged toasted columns
vignesh C
-
2026/09/01
Re: RANGE partition pruning can still exclude the default partition
Ewan Young
-
2026/09/01
RE: 035_standby_logical_decoding might fail due to FATAL message lost inside libpq
Hayato Kuroda (Fujitsu)
-
2026/09/01
Re: Fix -Wshadow=local warnings
Chao Li
-
2026/09/01
Re: remove_useless_joins vs. bug #19560
Richard Guo
-
2026/09/01
Re: 035_standby_logical_decoding might fail due to FATAL message lost inside libpq
Bertrand Drouvot
-
2026/09/01
Re: foreign_key test is sensitive to the OID counter
Richard Guo
-
2026/09/01
Re: Fix a typo in EnableLogicalDecoding()
Michael Paquier
-
2026/09/01
Re: WAIT FOR command should do some query jumbling
Michael Paquier
-
2026/09/01
Re: LockHasWaiters() crashes on fast-path locks
Michael Paquier
-
2026/09/01
Re: Introduce XID age based replication slot invalidation
surya poondla
-
2026/09/01
Re: pgstat: Flush some statistics within running transactions, take 2
Bertrand Drouvot
-
2026/09/01
Re: SQL/PGQ: quantified path patterns unsupported in GRAPH_TABLE (19beta2/beta3) — known gap or on the roadmap?
Ashutosh Bapat
-
2026/09/01
Re: Logical replication row filter loses unchanged toasted columns
Amit Kapila
-
2026/09/01
Re: remove_useless_joins vs. bug #19560
Tender Wang
-
2026/09/01
Re: Use pg_neg_s*_overflow() for open-coded negation overflow checks
Ewan Young
-
2026/09/01
Re: Function scan FDW pushdown
Marina Polyakova
-
2026/09/01
Re: xid_wraparound/002_limits.pl might fail due to transient warning
Tom Lane
-
2026/09/01
Re: PSQL schema "describe" \dn is not escaping quotes
Peter Smith
-
2026/09/01
Re: UPDATE run check constraints for affected columns only
jian he
-
2026/09/01
Re: Include sequences in publications created by pg_createsubscriber
Chao Li
-
2026/09/01
Re: GIN pageinspect support for entry tree and posting tree
Japin Li
-
2026/09/01
Re: [PATCH v4] Add pg_current_vxact_id() function
shihao zhong
-
2026/09/01
Re: Fix a typo in EnableLogicalDecoding()
shihao zhong
-
2026/09/01
Re: Fix a typo in EnableLogicalDecoding()
shihao zhong
-
2026/09/01
RE: 035_standby_logical_decoding might fail due to FATAL message lost inside libpq
Hayato Kuroda (Fujitsu)
-
2026/09/01
Re: timeout value overflow in wait for lsn
Xuneng Zhou
-
2026/09/01
Re: [PATCH] Test coverage for pg_clear_attribute_stats() null arguments
shihao zhong
-
2026/09/01
Re: Add pg_stat_vfdcache view for VFD cache statistics
Ayoub Kazar
-
2026/09/01
Re: foreign_key test is sensitive to the OID counter
Tom Lane
-
2026/09/01
Re: Credits For v19
Yugo Nagata
-
2026/09/01
Re: [PATCH] Fix autovacuum freeze bug where weight can lower a table's freeze score
shihao zhong
-
2026/09/01
Re: another autovacuum scheduling thread
shihao zhong
-
2026/09/01
Re: [PATCH] Fix pg_dump emitting OVERRIDING SYSTEM VALUE for tables with dropped identity columns
Fujii Masao
-
2026/09/01
Re: foreign_key test is sensitive to the OID counter
Richard Guo
-
2026/09/01
Re: foreign_key test is sensitive to the OID counter
Richard Guo
-
2026/09/01
Fix a typo in EnableLogicalDecoding()
Chao Li
-
2026/09/01
Re: Logical replication row filter loses unchanged toasted columns
Masahiko Sawada
-
2026/09/01
Re: [PATCH] Speed up pg_waldump TAP test and fix some GitHub CI Windows flakiness
Sehrope Sarkuni
-
2026/09/01
Re: OOM kill during planning - pg_terminate_backend is ignored
Andres Freund
-
2026/09/01
Re: [PATCH] doc: clarify AS requirement when VALUES used in a FROM clause
Ian Lawrence Barwick
-
2026/09/01
Re: LockHasWaiters() crashes on fast-path locks
Michael Paquier
-
2026/09/01
Re: PSQL schema "describe" \dn is not escaping quotes
surya poondla
-
2026/09/01
Re: Remove fcinfo from statistics update internal functions
Michael Paquier
-
2026/09/01
Re: Two issues leading to discrepancies in FSM data on the standby server
Melanie Plageman
-
2026/09/01
Re: Code-comment typos.
Michael Paquier
-
2026/09/01
Re: Use pg_neg_s*_overflow() for open-coded negation overflow checks
Michael Paquier
-
2026/09/01
Re: Credits For v19
Tobias Bussmann
-
2026/09/01
Re: EUC_* ILIKE index scan stopped matching seq scan in v19
Jeff Davis
-
2026/09/01
Re: Enable partitionwise join for partition keys wrapped by RelabelType
Jan Nidzwetzki
-
2026/09/01
Re: [PATCH] Speed up pg_waldump TAP test and fix some GitHub CI Windows flakiness
Michael Paquier
-
2026/09/01
Re: Two issues leading to discrepancies in FSM data on the standby server
Alexander Korotkov
-
2026/09/01
Re: Function scan FDW pushdown
Alexander Korotkov
-
2026/09/01
Re: Routed ON CONFLICT inserts broken by partition-local deferrable unique constraints in 19 and master
Zsolt Parragi
-
2026/09/01
Re: Improving tracking/processing of buildfarm test failures
Alexander Lakhin
-
2026/09/01
Re: Include sequences in publications created by pg_createsubscriber
Peter Smith
-
2026/09/01
Re: Add starelid, attnum to pg_stats and leverage this in pg_dump
Nathan Bossart
-
2026/09/01
Re: Enable partitionwise join for partition keys wrapped by RelabelType
Jan Nidzwetzki
-
2026/09/01
Re: Two issues leading to discrepancies in FSM data on the standby server
Noah Misch
-
2026/09/01
Re: timeout value overflow in wait for lsn
Masahiko Sawada
-
2026/09/01
Re: another autovacuum scheduling thread
Nathan Bossart
-
2026/09/01
Re: Show expression of virtual columns in error messages
Matheus Alcantara
-
2026/09/01
Re: Error handling in after-startup shmem requests
Andres Freund
-
2026/09/01
OOM kill during planning - pg_terminate_backend is ignored
Floris Van Nee
-
2026/09/01
Re: Allow ON CONFLICT DO UPDATE to return EXCLUDED values
Andrey Borodin
-
2026/09/01
Re: Enable partitionwise join for partition keys wrapped by RelabelType
Matheus Alcantara
-
2026/09/01
RE: [PATCH] Fix pg_dump emitting OVERRIDING SYSTEM VALUE for tables with dropped identity columns
William Bernbaum
-
2026/09/01
Re: Speed up COPY FROM text/CSV parsing using SIMD
Nathan Bossart
-
2026/09/01
Re: FOR PORTION OF assertion failure in ExecInitPartitionInfo()
Peter Eisentraut
-
2026/09/01
Re: Remove fcinfo from statistics update internal functions
Corey Huinker
-
2026/09/01
Re: Identifier downcase change for LATIN1, in v19
Jeff Davis
-
2026/09/01
Re: [PATCH v1] Add vacuum_delay_point() to GiST empty-page deletion pass
Andrey Borodin
-
2026/09/01
Re: Add ssl_(supported|shared)_groups to sslinfo
Si, Evan
-
2026/09/01
Re: Reducing relcache memory usage: deduping index shapes
Matthias van de Meent
-
2026/09/01
Re: Include sequences in publications created by pg_createsubscriber
Andrey Borodin
-
2026/09/01
Re: REPACK (CONCURRENTLY) fails when replica identity index is dropped
Alvaro Herrera
-
2026/09/01
SQL/PGQ: quantified path patterns unsupported in GRAPH_TABLE (19beta2/beta3) — known gap or on the roadmap?
chris
-
2026/09/01
Re: [PATCH] Clarify that ssl_groups is for any key exchange groups
Si, Evan
-
2026/09/01
Re: Remaining dependency on setlocale()
Jeff Davis
-
2026/09/01
Re: [PATCH] Speed up pg_waldump TAP test and fix some GitHub CI Windows flakiness
Sehrope Sarkuni
-
2026/09/01
Re: [PATCH] Remove dead code in pg_dump
Nathan Bossart
-
2026/09/01
Re: Reduce build times of pg_trgm GIN indexes
David Geier
-
2026/09/01
Re: GIN pageinspect support for entry tree and posting tree
Japin Li
-
2026/09/01
Re: pgstat: Flush some statistics within running transactions, take 2
Bertrand Drouvot
-
2026/09/01
Re: Adding a stored generated column without long-lived locks
Alberto Piai
-
2026/09/01
Re: [PATCH] Speed up pg_waldump TAP test and fix some GitHub CI Windows flakiness
Nazir Bilal Yavuz
-
2026/09/01
Re: remove_useless_joins vs. bug #19560
Tom Lane
-
2026/09/01
Re: [PATCH] Remove dead code in pg_dump
Japin Li
-
2026/09/01
Re: Fix -Wshadow=local warnings
Peter Geoghegan
-
2026/09/01
Re: Reduce build times of pg_trgm GIN indexes
Japin Li
-
2026/09/01
Re: PGQ catalog representation and pg_dump support
Ashutosh Bapat
-
2026/09/01
Fix -Wshadow=local warnings
Peter Eisentraut
-
2026/09/01
Re: foreign_key test is sensitive to the OID counter
Tom Lane
-
2026/09/01
[PATCH] Remove dead code in pg_dump
Aleksander Alekseev
-
2026/09/01
Re: Reducing relcache memory usage: deduping index shapes
Matthias van de Meent
-
2026/09/01
Re: [PATCH] Speed up pg_waldump TAP test and fix some GitHub CI Windows flakiness
Sehrope Sarkuni
-
2026/09/01
Re: Enable partitionwise join for partition keys wrapped by RelabelType
Jan Nidzwetzki
-
2026/09/01
Re: [PATCH] doc: clarify AS requirement when VALUES used in a FROM clause
Fujii Masao
-
2026/09/01
Re: Logical replication row filter loses unchanged toasted columns
vignesh C
-
2026/09/01
Re: Deadlock detector fails to activate on a hot standby replica
Xuneng Zhou
-
2026/09/01
Price hashed aggregation for hash tables that exceed CPU cache capacity
William Bernbaum
-
2026/09/01
Re: [PATCH] Speed up pg_waldump TAP test and fix some GitHub CI Windows flakiness
Nazir Bilal Yavuz
-
2026/09/01
Re: Do not scan index in right table if condition for left join evaluates to false using columns in left table
Andrei Lepikhov
-
2026/09/01
Re: pgcrypto: remove useless px_memset() and BF_ASM
Dagfinn Ilmari Mannsåker
-
2026/09/01
Re: pgcrypto: remove useless px_memset() and BF_ASM
Peter Eisentraut
-
2026/09/01
Re: Replace px_memset() with explicit_bzero()
Peter Eisentraut
-
2026/09/01
Re: Remove fcinfo from statistics update internal functions
Michael Paquier
-
2026/09/01
Re: RANGE partition pruning can still exclude the default partition
Radim Marek
-
2026/09/01
Re: aio: Async fsyncs for crash recovery and checkpointer
Nazir Bilal Yavuz
-
2026/09/01
Re: Logical replication row filter loses unchanged toasted columns
Amit Kapila
-
2026/09/01
Re: PGQ catalog representation and pg_dump support
Ashutosh Bapat
-
2026/09/01
Re: [PATCH] Speed up pg_waldump TAP test and fix some GitHub CI Windows flakiness
Michael Paquier
-
2026/09/01
Re: Proposal: Conflict log history table for Logical Replication
shveta malik
-
2026/09/01
Re: Adding a stored generated column without long-lived locks
solai v
-
2026/09/01
Re: REPACK (CONCURRENTLY) fails when replica identity index is dropped
Antonin Houska
-
2026/09/01
Re: Speed up COPY FROM text/CSV parsing using SIMD
Nazir Bilal Yavuz
-
2026/09/01
Re: Proposal: Conflict log history table for Logical Replication
shveta malik
-
2026/09/01
Re: Deadlock detector fails to activate on a hot standby replica
JoongHyuk Shin
-
2026/09/01
Re: Introduce XID age based replication slot invalidation
Bertrand Drouvot
-
2026/09/01
Re: Changing the state of data checksums in a running cluster
Daniel Gustafsson
-
2026/09/01
Re: Skip .DS_Store files in check_mode_recursive
Daniel Gustafsson
-
2026/09/01
Re: Skip .DS_Store files in check_mode_recursive
Andrei Lepikhov
-
2026/09/01
Re: Add pg_stat_vfdcache view for VFD cache statistics
David Geier
-
2026/09/01
Re: Routed ON CONFLICT inserts broken by partition-local deferrable unique constraints in 19 and master
Mihail Nikalayeu
-
2026/09/01
Re: foreign_key test is sensitive to the OID counter
jian he
-
2026/09/01
Re: Per-table resync for logical replication subscriptions
Cagri Biroglu
-
2026/09/01
Re: Offline data checksum changes can cause incorrect checksum state on standbys
Bertrand Drouvot
-
2026/09/01
Re: Reducing relcache memory usage: deduping index shapes
David Geier
-
2026/09/01
Re: right() returns the whole string for the most negative n
Daniel Gustafsson