pgsql-hackers
Thread
Date
Earlier messages
Later messages
Messages by Date
2025/08/12
Re: Excessive LOG messages from replication slot sync worker
Fujii Masao
2025/08/12
Re: Update the LSN format in the comment example
Fujii Masao
2025/08/12
Re: Excessive LOG messages from replication slot sync worker
Fujii Masao
2025/08/12
Re: Obsolete comments in ResultRelInfo struct
Etsuro Fujita
2025/08/12
Re: Obsolete comments in ResultRelInfo struct
Etsuro Fujita
2025/08/12
Re: Conflict detection for update_deleted in logical replication
shveta malik
2025/08/12
Re: Conflict detection for update_deleted in logical replication
Dilip Kumar
2025/08/12
Re: Correct documentation for protocol version
Jelte Fennema-Nio
2025/08/12
Re: Adding locks statistics
Bertrand Drouvot
2025/08/12
Re: Correction of RowMark Removal During Sel-Join Elimination
Andrei Lepikhov
2025/08/12
Re: Adding locks statistics
Bertrand Drouvot
2025/08/12
Re: Adding locks statistics
Bertrand Drouvot
2025/08/12
RE: Conflict detection for update_deleted in logical replication
Zhijie Hou (Fujitsu)
2025/08/12
Re: [Patch] add new parameter to pg_replication_origin_session_setup
Amit Kapila
2025/08/12
Re: Excessive LOG messages from replication slot sync worker
Japin Li
2025/08/12
Re: Parallel Apply
Amit Kapila
2025/08/12
Re: Conflict detection for update_deleted in logical replication
Dilip Kumar
2025/08/12
Re: Excessive LOG messages from replication slot sync worker
Fujii Masao
2025/08/12
Re: Conflict detection for update_deleted in logical replication
Amit Kapila
2025/08/12
Re: Conflict detection for update_deleted in logical replication
shveta malik
2025/08/12
Re: POC: enable logical decoding when wal_level = 'replica' without a server restart
Shlok Kyal
2025/08/12
Re: Correct documentation for protocol version
Heikki Linnakangas
2025/08/12
Re: VM corruption on standby
Kirill Reshke
2025/08/12
Per backend relation statistics tracking
Bertrand Drouvot
2025/08/12
Update the LSN format in the comment example
Japin Li
2025/08/12
Re: Excessive LOG messages from replication slot sync worker
Japin Li
2025/08/12
Re: `pg_ctl init` crashes when run concurrently; semget(2) suspected
Gavin Panella
2025/08/12
Re: Speed up COPY FROM text/CSV parsing using SIMD
Shinya Kato
2025/08/11
Re: Parallel Apply
Amit Kapila
2025/08/11
Re: Excessive LOG messages from replication slot sync worker
shveta malik
2025/08/11
Re: implement CAST(expr AS type FORMAT 'template')
jian he
2025/08/11
Re: Parallel Apply
Andrei Lepikhov
2025/08/11
Re: Making type Datum be 8 bytes everywhere
Peter Eisentraut
2025/08/11
Re: VM corruption on standby
Kirill Reshke
2025/08/11
Re: GB18030-2022 Support in PostgreSQL
Chao Li
2025/08/11
Re: VM corruption on standby
Kirill Reshke
2025/08/11
Re: index prefetching
Thomas Munro
2025/08/11
Re: GB18030-2022 Support in PostgreSQL
John Naylor
2025/08/11
Re: Possible inaccurate description of wal_compression in docs
Michael Paquier
2025/08/11
Re: [WIP]Vertical Clustered Index (columnar store extension) - take2
Japin Li
2025/08/11
Re: Improve LWLock tranche name visibility across backends
Sami Imseih
2025/08/11
CREATE/ALTER PUBLICATION improvements for syntax synopsis
Peter Smith
2025/08/11
Re: Proposal to adjust typmod argument on base UDT input functions
Sandino Araico Sánchez
2025/08/11
Excessive LOG messages from replication slot sync worker
Fujii Masao
2025/08/11
Re: Annoying warning in SerializeClientConnectionInfo
Michael Paquier
2025/08/11
Re: Patch 1 of GB18030-2022 support
Chao Li
2025/08/11
Re: Pathify RHS unique-ification for semijoin planning
Richard Guo
2025/08/11
Re: date_trunc invalid units with infinite value
Joseph Koshakow
2025/08/11
Re: Enhancing Memory Context Statistics Reporting
torikoshia
2025/08/11
Re: Invalid remote sampling test in postgres_fdw.
Michael Paquier
2025/08/11
Re: Adding locks statistics
Tom Lane
2025/08/11
Re: Adding locks statistics
Michael Paquier
2025/08/11
Re: index prefetching
Peter Geoghegan
2025/08/11
Re: `pg_ctl init` crashes when run concurrently; semget(2) suspected
Tom Lane
2025/08/11
Re: Annoying warning in SerializeClientConnectionInfo
Jacob Champion
2025/08/11
Annoying warning in SerializeClientConnectionInfo
Andres Freund
2025/08/11
Re: `pg_ctl init` crashes when run concurrently; semget(2) suspected
Gavin Panella
2025/08/11
Re: Adding locks statistics
Jeff Davis
2025/08/11
Re: index prefetching
Tomas Vondra
2025/08/11
Re: index prefetching
Peter Geoghegan
2025/08/11
Re: SCRAM pass-through authentication for postgres_fdw
Matheus Alcantara
2025/08/11
Re: Some ExecSeqScan optimizations
Andres Freund
2025/08/11
Re: Foreign key isolation tests
Paul A Jungwirth
2025/08/11
Re: index prefetching
Peter Geoghegan
2025/08/11
Re: Remove Instruction Synchronization Barrier in spin_delay() for ARM64 architecture
Tom Lane
2025/08/11
Re: Remove Instruction Synchronization Barrier in spin_delay() for ARM64 architecture
Nathan Bossart
2025/08/11
Re: meson: add and use stamp files for generated headers
Andres Freund
2025/08/11
Re: Extension security improvement: Add support for extensions with an owned schema
Robert Haas
2025/08/11
2025-08-14 release announcement draft
Noah Misch
2025/08/11
Re: psql: Count all table footer lines in pager setup
Greg Sabino Mullane
2025/08/11
Re: ReplicationSlotRelease() crashes when the instance is in the single user mode
Robert Haas
2025/08/11
Re: Correction of RowMark Removal During Sel-Join Elimination
Greg Sabino Mullane
2025/08/11
Re: Extension security improvement: Add support for extensions with an owned schema
Robert Haas
2025/08/11
Re: Adding locks statistics
Greg Sabino Mullane
2025/08/11
Re: [Patch] add new parameter to pg_replication_origin_session_setup
Doruk Yilmaz
2025/08/11
Re: Obsolete comments in ResultRelInfo struct
Dean Rasheed
2025/08/11
Re: Possible inaccurate description of wal_compression in docs
Jingtang Zhang
2025/08/11
Re: Generate GUC tables from .dat file
Joe Conway
2025/08/11
Re: Generate GUC tables from .dat file
David E. Wheeler
2025/08/11
Re: Possible inaccurate description of wal_compression in docs
Andrey Borodin
2025/08/11
Re: Possible inaccurate description of wal_compression in docs
Xuneng Zhou
2025/08/11
Re: `pg_ctl init` crashes when run concurrently; semget(2) suspected
Tom Lane
2025/08/11
Re: Foreign key isolation tests
Robert Haas
2025/08/11
Re: Support for 8-byte TOAST values (aka the TOAST infinite loop problem)
Nikita Malakhov
2025/08/11
Invalid remote sampling test in postgres_fdw.
Corey Huinker
2025/08/11
Re: Improve the performance of Unicode Normalization Forms.
Alexander Borisov
2025/08/11
Re: index prefetching
Tomas Vondra
2025/08/11
Re: alter check constraint enforceability
Kirill Reshke
2025/08/11
Re: SQL Property Graph Queries (SQL/PGQ)
Peter Eisentraut
2025/08/11
Re: LISTEN/NOTIFY bug: VACUUM sets frozenxid past a xid in async queue
Matheus Alcantara
2025/08/11
TAB completion for ALTER TABLE ... ALTER CONSTRAINT ... ENFORCED
Kirill Reshke
2025/08/11
Re: Obsolete comments in ResultRelInfo struct
Kirill Reshke
2025/08/11
Re: Improve tab completion for various SET/RESET forms
Dagfinn Ilmari Mannsåker
2025/08/11
Re: meson: add and use stamp files for generated headers
Nazir Bilal Yavuz
2025/08/11
Obsolete comments in ResultRelInfo struct
Etsuro Fujita
2025/08/11
Understanding ExecShutdownNode()
David Geier
2025/08/11
incremental backup
Fabrice Chapuis
2025/08/11
Re: [PATCH] Proposal to Enable/Disable Index using ALTER INDEX
Michael Paquier
2025/08/11
Re: alter check constraint enforceability
jian he
2025/08/11
Re: [WIP]Vertical Clustered Index (columnar store extension) - take2
Japin Li
2025/08/11
Re: Parallel Apply
Kirill Reshke
2025/08/11
Re: GB18030-2022 Support in PostgreSQL
John Naylor
2025/08/11
Re: GB18030-2022 Support in PostgreSQL
Chao Li
2025/08/11
Re: GB18030-2022 Support in PostgreSQL
John Naylor
2025/08/11
Re: Speed up COPY FROM text/CSV parsing using SIMD
Nazir Bilal Yavuz
2025/08/11
Re: Parallel Apply
Amit Kapila
2025/08/11
Re: Skipping schema changes in publication
Peter Smith
2025/08/11
Re: GB18030-2022 Support in PostgreSQL
Chao Li
2025/08/11
Re: [PATCH] Refactor bytea_sortsupport(), take two
John Naylor
2025/08/11
Re: Parallel Apply
Kirill Reshke
2025/08/11
Re: Improve pg_sync_replication_slots() to wait for primary to advance
Ajin Cherian
2025/08/11
Re: Improve pg_sync_replication_slots() to wait for primary to advance
Ajin Cherian
2025/08/11
Re: New commitfest app release on August 19th
Jelte Fennema-Nio
2025/08/11
Re: BackendKeyData is mandatory?
Jelte Fennema-Nio
2025/08/10
Re: [Patch] add new parameter to pg_replication_origin_session_setup
Amit Kapila
2025/08/10
Generate GUC tables from .dat file
Peter Eisentraut
2025/08/10
Re: GB18030-2022 Support in PostgreSQL
John Naylor
2025/08/10
Parallel Apply
Amit Kapila
2025/08/10
Re: Request for Guidance on Reducing PostgreSQL DB Restoration Time
Mircea Cadariu
2025/08/10
Re: `pg_ctl init` crashes when run concurrently; semget(2) suspected
Tom Lane
2025/08/10
Re: `pg_ctl init` crashes when run concurrently; semget(2) suspected
Tom Lane
2025/08/10
Re: `pg_ctl init` crashes when run concurrently; semget(2) suspected
Tom Lane
2025/08/10
`pg_ctl init` crashes when run concurrently; semget(2) suspected
Gavin Panella
2025/08/10
Re: Test instability when pg_dump orders by OID
Kirill Reshke
2025/08/10
Re: BackgroundPsql swallowing errors on windows
Tom Lane
2025/08/10
Re: BackgroundPsql swallowing errors on windows
Noah Misch
2025/08/10
Re: Test instability when pg_dump orders by OID
Tom Lane
2025/08/10
Re: Test instability when pg_dump orders by OID
Robert Haas
2025/08/10
Re: Test instability when pg_dump orders by OID
Noah Misch
2025/08/10
Re: Emitting JSON to file using COPY TO
jian he
2025/08/10
Re: Test instability when pg_dump orders by OID
Kirill Reshke
2025/08/10
Possible inaccurate description of wal_compression in docs
Jingtang Zhang
2025/08/10
Re: Dead code with short varlenas in toast_save_datum()
Michael Paquier
2025/08/10
Re: Dead code with short varlenas in toast_save_datum()
Nikhil Kumar Veldanda
2025/08/10
Re: Adding per backend commit and rollback counters
Bertrand Drouvot
2025/08/10
Re: Test instability when pg_dump orders by OID
Alexander Lakhin
2025/08/09
Re: VM corruption on standby
Andrey Borodin
2025/08/09
Re: VM corruption on standby
Kirill Reshke
2025/08/09
Re: A few patches to clarify snapshot management
Noah Misch
2025/08/09
Re: VM corruption on standby
Aleksander Alekseev
2025/08/09
Re: VM corruption on standby
Kirill Reshke
2025/08/09
Re: Making type Datum be 8 bytes everywhere
Andrew Dunstan
2025/08/09
Re: VM corruption on standby
Andrey Borodin
2025/08/09
plpython: Remove support for major version conflict detection
Peter Eisentraut
2025/08/09
Re: Making type Datum be 8 bytes everywhere
Tom Lane
2025/08/09
Re: VM corruption on standby
Andrey Borodin
2025/08/09
Re: Prolonged truncation phase during vacuum on toast table with repeated interruptions by lock waiters and a proposed POC patch
Shayon Mukherjee
2025/08/09
Re: Adding REPACK [concurrently]
Alvaro Herrera
2025/08/09
Re: Implement waiting for wal lsn replay: reloaded
Xuneng Zhou
2025/08/09
Re: Adding REPACK [concurrently]
Mihail Nikalayeu
2025/08/09
Re: Datum as struct
Tom Lane
2025/08/09
Re: Datum as struct
Peter Eisentraut
2025/08/09
Re: Making type Datum be 8 bytes everywhere
Joe Conway
2025/08/09
Re: Implement waiting for wal lsn replay: reloaded
Xuneng Zhou
2025/08/09
Re: Datum as struct
Peter Eisentraut
2025/08/09
Re: Support for 8-byte TOAST values (aka the TOAST infinite loop problem)
Michael Paquier
2025/08/09
Re: Support for 8-byte TOAST values (aka the TOAST infinite loop problem)
Michael Paquier
2025/08/09
Re: Support for 8-byte TOAST values (aka the TOAST infinite loop problem)
Michael Paquier
2025/08/08
Re: Making type Datum be 8 bytes everywhere
Tom Lane
2025/08/08
Re: Improve tab completion for various SET/RESET forms
Dagfinn Ilmari Mannsåker
2025/08/08
Re: Adding basic NUMA awareness
Andres Freund
2025/08/08
meson: add and use stamp files for generated headers
Andres Freund
2025/08/08
Re: index prefetching
Andres Freund
2025/08/08
Re: headerscheck warnings with late-model gcc
Andres Freund
2025/08/08
Re: dikkop seems unhappy because of openssl stuff (FreeBSD 14-BETA1)
Tom Lane
2025/08/08
Re: Support getrandom() for pg_strong_random() source
Jacob Champion
2025/08/08
Re: Enhance statistics reset functions to return reset timestamp
Andres Freund
2025/08/08
Re: Kernel AIO on FreeBSD, macOS and a couple of other Unixen
Andres Freund
2025/08/08
Re: Kernel AIO on FreeBSD, macOS and a couple of other Unixen
Andres Freund
2025/08/08
Re: Support getrandom() for pg_strong_random() source
Masahiko Sawada
2025/08/08
Re: SCRAM pass-through authentication for postgres_fdw
Peter Eisentraut
2025/08/08
Re: Add CHECK_FOR_INTERRUPTS in pg_buffercache_pages while scanning the buffers
Masahiko Sawada
2025/08/08
Request for Guidance on Reducing PostgreSQL DB Restoration Time
Madhumitha C
2025/08/08
Re: Inline non-SQL SRFs using SupportRequestSimplify
Paul A Jungwirth
2025/08/08
Re: [PATCH] OAuth: fix performance bug with stuck multiplexer events
Jacob Champion
2025/08/08
Re: Broken ./configure checks for __cpuid() and __cpuidex()
Andres Freund
2025/08/08
Re: Support for 8-byte TOAST values (aka the TOAST infinite loop problem)
Andres Freund
2025/08/08
Re: [PATCH] OAuth: fix performance bug with stuck multiplexer events
Dagfinn Ilmari Mannsåker
2025/08/08
Re: Custom pgstat support performance regression for simple queries
Andres Freund
2025/08/08
Re: [PATCH] OAuth: fix performance bug with stuck multiplexer events
Jacob Champion
2025/08/08
Re: Datum as struct
Tom Lane
2025/08/08
Re: Datum as struct
Andres Freund
2025/08/08
Re: [PATCH] OAuth: fix performance bug with stuck multiplexer events
Dagfinn Ilmari Mannsåker
2025/08/08
Re: pgaio_io_get_id() type (was Re: Datum as struct)
Andres Freund
2025/08/08
Re: Support for 8-byte TOAST values (aka the TOAST infinite loop problem)
Tom Lane
2025/08/08
Re: Improve LWLock tranche name visibility across backends
Sami Imseih
2025/08/08
Granulaur spinlock wait events
Zaeem Hussain
2025/08/08
First-draft back-branch release notes are up
Tom Lane
2025/08/08
Re: [PoC] Federated Authn/z with OAUTHBEARER
Jacob Champion
2025/08/08
Re: [PATCH] OAuth: fix performance bug with stuck multiplexer events
Jacob Champion
2025/08/08
Re: Support for 8-byte TOAST values (aka the TOAST infinite loop problem)
Nikhil Kumar Veldanda
2025/08/08
Re: BackendKeyData is mandatory?
Heikki Linnakangas
2025/08/08
Re: BackendKeyData is mandatory?
Tom Lane
2025/08/08
Re: Issue with logical replication slot during switchover
Fabrice Chapuis
2025/08/08
Re: Improve pg_sync_replication_slots() to wait for primary to advance
Ashutosh Bapat
2025/08/08
Re: Dropping publication breaks logical replication
Amit Kapila
2025/08/08
Re: Dropping publication breaks logical replication
Ashutosh Bapat
2025/08/08
Re: Allow REPLICA IDENTITY with CREATE TABLE statement
Ashutosh Bapat
2025/08/08
Re: Add progressive backoff to XactLockTableWait functions
Xuneng Zhou
2025/08/08
Re: Improve tab completion for various SET/RESET forms
Kirill Reshke
Earlier messages
Later messages