Messages by Date
-
2026/02/02
Re: [patch] Add process title to test_shm_mq worker
Michael Banck
-
2026/02/02
Re: Decoupling our alignment assumptions about int64 and double
Tom Lane
-
2026/02/02
Re: [patch] Add process title to test_shm_mq worker
Nathan Bossart
-
2026/02/02
Re: use the malloc macros in pg_dump.c
Peter Smith
-
2026/02/02
Re: getting "shell command argument contains a newline or carriage return:" error with pg_dumpall when db name have new line in double quote
Nathan Bossart
-
2026/02/02
Re: Speed up COPY FROM text/CSV parsing using SIMD
KAZAR Ayoub
-
2026/02/02
Re: Use correct collation in pg_trgm
Zsolt Parragi
-
2026/02/02
Re: Pasword expiration warning
Nathan Bossart
-
2026/02/02
Re: Pasword expiration warning
Zsolt Parragi
-
2026/02/02
Re: Adding REPACK [concurrently]
Antonin Houska
-
2026/02/02
Re: pg_plan_advice
Alexandra Wang
-
2026/02/02
RE: AIX support
Aditya Kamath
-
2026/02/02
Re: Pasword expiration warning
Nathan Bossart
-
2026/02/02
Re: Pasword expiration warning
Gilles Darold
-
2026/02/02
Re: [patch] Add process title to test_shm_mq worker
Nathan Bossart
-
2026/02/02
[patch] Add process title to test_shm_mq worker
Michael Banck
-
2026/02/02
Re: Flush some statistics within running transactions
Bertrand Drouvot
-
2026/02/02
Re: Flush some statistics within running transactions
Bertrand Drouvot
-
2026/02/02
Re: Pasword expiration warning
Nathan Bossart
-
2026/02/02
Re: AIX support
Tom Lane
-
2026/02/02
Re: display hot standby state in psql prompt
Jim Jones
-
2026/02/02
doc: guidance on SQL/JSON functions vs jsonpath operators
Florents Tselai
-
2026/02/02
Re: Reduce timing overhead of EXPLAIN ANALYZE using rdtsc?
Lukas Fittl
-
2026/02/02
Re: Support logical replication of DDLs
Vitaly Davydov
-
2026/02/02
Re: Wake up backends immediately when sync standbys decrease
Fujii Masao
-
2026/02/02
Re: Is there value in having optimizer stats for joins/foreignkeys?
Tomas Vondra
-
2026/02/02
Re: jsonb subscripting vs SQL/JSON array accessor semantics (SQL:2023)
Andrew Dunstan
-
2026/02/02
Re: WAL_LOG CREATE DATABASE strategy broken for non-standard page layouts
Álvaro Herrera
-
2026/02/02
Re: AIX support
Tom Lane
-
2026/02/02
Fix pg_stat_get_backend_wait_event() for aux processes
Heikki Linnakangas
-
2026/02/02
Re: race condition when writing pg_control
Álvaro Herrera
-
2026/02/02
Re: Speed up COPY FROM text/CSV parsing using SIMD
Manni Wood
-
2026/02/02
Re: refactor architecture-specific popcount code
John Naylor
-
2026/02/02
Re: getting "shell command argument contains a newline or carriage return:" error with pg_dumpall when db name have new line in double quote
Tom Lane
-
2026/02/02
Re: Allow GUC settings in CREATE SUBSCRIPTION CONNECTION to take effect
Fujii Masao
-
2026/02/02
RE: AIX support
Aditya Kamath
-
2026/02/02
Re: pg_ctl start may return 0 even if the postmaster has been already started on Windows
Álvaro Herrera
-
2026/02/02
Re: [PATCH] ANALYZE: hash-accelerate MCV tracking for equality-only types
Tatsuya Kawata
-
2026/02/02
Re: use the malloc macros in pg_dump.c
Aleksander Alekseev
-
2026/02/02
Re: Enhancing Memory Context Statistics Reporting
Rahila Syed
-
2026/02/02
Re: logical apply worker's lock waits in subscriber can stall checkpointer in publisher
Fujii Masao
-
2026/02/02
Re: Exit walsender before confirming remote flush in logical replication
Fujii Masao
-
2026/02/02
Re: splitting pg_resetwal output strings
Álvaro Herrera
-
2026/02/02
Re: Skipping schema changes in publication
Shlok Kyal
-
2026/02/02
Re: Undefined behavior detected by new clang's ubsan
John Naylor
-
2026/02/02
Re: [PATCH] Add max_logical_replication_slots GUC
Ahmed Et-tanany
-
2026/02/02
Re: getting "shell command argument contains a newline or carriage return:" error with pg_dumpall when db name have new line in double quote
Álvaro Herrera
-
2026/02/02
Re: getting "shell command argument contains a newline or carriage return:" error with pg_dumpall when db name have new line in double quote
Álvaro Herrera
-
2026/02/02
Re: Adding REPACK [concurrently]
Mihail Nikalayeu
-
2026/02/02
Re: Proposal: Support Logical replication of large objects
Nitin Motiani
-
2026/02/02
Re: Is there value in having optimizer stats for joins/foreignkeys?
Andrei Lepikhov
-
2026/02/02
Re: Adding REPACK [concurrently]
Antonin Houska
-
2026/02/02
Re: Hash-based MCV matching for large IN-lists
David Geier
-
2026/02/02
Re: Reduce timing overhead of EXPLAIN ANALYZE using rdtsc?
Jakub Wartak
-
2026/02/02
Re: Adding REPACK [concurrently]
Mihail Nikalayeu
-
2026/02/02
Re: Adding REPACK [concurrently]
Mihail Nikalayeu
-
2026/02/02
Re: Improve pg_sync_replication_slots() to wait for primary to advance
shveta malik
-
2026/02/02
Re: Add expressions to pg_restore_extended_stats()
Corey Huinker
-
2026/02/01
Re: Exit walsender before confirming remote flush in logical replication
Michael Paquier
-
2026/02/01
Re: walsender: Assert MyReplicationSlot is set before use
Chao Li
-
2026/02/01
RE: walsender: Assert MyReplicationSlot is set before use
Zhijie Hou (Fujitsu)
-
2026/02/01
Re: IO wait events for COPY FROM/TO PROGRAM or file
Michael Paquier
-
2026/02/01
Re: Flush some statistics within running transactions
Michael Paquier
-
2026/02/01
RE: Improve pg_sync_replication_slots() to wait for primary to advance
Zhijie Hou (Fujitsu)
-
2026/02/01
RE: Improve pg_sync_replication_slots() to wait for primary to advance
Zhijie Hou (Fujitsu)
-
2026/02/01
Re: Adding REPACK [concurrently]
Antonin Houska
-
2026/02/01
Re: walsender: Assert MyReplicationSlot is set before use
Chao Li
-
2026/02/01
Re: Add expressions to pg_restore_extended_stats()
Michael Paquier
-
2026/02/01
use the malloc macros in pg_dump.c
Peter Smith
-
2026/02/01
Re: walsender: Assert MyReplicationSlot is set before use
Chao Li
-
2026/02/01
Re: Proposal: Cascade REPLICA IDENTITY changes to leaf partitions
Chao Li
-
2026/02/01
RE: walsender: Assert MyReplicationSlot is set before use
Zhijie Hou (Fujitsu)
-
2026/02/01
Re: walsender: Assert MyReplicationSlot is set before use
vignesh C
-
2026/02/01
Re: Wake up backends immediately when sync standbys decrease
Chao Li
-
2026/02/01
walsender: Assert MyReplicationSlot is set before use
Chao Li
-
2026/02/01
Re: Skipping schema changes in publication
shveta malik
-
2026/02/01
Re: Skipping schema changes in publication
Peter Smith
-
2026/02/01
Re: getting "shell command argument contains a newline or carriage return:" error with pg_dumpall when db name have new line in double quote
Mahendra Singh Thalor
-
2026/02/01
Re: Skipping schema changes in publication
shveta malik
-
2026/02/01
RE: logical apply worker's lock waits in subscriber can stall checkpointer in publisher
Hayato Kuroda (Fujitsu)
-
2026/02/01
Re: [PATCH] Fix error message in RemoveWalSummaryIfOlderThan to indicate file removal failure
zengman
-
2026/02/01
Re: Incorrect errno used in OpenWalSummaryFile()
Chao Li
-
2026/02/01
Re: [PATCH] ANALYZE: hash-accelerate MCV tracking for equality-only types
Chengpeng Yan
-
2026/02/01
Re: splitting pg_resetwal output strings
Chao Li
-
2026/02/01
Re: Non-committer reviews: is it helpful?
wenhui qiu
-
2026/02/01
Incorrect errno used in OpenWalSummaryFile()
Michael Paquier
-
2026/02/01
Re: [PATCH] Fix error message in RemoveWalSummaryIfOlderThan to indicate file removal failure
Michael Paquier
-
2026/02/01
Re: [PATCH] Fix error message in RemoveWalSummaryIfOlderThan to indicate file removal failure
Junwang Zhao
-
2026/02/01
Re: [PATCH] Fix error message in RemoveWalSummaryIfOlderThan to indicate file removal failure
zengman
-
2026/02/01
Re: relkind as an enum
Tom Lane
-
2026/02/01
Re: Re: A out of date comment of WaitForWALToBecomeAvailable
Xuneng Zhou
-
2026/02/01
Re: Wake up backends immediately when sync standbys decrease
Xuneng Zhou
-
2026/02/01
Re: relkind as an enum
Chao Li
-
2026/02/01
Re: AIX support
Tom Lane
-
2026/02/01
Re: BUG: Cascading standby fails to reconnect after falling back to archive recovery
Xuneng Zhou
-
2026/02/01
Re: Is there value in having optimizer stats for joins/foreignkeys?
Corey Huinker
-
2026/02/01
Re: AIX support
Tom Lane
-
2026/02/01
relkind as an enum
Álvaro Herrera
-
2026/02/01
Re: [PATCH] Fix error message in RemoveWalSummaryIfOlderThan to indicate file removal failure
Michael Paquier
-
2026/02/01
Re: AIX support
Michael Paquier
-
2026/02/01
Re: New access method for b-tree.
Tomas Vondra
-
2026/02/01
Re: [Proposal] Adding Log File Capability to pg_createsubscriber
Gyan Sreejith
-
2026/02/01
Re: Wake up backends immediately when sync standbys decrease
Chao Li
-
2026/02/01
Re: Adding REPACK [concurrently]
Mihail Nikalayeu
-
2026/02/01
Re: Adding REPACK [concurrently]
Alvaro Herrera
-
2026/02/01
Re: Exit walsender before confirming remote flush in logical replication
Andrey Silitskiy
-
2026/02/01
Re: Adding REPACK [concurrently]
Mihail Nikalayeu
-
2026/02/01
Re: Decoupling our alignment assumptions about int64 and double
Tom Lane
-
2026/02/01
Re: Document NULL
Marcos Pegoraro
-
2026/02/01
Re: Is there value in having optimizer stats for joins/foreignkeys?
Tomas Vondra
-
2026/02/01
Re: Is there value in having optimizer stats for joins/foreignkeys?
Tomas Vondra
-
2026/02/01
Re: Is there value in having optimizer stats for joins/foreignkeys?
Tomas Vondra
-
2026/02/01
Re: Is there value in having optimizer stats for joins/foreignkeys?
Tomas Vondra
-
2026/02/01
Re: PATCH: jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part
David E. Wheeler
-
2026/02/01
Re: Document NULL
Junwang Zhao
-
2026/02/01
Re: [PATCH] Fix error message in RemoveWalSummaryIfOlderThan to indicate file removal failure
Junwang Zhao
-
2026/02/01
Re: Batching in executor
Junwang Zhao
-
2026/02/01
[PATCH] Fix error message in RemoveWalSummaryIfOlderThan to indicate file removal failure
zengman
-
2026/02/01
Re: Improving tracking/processing of buildfarm test failures
Alexander Lakhin
-
2026/02/01
Re: Additional message in pg_terminate_backend
Jim Jones
-
2026/02/01
Re: Patch: Add tsmatch JSONPath operator for granular Full Text Search
Florents Tselai
-
2026/02/01
New access method for b-tree.
Alexandre Felipe
-
2026/02/01
Re: [PATCH] ANALYZE: hash-accelerate MCV tracking for equality-only types
Tatsuya Kawata
-
2026/02/01
Re: Optimize CPU usage of dropping buffers during recovery
Jingtang Zhang
-
2026/01/31
Re: Wake up backends immediately when sync standbys decrease
Shinya Kato
-
2026/01/31
Re: slow SELECT expr INTO var in plpgsql
Pavel Stehule
-
2026/01/31
Re: Reduce timing overhead of EXPLAIN ANALYZE using rdtsc?
Lukas Fittl
-
2026/01/31
Re: Additional message in pg_terminate_backend
Jim Jones
-
2026/01/31
Re: amcheck: support for GiST
Nikolay Samokhvalov
-
2026/01/31
Re: V18 change on EXPLAIN ANALYZE
Maciek Sakrejda
-
2026/01/31
Re: Add --system-identifier / -s option to pg_resetwal
Nikolay Samokhvalov
-
2026/01/31
Re: slow SELECT expr INTO var in plpgsql
Tom Lane
-
2026/01/31
Re: Reduce timing overhead of EXPLAIN ANALYZE using rdtsc?
Lukas Fittl
-
2026/01/31
Re: IO wait events for COPY FROM/TO PROGRAM or file
Nikolay Samokhvalov
-
2026/01/31
Re: Allow GUC settings in CREATE SUBSCRIPTION CONNECTION to take effect
Alexander Lakhin
-
2026/01/31
Re: using index to speedup add not null constraints to a table
Álvaro Herrera
-
2026/01/31
Re: Flush some statistics within running transactions
Sami Imseih
-
2026/01/31
Re: ABI Compliance Checker GSoC Project
David E. Wheeler
-
2026/01/31
Re: ABI Compliance Checker GSoC Project
David E. Wheeler
-
2026/01/31
Re: PATCH: jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part
David E. Wheeler
-
2026/01/31
Re: PATCH: jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part
Florents Tselai
-
2026/01/31
Re: pg_dumpall --roles-only interact with other options
Nathan Bossart
-
2026/01/31
Re: Speed up COPY FROM text/CSV parsing using SIMD
KAZAR Ayoub
-
2026/01/31
Re: ABI Compliance Checker GSoC Project
Tom Lane
-
2026/01/31
Re: splitting pg_resetwal output strings
Álvaro Herrera
-
2026/01/31
Re: PATCH: jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part
David E. Wheeler
-
2026/01/31
Re: ABI Compliance Checker GSoC Project
David E. Wheeler
-
2026/01/31
Re: POC: enable logical decoding when wal_level = 'replica' without a server restart
Matthias van de Meent
-
2026/01/31
Re: Is there value in having optimizer stats for joins/foreignkeys?
Andrei Lepikhov
-
2026/01/31
Re: libpq: Bump protocol version to version 3.2 at least until the first/second beta
Jelte Fennema-Nio
-
2026/01/31
Re: libpq: Bump protocol version to version 3.2 at least until the first/second beta
Jelte Fennema-Nio
-
2026/01/31
splitting pg_resetwal output strings
Álvaro Herrera
-
2026/01/31
Re: Improvements and refactoring in shmem.c
Ashutosh Bapat
-
2026/01/30
slow SELECT expr INTO var in plpgsql
Pavel Stehule
-
2026/01/30
Re: More speedups for tuple deformation
John Naylor
-
2026/01/30
Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access)
Kirill Reshke
-
2026/01/30
Re: Decoupling our alignment assumptions about int64 and double
Tom Lane
-
2026/01/30
Re: AIX support
Michael Paquier
-
2026/01/30
pg_dumpall --roles-only interact with other options
jian he
-
2026/01/30
Re: More speedups for tuple deformation
David Rowley
-
2026/01/30
Re: Change default of jit to off
wenhui qiu
-
2026/01/30
Re: More speedups for tuple deformation
John Naylor
-
2026/01/30
Re: Flush some statistics within running transactions
Sami Imseih
-
2026/01/30
Re: Document NULL
David G. Johnston
-
2026/01/30
Re: [PATCH] Add pg_get_database_ddl() function to reconstruct CREATE DATABASE statement
Mark Wong
-
2026/01/30
Re: Speed up COPY FROM text/CSV parsing using SIMD
Mark Wong
-
2026/01/30
Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access)
Melanie Plageman
-
2026/01/30
Re: refactor architecture-specific popcount code
Nathan Bossart
-
2026/01/30
Re: ABI Compliance Checker GSoC Project
Tom Lane
-
2026/01/30
Re: 001_password.pl fails with --without-readline
Tom Lane
-
2026/01/30
Re: Refactor how we form HeapTuples for CatalogTuple(Insert|Update)
Greg Burd
-
2026/01/30
Re: More speedups for tuple deformation
Andres Freund
-
2026/01/30
Re: Adding REPACK [concurrently]
Antonin Houska
-
2026/01/30
Re: log_min_messages per backend type
surya poondla
-
2026/01/30
Re: libpq: Bump protocol version to version 3.2 at least until the first/second beta
David G. Johnston
-
2026/01/30
Re: Refactor how we form HeapTuples for CatalogTuple(Insert|Update)
Tom Lane
-
2026/01/30
Re: Refactor how we form HeapTuples for CatalogTuple(Insert|Update)
Greg Burd
-
2026/01/30
Re: libpq: Bump protocol version to version 3.2 at least until the first/second beta
Jacob Champion
-
2026/01/30
Re: Set 1s WaitLatch timeout if standby limit has expired in ResolveRecoveryConflictWithBufferPin
Álvaro Herrera
-
2026/01/30
Re: Refactor how we form HeapTuples for CatalogTuple(Insert|Update)
Andres Freund
-
2026/01/30
Re: More speedups for tuple deformation
Andres Freund
-
2026/01/30
Re: Flush some statistics within running transactions
Álvaro Herrera
-
2026/01/30
Re: Improvements and refactoring in shmem.c
Heikki Linnakangas
-
2026/01/30
Re: Flush some statistics within running transactions
Álvaro Herrera
-
2026/01/30
Re: implement CAST(expr AS type FORMAT 'template')
zengman
-
2026/01/30
Re: Wake up backends immediately when sync standbys decrease
Fujii Masao
-
2026/01/30
Re: Flush some statistics within running transactions
Andres Freund
-
2026/01/30
Re: [PATCH] llvmjit: always add the simplifycfg pass
Pierre Ducroquet
-
2026/01/30
Re: Idea to enhance pgbench by more modes to generate data (multi-TXNs, UNNEST, COPY BINARY)
Boris Mironov
-
2026/01/30
Re: Flush some statistics within running transactions
Álvaro Herrera
-
2026/01/30
Re: Improvements and refactoring in shmem.c
Ashutosh Bapat
-
2026/01/30
Re: logical apply worker's lock waits in subscriber can stall checkpointer in publisher
Fujii Masao
-
2026/01/30
Re: pg_stat_io_histogram
Jakub Wartak
-
2026/01/30
Re: Change default of jit to off
Bernd Helmle
-
2026/01/30
RE: Idea to enhance pgbench by more modes to generate data (multi-TXNs, UNNEST, COPY BINARY)
Madyshev Egor
-
2026/01/30
Re: Change default of jit to off
Laurenz Albe
-
2026/01/30
Re: Change default of jit to off
Jim Jones
-
2026/01/30
RE: AIX support
Aditya Kamath
-
2026/01/30
Re: ABI Compliance Checker GSoC Project
Dean Rasheed
-
2026/01/30
Re: Pasword expiration warning
Gilles Darold