Messages by Date
-
2025/10/30
[PATCH] Add pg_get_type_ddl() to retrieve the CREATE TYPE statement
Philip Alger
-
2025/10/30
Potential bug introduced in PG17 with query parallelization - plan flip
Jon Jenkins
-
2025/10/30
Re: MinGW compiler warnings in ecpg tests
Andres Freund
-
2025/10/30
Fully documenting the design of nbtree row comparison scan keys
Peter Geoghegan
-
2025/10/30
Re: another autovacuum scheduling thread
Sami Imseih
-
2025/10/30
Re: another autovacuum scheduling thread
Nathan Bossart
-
2025/10/30
Re: Remaining dependency on setlocale()
Jeff Davis
-
2025/10/30
Re: Remaining dependency on setlocale()
Daniel Verite
-
2025/10/30
Re: V18 change on EXPLAIN ANALYZE
Maciek Sakrejda
-
2025/10/30
Re: Upgrade macOS CI image from Sonoma to Sequoia
Andres Freund
-
2025/10/30
Re: abi-compliance-check failure due to recent changes to pg_{clear,restore}_{attribute,relation}_stats()
Robert Haas
-
2025/10/30
Re: another autovacuum scheduling thread
Robert Haas
-
2025/10/30
Re: apply_scanjoin_target_to_paths and partitionwise join
Robert Haas
-
2025/10/30
Re: Add uuid_to_base32hex() and base32hex_to_uuid() built-in functions
Masahiko Sawada
-
2025/10/30
Re: Update Windows CI Task Names: Server 2022 + VS 2022 Upgrade
Andres Freund
-
2025/10/30
Re: Remaining dependency on setlocale()
Jeff Davis
-
2025/10/30
Re: abi-compliance-check failure due to recent changes to pg_{clear,restore}_{attribute,relation}_stats()
David E. Wheeler
-
2025/10/30
Re: [PING] fallocate() causes btrfs to never compress postgresql files
Bruce Momjian
-
2025/10/30
Re: abi-compliance-check failure due to recent changes to pg_{clear,restore}_{attribute,relation}_stats()
Bruce Momjian
-
2025/10/30
Re: postgres_fdw: Use COPY to speed up batch inserts
Andrew Dunstan
-
2025/10/30
Re: POC: make mxidoff 64 bits
Maxim Orlov
-
2025/10/30
Re: apply_scanjoin_target_to_paths and partitionwise join
Robert Haas
-
2025/10/30
Re: Channel binding for post-quantum cryptography
Nico Williams
-
2025/10/30
Re: abi-compliance-check failure due to recent changes to pg_{clear,restore}_{attribute,relation}_stats()
Nathan Bossart
-
2025/10/30
Re: GNU/Hurd portability patches
Michael Banck
-
2025/10/30
Re: make -C src/test/isolation failure in index-killtuples due to btree_gist
Andres Freund
-
2025/10/30
Re: abi-compliance-check failure due to recent changes to pg_{clear,restore}_{attribute,relation}_stats()
Mankirat Singh
-
2025/10/30
Re: Use BumpContext contexts for TupleHashTables' tablecxt
Tom Lane
-
2025/10/30
Re: [PATCH] Add Windows support for backtrace_functions (MSVC only)
Bryan Green
-
2025/10/30
Re: [PATCH] Add Windows support for backtrace_functions (MSVC only)
Bryan Green
-
2025/10/30
Re: V18 change on EXPLAIN ANALYZE
Ilia Evdokimov
-
2025/10/30
Re: Mark ItemPointer arguments as const thoughoutly
Chao Li
-
2025/10/30
Re: abi-compliance-check failure due to recent changes to pg_{clear,restore}_{attribute,relation}_stats()
David E. Wheeler
-
2025/10/30
Re: Consistently use the XLogRecPtrIsInvalid() macro
Peter Eisentraut
-
2025/10/30
Re: abi-compliance-check failure due to recent changes to pg_{clear,restore}_{attribute,relation}_stats()
Tom Lane
-
2025/10/30
Re: Coccinelle for PostgreSQL development [1/N]: coccicheck.py
Mats Kindahl
-
2025/10/30
Re: doc: Improve description of io_combine_limit and io_max_combine_limit GUCs
Fujii Masao
-
2025/10/30
Re: Mark ItemPointer arguments as const thoughoutly
Peter Eisentraut
-
2025/10/30
Re: contrib/sepgsql regression tests have been broken for months
Joe Conway
-
2025/10/30
Re: LISTEN/NOTIFY bug: VACUUM sets frozenxid past a xid in async queue
Heikki Linnakangas
-
2025/10/30
Re: Problem while updating a foreign table pointing to a partitioned table on foreign server
Daniil Davydov
-
2025/10/30
Re: abi-compliance-check failure due to recent changes to pg_{clear,restore}_{attribute,relation}_stats()
David E. Wheeler
-
2025/10/30
Re: Fix bug with accessing to temporary tables of other sessions
Daniil Davydov
-
2025/10/30
Re: How can end users know the cause of LR slot sync delays?
Shlok Kyal
-
2025/10/30
Re: Batching in executor
Daniil Davydov
-
2025/10/30
Re: display hot standby state in psql prompt
Chao Li
-
2025/10/30
Re: ci: Improve OpenBSD core dump backtrace handling
Nazir Bilal Yavuz
-
2025/10/30
Re: [BUG] temporary file usage report with extended protocol and unnamed portals
Mircea Cadariu
-
2025/10/30
Re: Improved TAP tests by replacing sub-optimal uses of ok() with better Test::More functions
Sadhuprasad Patro
-
2025/10/30
Re: Improve pg_sync_replication_slots() to wait for primary to advance
Chao Li
-
2025/10/30
Re: Confine vacuum skip logic to lazy_scan_skip
John Naylor
-
2025/10/30
Re: display hot standby state in psql prompt
Jim Jones
-
2025/10/30
Re: Logical Replication of sequences
Amit Kapila
-
2025/10/30
Re: Channel binding for post-quantum cryptography
Filip Janus
-
2025/10/30
Re: another autovacuum scheduling thread
David Rowley
-
2025/10/30
Re: Fix incorrect const qualification for tbm_add_tuples() and itemptr_to_uint64()
Peter Eisentraut
-
2025/10/30
Re: display hot standby state in psql prompt
Chao Li
-
2025/10/30
Re: Improve pg_sync_replication_slots() to wait for primary to advance
Ajin Cherian
-
2025/10/30
Re: display hot standby state in psql prompt
Jim Jones
-
2025/10/30
Re: [PING] fallocate() causes btrfs to never compress postgresql files
Jakub Wartak
-
2025/10/30
Re: Use merge-based matching for MCVs in eqjoinsel
Ilia Evdokimov
-
2025/10/30
Re: [PATCH] Add Windows support for backtrace_functions (MSVC only)
Jakub Wartak
-
2025/10/30
Re: [PATCH] Add Windows support for backtrace_functions (MSVC only)
Bryan Green
-
2025/10/30
Re: [PATCH] Add Windows support for backtrace_functions (MSVC only)
Álvaro Herrera
-
2025/10/30
Re: Skip unregistered custom kinds on stats load
Bertrand Drouvot
-
2025/10/30
Re: display hot standby state in psql prompt
Jim Jones
-
2025/10/30
Re: Consistently use the XLogRecPtrIsInvalid() macro
Bertrand Drouvot
-
2025/10/30
Re: Consistently use the XLogRecPtrIsInvalid() macro
Bertrand Drouvot
-
2025/10/30
Re: [PATCH] Add Windows support for backtrace_functions (MSVC only)
Bryan Green
-
2025/10/30
Re: POC: make mxidoff 64 bits
Heikki Linnakangas
-
2025/10/30
Re: Improve docs syntax checking and enable it in the meson build
Nazir Bilal Yavuz
-
2025/10/30
Re: [PATCH] Add Windows support for backtrace_functions (MSVC only)
Jakub Wartak
-
2025/10/30
Re: display hot standby state in psql prompt
Chao Li
-
2025/10/30
Re: Add mode column to pg_stat_progress_vacuum
Shinya Kato
-
2025/10/29
Re: Add wal_fpi_bytes_[un]compressed to pg_stat_wal
Michael Paquier
-
2025/10/29
Re: another autovacuum scheduling thread
wenhui qiu
-
2025/10/29
Re: POC: make mxidoff 64 bits
Maxim Orlov
-
2025/10/29
Re: Skipping schema changes in publication
Peter Smith
-
2025/10/29
Re: Question about InvalidatePossiblyObsoleteSlot()
Michael Paquier
-
2025/10/29
Re: tuple radix sort
Chao Li
-
2025/10/29
Re: tuple radix sort
David Rowley
-
2025/10/29
Re: Have the planner convert COUNT(1) / COUNT(not_null_col) to COUNT(*)
David Rowley
-
2025/10/29
Re: Question about InvalidatePossiblyObsoleteSlot()
Bertrand Drouvot
-
2025/10/29
Re: [PING] fallocate() causes btrfs to never compress postgresql files
Thomas Munro
-
2025/10/29
Re: tuple radix sort
Chao Li
-
2025/10/29
Re: display hot standby state in psql prompt
Fujii Masao
-
2025/10/29
Re: another autovacuum scheduling thread
David Rowley
-
2025/10/29
Re: Have the planner convert COUNT(1) / COUNT(not_null_col) to COUNT(*)
Corey Huinker
-
2025/10/29
Re: tuple radix sort
John Naylor
-
2025/10/29
Re: Report bytes and transactions actually sent downtream
shveta malik
-
2025/10/29
Re: Optimize LISTEN/NOTIFY
Chao Li
-
2025/10/29
Re: POC: enable logical decoding when wal_level = 'replica' without a server restart
Amit Kapila
-
2025/10/29
Re: [PATCH] Add Windows support for backtrace_functions (MSVC only)
Bryan Green
-
2025/10/29
Re: another autovacuum scheduling thread
wenhui qiu
-
2025/10/29
Re: abi-compliance-check failure due to recent changes to pg_{clear,restore}_{attribute,relation}_stats()
Tom Lane
-
2025/10/29
Re: Logical Replication of sequences
Peter Smith
-
2025/10/29
Re: Question about InvalidatePossiblyObsoleteSlot()
Michael Paquier
-
2025/10/29
Re: tuple radix sort
Chao Li
-
2025/10/29
Re: create table like including storage parameter
jian he
-
2025/10/29
Re: tuple radix sort
Chao Li
-
2025/10/29
Re: Fix bogus use of "long" in aset.c
David Rowley
-
2025/10/29
Re: apply_scanjoin_target_to_paths and partitionwise join
Arne Roland
-
2025/10/29
Re: abi-compliance-check failure due to recent changes to pg_{clear,restore}_{attribute,relation}_stats()
David E. Wheeler
-
2025/10/29
Re: Use BumpContext contexts for TupleHashTables' tablecxt
David Rowley
-
2025/10/29
Re: postgres_fdw: Use COPY to speed up batch inserts
Matheus Alcantara
-
2025/10/29
Re: Question about InvalidatePossiblyObsoleteSlot()
Michael Paquier
-
2025/10/29
Re: Fix bogus use of "long" in aset.c
Tom Lane
-
2025/10/29
Re: Use BumpContext contexts for TupleHashTables' tablecxt
Tom Lane
-
2025/10/29
Re: Fix bogus use of "long" in aset.c
David Rowley
-
2025/10/29
Re: Use BumpContext contexts for TupleHashTables' tablecxt
Jeff Davis
-
2025/10/29
Re: Fix bogus use of "long" in aset.c
Tom Lane
-
2025/10/29
Re: abi-compliance-check failure due to recent changes to pg_{clear,restore}_{attribute,relation}_stats()
Tom Lane
-
2025/10/29
Re: Fix bogus use of "long" in aset.c
Michael Paquier
-
2025/10/29
Re: Add mode column to pg_stat_progress_vacuum
Masahiko Sawada
-
2025/10/29
Re: contrib/sepgsql regression tests have been broken for months
Tom Lane
-
2025/10/29
Re: abi-compliance-check failure due to recent changes to pg_{clear,restore}_{attribute,relation}_stats()
David E. Wheeler
-
2025/10/29
Re: contrib/sepgsql regression tests have been broken for months
Tom Lane
-
2025/10/29
Fix bogus use of "long" in aset.c
David Rowley
-
2025/10/29
Re: Assertion failure in SnapBuildInitialSnapshot()
Masahiko Sawada
-
2025/10/29
Re: Use BumpContext contexts for TupleHashTables' tablecxt
David Rowley
-
2025/10/29
Re: Speed up COPY FROM text/CSV parsing using SIMD
Andrew Dunstan
-
2025/10/29
Re: contrib/sepgsql regression tests have been broken for months
Joe Conway
-
2025/10/29
Re: Bug in pg_stat_statements
Sami Imseih
-
2025/10/29
Re: [BUG] temporary file usage report with extended protocol and unnamed portals
Sami Imseih
-
2025/10/29
Re: abi-compliance-check failure due to recent changes to pg_{clear,restore}_{attribute,relation}_stats()
Tom Lane
-
2025/10/29
Re: downcase_identifier(): use method table from locale provider
Jeff Davis
-
2025/10/29
Re: abi-compliance-check failure due to recent changes to pg_{clear,restore}_{attribute,relation}_stats()
Bruce Momjian
-
2025/10/29
Re: Make COPY format extendable: Extract COPY TO format implementations
Masahiko Sawada
-
2025/10/29
Re: Why pg_dump overwrites dump file?
Bruce Momjian
-
2025/10/29
Re: C11: should we use char32_t for unicode code points?
Jeff Davis
-
2025/10/29
Re: Why pg_dump overwrites dump file?
Daniel Gustafsson
-
2025/10/29
Re: Use BumpContext contexts for TupleHashTables' tablecxt
Tom Lane
-
2025/10/29
Re: Resetting recovery target parameters in pg_createsubscriber
Robert Haas
-
2025/10/29
Re: POC: enable logical decoding when wal_level = 'replica' without a server restart
Masahiko Sawada
-
2025/10/29
Make PGOAUTHCAFILE in libpq-oauth work out of debug mode
Jonathan Gonzalez V.
-
2025/10/29
Re: apply_scanjoin_target_to_paths and partitionwise join
Robert Haas
-
2025/10/29
Re: C11: should we use char32_t for unicode code points?
Jeff Davis
-
2025/10/29
Re: Why pg_dump overwrites dump file?
Bruce Momjian
-
2025/10/29
Re: PG18 GIN parallel index build crash - invalid memory alloc request size
Tomas Vondra
-
2025/10/29
Re: Thoughts on a "global" client configuration?
Bruce Momjian
-
2025/10/29
Re: apply_scanjoin_target_to_paths and partitionwise join
Robert Haas
-
2025/10/29
Re: POC: enable logical decoding when wal_level = 'replica' without a server restart
Masahiko Sawada
-
2025/10/29
Re: POC: enable logical decoding when wal_level = 'replica' without a server restart
Masahiko Sawada
-
2025/10/29
Re: apply_scanjoin_target_to_paths and partitionwise join
Arne Roland
-
2025/10/29
Re: Question about InvalidatePossiblyObsoleteSlot()
Masahiko Sawada
-
2025/10/29
[PATCH] Implement dynamic predicate lock ratio limits
Arkady Skvorcov
-
2025/10/29
Re: Improve docs syntax checking and enable it in the meson build
Peter Eisentraut
-
2025/10/29
Re: LISTEN/NOTIFY bug: VACUUM sets frozenxid past a xid in async queue
Joel Jacobson
-
2025/10/29
Re: Consistently use the XLogRecPtrIsInvalid() macro
Peter Eisentraut
-
2025/10/29
Re: LISTEN/NOTIFY bug: VACUUM sets frozenxid past a xid in async queue
Tom Lane
-
2025/10/29
Re: apply_scanjoin_target_to_paths and partitionwise join
Robert Haas
-
2025/10/29
Re: Logical Replication of sequences
vignesh C
-
2025/10/29
Re: another autovacuum scheduling thread
Nathan Bossart
-
2025/10/29
Re: another autovacuum scheduling thread
Nathan Bossart
-
2025/10/29
Re: another autovacuum scheduling thread
Nathan Bossart
-
2025/10/29
Re: C11: should we use char32_t for unicode code points?
Peter Eisentraut
-
2025/10/29
Re: Remove specific \r\n code in TAP for Windows
Jacob Champion
-
2025/10/29
Re: C11: should we use char32_t for unicode code points?
Thomas Munro
-
2025/10/29
Re: another autovacuum scheduling thread
Sami Imseih
-
2025/10/29
Re: C11: should we use char32_t for unicode code points?
Jeff Davis
-
2025/10/29
Re: Report bytes and transactions actually sent downtream
Ashutosh Bapat
-
2025/10/29
Re: Include extension path on pg_available_extensions
Matheus Alcantara
-
2025/10/29
Re: Thoughts on a "global" client configuration?
Peter Eisentraut
-
2025/10/29
Re: [BUG] temporary file usage report with extended protocol and unnamed portals
Mircea Cadariu
-
2025/10/29
Re: LISTEN/NOTIFY bug: VACUUM sets frozenxid past a xid in async queue
Heikki Linnakangas
-
2025/10/29
Re: [PATCH] Add Windows support for backtrace_functions (MSVC only)
Euler Taveira
-
2025/10/29
Re: apply_scanjoin_target_to_paths and partitionwise join
Robert Haas
-
2025/10/29
Re: apply_scanjoin_target_to_paths and partitionwise join
Robert Haas
-
2025/10/29
Re: LISTEN/NOTIFY bug: VACUUM sets frozenxid past a xid in async queue
Joel Jacobson
-
2025/10/29
Re: Add uuid_to_base32hex() and base32hex_to_uuid() built-in functions
Andrey Borodin
-
2025/10/29
Re: POC: enable logical decoding when wal_level = 'replica' without a server restart
Amit Kapila
-
2025/10/29
Re: Add uuid_to_base32hex() and base32hex_to_uuid() built-in functions
Dagfinn Ilmari Mannsåker
-
2025/10/29
Re: Add uuid_to_base32hex() and base32hex_to_uuid() built-in functions
Aleksander Alekseev
-
2025/10/29
Re: Avoid overwiriting cache entry (src/backend/utils/cache/relcache.c)
Ranier Vilela
-
2025/10/29
Re: LISTEN/NOTIFY bug: VACUUM sets frozenxid past a xid in async queue
Heikki Linnakangas
-
2025/10/29
Re: Bug in pg_stat_statements
Álvaro Herrera
-
2025/10/29
Re: Extend injection_points_attach() to accept a user-defined function
Rahila Syed
-
2025/10/29
Re: Add uuid_to_base32hex() and base32hex_to_uuid() built-in functions
Aleksander Alekseev
-
2025/10/29
Re: tuple radix sort
John Naylor
-
2025/10/29
Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access)
Kirill Reshke
-
2025/10/29
Remove meaningless const qualifier from ginCompressPostingList()
Chao Li
-
2025/10/29
[PATCH] Implement dynamic predicate lock ratio limits
Arkady Skvorcov
-
2025/10/29
Re: Assertion failure in SnapBuildInitialSnapshot()
Pradeep Kumar
-
2025/10/29
Re: Add uuid_to_base32hex() and base32hex_to_uuid() built-in functions
Dagfinn Ilmari Mannsåker
-
2025/10/29
Re: Logical Replication of sequences
Dilip Kumar
-
2025/10/29
Re: apply_scanjoin_target_to_paths and partitionwise join
Arne Roland
-
2025/10/29
Re: Optimize LISTEN/NOTIFY
Joel Jacobson
-
2025/10/29
RE: Logical Replication of sequences
Zhijie Hou (Fujitsu)
-
2025/10/29
Re: Bump soft open file limit (RLIMIT_NOFILE) to hard limit on startup
Peter Eisentraut
-
2025/10/29
Re: libpq OpenSSL and multithreading
Peter Eisentraut
-
2025/10/29
Re: apply_scanjoin_target_to_paths and partitionwise join
Richard Guo
-
2025/10/29
Re: Should we say "wal_level = logical" instead of "wal_level >= logical"
Chao Li
-
2025/10/29
Re: Logical Replication of sequences
shveta malik
-
2025/10/29
Re: Reorganize GUC structs
Peter Eisentraut
-
2025/10/29
Re: Question about InvalidatePossiblyObsoleteSlot()
Bertrand Drouvot
-
2025/10/29
Re: [PATCH] Refactor bytea_sortsupport(), take two
John Naylor
-
2025/10/29
Re: tuple radix sort
Chao Li
-
2025/10/29
MSVC: Improve warning options set
Peter Eisentraut
-
2025/10/29
Re: Optimize LISTEN/NOTIFY
Chao Li
-
2025/10/29
Re: remove pg_restrict workaround
Peter Eisentraut