Архив рассылок [pgsql-hackers]
- Re: CREATE/ALTER PUBLICATION improvements for syntax synopsis Peter Smith
- Re: 10% drop in code line count in PG 17 Daniel Gustafsson
- Re: another autovacuum scheduling thread Robert Haas
- Re: 10% drop in code line count in PG 17 David Rowley
- Re: 10% drop in code line count in PG 17 Bruce Momjian
- Re: Clarification on when _PG_init() is invoked for extensions Hannu Krosing
- Re: vacuumdb: add --dry-run Nathan Bossart
- Re: RFC 9266: Channel Bindings for TLS 1.3 support Heikki Linnakangas
- Re: RFC 9266: Channel Bindings for TLS 1.3 support Jacob Champion
- Re: Clarification on when _PG_init() is invoked for extensions Tom Lane
- Re: RFC 9266: Channel Bindings for TLS 1.3 support Jacob Champion
- Re: [PATCH] Fix ARM64/MSVC atomic memory ordering issues on Win11 by adding explicit DMB barriers Peter Eisentraut
- Re: [PATCH] Fix ARM64/MSVC atomic memory ordering issues on Win11 by adding explicit DMB barriers Greg Burd
- Re: [PATCH] Add memory usage reporting to VACUUM VERBOSE Masahiko Sawada
- Re: vacuumdb: add --dry-run Corey Huinker
- Re: Checkpointer write combining Melanie Plageman
- Re: another autovacuum scheduling thread David Rowley
- Re: vacuumdb: add --dry-run Nathan Bossart
- Re: Eagerly evict bulkwrite strategy ring Melanie Plageman
- Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access) Melanie Plageman
- Re: [PATCH] Fix ARM64/MSVC atomic memory ordering issues on Win11 by adding explicit DMB barriers Nathan Bossart
- Re: 10% drop in code line count in PG 17 David Rowley
- Re: Extended Statistics set/restore/clear functions. Corey Huinker
- Re: pgsql: Teach DSM registry to ERROR if attaching to an uninitialized ent Nathan Bossart
- Re: Add support for COPY TO in tablesync for partitioned tables. Masahiko Sawada
- Re: [PATCH] Write Notifications Through WAL Masahiko Sawada
- [PATCH] Remove ctid from self-join examples in UPDATE and DELETE docs Bernice Southey
- Re: [PATCH] Fix ARM64/MSVC atomic memory ordering issues on Win11 by adding explicit DMB barriers Andres Freund
- Re: [PATCH] Fix ARM64/MSVC atomic memory ordering issues on Win11 by adding explicit DMB barriers Andres Freund
- Re: [PATCH] Fix ARM64/MSVC atomic memory ordering issues on Win11 by adding explicit DMB barriers Thomas Munro
- Re: ON CONFLICT DO SELECT (take 3) Andreas Karlsson
- Re: pg_utility ? Andreas Karlsson
- Re: Changing the state of data checksums in a running cluster Andreas Karlsson
- Re: 10% drop in code line count in PG 17 Bruce Momjian
- Re: GNU/Hurd portability patches Samuel Thibault
- Re: Remaining dependency on setlocale() Jeff Davis
- Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access) Chao Li
- Re: Proposal: Conflict log history table for Logical Replication Peter Smith
- Re: Parallel Apply wenhui qiu
- [PATCH] psql: tab completion for ALTER ROLE ... IN DATABASE ... Ian Lawrence Barwick
- Re: How can end users know the cause of LR slot sync delays? shveta malik
- Re: Extended Statistics set/restore/clear functions. Chao Li
- Re: Improve pg_sync_replication_slots() to wait for primary to advance Ajin Cherian
- RE: Assertion failure in SnapBuildInitialSnapshot() Zhijie Hou (Fujitsu)
- Re: Clarification on when _PG_init() is invoked for extensions Rahila Syed
- Re: How can end users know the cause of LR slot sync delays? Amit Kapila
- Re: Row pattern recognition Chao Li
- Re: How can end users know the cause of LR slot sync delays? shveta malik
- Re: Extended Statistics set/restore/clear functions. Yuefei Shi
- Re: quoteOneName() inconsistency with quote_all_identifiers — replacement API proposed Chao Li
- Re: Row pattern recognition Tatsuo Ishii
- Re: How can end users know the cause of LR slot sync delays? Amit Kapila
- RE: Newly created replication slot may be invalidated by checkpoint Zhijie Hou (Fujitsu)
- Re: CREATE/ALTER PUBLICATION improvements for syntax synopsis Chao Li
- Re: Add MERGE and VALUES statements to tab completion for PREPARE Fujii Masao
- Re: Skipping schema changes in publication Peter Smith
- RE: Parallel Apply Zhijie Hou (Fujitsu)
- Re: Extended Statistics set/restore/clear functions. jian he
- Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions Corey Huinker
- Re: [PATCH] psql: tab completion for ALTER ROLE ... IN DATABASE ... Neil Chen
- Re: Allow GUC settings in CREATE SUBSCRIPTION CONNECTION to take effect Fujii Masao
- Re: Historic snapshot doesn't track txns committed inBUILDING_SNAPSHOT state cca5507
- Re: RFC 9266: Channel Bindings for TLS 1.3 support * Neustradamus *
- Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions jian he
- Re: RFC 9266: Channel Bindings for TLS 1.3 support Heikki Linnakangas
- Re: RFC 9266: Channel Bindings for TLS 1.3 support * Neustradamus *
- Re: Improve pg_sync_replication_slots() to wait for primary to advance shveta malik
- Re: Allow GUC settings in CREATE SUBSCRIPTION CONNECTION to take effect Chao Li
- Re: [PATCH] Fix ARM64/MSVC atomic memory ordering issues on Win11 by adding explicit DMB barriers Dave Cramer
- Re: quoteOneName() inconsistency with quote_all_identifiers — replacement API proposed Chao Li
- Re: How can end users know the cause of LR slot sync delays? Shlok Kyal
- Re: How can end users know the cause of LR slot sync delays? Shlok Kyal
- Re: How can end users know the cause of LR slot sync delays? Shlok Kyal
- headerscheck ccache support Peter Eisentraut
- change default default_toast_compression to lz4? Peter Eisentraut
- Re: change default default_toast_compression to lz4? Aleksander Alekseev
- Remove unused fields from BufferCacheNumaRec Bertrand Drouvot
- Re: 10% drop in code line count in PG 17 Aleksander Alekseev
- Re: pg_waldump: support decoding of WAL inside tarfile Amul Sul
- Segmentation fault on proc exit after dshash_find_or_insert Rahila Syed
- Re: Add os_page_num to pg_buffercache Bertrand Drouvot
- Re: 10% drop in code line count in PG 17 Peter Eisentraut
- Re: headerscheck ccache support Álvaro Herrera
- Re: POC: make mxidoff 64 bits Ashutosh Bapat
- Re: pg_waldump: support decoding of WAL inside tarfile Amul Sul
- Re: Changing the state of data checksums in a running cluster Tomas Vondra
- Re: change default default_toast_compression to lz4? Daniel Gustafsson
- Re: How can end users know the cause of LR slot sync delays? Shlok Kyal
- Re: [PATCH] psql: tab completion for ALTER ROLE ... IN DATABASE ... Dagfinn Ilmari Mannsåker
- Re: Use strtoi64() in pgbench, replacing its open-coded implementation Heikki Linnakangas
- Re: Update timezone to C99 Peter Eisentraut
- Re: Use strtoi64() in pgbench, replacing its open-coded implementation Álvaro Herrera
- Re: Idea to enhance pgbench by more modes to generate data (multi-TXNs, UNNEST, COPY BINARY) Boris Mironov
- more C99 cleanup Peter Eisentraut
- Re: POC: make mxidoff 64 bits Heikki Linnakangas
- Re: more C99 cleanup Thomas Munro
- Re: log_min_messages per backend type Euler Taveira
- Re: System views for versions reporting Dmitry Dolgov
- Re: Speed up COPY FROM text/CSV parsing using SIMD Andrew Dunstan
- Re: Expanding HOT updates for expression and partial indexes Matthias van de Meent
- Re: more C99 cleanup Tom Lane
- Re: headerscheck ccache support Andres Freund
- Re: headerscheck ccache support Andres Freund
- Re: Remove useless casts to (void *) Peter Eisentraut
- Re: change default default_toast_compression to lz4? Andres Freund
- Re: more C99 cleanup Tom Lane
- Re: Allow GUC settings in CREATE SUBSCRIPTION CONNECTION to take effect Fujii Masao
- Re: change default default_toast_compression to lz4? Tom Lane
- Re: RFC 9266: Channel Bindings for TLS 1.3 support Jacob Champion
- Re: [PATCH] Add memory usage reporting to VACUUM VERBOSE 河田達也
- Re: RFC 9266: Channel Bindings for TLS 1.3 support Jacob Champion
- Optimize cardinality estimation when unique keys are fully covered feichanghong
- Re: Optimize cardinality estimation when unique keys are fully covered feichanghong
- Re: System views for versions reporting Laurenz Albe
- Re: RFC 9266: Channel Bindings for TLS 1.3 support Daniel Gustafsson
- Re: RFC 9266: Channel Bindings for TLS 1.3 support Nico Williams
- Re: RFC 9266: Channel Bindings for TLS 1.3 support Nico Williams
- Re: RFC 9266: Channel Bindings for TLS 1.3 support Nico Williams
- Re: RFC 9266: Channel Bindings for TLS 1.3 support Nico Williams
- Re: RFC 9266: Channel Bindings for TLS 1.3 support Nico Williams
- Re: Buffer locking is special (hints, checksums, AIO writes) Melanie Plageman
- Re: RFC 9266: Channel Bindings for TLS 1.3 support Jacob Champion
- Re: Import Statistics in postgres_fdw before resorting to sampling. Etsuro Fujita
- Re: Adding basic NUMA awareness Tomas Vondra
- Re: Optimize cardinality estimation when unique keys are fully covered Tom Lane
- [PATCH] Reorganize pqcomm.h a bit Jacob Champion
- Re: RFC 9266: Channel Bindings for TLS 1.3 support Nico Williams
- Re: [PATCH] Fix ARM64/MSVC atomic memory ordering issues on Win11 by adding explicit DMB barriers Greg Burd
- Re: [PATCH] Fix ARM64/MSVC atomic memory ordering issues on Win11 by adding explicit DMB barriers Greg Burd
- Re: [PATCH] Fix ARM64/MSVC atomic memory ordering issues on Win11 by adding explicit DMB barriers Greg Burd
- Re: RFC 9266: Channel Bindings for TLS 1.3 support Jacob Champion
- Re: Optimize cardinality estimation when unique keys are fully covered Nico Williams
- Re: [PATCH] Fix ARM64/MSVC atomic memory ordering issues on Win11 by adding explicit DMB barriers Greg Burd
- Re: Changing the state of data checksums in a running cluster Bruce Momjian
- Re: RFC 9266: Channel Bindings for TLS 1.3 support Nico Williams
- Re: should we have a fast-path planning for OLTP starjoins? Tom Lane
- Re: Changing the state of data checksums in a running cluster Andres Freund
- Re: should we have a fast-path planning for OLTP starjoins? Bruce Momjian