pgsql-hackers
Thread
Date
Earlier messages
Later messages
Messages by Date
2026/03/31
Re: Use SIGTERM instead of SIGUSR1 for slotsync worker to exit during promotion?
Nisha Moond
2026/03/31
DOC: pg_publication_rel.prrelid says sequences are possible
Peter Smith
2026/03/31
Re: [Proposal] Adding Log File Capability to pg_createsubscriber
Amit Kapila
2026/03/31
Re: [PATCH] Add support for INSERT ... SET syntax
Suraj Kharage
2026/03/31
Re: Redundant/mis-use of _(x) gettext macro?
Chao Li
2026/03/31
Re: Skipping schema changes in publication
Peter Smith
2026/03/31
Redundant/mis-use of _(x) gettext macro?
Peter Smith
2026/03/31
Re: [oauth] Split and extend PGOAUTHDEBUG
Chao Li
2026/03/31
Re: Avoid multiple SetLatch() calls in procsignal_sigusr1_handler()
Bertrand Drouvot
2026/03/31
Re: More speedups for tuple deformation
David Rowley
2026/03/31
Re: LLVM 22
Thomas Munro
2026/03/31
Re: Avoid multiple SetLatch() calls in procsignal_sigusr1_handler()
Fujii Masao
2026/03/31
Re: Proposal: Track last-used timestamp for index usage
Sami Imseih
2026/03/31
Re: Refactor query normalization into core query jumbling
Sami Imseih
2026/03/31
Re: Proposal: Track last-used timestamp for index usage
SATYANARAYANA NARLAPURAM
2026/03/31
Re: Add pg_stat_autovacuum_priority
Sami Imseih
2026/03/31
Re: pg_plan_advice
Lukas Fittl
2026/03/31
Proposal: Track last-used timestamp for index usage
Raghav Mittal
2026/03/31
Re: Fix HAVING-to-WHERE pushdown with nondeterministic collations
wenhui qiu
2026/03/31
Re: Skipping schema changes in publication
Amit Kapila
2026/03/31
bufmgr: pass through I/O stats context in FlushUnlockedBuffer()
Chao Li
2026/03/31
Re: pg_waldump: support decoding of WAL inside tarfile
Thomas Munro
2026/03/31
Re: More speedups for tuple deformation
Alexander Lakhin
2026/03/31
Re: Speed up ICU case conversion by using ucasemap_utf8To*()
Andreas Karlsson
2026/03/31
Re: Skipping schema changes in publication
Peter Smith
2026/03/31
Re: Buffer locking is special (hints, checksums, AIO writes)
Andres Freund
2026/03/31
Re: Need help debugging SIGBUS crashes
Peter 'PMc' Much
2026/03/31
Re: Eliminating SPI / SQL from some RI triggers - take 3
Amit Langote
2026/03/31
Re: Initial COPY of Logical Replication is too slow
Masahiko Sawada
2026/03/31
Re: LLVM 22
Tom Lane
2026/03/31
Re: [oauth] Split and extend PGOAUTHDEBUG
Jacob Champion
2026/03/31
Re: Do we still need MULE_INTERNAL?
Tatsuo Ishii
2026/03/31
Re: pg_get__*_ddl consolidation
Zsolt Parragi
2026/03/31
Re: pg_publication_tables: return NULL attnames when no column list is specified
Roberto Mello
2026/03/31
Re: table AM option passing
Zsolt Parragi
2026/03/31
Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access)
Melanie Plageman
2026/03/31
Re: pg_publication_tables: return NULL attnames when no column list is specified
David G. Johnston
2026/03/31
Re: Bug: mdunlinkfiletag unlinks mainfork seg.0 instead of indicated fork+segment
surya poondla
2026/03/31
Re: Buffer locking is special (hints, checksums, AIO writes)
Andres Freund
2026/03/31
Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access)
David Rowley
2026/03/31
Re: Add custom EXPLAIN options support to auto_explain
Matheus Alcantara
2026/03/31
Re: pg_publication_tables: return NULL attnames when no column list is specified
Roberto Mello
2026/03/31
Re: Don't synchronously wait for already-in-progress IO in read stream
Andres Freund
2026/03/31
Re: Improve pgindent's formatting named fields in struct literals and varidic functions
Andreas Karlsson
2026/03/31
Re: [oauth] Stabilize the libpq-oauth ABI (and allow alternative implementations?)
Jacob Champion
2026/03/31
Re: pgsql: test_aio: Add basic tests for StartReadBuffers()
Melanie Plageman
2026/03/31
Re: Do we still need MULE_INTERNAL?
Jeff Davis
2026/03/31
Re: Don't synchronously wait for already-in-progress IO in read stream
Melanie Plageman
2026/03/31
Re: Initial COPY of Logical Replication is too slow
Masahiko Sawada
2026/03/31
Re: implement CAST(expr AS type FORMAT 'template')
Corey Huinker
2026/03/31
Re: docs: warn about post-data-only schema dumps with parallel restore.
David G. Johnston
2026/03/31
Re: Shared hash table allocations
Heikki Linnakangas
2026/03/31
Re: POC: Parallel processing of indexes in autovacuum
Masahiko Sawada
2026/03/31
Re: Improve OAuth discovery logging
Jacob Champion
2026/03/31
Re: docs: warn about post-data-only schema dumps with parallel restore.
Tom Lane
2026/03/31
Re: Initial COPY of Logical Replication is too slow
Masahiko Sawada
2026/03/31
Re: pg_get__*_ddl consolidation
Andrew Dunstan
2026/03/31
Re: Add pg_stat_autovacuum_priority
Nathan Bossart
2026/03/31
Re: AIO / read stream heuristics adjustments for index prefetching
Melanie Plageman
2026/03/31
Re: Add pg_stat_vfdcache view for VFD cache statistics
Tomas Vondra
2026/03/31
Re: docs: warn about post-data-only schema dumps with parallel restore.
Tom Lane
2026/03/31
Re: synchronized_standby_slots behavior inconsistent with quorum-based synchronous replication
surya poondla
2026/03/31
Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions
Corey Huinker
2026/03/31
Re: AIO / read stream heuristics adjustments for index prefetching
Melanie Plageman
2026/03/31
Re: docs: warn about post-data-only schema dumps with parallel restore.
David G. Johnston
2026/03/31
Re: EXPLAIN: showing ReadStream / prefetch stats
Andres Freund
2026/03/31
Re: index prefetching
Andres Freund
2026/03/31
Re: [oauth] Stabilize the libpq-oauth ABI (and allow alternative implementations?)
Jacob Champion
2026/03/31
Re: docs: warn about post-data-only schema dumps with parallel restore.
Tom Lane
2026/03/31
Re: EXPLAIN: showing ReadStream / prefetch stats
Tomas Vondra
2026/03/31
Re: EXPLAIN: showing ReadStream / prefetch stats
Tomas Vondra
2026/03/31
Re: Don't synchronously wait for already-in-progress IO in read stream
Melanie Plageman
2026/03/31
Re: Adding REPACK [concurrently]
Alvaro Herrera
2026/03/31
Re: Adding REPACK [concurrently]
Antonin Houska
2026/03/31
Re: vectorized CRC on ARM64
Nathan Bossart
2026/03/31
Re: Improve pgindent's formatting named fields in struct literals and varidic functions
Tom Lane
2026/03/31
Re: EXPLAIN: showing ReadStream / prefetch stats
Andres Freund
2026/03/31
Re: Add pg_stat_autovacuum_priority
Bharath Rupireddy
2026/03/31
Re: EXPLAIN: showing ReadStream / prefetch stats
Tomas Vondra
2026/03/31
Re: Fixes inconsistent behavior in vacuum when it processes multiple relations
Nathan Bossart
2026/03/31
Re: [oauth] Split and extend PGOAUTHDEBUG
Zsolt Parragi
2026/03/31
Re: EXPLAIN: showing ReadStream / prefetch stats
Andres Freund
2026/03/31
Re: Adding REPACK [concurrently]
Srinath Reddy Sadipiralla
2026/03/31
Re: Exit walsender before confirming remote flush in logical replication
Fujii Masao
2026/03/31
Re: Exit walsender before confirming remote flush in logical replication
Fujii Masao
2026/03/31
Re: Initial COPY of Logical Replication is too slow
Masahiko Sawada
2026/03/31
Re: [BUG] [PATCH] Allow physical replication slots to recover from archive after invalidation
Joao Foltran
2026/03/31
Re: Improve pgindent's formatting named fields in struct literals and varidic functions
Álvaro Herrera
2026/03/31
Re: Introduce XID age based replication slot invalidation
Bharath Rupireddy
2026/03/31
Re: [PROPOSAL] Termination of Background Workers for ALTER/DROP DATABASE
Alexander Lakhin
2026/03/31
Re: Introduce XID age based replication slot invalidation
Bharath Rupireddy
2026/03/31
Re: Add pg_stat_autovacuum_priority
Sami Imseih
2026/03/31
Re: Speed up COPY TO text/CSV parsing using SIMD
Nathan Bossart
2026/03/31
Re: Add pg_stat_autovacuum_priority
Nathan Bossart
2026/03/31
Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access)
Melanie Plageman
2026/03/31
Re: Add custom EXPLAIN options support to auto_explain
Robert Haas
2026/03/31
Re: Add pg_stat_autovacuum_priority
Sami Imseih
2026/03/31
Re: Eliminating SPI / SQL from some RI triggers - take 3
Junwang Zhao
2026/03/31
Re: table AM option passing
Álvaro Herrera
2026/03/31
AIO / read stream heuristics adjustments for index prefetching
Andres Freund
2026/03/31
Re: Buffer locking is special (hints, checksums, AIO writes)
Yura Sokolov
2026/03/31
Re: [PATCH][DOC][MINOR] Fix incorrect lexeme limit in textsearch docs
Tom Lane
2026/03/31
Re: Beautify read stream "per buffer data" APIs
Melanie Plageman
2026/03/31
Re: Add pg_stat_autovacuum_priority
Nathan Bossart
2026/03/31
Re: Use SIGTERM instead of SIGUSR1 for slotsync worker to exit during promotion?
Fujii Masao
2026/03/31
[PATCH] Add tests for src/backend/nodes/extensible.c
Aleksander Alekseev
2026/03/31
Re: Add pg_stat_vfdcache view for VFD cache statistics
David Geier
2026/03/31
Re: Get rid of redundant StringInfo accumulation
Daniil Davydov
2026/03/31
Re: Adjust error message for CREATE STATISTICS to account for expressions
Yugo Nagata
2026/03/31
Re: SQL:2023 JSON simplified accessor support
Peter Eisentraut
2026/03/31
Re: jsonb subscripting vs SQL/JSON array accessor semantics (SQL:2023)
Peter Eisentraut
2026/03/31
Re: Adding REPACK [concurrently]
Antonin Houska
2026/03/31
Re: Allow to collect statistics on virtual generated columns
Yugo Nagata
2026/03/31
Re: Fixes inconsistent behavior in vacuum when it processes multiple relations
Nathan Bossart
2026/03/31
Re: POC: Parallel processing of indexes in autovacuum
Daniil Davydov
2026/03/31
Re: Get rid of redundant StringInfo accumulation
David Rowley
2026/03/31
Re: [OAuth2] Infrastructure for tracking token expiry time
Ajit Awekar
2026/03/31
Re: Add comments about fire_triggers argument in ri_triggers.c
Yugo Nagata
2026/03/31
Re: Eliminating SPI / SQL from some RI triggers - take 3
Tomas Vondra
2026/03/31
Re: POC: Parallel processing of indexes in autovacuum
Daniil Davydov
2026/03/31
Re: pgsql: test_aio: Add basic tests for StartReadBuffers()
Christoph Berg
2026/03/31
Re: Get rid of redundant StringInfo accumulation
Daniil Davydov
2026/03/31
Re: pgsql: test_aio: Add basic tests for StartReadBuffers()
Nazir Bilal Yavuz
2026/03/31
Re: Don't synchronously wait for already-in-progress IO in read stream
Andres Freund
2026/03/31
RE: Initial COPY of Logical Replication is too slow
Zhijie Hou (Fujitsu)
2026/03/31
Re: pgsql: test_aio: Add basic tests for StartReadBuffers()
Nazir Bilal Yavuz
2026/03/31
Re: Eliminating SPI / SQL from some RI triggers - take 3
Amit Langote
2026/03/31
Re: [Proposal] Adding Log File Capability to pg_createsubscriber
Peter Eisentraut
2026/03/31
RE: Initial COPY of Logical Replication is too slow
Hayato Kuroda (Fujitsu)
2026/03/31
Re: Eliminating SPI / SQL from some RI triggers - take 3
Daniel Gustafsson
2026/03/31
Re: Eliminating SPI / SQL from some RI triggers - take 3
Amit Langote
2026/03/31
Re: Eliminating SPI / SQL from some RI triggers - take 3
Daniel Gustafsson
2026/03/31
Re: vectorized CRC on ARM64
John Naylor
2026/03/31
Re: WIP - xmlvalidate implementation from TODO list
Pavel Stehule
2026/03/31
Re: Eliminating SPI / SQL from some RI triggers - take 3
Junwang Zhao
2026/03/31
Re: [PROPOSAL] Termination of Background Workers for ALTER/DROP DATABASE
Michael Paquier
2026/03/31
Re: Adding REPACK [concurrently]
Amit Kapila
2026/03/31
Re: Add support for EXTRA_REGRESS_OPTS for meson
Michael Paquier
2026/03/31
Re: relfilenode statistics
Bertrand Drouvot
2026/03/31
Re: Use SIGTERM instead of SIGUSR1 for slotsync worker to exit during promotion?
shveta malik
2026/03/31
RE: Use SIGTERM instead of SIGUSR1 for slotsync worker to exit during promotion?
Zhijie Hou (Fujitsu)
2026/03/31
Re: pgsql: test_aio: Add basic tests for StartReadBuffers()
Christoph Berg
2026/03/31
Re: SQL Property Graph Queries (SQL/PGQ)
Peter Eisentraut
2026/03/31
Re: Skipping schema changes in publication
vignesh C
2026/03/31
Re: Initial COPY of Logical Replication is too slow
Amit Kapila
2026/03/31
Re: Add GoAway protocol message for graceful but fast server shutdown/switchover
Tatsuo Ishii
2026/03/31
Re: WIP - xmlvalidate implementation from TODO list
Jim Jones
2026/03/31
Re: Adding per backend commit and rollback counters
Bertrand Drouvot
2026/03/31
Re: Eliminating SPI / SQL from some RI triggers - take 3
Amit Langote
2026/03/31
Re: BM_IO_ERROR flag is lost in TerminateBufferIO due to order of operations in UnlockBufHdrExt
Yura Sokolov
2026/03/31
Re: Make copyObject work in C++
Jelte Fennema-Nio
2026/03/31
Re: Eliminating SPI / SQL from some RI triggers - take 3
Chao Li
2026/03/31
Re: Add ldapservice connection parameter
Laurenz Albe
2026/03/31
Re: pg_publication_tables: return NULL attnames when no column list is specified
Amit Kapila
2026/03/31
Re: PoC: Add condition variable support to WaitEventSetWait()
Chao Li
2026/03/31
Re: Add support for EXTRA_REGRESS_OPTS for meson
Andreas Karlsson
2026/03/31
Re: Skipping schema changes in publication
Amit Kapila
2026/03/31
Re: Make copyObject work in C++
Peter Eisentraut
2026/03/31
Re: Improve pgindent's formatting named fields in struct literals and varidic functions
Chao Li
2026/03/31
Re: Add GoAway protocol message for graceful but fast server shutdown/switchover
Jelte Fennema-Nio
2026/03/31
Re: Improve pgindent's formatting named fields in struct literals and varidic functions
Andreas Karlsson
2026/03/31
Re: Bug: wrong relname in RemoveSubscriptionRel() error detail
Chao Li
2026/03/31
Re: Improve pgindent's formatting named fields in struct literals and varidic functions
Jelte Fennema-Nio
2026/03/31
Re: Improve pgindent's formatting named fields in struct literals and varidic functions
Andreas Karlsson
2026/03/31
Re: POC: Parallel processing of indexes in autovacuum
Masahiko Sawada
2026/03/31
Re: implement CAST(expr AS type FORMAT 'template')
jian he
2026/03/31
Re: POC: Parallel processing of indexes in autovacuum
SATYANARAYANA NARLAPURAM
2026/03/31
Re: meson vs. llvm bitcode files
Peter Eisentraut
2026/03/31
Re: Adding locks statistics
Bertrand Drouvot
2026/03/31
RE: Introduce XID age based replication slot invalidation
Hayato Kuroda (Fujitsu)
2026/03/31
Re: clang bug affecting greenfly
John Naylor
2026/03/31
PoC: Add condition variable support to WaitEventSetWait()
Chao Li
2026/03/31
Re: [PROPOSAL] Termination of Background Workers for ALTER/DROP DATABASE
Alexander Lakhin
2026/03/30
Re:Re: Initial COPY of Logical Replication is too slow
王好燕
2026/03/30
Re: Initial COPY of Logical Replication is too slow
Haoyan Wang
2026/03/30
Re: [PATCH] Add support for INSERT ... SET syntax
Ajay Pal
2026/03/30
Re: Use SIGTERM instead of SIGUSR1 for slotsync worker to exit during promotion?
Nisha Moond
2026/03/30
Re: Use SIGTERM instead of SIGUSR1 for slotsync worker to exit during promotion?
Nisha Moond
2026/03/30
Re: tuple radix sort
cca5507
2026/03/30
Re: Skipping schema changes in publication
Peter Smith
2026/03/30
Re: Initial COPY of Logical Replication is too slow
Masahiko Sawada
2026/03/30
Re: Proposal for enabling auto-vectorization for checksum calculations
John Naylor
2026/03/30
Re: Skipping schema changes in publication
Amit Kapila
2026/03/30
RE: Skipping schema changes in publication
Hayato Kuroda (Fujitsu)
2026/03/30
Fix HAVING-to-WHERE pushdown with nondeterministic collations
Richard Guo
2026/03/30
Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access)
David Rowley
2026/03/30
Re: heapam_tuple_complete_speculative : remove unnecessary tuple fetch
Xuneng Zhou
2026/03/30
Re: Initial COPY of Logical Replication is too slow
Masahiko Sawada
2026/03/30
Re: Skipping schema changes in publication
Peter Smith
2026/03/30
Re: Initial COPY of Logical Replication is too slow
Masahiko Sawada
2026/03/30
Re: POC: Parallel processing of indexes in autovacuum
SATYANARAYANA NARLAPURAM
2026/03/30
Re: Introduce XID age based replication slot invalidation
Masahiko Sawada
2026/03/30
Re: Custom oauth validator options
Jacob Champion
2026/03/30
Re: Get rid of redundant StringInfo accumulation
David Rowley
2026/03/30
Re: Refactor query normalization into core query jumbling
Michael Paquier
2026/03/30
Re: scale parallel_tuple_cost by tuple width
David Rowley
2026/03/30
Re: [oauth] Split and extend PGOAUTHDEBUG
Jacob Champion
2026/03/30
Re: Add GoAway protocol message for graceful but fast server shutdown/switchover
Tatsuo Ishii
2026/03/30
Re: scale parallel_tuple_cost by tuple width
Tom Lane
2026/03/30
Re: scale parallel_tuple_cost by tuple width
David Rowley
Earlier messages
Later messages