Mailing lists [pgsql-hackers]
- Re: another autovacuum scheduling thread Nathan Bossart
- Re: another autovacuum scheduling thread Nathan Bossart
- Re: [PATCH] Fix ICU strength not being honored in collation rules Daniel Verite
- Re: Optimize LISTEN/NOTIFY Joel Jacobson
- Re: contrib/sepgsql regression tests have been broken for months Joe Conway
- Re: contrib/sepgsql regression tests have been broken for months Joe Conway
- Re: C11: should we use char32_t for unicode code points? Jeff Davis
- Re: Add uuid_to_base32hex() and base32hex_to_uuid() built-in functions Sergey Prokhorenko
- Re: contrib/sepgsql regression tests have been broken for months Jacob Champion
- Re: another autovacuum scheduling thread Sami Imseih
- Re: contrib/sepgsql regression tests have been broken for months Joe Conway
- Re: Add uuid_to_base32hex() and base32hex_to_uuid() built-in functions Jelte Fennema-Nio
- Re: [PATCH] Fix ICU strength not being honored in collation rules Luis Felippe
- Re: Add uuid_to_base32hex() and base32hex_to_uuid() built-in functions Jelte Fennema-Nio
- Re: PG18 GIN parallel index build crash - invalid memory alloc request size Tomas Vondra
- Re: Remaining dependency on setlocale() Jeff Davis
- Re: Channel binding for post-quantum cryptography Michael Paquier
- Re: C11: should we use char32_t for unicode code points? Thomas Munro
- Re: Remove specific _\n code in TAP for Windows Michael Paquier
- Re: display hot standby state in psql prompt Jim Jones
- Re: Bug in pg_stat_statements Michael Paquier
- [PATCH] Add pg_get_tablespace_ddl() function to reconstruct CREATE TABLESPACE statement Manni Wood
- Re: [PATCH] Add pg_get_trigger_ddl() to retrieve the CREATE TRIGGER statement Jim Jones
- Re: Batching in executor Amit Langote
- Re: Logical Replication of sequences Peter Smith
- Re: Proposal for enabling auto-vectorization for checksum calculations John Naylor
- Re: another autovacuum scheduling thread wenhui qiu
- Re: postgres_fdw: Use COPY to speed up batch inserts jian he
- Fix incorrect const qualification for tbm_add_tuples() and itemptr_to_uint64() Chao Li
- Remove meaningless const qualifier from ginCompressPostingList() Chao Li
- Re: Report bytes and transactions actually sent downtream shveta malik
- Re: Logical Replication of sequences Peter Smith
- Re: Channel binding for post-quantum cryptography Nico Williams
- Re: Channel binding for post-quantum cryptography Nico Williams
- tuple radix sort John Naylor
- Re: Batching in executor Amit Langote
- Re: Question about InvalidatePossiblyObsoleteSlot() Michael Paquier
- Re: remove pg_restrict workaround Peter Eisentraut
- Re: Optimize LISTEN/NOTIFY Chao Li
- MSVC: Improve warning options set Peter Eisentraut
- Re: tuple radix sort Chao Li
- Re: [PATCH] Refactor bytea_sortsupport(), take two John Naylor
- Re: Question about InvalidatePossiblyObsoleteSlot() Bertrand Drouvot
- Re: Reorganize GUC structs Peter Eisentraut
- Re: Logical Replication of sequences shveta malik
- Re: Should we say "wal_level = logical" instead of "wal_level >= logical" Chao Li
- Re: apply_scanjoin_target_to_paths and partitionwise join Richard Guo
- Re: libpq OpenSSL and multithreading Peter Eisentraut
- Re: Bump soft open file limit (RLIMIT_NOFILE) to hard limit on startup Peter Eisentraut
- RE: Logical Replication of sequences Zhijie Hou (Fujitsu)
- Re: Optimize LISTEN/NOTIFY Joel Jacobson
- Re: apply_scanjoin_target_to_paths and partitionwise join Arne Roland
- Re: Logical Replication of sequences Dilip Kumar
- Re: Add uuid_to_base32hex() and base32hex_to_uuid() built-in functions Dagfinn Ilmari Mannsåker
- Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access) Kirill Reshke
- Re: tuple radix sort John Naylor
- Re: Add uuid_to_base32hex() and base32hex_to_uuid() built-in functions Aleksander Alekseev
- Re: Extend injection_points_attach() to accept a user-defined function Rahila Syed
- Re: Bug in pg_stat_statements Álvaro Herrera
- Re: LISTEN/NOTIFY bug: VACUUM sets frozenxid past a xid in async queue Heikki Linnakangas
- Re: Avoid overwiriting cache entry (src/backend/utils/cache/relcache.c) Ranier Vilela
- Re: Add uuid_to_base32hex() and base32hex_to_uuid() built-in functions Aleksander Alekseev
- Re: Add uuid_to_base32hex() and base32hex_to_uuid() built-in functions Dagfinn Ilmari Mannsåker
- Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Amit Kapila
- Re: Optimize SnapBuildPurgeOlderTxn: use in-place compaction instead of temporary array Xuneng Zhou
- Re: Add uuid_to_base32hex() and base32hex_to_uuid() built-in functions Andrey Borodin
- Re: LISTEN/NOTIFY bug: VACUUM sets frozenxid past a xid in async queue Joel Jacobson
- Re: apply_scanjoin_target_to_paths and partitionwise join Robert Haas
- Re: apply_scanjoin_target_to_paths and partitionwise join Robert Haas
- Re: [PATCH] Add Windows support for backtrace_functions (MSVC only) Euler Taveira
- Re: LISTEN/NOTIFY bug: VACUUM sets frozenxid past a xid in async queue Heikki Linnakangas
- Re: [BUG] temporary file usage report with extended protocol and unnamed portals Mircea Cadariu
- Re: Thoughts on a "global" client configuration? Peter Eisentraut
- Re: Include extension path on pg_available_extensions Matheus Alcantara
- Re: Report bytes and transactions actually sent downtream Ashutosh Bapat
- Re: C11: should we use char32_t for unicode code points? Jeff Davis
- Re: another autovacuum scheduling thread Sami Imseih
- Re: C11: should we use char32_t for unicode code points? Thomas Munro
- Re: Remove specific _\n code in TAP for Windows Jacob Champion
- Re: C11: should we use char32_t for unicode code points? Peter Eisentraut
- Re: another autovacuum scheduling thread Nathan Bossart
- Re: another autovacuum scheduling thread Nathan Bossart
- Re: another autovacuum scheduling thread Nathan Bossart
- Re: Logical Replication of sequences vignesh C
- Re: Logical Replication of sequences vignesh C
- [PATCH] Implement dynamic predicate lock ratio limits Arkady Skvorcov
- Re: apply_scanjoin_target_to_paths and partitionwise join Robert Haas
- Re: LISTEN/NOTIFY bug: VACUUM sets frozenxid past a xid in async queue Tom Lane
- Re: Consistently use the XLogRecPtrIsInvalid() macro Peter Eisentraut
- Re: LISTEN/NOTIFY bug: VACUUM sets frozenxid past a xid in async queue Joel Jacobson
- Re: Improve docs syntax checking and enable it in the meson build Peter Eisentraut
- Re: Question about InvalidatePossiblyObsoleteSlot() Masahiko Sawada
- Re: apply_scanjoin_target_to_paths and partitionwise join Arne Roland
- Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Masahiko Sawada
- Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Masahiko Sawada
- Re: apply_scanjoin_target_to_paths and partitionwise join Robert Haas
- Re: Thoughts on a "global" client configuration? Bruce Momjian
- Re: PG18 GIN parallel index build crash - invalid memory alloc request size Tomas Vondra
- Re: Why pg_dump overwrites dump file? Bruce Momjian
- Re: C11: should we use char32_t for unicode code points? Jeff Davis
- Re: apply_scanjoin_target_to_paths and partitionwise join Robert Haas
- Make PGOAUTHCAFILE in libpq-oauth work out of debug mode Jonathan Gonzalez V.
- Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Masahiko Sawada
- Re: Resetting recovery target parameters in pg_createsubscriber Robert Haas
- Re: Use BumpContext contexts for TupleHashTables' tablecxt Tom Lane
- Re: Why pg_dump overwrites dump file? Daniel Gustafsson
- Re: C11: should we use char32_t for unicode code points? Jeff Davis
- Re: Why pg_dump overwrites dump file? Bruce Momjian
- Re: Make COPY format extendable: Extract COPY TO format implementations Masahiko Sawada