Архив рассылок [pgsql-hackers]
- Re: Patch: dumping tables data in multiple chunks in pg_dump Hannu Krosing
- Re: pgsql: Teach DSM registry to ERROR if attaching to an uninitialized ent Robert Haas
- Re: Buffer locking is special (hints, checksums, AIO writes) Melanie Plageman
- Re: Add notification on BEGIN ATOMIC SQL functions using temp relations Tom Lane
- Patch: VACUUM should ignore (CREATE |RE)INDEX CONCURRENTLY for xmin horizon calculations Hannu Krosing
- Re: proposal: schema variables Pavel Stehule
- Re: pgsql: Teach DSM registry to ERROR if attaching to an uninitialized ent Nathan Bossart
- Re: [PATCH] Add memory usage reporting to VACUUM VERBOSE Masahiko Sawada
- Re: index prefetching Peter Geoghegan
- Re: Skipping schema changes in publication Peter Smith
- Re: [PATCH] Add error hints for invalid COPY options Nathan Bossart
- Re: [PATCH] Avoid pallocs in async.c's SignalBackends critical section Joel Jacobson
- Re: Speed up COPY FROM text/CSV parsing using SIMD Nathan Bossart
- Re: warning on the current head Michael Paquier
- Re: Patch: VACUUM should ignore (CREATE |RE)INDEX CONCURRENTLY for xmin horizon calculations Peter Geoghegan
- Re: Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY Michael Paquier
- Re: Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY Mihail Nikalayeu
- Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access) Andres Freund
- Re: Add mode column to pg_stat_progress_vacuum Masahiko Sawada
- Re: Remove useless casting to the same type Jacob Champion
- Re: [PATCH] Fix ARM64/MSVC atomic memory ordering issues on Win11 by adding explicit DMB barriers Andres Freund
- Re: Serverside SNI support in libpq Chao Li
- Re: psql: tab-completion support for COPY ... TO/FROM STDIN, STDOUT, and PROGRAM Masahiko Sawada
- Re: backend/nodes cleanup: Move loop variables definitions into for statement Chao Li
- Re: Remaining dependency on setlocale() Jeff Davis
- Re: Buffer locking is special (hints, checksums, AIO writes) Thomas Munro
- Re: Buffer locking is special (hints, checksums, AIO writes) Andres Freund
- Re: [Proposal] Adding callback support for custom statistics kinds Sami Imseih
- Re: Partial hash index is not used for implied qual. David Rowley
- Re: [PATCH] Write Notifications Through WAL Rishu Bagga
- Re: Partial hash index is not used for implied qual. Tom Lane
- Re: Remaining dependency on setlocale() Chao Li
- Re: generic plans and "initial" pruning Amit Langote
- Re: Partial hash index is not used for implied qual. Tom Lane
- Re: [Proposal] Adding callback support for custom statistics kinds Michael Paquier
- Re: Add mode column to pg_stat_progress_vacuum Shinya Kato
- Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions jian he
- Fixes bug in strlower_libc_sb() Chao Li
- [PATCH] Add mssql_compat extension with DATEDIFF function Myles Lewis
- Re: Proposal: Conflict log history table for Logical Replication Peter Smith
- Re: backend/nodes cleanup: Move loop variables definitions into for statement Chao Li
- Re: proposal: schema variables Pavel Stehule
- Re: Patch: dumping tables data in multiple chunks in pg_dump Dilip Kumar
- Re: [Proposal] Adding TRIM_SPACE option to COPY daidewei1970@163.com
- Re: [Proposal] Adding TRIM_SPACE option to COPY Fujii Masao
- [PATCH] Add native PIVOT syntax for SQL Server/Oracle compatibility Myles Lewis
- Re: [Proposal] Adding TRIM_SPACE option to COPY Tom Lane
- Re: Remove useless casting to the same type Bertrand Drouvot
- Re: more C99 cleanup Peter Eisentraut
- Re: Remove useless casting to the same type Bertrand Drouvot
- Re: more C99 cleanup Peter Eisentraut
- Re: Fixes bug in strlower_libc_sb() Chao Li
- Re: headerscheck ccache support Peter Eisentraut
- Re: more C99 cleanup Tom Lane
- Re: Add 64-bit XIDs into PostgreSQL 15 Maxim Orlov
- Re: Row pattern recognition Chao Li
- Re: pg_waldump: support decoding of WAL inside tarfile Amul Sul
- Re: Resetting recovery target parameters in pg_createsubscriber Alena Vinter
- Re: Add 64-bit XIDs into PostgreSQL 15 wenhui qiu
- Re: Enhancing Memory Context Statistics Reporting Rahila Syed
- Re: Extended Statistics set/restore/clear functions. Michael Paquier
- Re: How can end users know the cause of LR slot sync delays? Amit Kapila
- Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar
- Re: generic plans and "initial" pruning Amit Langote
- RE: How can end users know the cause of LR slot sync delays? Zhijie Hou (Fujitsu)
- Re: ON CONFLICT DO SELECT (take 3) jian he
- Re: pg_waldump: support decoding of WAL inside tarfile Chao Li
- Re: Extended Statistics set/restore/clear functions. Chao Li
- Re: [PATCH] psql: tab completion for ALTER ROLE ... IN DATABASE ... BharatDB
- Re: [PATCH] psql: tab completion for ALTER ROLE ... IN DATABASE ... Neil Chen
- Re: Remove useless casting to the same type David Geier
- Re: IPC/MultixactCreation on the Standby server Heikki Linnakangas
- Re: ON CONFLICT DO SELECT (take 3) Dean Rasheed
- Re: Extended Statistics set/restore/clear functions. Michael Paquier
- Re: POC: make mxidoff 64 bits Heikki Linnakangas
- Re: [PATCH] Avoid pallocs in async.c's SignalBackends critical section Joel Jacobson
- RE: How can end users know the cause of LR slot sync delays? Hayato Kuroda (Fujitsu)
- Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar
- Re: CREATE/ALTER PUBLICATION improvements for syntax synopsis Fujii Masao
- Some optimizations for COALESCE expressions during constant folding Richard Guo
- Re: ON CONFLICT DO SELECT (take 3) Dean Rasheed
- Re: Checkpointer write combining Soumya S Murali
- Re: Allow GUC settings in CREATE SUBSCRIPTION CONNECTION to take effect Fujii Masao
- Re: Allow GUC settings in CREATE SUBSCRIPTION CONNECTION to take effect Fujii Masao
- Re: CREATE/ALTER PUBLICATION improvements for syntax synopsis Chao Li
- RE: How can end users know the cause of LR slot sync delays? Zhijie Hou (Fujitsu)
- Re: Partial hash index is not used for implied qual. Sergei Glukhov
- Re: Implement waiting for wal lsn replay: reloaded Xuneng Zhou
- RE: Assertion failure in SnapBuildInitialSnapshot() Zhijie Hou (Fujitsu)
- Re: Some optimizations for COALESCE expressions during constant folding Tender Wang
- Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions jian he
- Re: Partial hash index is not used for implied qual. David Rowley
- Re: RFC: Logging plan of the running query torikoshia