pgsql-hackers
Thread
Date
Later messages
Messages by Date
2025/11/24
Re: [PATCH] Reorganize pqcomm.h a bit
Heikki Linnakangas
2025/11/24
Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access)
Chao Li
2025/11/24
Re: [PATCH] Avoid pallocs in async.c's SignalBackends critical section
Heikki Linnakangas
2025/11/24
Re: Import Statistics in postgres_fdw before resorting to sampling.
Chao Li
2025/11/24
Re: Add comments about fire_triggers argument in ri_triggers.c
Kirill Reshke
2025/11/24
Re: [PATCH] Expose checkpoint timestamp and duration in pg_stat_checkpointer
Michael Banck
2025/11/24
Re: Issue with logical replication slot during switchover
Amit Kapila
2025/11/24
Re: pg_recvlogical: Prevent flushed data from being re-sent after restarting replication
Mircea Cadariu
2025/11/24
Re: Add pg_buffercache_mark_dirty[_all] functions to the pg_buffercache
邱宇航
2025/11/24
Re: IPC/MultixactCreation on the Standby server
Ivan Bykov
2025/11/24
Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access)
Chao Li
2025/11/23
Re: Add pg_buffercache_mark_dirty[_all] functions to the pg_buffercache
Nazir Bilal Yavuz
2025/11/23
Re: Add pg_buffercache_mark_dirty[_all] functions to the pg_buffercache
Nazir Bilal Yavuz
2025/11/23
Re: Skipping schema changes in publication
Peter Smith
2025/11/23
Partial hash index is not used for implied qual.
Sergei Glukhov
2025/11/23
IPC/MultixactCreation on the Standby server
Bykov Ivan
2025/11/23
Re: Add pg_buffercache_mark_dirty[_all] functions to the pg_buffercache
邱宇航
2025/11/23
Re: Row pattern recognition
Tatsuo Ishii
2025/11/23
Re: Improve pg_sync_replication_slots() to wait for primary to advance
Ajin Cherian
2025/11/23
Re: Proposal: Conflict log history table for Logical Replication
Dilip Kumar
2025/11/23
Re: SQL Property Graph Queries (SQL/PGQ)
Junwang Zhao
2025/11/23
Re: Allow GUC settings in CREATE SUBSCRIPTION CONNECTION to take effect
Jelte Fennema-Nio
2025/11/23
Re: How can end users know the cause of LR slot sync delays?
shveta malik
2025/11/23
Re: How can end users know the cause of LR slot sync delays?
Amit Kapila
2025/11/23
Re: Add pg_buffercache_mark_dirty[_all] functions to the pg_buffercache
Michael Paquier
2025/11/23
Re: Add os_page_num to pg_buffercache
Michael Paquier
2025/11/23
Re: SQL Property Graph Queries (SQL/PGQ)
Ashutosh Bapat
2025/11/23
Re: Row pattern recognition
Tatsuo Ishii
2025/11/23
Re: [Proposal] Adding callback support for custom statistics kinds
Sami Imseih
2025/11/23
Re: Parallel Apply
Dilip Kumar
2025/11/23
Re: Adjust comments for `IndexOptInfo` to accurately reflect indexcollations's length
David Rowley
2025/11/23
Re: Allow GUC settings in CREATE SUBSCRIPTION CONNECTION to take effect
Chao Li
2025/11/23
Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions
Amul Sul
2025/11/23
Re: generic plans and "initial" pruning
Chao Li
2025/11/23
Re: Why is_admin_of_role() use ROLERECURSE_MEMBERS rather than ROLERECURSE_PRIVS?
cca5507
2025/11/23
Re: SQL Property Graph Queries (SQL/PGQ)
Junwang Zhao
2025/11/23
Re: Adjust comments for `IndexOptInfo` to accurately reflect indexcollations's length
Junwang Zhao
2025/11/23
Re: Row pattern recognition
Chao Li
2025/11/23
Re: [Proposal] Adding callback support for custom statistics kinds
Michael Paquier
2025/11/23
Re: index prefetching
Peter Geoghegan
2025/11/23
Re: Cygwin support
Thomas Munro
2025/11/23
Re: Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY
Michael Paquier
2025/11/23
Remove header lock BufferGetLSNAtomic() on architectures with 64 bit atomic operations
Andreas Karlsson
2025/11/23
Re: PRI?64 vs Visual Studio (2022)
Thomas Munro
2025/11/23
Re: Adjust comments for `IndexOptInfo` to accurately reflect indexcollations's length
David Rowley
2025/11/23
Re: Trying out <stdatomic.h>
Greg Burd
2025/11/23
Re: Trying out <stdatomic.h>
Thomas Munro
2025/11/23
Re: Optimize LISTEN/NOTIFY
Joel Jacobson
2025/11/23
Re: [PATCH] Fix ARM64/MSVC atomic memory ordering issues on Win11 by adding explicit DMB barriers
Greg Burd
2025/11/23
Re: [PATCH] Fix ARM64/MSVC atomic memory ordering issues on Win11 by adding explicit DMB barriers
Greg Burd
2025/11/23
Re: [PATCH] Fix ARM64/MSVC atomic memory ordering issues on Win11 by adding explicit DMB barriers
Thomas Munro
2025/11/23
Re: Add notification on BEGIN ATOMIC SQL functions using temp relations
Tom Lane
2025/11/23
Re: Trying out <stdatomic.h>
Thomas Munro
2025/11/23
Re: Extended test coverage and docs for SSL passphrase commands
Daniel Gustafsson
2025/11/23
Re: Extended test coverage and docs for SSL passphrase commands
Daniel Gustafsson
2025/11/23
Re: Trying out <stdatomic.h>
Álvaro Herrera
2025/11/23
Re: Trying out <stdatomic.h>
Tom Lane
2025/11/23
Re: [PATCH] Fix ARM64/MSVC atomic memory ordering issues on Win11 by adding explicit DMB barriers
Andres Freund
2025/11/23
Re: Optimize LISTEN/NOTIFY
Joel Jacobson
2025/11/23
Re: Trying out <stdatomic.h>
Greg Burd
2025/11/23
Re: Trying out <stdatomic.h>
Greg Burd
2025/11/23
Re: POC: Parallel processing of indexes in autovacuum
Daniil Davydov
2025/11/23
Re: should we have a fast-path planning for OLTP starjoins?
Tomas Vondra
2025/11/23
[PATCH] Avoid pallocs in async.c's SignalBackends critical section
Joel Jacobson
2025/11/23
Re: Exit walsender before confirming remote flush in logical replication
Fujii Masao
2025/11/23
Re: should we have a fast-path planning for OLTP starjoins?
Tomas Vondra
2025/11/23
Re: Add MERGE and VALUES statements to tab completion for PREPARE
Fujii Masao
2025/11/23
Re: [PATCH] Fix ARM64/MSVC atomic memory ordering issues on Win11 by adding explicit DMB barriers
Greg Burd
2025/11/23
Re: generic plans and "initial" pruning
Tender Wang
2025/11/23
Re: Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY
Álvaro Herrera
2025/11/23
Re: Missing wait events (gap analysis)
Komяpa
2025/11/23
Re: pg_utility ?
Komяpa
2025/11/23
Re: another autovacuum scheduling thread
David Rowley
2025/11/23
Re: pg_utility ?
Christoph Berg
2025/11/23
Re: pg_utility ?
Komяpa
2025/11/23
Re: Add os_page_num to pg_buffercache
Bertrand Drouvot
2025/11/23
Re: Fix logical decoding not track transaction during SNAPBUILD_BUILDING_SNAPSHOT
cca5507
2025/11/22
Re: Idea to enhance pgbench by more modes to generate data (multi-TXNs, UNNEST, COPY BINARY)
Boris Mironov
2025/11/22
Re: Import Statistics in postgres_fdw before resorting to sampling.
Corey Huinker
2025/11/22
Re: Extended Statistics set/restore/clear functions.
Michael Paquier
2025/11/22
Re: Unnecessary delay in streaming replication due to replay lag
sunil s
2025/11/22
Re:Re: [BUG] Incorrect historic snapshot may be serialized to disk during fast-forwarding
ocean_li_996
2025/11/22
Re: RFC 9266: Channel Bindings for TLS 1.3 support
Nico Williams
2025/11/22
Re:Fix logical decoding not track transaction during SNAPBUILD_BUILDING_SNAPSHOT
ocean_li_996
2025/11/22
Re: tuple radix sort
Chengpeng Yan
2025/11/22
Re: [BUG] Incorrect historic snapshot may be serialized to disk during fast-forwarding
cca5507
2025/11/22
Re: Remove unused fields from BufferCacheNumaRec
Michael Paquier
2025/11/22
[PATCH] Add error hints for invalid COPY options
Sugamoto Shinya
2025/11/22
Re: Remove unused fields from BufferCacheNumaRec
Chao Li
2025/11/22
Re: PRI?64 vs Visual Studio (2022)
Tom Lane
2025/11/22
Re: PRI?64 vs Visual Studio (2022)
Thomas Munro
2025/11/22
Re:[BUG] Incorrect historic snapshot may be serialized to disk during fast-forwarding
ocean_li_996
2025/11/22
Re: RFC 9266: Channel Bindings for TLS 1.3 support
* Neustradamus *
2025/11/22
Re: Inline non-SQL SRFs using SupportRequestSimplify
Tom Lane
2025/11/22
Re: pg_plan_advice
Dian Fay
2025/11/22
Re: Remove unused fields from BufferCacheNumaRec
Michael Paquier
2025/11/22
Re: Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY
Michael Paquier
2025/11/22
Re: Add notification on BEGIN ATOMIC SQL functions using temp relations
Jim Jones
2025/11/22
Re: POC: Parallel processing of indexes in autovacuum
Sami Imseih
2025/11/22
Re: [PATCH] Fix ARM64/MSVC atomic memory ordering issues on Win11 by adding explicit DMB barriers
Greg Burd
2025/11/22
Re: Optimize LISTEN/NOTIFY
Joel Jacobson
2025/11/22
Re: [oauth] SASL mechanisms
Nico Williams
2025/11/22
Re: POC: Parallel processing of indexes in autovacuum
Daniil Davydov
2025/11/22
Re: another autovacuum scheduling thread
Nathan Bossart
2025/11/22
Re: Add notification on BEGIN ATOMIC SQL functions using temp relations
Bernice Southey
2025/11/22
Re: pgsql: Teach DSM registry to ERROR if attaching to an uninitialized ent
Nathan Bossart
2025/11/22
Re: [PATCH] Allow complex data for GUC extra.
Bruce Momjian
2025/11/22
Re: [PATCH] Allow complex data for GUC extra.
Robert Haas
2025/11/22
Re: Add notification on BEGIN ATOMIC SQL functions using temp relations
Tom Lane
2025/11/22
Re: another autovacuum scheduling thread
Robert Haas
2025/11/22
Re: Add notification on BEGIN ATOMIC SQL functions using temp relations
Bernice Southey
2025/11/22
Re: Add notification on BEGIN ATOMIC SQL functions using temp relations
Tom Lane
2025/11/22
Re: another autovacuum scheduling thread
Sami Imseih
2025/11/22
Re: Add notification on BEGIN ATOMIC SQL functions using temp relations
Bernice Southey
2025/11/22
Re: 10% drop in code line count in PG 17
Bruce Momjian
2025/11/22
Re: Fix logical decoding not track transaction duringSNAPBUILD_BUILDING_SNAPSHOT
ocean_li_996
2025/11/22
Re: pgsql: Teach DSM registry to ERROR if attaching to an uninitialized ent
Robert Haas
2025/11/22
Re: Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY
Álvaro Herrera
2025/11/22
Re: Allow GUC settings in CREATE SUBSCRIPTION CONNECTION to take effect
Fujii Masao
2025/11/22
Re: Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY
Mihail Nikalayeu
2025/11/22
Re: Add notification on BEGIN ATOMIC SQL functions using temp relations
Jim Jones
2025/11/22
Re: change default default_toast_compression to lz4?
Álvaro Herrera
2025/11/22
Re: another autovacuum scheduling thread
Dilip Kumar
2025/11/22
Re: Extended test coverage and docs for SSL passphrase commands
Álvaro Herrera
2025/11/22
Re: isolation tester limitation in case of multiple injection points in a single command
Mihail Nikalayeu
2025/11/22
Adjust comments for `IndexOptInfo` to accurately reflect indexcollations's length
Junwang Zhao
2025/11/22
Re: Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY
Álvaro Herrera
2025/11/22
Re: another autovacuum scheduling thread
Robert Haas
2025/11/22
Re: Idea to enhance pgbench by more modes to generate data (multi-TXNs, UNNEST, COPY BINARY)
Boris Mironov
2025/11/22
Re: Fix logical decoding not track transaction duringSNAPBUILD_BUILDING_SNAPSHOT
cca5507
2025/11/22
Re: proposal: plpgsql, new check for extra_errors - strict_expr_check
Pavel Stehule
2025/11/22
Re:Fix logical decoding not track transaction during SNAPBUILD_BUILDING_SNAPSHOT
ocean_li_996
2025/11/22
Re: Extended test coverage and docs for SSL passphrase commands
Chao Li
2025/11/22
Fix logical decoding not track transaction during SNAPBUILD_BUILDING_SNAPSHOT
ocean_li_996
2025/11/22
Re: SQL:2011 Application Time Update & Delete
Peter Eisentraut
2025/11/22
[BUG] Incorrect historic snapshot may be serialized to disk during fast-forwarding
cca5507
2025/11/22
Re: headerscheck ccache support
Thomas Munro
2025/11/22
Re: [PATCH] jit: fix build with LLVM-21
Thomas Munro
2025/11/22
Re: headerscheck ccache support
Álvaro Herrera
2025/11/22
Re: meson and check-tests
Nazir Bilal Yavuz
2025/11/21
Do not emit WAL record for FSM truncaton when unneeded.
Kirill Reshke
2025/11/21
Re: [oauth] SASL mechanisms
Nico Williams
2025/11/21
Re: Optimize cardinality estimation when unique keys are fully covered
feichanghong
2025/11/21
Re: [PATCH] Reorganize pqcomm.h a bit
Jelte Fennema-Nio
2025/11/21
Re: Allow GUC settings in CREATE SUBSCRIPTION CONNECTION to take effect
Chao Li
2025/11/21
Missing wait events (gap analysis)
Nikolay Samokhvalov
2025/11/21
Re: [PATCH] Reorganize pqcomm.h a bit
Jacob Champion
2025/11/21
Re: Add notification on BEGIN ATOMIC SQL functions using temp relations
Tom Lane
2025/11/21
[oauth] SASL mechanisms
Jacob Champion
2025/11/21
Re: Add notification on BEGIN ATOMIC SQL functions using temp relations
Tom Lane
2025/11/21
Re: index prefetching
Andres Freund
2025/11/21
Re: RFC 9266: Channel Bindings for TLS 1.3 support
Nico Williams
2025/11/21
Re: index prefetching
Peter Geoghegan
2025/11/21
Re: RFC 9266: Channel Bindings for TLS 1.3 support
Jacob Champion
2025/11/21
Re: Extended Statistics set/restore/clear functions.
Corey Huinker
2025/11/21
Re: index prefetching
Andres Freund
2025/11/21
Re: Extended test coverage and docs for SSL passphrase commands
Daniel Gustafsson
2025/11/21
Re: [PATCH] Allow complex data for GUC extra.
Andrew Dunstan
2025/11/21
Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions
Corey Huinker
2025/11/21
Re: meson and check-tests
Andrew Dunstan
2025/11/21
Re: apply_scanjoin_target_to_paths and partitionwise join
Robert Haas
2025/11/21
Re: [PATCH] Reorganize pqcomm.h a bit
Jacob Champion
2025/11/21
Re: [PATCH] Reorganize pqcomm.h a bit
Jelte Fennema-Nio
2025/11/21
Re: Import Statistics in postgres_fdw before resorting to sampling.
Corey Huinker
2025/11/21
Re: should we have a fast-path planning for OLTP starjoins?
Bruce Momjian
2025/11/21
Re: Changing the state of data checksums in a running cluster
Andres Freund
2025/11/21
Re: should we have a fast-path planning for OLTP starjoins?
Tom Lane
2025/11/21
Re: RFC 9266: Channel Bindings for TLS 1.3 support
Nico Williams
2025/11/21
Re: Changing the state of data checksums in a running cluster
Bruce Momjian
2025/11/21
Re: [PATCH] Fix ARM64/MSVC atomic memory ordering issues on Win11 by adding explicit DMB barriers
Greg Burd
2025/11/21
Re: Optimize cardinality estimation when unique keys are fully covered
Nico Williams
2025/11/21
Re: RFC 9266: Channel Bindings for TLS 1.3 support
Jacob Champion
2025/11/21
Re: [PATCH] Fix ARM64/MSVC atomic memory ordering issues on Win11 by adding explicit DMB barriers
Greg Burd
2025/11/21
Re: [PATCH] Fix ARM64/MSVC atomic memory ordering issues on Win11 by adding explicit DMB barriers
Greg Burd
2025/11/21
Re: [PATCH] Fix ARM64/MSVC atomic memory ordering issues on Win11 by adding explicit DMB barriers
Greg Burd
2025/11/21
Re: RFC 9266: Channel Bindings for TLS 1.3 support
Nico Williams
2025/11/21
[PATCH] Reorganize pqcomm.h a bit
Jacob Champion
2025/11/21
Re: Optimize cardinality estimation when unique keys are fully covered
Tom Lane
2025/11/21
Re: Import Statistics in postgres_fdw before resorting to sampling.
Etsuro Fujita
2025/11/21
Re: RFC 9266: Channel Bindings for TLS 1.3 support
Jacob Champion
2025/11/21
Re: Buffer locking is special (hints, checksums, AIO writes)
Melanie Plageman
2025/11/21
Re: RFC 9266: Channel Bindings for TLS 1.3 support
Nico Williams
2025/11/21
Re: RFC 9266: Channel Bindings for TLS 1.3 support
Nico Williams
2025/11/21
Re: RFC 9266: Channel Bindings for TLS 1.3 support
Nico Williams
2025/11/21
Re: RFC 9266: Channel Bindings for TLS 1.3 support
Nico Williams
2025/11/21
Re: RFC 9266: Channel Bindings for TLS 1.3 support
Nico Williams
2025/11/21
Re: RFC 9266: Channel Bindings for TLS 1.3 support
Daniel Gustafsson
2025/11/21
Re: System views for versions reporting
Laurenz Albe
2025/11/21
Re: Optimize cardinality estimation when unique keys are fully covered
feichanghong
2025/11/21
Optimize cardinality estimation when unique keys are fully covered
feichanghong
2025/11/21
Re: RFC 9266: Channel Bindings for TLS 1.3 support
Jacob Champion
2025/11/21
Re: [PATCH] Add memory usage reporting to VACUUM VERBOSE
河田達也
2025/11/21
Re: RFC 9266: Channel Bindings for TLS 1.3 support
Jacob Champion
2025/11/21
Re: change default default_toast_compression to lz4?
Tom Lane
2025/11/21
Re: Allow GUC settings in CREATE SUBSCRIPTION CONNECTION to take effect
Fujii Masao
2025/11/21
Re: more C99 cleanup
Tom Lane
2025/11/21
Re: change default default_toast_compression to lz4?
Andres Freund
2025/11/21
Re: Remove useless casts to (void *)
Peter Eisentraut
2025/11/21
Re: headerscheck ccache support
Andres Freund
2025/11/21
Re: headerscheck ccache support
Andres Freund
Later messages