Mailing lists [pgsql-hackers]
- Re: another autovacuum scheduling thread Nathan Bossart
- Re: LLVMJIT: introduce force-inlined functions Matheus Alcantara
- Re: unclear OAuth error message Zsolt Parragi
- Re: pg_stat_io_histogram Jim Nasby
- Re: Custom oauth validator options Zsolt Parragi
- Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access) Melanie Plageman
- Re: Revisiting {CREATE INDEX, REINDEX} CONCURRENTLY improvements Mihail Nikalayeu
- [PATCH] refactor ExecCheckPermissionsModified for ACL_SELECT Steve Chavez
- Re: another autovacuum scheduling thread Jim Nasby
- Re: Add GoAway protocol message for graceful but fast server shutdown/switchover Jim Nasby
- Re: DOCS - System Applications 'datadir' parameter Peter Smith
- Re: Adding comments to help understand psql hidden queries Greg Sabino Mullane
- Re: [PATCH] Provide support for trailing commas Greg Sabino Mullane
- Re: Adding comments to help understand psql hidden queries Tom Lane
- Re: Non-compliant SASLprep implementation for ASCII characters Michael Paquier
- Re: Add pg_stat_vfdcache view for VFD cache statistics KAZAR Ayoub
- Re: Introduce XID age based replication slot invalidation Masahiko Sawada
- Re: Fix "could not find memoization table entry" David Rowley
- Re: [PATCH] Add max_logical_replication_slots GUC Masahiko Sawada
- Re: Speed up COPY TO text/CSV parsing using SIMD KAZAR Ayoub
- Re: another autovacuum scheduling thread David Rowley
- Re: Initial COPY of Logical Replication is too slow Bharath Rupireddy
- Re: Batching in executor Amit Langote
- Re: SQL Property Graph Queries (SQL/PGQ) Henson Choi
- Re: Fix "could not find memoization table entry" Tender Wang
- Re: [PATCH] no table rewrite when set column type to constrained domain jian he
- Re: Add uuid_to_base32hex() and base32hex_to_uuid() built-in functions Masahiko Sawada
- Re: [Proposal] Adding Log File Capability to pg_createsubscriber Gyan Sreejith
- BUG: test_ginpostinglist second itemptr check is a no-op due to copy-paste error Jianghua Yang
- Re: Proposal to allow setting cursor options on Portals Sami Imseih
- Re: BUG: test_ginpostinglist second itemptr check is a no-op due to copy-paste error John Naylor
- Re: Add uuid_to_base32hex() and base32hex_to_uuid() built-in functions Chao Li
- Re: [BUG] CRASH: ECPGprepared_statement() and ECPGdeallocate_all() when connection is NULL Mahendra Singh Thalor
- Re: Fix "could not find memoization table entry" David Rowley
- Re: [Patch] New pg_stat_tablespace view shihao zhong
- Re: [Proposal] Adding Log File Capability to pg_createsubscriber Chao Li
- Re: Fix "could not find memoization table entry" Tender Wang
- Re: pg_waldump: support decoding of WAL inside tarfile Michael Paquier
- Re: Adding locks statistics Michael Paquier
- Re: [Proposal] Adding Log File Capability to pg_createsubscriber Chao Li
- Re: Use SIGTERM instead of SIGUSR1 for slotsync worker to exit during promotion? Nisha Moond
- Re: synchronized_standby_slots behavior inconsistent with quorum-based synchronous replication Japin Li
- Re:rewriteGraphTable: Fix missing RTEs in FROM clause by setting inFromCl=true zengman
- Re: unclear OAuth error message Chao Li
- Re: pg_stat_replication.*_lag sometimes shows NULL during active replication Chao Li
- Re: bugfix - fix broken output in expanded aligned format, when data are too short Pavel Stehule
- Re: log_checkpoints: count WAL segment creations from all processes Zsolt Parragi
- Re: [BUG] CRASH: ECPGprepared_statement() and ECPGdeallocate_all() when connection is NULL Nishant Sharma
- Re: Use SIGTERM instead of SIGUSR1 for slotsync worker to exit during promotion? Fujii Masao
- Re: Stack-based tracking of per-node WAL/buffer usage Lukas Fittl
- Re: Reduce timing overhead of EXPLAIN ANALYZE using rdtsc? Lukas Fittl
- Track skipped tables during autovacuum and autoanalyze Yugo Nagata
- Re: [Patch] New pg_stat_tablespace view Zsolt Parragi
- Re: bugfix - fix broken output in expanded aligned format, when data are too short Chao Li
- Re: [PATCH] Fix unexpected loss of DEFERRABLE property after toggling NOT ENFORCED / ENFORCED Fujii Masao
- Re: implement CAST(expr AS type FORMAT 'template') Zsolt Parragi
- Re: bugfix - fix broken output in expanded aligned format, when data are too short Pavel Stehule
- Re: [Proposal] Adding Log File Capability to pg_createsubscriber Amit Kapila
- Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access) Kirill Reshke
- Re: Initial COPY of Logical Replication is too slow Ajin Cherian
- heapam_tuple_complete_speculative : remove unnecessary tuple fetch Chao Li
- Re: Initial COPY of Logical Replication is too slow Peter Smith
- Re: bugfix - fix broken output in expanded aligned format, when data are too short Chao Li
- Re: Adding locks statistics Michael Paquier
- Re: Reduce timing overhead of EXPLAIN ANALYZE using rdtsc? Lukas Fittl
- Re: Enable -Wstrict-prototypes and -Wold-style-definition by default Bertrand Drouvot
- Re: bugfix - fix broken output in expanded aligned format, when data are too short getiancheng
- Re: [Patch] New pg_stat_tablespace view songjinzhou
- Re: bugfix - fix broken output in expanded aligned format, when data are too short Pavel Stehule
- Re: tablecmds: fix bug where index rebuild loses replica identity on partitions Chao Li
- Re: RFC: pg_stat_logmsg Xuneng Zhou
- Re: Use-after-free issue in postgres_fdw Michael Paquier
- Re: log XLogPrefetch stats at end of recovery Lakshmi N
- Re: Adding REPACK [concurrently] Antonin Houska
- Re: log XLogPrefetch stats at end of recovery Jakub Wartak
- Re: [WiP] B-tree page merge during vacuum to reduce index bloat Wenbo Lin
- Re: Use SIGTERM instead of SIGUSR1 for slotsync worker to exit during promotion? Fujii Masao
- Re: Allow to collect statistics on virtual generated columns Dean Rasheed
- Re: Use SIGTERM instead of SIGUSR1 for slotsync worker to exit during promotion? Amit Kapila
- RE: [Proposal] Adding Log File Capability to pg_createsubscriber Hayato Kuroda (Fujitsu)
- Re: ORDER BY ALL Rushabh Lathia
- RE: [Proposal] Adding Log File Capability to pg_createsubscriber Hayato Kuroda (Fujitsu)
- Re: Proposal to allow setting cursor options on Portals Dave Cramer
- raise ERROR between EndPrepare and PostPrepare_Locks causes ROLLBACK 2pc PAINC Andy Fan
- RE: [Proposal] Adding Log File Capability to pg_createsubscriber Hayato Kuroda (Fujitsu)
- Re: Add a berief general comment on BTScanInsertData's nextkey and backward Yugo Nagata
- Re: BUG: test_ginpostinglist second itemptr check is a no-op due to copy-paste error John Naylor
- Re: TupleDescAttr bounds checks Robert Haas
- Re: Initial COPY of Logical Replication is too slow Amit Kapila
- Re: SQL Property Graph Queries (SQL/PGQ) Hannu Krosing
- Re: Teach isolation tester about injection points in background workers Srinath Reddy Sadipiralla
- Re: Allow to collect statistics on virtual generated columns Yugo Nagata
- Re: Reduce timing overhead of EXPLAIN ANALYZE using rdtsc? John Naylor
- Re: SQL Property Graph Queries (SQL/PGQ) Ashutosh Bapat
- Re: log_checkpoints: count WAL segment creations from all processes Xuneng Zhou
- Adjust error message for CREATE STATISTICS to account for expressions Yugo Nagata
- Re: Allow to collect statistics on virtual generated columns Dean Rasheed
- Re: Eliminating SPI / SQL from some RI triggers - take 3 Amit Langote
- Re: log XLogPrefetch stats at end of recovery Lakshmi N
- Re: Adding REPACK [concurrently] Jim Jones
- Re: [Proposal] Adding Log File Capability to pg_createsubscriber Amit Kapila
- Re: heapam_tuple_complete_speculative : remove unnecessary tuple fetch Japin Li
- Re: Custom oauth validator options Daniel Gustafsson
- BUG: test_bloomfilter error message reports wrong variable and wrong format specifier Jianghua Yang
- Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions Peter Eisentraut
- Re: Propagate XLogFindNextRecord error to callers Fujii Masao
- Re: Eliminating SPI / SQL from some RI triggers - take 3 Amit Langote
- Re: Allow to collect statistics on virtual generated columns Yugo Nagata
- Re: log_checkpoints: count WAL segment creations from all processes Japin Li
- Re: Add pg_stat_vfdcache view for VFD cache statistics David Geier
- Re: SQL Property Graph Queries (SQL/PGQ) Junwang Zhao
- Re: Skipping schema changes in publication Dilip Kumar
- Re: Add GoAway protocol message for graceful but fast server shutdown/switchover Jelte Fennema-Nio
- Re: Compress prune/freeze records with Delta Frame of Reference algorithm Evgeny Voropaev
- Re: Reduce timing overhead of EXPLAIN ANALYZE using rdtsc? Lukas Fittl
- Re: Add GoAway protocol message for graceful but fast server shutdown/switchover Jelte Fennema-Nio
- Re: Change default of jit to off Jelte Fennema-Nio
- Re: BUG: test_bloomfilter error message reports wrong variable and wrong format specifier Nathan Bossart
- Re: Track skipped tables during autovacuum and autoanalyze Sami Imseih
- Re: SQL Property Graph Queries (SQL/PGQ) Henson Choi
- Re: Add uuid_to_base32hex() and base32hex_to_uuid() built-in functions Aleksander Alekseev
- Re: Better shared data structure management and resizable shared data structures Ashutosh Bapat
- VACUUM FULL, CLUSTER, and REPACK block on other sessions' temp tables Jim Jones
- Re: pg_get__*_ddl consolidation Euler Taveira
- [PATCH] Fix wrong argument to SOFT_ERROR_OCCURRED in timestamptz_date Jianghua Yang
- Re: guc: make dereference style consistent in check_backtrace_functions Álvaro Herrera
- Re: Improve docs syntax checking and enable it in the meson build Álvaro Herrera
- Re: Adding locks statistics Álvaro Herrera
- Skip prefetch for block references that follow a FPW or WILL_INIT of the same block SATYANARAYANA NARLAPURAM
- Re: Compress prune/freeze records with Delta Frame of Reference algorithm Evgeny Voropaev
- Re: index prefetching Andres Freund
- Re: Track skipped tables during autovacuum and autoanalyze Yugo Nagata
- Re: SQL Property Graph Queries (SQL/PGQ) Hannu Krosing
- Re: libpq: Process buffered SSL read bytes to support records >8kB on async API Mark Dilger
- Re: Use SIGTERM instead of SIGUSR1 for slotsync worker to exit during promotion? Nisha Moond
- Re: another autovacuum scheduling thread Nathan Bossart
- Re: Fix bug with accessing to temporary tables of other sessions Daniil Davydov
- Re: Add uuid_to_base32hex() and base32hex_to_uuid() built-in functions Masahiko Sawada
- Re: index prefetching Andres Freund
- Re: [Patch] New pg_stat_tablespace view shihao zhong
- Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access) Andres Freund
- Re: Expanding HOT updates for expression and partial indexes Greg Burd
- Re: COMMENTS are not being copied in CREATE TABLE LIKE Carlos Alves
- Re: Initial COPY of Logical Replication is too slow Masahiko Sawada
- Re: Initial COPY of Logical Replication is too slow Masahiko Sawada
- Re: Initial COPY of Logical Replication is too slow Masahiko Sawada
- Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions Corey Huinker
- Re: Initial COPY of Logical Replication is too slow Masahiko Sawada
- Re: Fix bug with accessing to temporary tables of other sessions Tom Lane
- Re: pg_buffercache: Add per-relation summary stats Masahiko Sawada
- Re: Expanding HOT updates for expression and partial indexes Nathan Bossart
- Re: Adding locks statistics Andres Freund
- [PATCH] Auto vacuum should still run when clock is set back Cliff Clark
- Re: pg_plan_advice Robert Haas
- Re: [PATCH] Fix wrong argument to SOFT_ERROR_OCCURRED in timestamptz_date Nathan Bossart
- Re: Proposal to allow setting cursor options on Portals Sami Imseih