pgsql-hackers
Thread
Date
Earlier messages
Later messages
Messages by Date
2025/06/25
Re: display hot standby state in psql prompt
Jim Jones
2025/06/25
Re: pg_dump misses comments on NOT NULL constraints
Álvaro Herrera
2025/06/25
Re: pg_dump misses comments on NOT NULL constraints
Fujii Masao
2025/06/25
Re: Fixes inconsistent behavior in vacuum when it processes multiple relations
Nathan Bossart
2025/06/25
Re: pg_dump misses comments on NOT NULL constraints
Fujii Masao
2025/06/25
Re: Remove HeapTupleheaderSetXmin{Committed,Invalid} functions
Nathan Bossart
2025/06/25
Re: MERGE docs: indentation in synopsis section
Nathan Bossart
2025/06/25
Re: pg_dump --with-* options
Nathan Bossart
2025/06/25
Re: No error checking when reading from file using zstd in pg_dump
Daniel Gustafsson
2025/06/25
Re: Adding OLD/NEW support to RETURNING
Dean Rasheed
2025/06/25
Re: Logical Replication of sequences
Shlok Kyal
2025/06/25
Re: IPC/MultixactCreation on the Standby server
Dmitry
2025/06/25
RE: Slot's restart_lsn may point to removed WAL segment after hard restart unexpectedly
Hayato Kuroda (Fujitsu)
2025/06/25
Re: Read-Write optimistic lock (Re: sinvaladt.c: remove msgnumLock, use atomic operations on maxMsgNum)
Sergey Shinderuk
2025/06/25
Re: pg_dump misses comments on NOT NULL constraints
Álvaro Herrera
2025/06/25
Re: pgsql: Introduce pg_shmem_allocations_numa view
Tomas Vondra
2025/06/25
Re: Remove HeapTupleheaderSetXmin{Committed,Invalid} functions
Andy Fan
2025/06/25
Re: pgsql: Introduce pg_shmem_allocations_numa view
Álvaro Herrera
2025/06/25
Re: INSERT ... ON CONFLICT DO SELECT [FOR ...] take 2
Dean Rasheed
2025/06/25
Re: pg_dump misses comments on NOT NULL constraints
Álvaro Herrera
2025/06/25
Re: pg_dump misses comments on NOT NULL constraints
Álvaro Herrera
2025/06/25
Re: SCRAM pass-through authentication for postgres_fdw
Matheus Alcantara
2025/06/25
Remove HeapTupleheaderSetXmin{Committed,Invalid} functions
Andy Fan
2025/06/25
Re: Proposal: Native High Availability and Automatic Failover in PostgreSQL
wenhui qiu
2025/06/25
Re: doc pg_constraint.convalidated column description need update
Peter Eisentraut
2025/06/25
Re: Remove HeapTupleheaderSetXmin{Committed,Invalid} functions
Michael Paquier
2025/06/25
Re: Logrep launcher race conditions leading to slow tests
Ashutosh Bapat
2025/06/25
Re: [PATCH] Fix OAuth feature detection on OpenBSD+Meson
Nazir Bilal Yavuz
2025/06/25
Re: pg_dump misses comments on NOT NULL constraints
Fujii Masao
2025/06/25
Re: pg_dump misses comments on NOT NULL constraints
Fujii Masao
2025/06/25
Re: Logical Replication of sequences
Shlok Kyal
2025/06/25
Re: SCRAM pass-through authentication for postgres_fdw
Alexander Pyhalov
2025/06/25
Re: IPC/MultixactCreation on the Standby server
Andrey Borodin
2025/06/25
Re: pgsql: Introduce pg_shmem_allocations_numa view
Tomas Vondra
2025/06/25
Re: pgsql: Introduce pg_shmem_allocations_numa view
Tomas Vondra
2025/06/25
Re: Issue with custom operator in simple case
Maxim Orlov
2025/06/25
Re: Slot's restart_lsn may point to removed WAL segment after hard restart unexpectedly
Dilip Kumar
2025/06/25
Re: BackendKeyData is mandatory?
Jelte Fennema-Nio
2025/06/25
display hot standby state in psql prompt
Jim Jones
2025/06/25
Re: Make COPY format extendable: Extract COPY TO format implementations
Sutou Kouhei
2025/06/25
Re: pgsql: Introduce pg_shmem_allocations_numa view
Jakub Wartak
2025/06/25
Proposal: Native High Availability and Automatic Failover in PostgreSQL
Ale Rox
2025/06/25
Re: Add RESPECT/IGNORE NULLS and FROM FIRST/LAST options
Tatsuo Ishii
2025/06/25
Re: [PATCH] Fix OAuth feature detection on OpenBSD+Meson
Peter Eisentraut
2025/06/24
Re: Simplify VM counters in vacuum code
Nazir Bilal Yavuz
2025/06/24
Re: Conflict detection for update_deleted in logical replication
shveta malik
2025/06/24
Re: Logical Replication of sequences
Shlok Kyal
2025/06/24
Re: pgsql: Introduce pg_shmem_allocations_numa view
Bertrand Drouvot
2025/06/24
Re: Logrep launcher race conditions leading to slow tests
Ashutosh Bapat
2025/06/24
Re: pgsql: Introduce pg_shmem_allocations_numa view
Andres Freund
2025/06/24
Re: Slot's restart_lsn may point to removed WAL segment after hard restart unexpectedly
Dilip Kumar
2025/06/24
IPC/MultixactCreation on the Standby server
Dmitry
2025/06/24
Re: pgsql: Introduce pg_shmem_allocations_numa view
Bertrand Drouvot
2025/06/24
Re: pgsql: Introduce pg_shmem_allocations_numa view
Bertrand Drouvot
2025/06/24
Re: Logrep launcher race conditions leading to slow tests
Dilip Kumar
2025/06/24
Re: SQL:2023 JSON simplified accessor support
jian he
2025/06/24
Re: Safeguards against incorrect fd flags for fsync()
Michael Banck
2025/06/24
Re: pg18: Virtual generated columns are not (yet) safe when superuser selects from them
Peter Eisentraut
2025/06/24
Improve pg_sync_replication_slots() to wait for primary to advance
Ajin Cherian
2025/06/24
RE: Slot's restart_lsn may point to removed WAL segment after hard restart unexpectedly
Zhijie Hou (Fujitsu)
2025/06/24
Re: queryId constant squashing does not support prepared statements
Michael Paquier
2025/06/24
Re: Logical Replication of sequences
shveta malik
2025/06/24
Re: Logrep launcher race conditions leading to slow tests
Amit Kapila
2025/06/24
Re: Logical Replication of sequences
Nisha Moond
2025/06/24
Re: POC: enable logical decoding when wal_level = 'replica' without a server restart
shveta malik
2025/06/24
Re: POC: enable logical decoding when wal_level = 'replica' without a server restart
shveta malik
2025/06/24
Re: [WIP]Vertical Clustered Index (columnar store extension) - take2
Peter Smith
2025/06/24
Re: Logrep launcher race conditions leading to slow tests
Tom Lane
2025/06/24
Re: Make COPY format extendable: Extract COPY TO format implementations
Masahiko Sawada
2025/06/24
Re: Simplify VM counters in vacuum code
Melanie Plageman
2025/06/24
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
2025/06/24
Re: Logical Replication of sequences
Nisha Moond
2025/06/24
Re: Remove unneeded check for XLH_INSERT_ALL_FROZEN in heap_xlog_insert
Tomas Vondra
2025/06/24
Re: [PATCH] Fix hostaddr crash during non-blocking cancellation
Greg Sabino Mullane
2025/06/24
Re: [PATCH] Fix OAuth feature detection on OpenBSD+Meson
Jacob Champion
2025/06/24
Re: problems with toast.* reloptions
Nathan Bossart
2025/06/24
Re: Fixes inconsistent behavior in vacuum when it processes multiple relations
Michael Paquier
2025/06/24
Re: array_in sub function ReadArrayDimensions error message
David G. Johnston
2025/06/24
Re: Huge commitfest app update upcoming: Tags, Draft CF, Help page, and automated commitfest creat/open/close
David G. Johnston
2025/06/24
Re: Safeguards against incorrect fd flags for fsync()
Michael Paquier
2025/06/24
Re: Vacuum ERRORs out considering freezing dead tuples from before OldestXmin
Melanie Plageman
2025/06/24
Re: Introduce New Command Processing Chapter to Documentation
David G. Johnston
2025/06/24
Re: pg_dump --with-* options
Fujii Masao
2025/06/24
Re: [PATCH] Fix OAuth feature detection on OpenBSD+Meson
Tom Lane
2025/06/24
Re: Periodic FSM vacuum doesn't happen in one-pass strategy vacuum.
Melanie Plageman
2025/06/24
Re: pg_dump --with-* options
Nathan Bossart
2025/06/24
Re: Add \pset options for boolean value display
David G. Johnston
2025/06/24
Re: Add \pset options for boolean value display
Tom Lane
2025/06/24
Re: pg_dump --with-* options
Robert Haas
2025/06/24
Re: Add \pset options for boolean value display
David G. Johnston
2025/06/24
Re: pg_dump --with-* options
Greg Sabino Mullane
2025/06/24
Re: [PATCH] Fix OAuth feature detection on OpenBSD+Meson
Jacob Champion
2025/06/24
Re: add function for creating/attaching hash table in DSM registry
Nathan Bossart
2025/06/24
Re: [PATCH] Fix OAuth feature detection on OpenBSD+Meson
Tom Lane
2025/06/24
Re: [PATCH] Fix OAuth feature detection on OpenBSD+Meson
Tom Lane
2025/06/24
Re: [PATCH] Fix OAuth feature detection on OpenBSD+Meson
Jacob Champion
2025/06/24
Re: like pg_shmem_allocations, but fine-grained for DSM registry ?
Nathan Bossart
2025/06/24
Re: Remove unneeded check for XLH_INSERT_ALL_FROZEN in heap_xlog_insert
Melanie Plageman
2025/06/24
Re: [PATCH] Fix OAuth feature detection on OpenBSD+Meson
Jacob Champion
2025/06/24
Re: pgsql: Introduce pg_shmem_allocations_numa view
Tomas Vondra
2025/06/24
Re: [PATCH] Fix OAuth feature detection on OpenBSD+Meson
Peter Eisentraut
2025/06/24
Re: regdatabase
Nathan Bossart
2025/06/24
Fix some inconsistencies with open-coded visibilitymap_set() callers
Melanie Plageman
2025/06/24
Re: Add Option To Check All Addresses For Matching target_session_attr
Navrotskiy Artem
2025/06/24
Re: Make COPY format extendable: Extract COPY TO format implementations
Masahiko Sawada
2025/06/24
Allow ON CONFLICT DO UPDATE to return EXCLUDED values
Dean Rasheed
2025/06/24
Re: pgsql: Introduce pg_shmem_allocations_numa view
Christoph Berg
2025/06/24
Remove unneeded check for XLH_INSERT_ALL_FROZEN in heap_xlog_insert
Melanie Plageman
2025/06/24
Re: pgsql: Introduce pg_shmem_allocations_numa view
Christoph Berg
2025/06/24
Re: Logrep launcher race conditions leading to slow tests
Tom Lane
2025/06/24
Re: Fixes inconsistent behavior in vacuum when it processes multiple relations
Nathan Bossart
2025/06/24
Re: pgsql: Introduce pg_shmem_allocations_numa view
Christoph Berg
2025/06/24
Re: Improve the performance of Unicode Normalization Forms.
Alexander Borisov
2025/06/24
Re: BackendKeyData is mandatory?
Tom Lane
2025/06/24
Re: Simplify VM counters in vacuum code
Melanie Plageman
2025/06/24
Re: BackendKeyData is mandatory?
Jelte Fennema-Nio
2025/06/24
Re: BackendKeyData is mandatory?
Jacob Champion
2025/06/24
Re: pgsql: Introduce pg_shmem_allocations_numa view
Tomas Vondra
2025/06/24
Re: Safeguards against incorrect fd flags for fsync()
Tom Lane
2025/06/24
Re: SQL:2023 JSON simplified accessor support
jian he
2025/06/24
Re: pgsql: Introduce pg_shmem_allocations_numa view
Bertrand Drouvot
2025/06/24
Re: pgsql: Introduce pg_shmem_allocations_numa view
Tomas Vondra
2025/06/24
Re: pgsql: Introduce pg_shmem_allocations_numa view
Tomas Vondra
2025/06/24
Re: pgsql: Introduce pg_shmem_allocations_numa view
Bertrand Drouvot
2025/06/24
Re: Improve doc on parallel stream changes for Stream Abort message
Amit Kapila
2025/06/24
Re: split func.sgml to separated individual sgml files
jian he
2025/06/24
Re: Improve doc on parallel stream changes for Stream Abort message
Amit Kapila
2025/06/24
Hooks or another better way to track session objects
Roman Khapov
2025/06/24
Re: Logical Replication of sequences
shveta malik
2025/06/24
Re: Improve doc on parallel stream changes for Stream Abort message
Anthonin Bonnefoy
2025/06/24
Re: Things I don't like about \du's "Attributes" column
Pavel Luzanov
2025/06/24
Re: POC: enable logical decoding when wal_level = 'replica' without a server restart
Bertrand Drouvot
2025/06/24
Re: BackendKeyData is mandatory?
Jelte Fennema-Nio
2025/06/24
Re: [PATCH] Fix OAuth feature detection on OpenBSD+Meson
Nazir Bilal Yavuz
2025/06/24
Re: Add SPLIT PARTITION/MERGE PARTITIONS commands
jian he
2025/06/24
Re: Allow to collect statistics on virtual generated columns
Yugo Nagata
2025/06/24
Re: Safeguards against incorrect fd flags for fsync()
Michael Banck
2025/06/24
Re: Make COPY format extendable: Extract COPY TO format implementations
Sutou Kouhei
2025/06/23
Re: Make COPY format extendable: Extract COPY TO format implementations
Sutou Kouhei
2025/06/23
Re: problems with toast.* reloptions
Michael Paquier
2025/06/23
Re: [PATCH] Add additional extended protocol commands to psql: \parse and \bindx
Michael Paquier
2025/06/23
Re: Simplify VM counters in vacuum code
Masahiko Sawada
2025/06/23
Re: Vacuum ERRORs out considering freezing dead tuples from before OldestXmin
John Naylor
2025/06/23
Re: Improve CRC32C performance on SSE4.2
John Naylor
2025/06/23
Re: Make COPY format extendable: Extract COPY TO format implementations
Masahiko Sawada
2025/06/23
Re: pgsql: Introduce pg_shmem_allocations_numa view
Tomas Vondra
2025/06/23
Re: Fixes inconsistent behavior in vacuum when it processes multiple relations
Michael Paquier
2025/06/23
Re: [PATCH] Fix OAuth feature detection on OpenBSD+Meson
Tom Lane
2025/06/23
Re: Tags in the commitfest app: How to use them and what tags to add?
Jacob Champion
2025/06/23
Logrep launcher race conditions leading to slow tests
Tom Lane
2025/06/23
Re: BackendKeyData is mandatory?
Tatsuo Ishii
2025/06/23
[PATCH] Fix OAuth feature detection on OpenBSD+Meson
Jacob Champion
2025/06/23
Re: Proper object locking for GRANT/REVOKE
Noah Misch
2025/06/23
Re: Vacuum ERRORs out considering freezing dead tuples from before OldestXmin
Melanie Plageman
2025/06/23
Simplify VM counters in vacuum code
Melanie Plageman
2025/06/23
Re: pgsql: Introduce pg_shmem_allocations_numa view
Tomas Vondra
2025/06/23
Re: pgsql: Introduce pg_shmem_allocations_numa view
Tomas Vondra
2025/06/23
Re: Issue with custom operator in simple case
Tom Lane
2025/06/23
Re: pgsql: Introduce pg_shmem_allocations_numa view
Tomas Vondra
2025/06/23
Re: pgsql: Introduce pg_shmem_allocations_numa view
Christoph Berg
2025/06/23
Re: pgsql: Introduce pg_shmem_allocations_numa view
Christoph Berg
2025/06/23
Re: pgsql: Introduce pg_shmem_allocations_numa view
Tomas Vondra
2025/06/23
Re: pgsql: Introduce pg_shmem_allocations_numa view
Christoph Berg
2025/06/23
Re: problems with toast.* reloptions
Nathan Bossart
2025/06/23
Re: pgsql: Introduce pg_shmem_allocations_numa view
Christoph Berg
2025/06/23
Re: BackendKeyData is mandatory?
Tom Lane
2025/06/23
Re: Tags in the commitfest app: How to use them and what tags to add?
David G. Johnston
2025/06/23
Re: Tags in the commitfest app: How to use them and what tags to add?
Jelte Fennema-Nio
2025/06/23
Re: Slot's restart_lsn may point to removed WAL segment after hard restart unexpectedly
Alexander Korotkov
2025/06/23
Re: BackendKeyData is mandatory?
Jelte Fennema-Nio
2025/06/23
Re: pg_dump --with-* options
Robert Haas
2025/06/23
Re: Add progressive backoff to XactLockTableWait functions
Xuneng Zhou
2025/06/23
Re: Slot's restart_lsn may point to removed WAL segment after hard restart unexpectedly
vignesh C
2025/06/23
Re: pgsql: Introduce pg_shmem_allocations_numa view
Andres Freund
2025/06/23
Re: BackendKeyData is mandatory?
Jacob Champion
2025/06/23
Re: Tags in the commitfest app: How to use them and what tags to add?
Jacob Champion
2025/06/23
Re: BackendKeyData is mandatory?
Jelte Fennema-Nio
2025/06/23
Re: pg18: Virtual generated columns are not (yet) safe when superuser selects from them
jian he
2025/06/23
Re: BackendKeyData is mandatory?
Jacob Champion
2025/06/23
Re: problems with toast.* reloptions
Nathan Bossart
2025/06/23
Re: pgsql: Introduce pg_shmem_allocations_numa view
Christoph Berg
2025/06/23
Re: Improve CRC32C performance on SSE4.2
Nathan Bossart
2025/06/23
Issue with custom operator in simple case
Maxim Orlov
2025/06/23
Re: Fixes inconsistent behavior in vacuum when it processes multiple relations
Nathan Bossart
2025/06/23
Re: [PoC] Federated Authn/z with OAUTHBEARER
Jacob Champion
2025/06/23
Re: Improve CRC32C performance on SSE4.2
Tom Lane
2025/06/23
Re: pgsql: Introduce pg_shmem_allocations_numa view
Christoph Berg
2025/06/23
Re: Improve CRC32C performance on SSE4.2
Nathan Bossart
2025/06/23
Re: pgsql: Introduce pg_shmem_allocations_numa view
Andres Freund
2025/06/23
Re: POC: enable logical decoding when wal_level = 'replica' without a server restart
Masahiko Sawada
2025/06/23
Re: Improve CRC32C performance on SSE4.2
Tom Lane
2025/06/23
Re: Improve CRC32C performance on SSE4.2
Nathan Bossart
2025/06/23
Re: Improve CRC32C performance on SSE4.2
Tom Lane
2025/06/23
Re: pgsql: Introduce pg_shmem_allocations_numa view
Christoph Berg
2025/06/23
Fixes possible api misuse when connecting with server
Ranier Vilela
2025/06/23
Re: pgsql: Introduce pg_shmem_allocations_numa view
Christoph Berg
2025/06/23
Re: SQL:2023 JSON simplified accessor support
Alexandra Wang
2025/06/23
Re: SQL:2023 JSON simplified accessor support
Alexandra Wang
2025/06/23
Re: [PATCH] Proposal to Enable/Disable Index using ALTER INDEX
Robert Treat
2025/06/23
Re: [PATCH] Proposal to Enable/Disable Index using ALTER INDEX
Robert Treat
Earlier messages
Later messages