Mailing lists [pgsql-hackers]
- Re: Use CASEFOLD() internally rather than LOWER() Jeff Davis
- Re: another autovacuum scheduling thread Bharath Rupireddy
- LockHasWaiters() crashes on fast-path locks SATYANARAYANA NARLAPURAM
- Re: another autovacuum scheduling thread Nathan Bossart
- Re: another autovacuum scheduling thread Bharath Rupireddy
- Re: SQL-level pg_datum_image_equal Matthias van de Meent
- Make pg_prewarm, autoprewarm yield for waiting DDL SATYANARAYANA NARLAPURAM
- Re: Buffer locking is special (hints, checksums, AIO writes) Melanie Plageman
- Re: SQL-level pg_datum_image_equal David Rowley
- Re: dshash_find_or_insert vs. OOM Sami Imseih
- Re: meson vs. llvm bitcode files Zsolt Parragi
- Re: Don't synchronously wait for already-in-progress IO in read stream Andres Freund
- Re: another autovacuum scheduling thread David Rowley
- Re: LockHasWaiters() crashes on fast-path locks Bharath Rupireddy
- Re: Test timings are increasing too fast for cfbot David Rowley
- Re: Change default of jit to off Tomas Vondra
- Re: another autovacuum scheduling thread Nathan Bossart
- Re: SLOPE - Planner optimizations on monotonic expressions. Alexandre Felipe
- Re: LockHasWaiters() crashes on fast-path locks SATYANARAYANA NARLAPURAM
- Re: Buffer locking is special (hints, checksums, AIO writes) Andres Freund
- Re: SQL-level pg_datum_image_equal Matthias van de Meent
- Re: POC: Parallel processing of indexes in autovacuum Masahiko Sawada
- Re: VACUUM FULL, CLUSTER, and REPACK block on other sessions' temp tables Jim Jones
- Re: Adding locks statistics Michael Paquier
- Re: Remove unused at_sharedrel from autovac_table Michael Paquier
- Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access) Melanie Plageman
- Re: Track skipped tables during autovacuum and autoanalyze Michael Paquier
- Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access) Tomas Vondra
- Re: SLOPE - Planner optimizations on monotonic expressions. Alexandre Felipe
- Re: Add uuid_to_base32hex() and base32hex_to_uuid() built-in functions Tom Lane
- Re: pg_plan_advice Lukas Fittl
- Re: Use CASEFOLD() internally rather than LOWER() Mark Dilger
- Re: Add uuid_to_base32hex() and base32hex_to_uuid() built-in functions Tomas Vondra
- Re: another autovacuum scheduling thread David Rowley
- Re: EXPLAIN: showing ReadStream / prefetch stats Tomas Vondra
- Re: Add uuid_to_base32hex() and base32hex_to_uuid() built-in functions Tom Lane
- Re: Stack-based tracking of per-node WAL/buffer usage Lukas Fittl
- Re: pg_publication_tables: return NULL attnames when no column list is specified Roberto Mello
- Re: Add uuid_to_base32hex() and base32hex_to_uuid() built-in functions Masahiko Sawada
- Re: Reduce timing overhead of EXPLAIN ANALYZE using rdtsc? Lukas Fittl
- Re: Track skipped tables during autovacuum and autoanalyze Yugo Nagata
- Re: Add uuid_to_base32hex() and base32hex_to_uuid() built-in functions Masahiko Sawada
- Re: Track skipped tables during autovacuum and autoanalyze Michael Paquier
- Re: Refactor query normalization into core query jumbling Lukas Fittl
- Re: Fixes inconsistent behavior in vacuum when it processes multiple relations Michael Paquier
- Re: Track skipped tables during autovacuum and autoanalyze Yugo Nagata
- Re: VACUUM FULL, CLUSTER, and REPACK block on other sessions' temp tables Chao Li
- Re: Add uuid_to_base32hex() and base32hex_to_uuid() built-in functions Masahiko Sawada
- Re: Fix how some lists are displayed by psql \d+ Fujii Masao
- Re: Refactor query normalization into core query jumbling Sami Imseih
- Re: [PATCH] Fix premature timeout in pg_promote() caused by signal interruptions Robert Pang
- Re: Adding locks statistics Bertrand Drouvot
- Re: pg_buffercache: Add per-relation summary stats Ashutosh Bapat
- Re: [PATCH] Support automatic sequence replication Ajin Cherian
- Re: [PATCH] Fix premature timeout in pg_promote() caused by signal interruptions Michael Paquier
- Re: proposal: schema variables Pavel Stehule
- RE: Add logical_decoding_spill_limit to cap spill file disk usage per slot Hayato Kuroda (Fujitsu)
- Re: pg_stat_replication.*_lag sometimes shows NULL during active replication Shinya Kato
- RE: Initial COPY of Logical Replication is too slow Zhijie Hou (Fujitsu)
- Re: synchronized_standby_slots behavior inconsistent with quorum-based synchronous replication Ashutosh Sharma
- Re: Skipping schema changes in publication Amit Kapila
- Re: synchronized_standby_slots behavior inconsistent with quorum-based synchronous replication shveta malik
- Re: [Patch] add new parameter to pg_replication_origin_session_setup Amit Kapila
- Re: Adding locks statistics Michael Paquier
- Re: SQL Property Graph Queries (SQL/PGQ) Ashutosh Bapat
- Re: [PATCH] Add prepared_orphaned_transaction_timeout GUC Nikhil Chawla
- Re: synchronized_standby_slots behavior inconsistent with quorum-based synchronous replication Ashutosh Sharma
- Re: log XLogPrefetch stats at end of recovery Lakshmi N
- Re: Adding REPACK [concurrently] Antonin Houska
- Re: Add uuid_to_base32hex() and base32hex_to_uuid() built-in functions Andrey Borodin
- RE: Initial COPY of Logical Replication is too slow Hayato Kuroda (Fujitsu)
- Re: Use correct collation in pg_trgm David Geier
- Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions jian he
- Re: Adjust error message for CREATE STATISTICS to account for expressions John Naylor
- Re: generic plans and "initial" pruning Amit Langote
- Re: Introduce XID age based replication slot invalidation SATYANARAYANA NARLAPURAM
- Re: Adding REPACK [concurrently] Antonin Houska
- Re: SLOPE - Planner optimizations on monotonic expressions. Alexandre Felipe
- Re: Adjust error message for CREATE STATISTICS to account for expressions Yugo Nagata
- Re: Use SIGTERM instead of SIGUSR1 for slotsync worker to exit during promotion? Amit Kapila
- Re: Better shared data structure management and resizable shared data structures Heikki Linnakangas
- Re: Track skipped tables during autovacuum and autoanalyze Yugo Nagata
- Re: Use SIGTERM instead of SIGUSR1 for slotsync worker to exit during promotion? Nisha Moond
- Re: Introduce XID age based replication slot invalidation SATYANARAYANA NARLAPURAM
- Re: Initial COPY of Logical Replication is too slow Amit Kapila
- Re: Adding REPACK [concurrently] Antonin Houska
- Re: VACUUM FULL, CLUSTER, and REPACK block on other sessions' temp tables Antonin Houska
- Re: meson vs. llvm bitcode files Nazir Bilal Yavuz
- Re: synchronized_standby_slots behavior inconsistent with quorum-based synchronous replication Ashutosh Sharma
- Re: VACUUM FULL, CLUSTER, and REPACK block on other sessions' temp tables Jim Jones
- Re: pg_stat_replication.*_lag sometimes shows NULL during active replication Fujii Masao
- Clean up NamedLWLockTranche stuff Heikki Linnakangas
- Re: pg_publication_tables: return NULL attnames when no column list is specified Álvaro Herrera
- RE: Initial COPY of Logical Replication is too slow Hayato Kuroda (Fujitsu)
- Re: Adding REPACK [concurrently] Srinath Reddy Sadipiralla
- Re: pg_plan_advice Robert Haas
- Re: Test timings are increasing too fast for cfbot Andres Freund
- Re: Adding REPACK [concurrently] Antonin Houska
- Re: Test timings are increasing too fast for cfbot Andres Freund
- Re: pg_plan_advice Matheus Alcantara
- Re: pg_plan_advice Robert Haas
- Re: Clean up NamedLWLockTranche stuff Nathan Bossart
- MinGW CI tasks fail / timeout Nazir Bilal Yavuz
- Re: MinGW CI tasks fail / timeout Andres Freund
- Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access) Melanie Plageman
- Re: Allow to collect statistics on virtual generated columns Yugo Nagata
- Re: Improve the performance of Unicode Normalization Forms. Alexander Borisov
- Re: Clean up NamedLWLockTranche stuff Heikki Linnakangas
- Re: Skipping schema changes in publication vignesh C
- Re: Adding comments to help understand psql hidden queries Tom Lane
- Re: Add comments about fire_triggers argument in ri_triggers.c Yugo Nagata
- Re: Allow to collect statistics on virtual generated columns Dean Rasheed
- Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access) Tomas Vondra
- Re: Fixes inconsistent behavior in vacuum when it processes multiple relations Nathan Bossart
- Re: [PATCH] pgindent truncates last line of files missing a trailing newline Tom Lane
- Re: Clean up NamedLWLockTranche stuff Sami Imseih
- Re: Refactor query normalization into core query jumbling Lukas Fittl
- Re: Add uuid_to_base32hex() and base32hex_to_uuid() built-in functions Andrey Borodin
- Re: another autovacuum scheduling thread Nathan Bossart
- Re: Clean up NamedLWLockTranche stuff Heikki Linnakangas
- Re: SQL-level pg_datum_image_equal Tom Lane
- Re: Allow to collect statistics on virtual generated columns Yugo Nagata
- Re: Add XMLNamespaces to XMLElement Jim Jones
- Re: Refactor query normalization into core query jumbling Sami Imseih
- Re: pg_plan_advice Robert Haas
- Re: Allow to collect statistics on virtual generated columns Dean Rasheed
- Re: Adding REPACK [concurrently] Alvaro Herrera
- Re: Add uuid_to_base32hex() and base32hex_to_uuid() built-in functions Masahiko Sawada
- Re: Allow to collect statistics on virtual generated columns Yugo Nagata
- Re: Allow to collect statistics on virtual generated columns Dean Rasheed
- Re: Add uuid_to_base32hex() and base32hex_to_uuid() built-in functions Andrey Borodin
- Re: COMMENTS are not being copied in CREATE TABLE LIKE Carlos Alves
- Re: COMMENTS are not being copied in CREATE TABLE LIKE Jim Jones
- Re: Use correct collation in pg_trgm Jeff Davis
- Re: DOCS - Add introductory paragraph to Getting Started chapter Tom Lane
- Re: SLOPE - Planner optimizations on monotonic expressions. Dean Rasheed
- Re: remove bits* types Nathan Bossart
- Re: Use correct collation in pg_trgm Tom Lane
- Re: Better shared data structure management and resizable shared data structures Daniel Gustafsson
- Rename LWLockNewTrancheId() parameter from "name" to "tranche_name" Sami Imseih
- Re: Adding REPACK [concurrently] Alvaro Herrera
- Re: Document How Commit Handles Aborted Transactions Tom Lane
- Add custom EXPLAIN options support to auto_explain Matheus Alcantara
- Re: Rename LWLockNewTrancheId() parameter from "name" to "tranche_name" Nathan Bossart
- Re: Rename LWLockNewTrancheId() parameter from "name" to "tranche_name" Sami Imseih
- Re: Adding REPACK [concurrently] Antonin Houska
- Re: pg_plan_advice Lukas Fittl
- Re: dshash_find_or_insert vs. OOM Andres Freund
- Re: BM_IO_ERROR flag is lost in TerminateBufferIO due to order of operations in UnlockBufHdrExt Andres Freund
- Re: SLOPE - Planner optimizations on monotonic expressions. Alexandre Felipe