pgsql-hackers
Thread
Date
Earlier messages
Later messages
Messages by Date
2026/03/16
Re: Report bytes and transactions actually sent downtream
Amit Kapila
2026/03/16
Re: SQL Property Graph Queries (SQL/PGQ)
Junwang Zhao
2026/03/16
Re: pg_buffercache: Add per-relation summary stats
Haibo Yan
2026/03/16
Re: Patch for migration of the pg_commit_ts directory
Amit Kapila
2026/03/16
Re: SQL Property Graph Queries (SQL/PGQ)
zengman
2026/03/16
Re: [PROPOSAL] Termination of Background Workers for ALTER/DROP DATABASE
Michael Paquier
2026/03/16
Re: Skipping schema changes in publication
Amit Kapila
2026/03/16
Re: SQL Property Graph Queries (SQL/PGQ)
Ashutosh Bapat
2026/03/16
elog: clarify usage and style of error reporting functions
Chao Li
2026/03/16
Re: Skipping schema changes in publication
Amit Kapila
2026/03/16
RE: POC: make mxidoff 64 bits
Hayato Kuroda (Fujitsu)
2026/03/16
Re: Change copyObject() to use typeof_unqual
Tom Lane
2026/03/16
Re: Change copyObject() to use typeof_unqual
Tom Lane
2026/03/16
Re: Proposal for enabling auto-vectorization for checksum calculations
John Naylor
2026/03/16
Re: Proposal for enabling auto-vectorization for checksum calculations
John Naylor
2026/03/16
Re: Refactor query normalization into core query jumbling
Sami Imseih
2026/03/16
Re: Add starelid, attnum to pg_stats and leverage this in pg_dump
Corey Huinker
2026/03/16
Re: pg_stat_replication.*_lag sometimes shows NULL during active replication
Fujii Masao
2026/03/16
Re: Improve OAuth discovery logging
Chao Li
2026/03/16
Re: Skipping schema changes in publication
Peter Smith
2026/03/16
Re: SQL Property Graph Queries (SQL/PGQ)
zengman
2026/03/16
Re: BUG: Cascading standby fails to reconnect after falling back to archive recovery
Xuneng Zhou
2026/03/16
Re: tablecmds: reject CLUSTER ON for partitioned tables earlier
Chao Li
2026/03/16
Re: BUG: Cascading standby fails to reconnect after falling back to archive recovery
Xuneng Zhou
2026/03/16
Re: Eliminating SPI / SQL from some RI triggers - take 3
Haibo Yan
2026/03/16
Re: Improve OAuth discovery logging
Jacob Champion
2026/03/16
Re: EXPLAIN: showing ReadStream / prefetch stats
Tomas Vondra
2026/03/16
Re: Skipping schema changes in publication
Peter Smith
2026/03/16
Re: Stack-based tracking of per-node WAL/buffer usage
Tomas Vondra
2026/03/16
Re: Flush some statistics within running transactions
Sami Imseih
2026/03/16
Re: [PROPOSAL] Termination of Background Workers for ALTER/DROP DATABASE
Michael Paquier
2026/03/16
Re: Shutdown indefinitely stuck due to unflushed FPI_FOR_HINT record
Michael Paquier
2026/03/16
Re: pg_plan_advice
Lukas Fittl
2026/03/16
Re: Report bytes and transactions actually sent downtream
Michael Paquier
2026/03/16
Re: Shutdown indefinitely stuck due to unflushed FPI_FOR_HINT record
Fujii Masao
2026/03/16
Re: Avoid resource leak (contrib/postgres_fdw/connection.c)
Fujii Masao
2026/03/16
Re: Add starelid, attnum to pg_stats and leverage this in pg_dump
Michael Paquier
2026/03/16
Re: tablecmds: reject CLUSTER ON for partitioned tables earlier
Michael Paquier
2026/03/16
Re: Add starelid, attnum to pg_stats and leverage this in pg_dump
Nathan Bossart
2026/03/16
Re: pg_stat_io_histogram
Tomas Vondra
2026/03/16
Re: Change copyObject() to use typeof_unqual
Masahiko Sawada
2026/03/16
Re: Proposal: Prevent Primary/Standby SLRU divergence during MultiXact truncation
Heikki Linnakangas
2026/03/16
Re: Adding REPACK [concurrently]
Alvaro Herrera
2026/03/16
Re: Adding REPACK [concurrently]
Matthias van de Meent
2026/03/16
Re: BUG: Cascading standby fails to reconnect after falling back to archive recovery
Marco Nenciarini
2026/03/16
Re: Add starelid, attnum to pg_stats and leverage this in pg_dump
Michael Paquier
2026/03/16
Re: Don't synchronously wait for already-in-progress IO in read stream
Melanie Plageman
2026/03/16
Re: Adding REPACK [concurrently]
Matthias van de Meent
2026/03/16
Re: Read-only connection mode for AI workflows.
Bruce Momjian
2026/03/16
Re: Index scan with bitmap filter - has this been explored
Tomas Vondra
2026/03/16
Re: Why is_admin_of_role() use ROLERECURSE_MEMBERS rather thanROLERECURSE_PRIVS?
Nathan Bossart
2026/03/16
Re: BUG: Cascading standby fails to reconnect after falling back to archive recovery
Marco Nenciarini
2026/03/16
Re: More speedups for tuple deformation
David Rowley
2026/03/16
Re: Patch for migration of the pg_commit_ts directory
Masahiko Sawada
2026/03/16
Re: Read-only connection mode for AI workflows.
Andrei Lepikhov
2026/03/16
Re: Emitting JSON to file using COPY TO
Andrew Dunstan
2026/03/16
Re: POC: Parallel processing of indexes in autovacuum
Daniil Davydov
2026/03/16
Re: pg_plan_advice
Robert Haas
2026/03/16
Re: Add starelid, attnum to pg_stats and leverage this in pg_dump
Nathan Bossart
2026/03/16
Re: Adding REPACK [concurrently]
Antonin Houska
2026/03/16
Re: Add starelid, attnum to pg_stats and leverage this in pg_dump
Corey Huinker
2026/03/16
Re: Expanding HOT updates for expression and partial indexes
Jeff Davis
2026/03/16
Re: Improve OAuth discovery logging
Zsolt Parragi
2026/03/16
Re: pg_restore --format= option(without any value) should report an error as pg_dump is reporting an error
Nathan Bossart
2026/03/16
Re: Adding REPACK [concurrently]
Alvaro Herrera
2026/03/16
Re: Read-only connection mode for AI workflows.
Jack Bonatakis
2026/03/16
Re: Adding REPACK [concurrently]
Alvaro Herrera
2026/03/16
Re: Adding REPACK [concurrently]
Matthias van de Meent
2026/03/16
Re: Add starelid, attnum to pg_stats and leverage this in pg_dump
Nathan Bossart
2026/03/16
Re: [PATCH] Fix JSON_SERIALIZE() coercion placeholder type for jsonb input
Matt Blewitt
2026/03/16
Re: Expanding HOT updates for expression and partial indexes
Greg Burd
2026/03/16
Re: Expanding HOT updates for expression and partial indexes
Greg Burd
2026/03/16
Re: EXPLAIN: showing ReadStream / prefetch stats
Tomas Vondra
2026/03/16
Re: Emitting JSON to file using COPY TO
Masahiko Sawada
2026/03/16
Re: Improve OAuth discovery logging
Jacob Champion
2026/03/16
Re: Read-only connection mode for AI workflows.
Andrei Lepikhov
2026/03/16
Re: pgcrypto/des tests fail on riscv64 due to clang's code generation anomaly
Alexander Lakhin
2026/03/16
Re: Adding REPACK [concurrently]
Mahendra Singh Thalor
2026/03/16
Re: Expanding HOT updates for expression and partial indexes
Jeff Davis
2026/03/16
Re: EXPLAIN: showing ReadStream / prefetch stats
Tomas Vondra
2026/03/16
Re: pg_plan_advice
Robert Haas
2026/03/16
Re: Expanding HOT updates for expression and partial indexes
Nathan Bossart
2026/03/16
Re: EXPLAIN: showing ReadStream / prefetch stats
Melanie Plageman
2026/03/16
Re: EXPLAIN: showing ReadStream / prefetch stats
Melanie Plageman
2026/03/16
Re: pg_plan_advice
Robert Haas
2026/03/16
Re: pg_plan_advice
Robert Haas
2026/03/16
Re: POC: Parallel processing of indexes in autovacuum
Masahiko Sawada
2026/03/16
Re: More speedups for tuple deformation
Junwang Zhao
2026/03/16
Re: SQL Property Graph Queries (SQL/PGQ)
Ashutosh Bapat
2026/03/16
Re: [19] CREATE SUBSCRIPTION ... SERVER
Jeff Davis
2026/03/16
Re: Expanding HOT updates for expression and partial indexes
Greg Burd
2026/03/16
Re: Fix uninitialized xl_running_xacts padding
Alexander Kuzmenkov
2026/03/16
Proposal: Prevent Primary/Standby SLRU divergence during MultiXact truncation
Ayush Tiwari
2026/03/16
Re: bug: pg_dumpall with --data-only and --clean options is giving an error after some dump
Nathan Bossart
2026/03/16
Re: Adding REPACK [concurrently]
Alvaro Herrera
2026/03/16
Re: SQL Property Graph Queries (SQL/PGQ)
Ashutosh Bapat
2026/03/16
Re: PGPROC alignment (was Re: pgsql: Separate RecoveryConflictReasons from procsignals)
Bertrand Drouvot
2026/03/16
Re: Adding REPACK [concurrently]
Robert Treat
2026/03/16
Re: Show expression of virtual columns in error messages
Matheus Alcantara
2026/03/16
Re: Change copyObject() to use typeof_unqual
Tom Lane
2026/03/16
Re: RFC: Logging plan of the running query
torikoshia
2026/03/16
Re: Adding REPACK [concurrently]
Alvaro Herrera
2026/03/16
Re: SQL Property Graph Queries (SQL/PGQ)
zengman
2026/03/16
Re: bug: pg_dumpall with --data-only and --clean options is giving an error after some dump
Nathan Bossart
2026/03/16
Re: Add missing stats_reset column to pg_statio_all_sequences view
Fujii Masao
2026/03/16
Re: Vacuum statistics
Andrey Borodin
2026/03/16
Re: Serverside SNI support in libpq
Daniel Gustafsson
2026/03/16
Re: Adding REPACK [concurrently]
Matthias van de Meent
2026/03/16
Re: Avoid resource leak (contrib/postgres_fdw/connection.c)
Ranier Vilela
2026/03/16
Re: Avoid resource leak (contrib/postgres_fdw/connection.c)
Matheus Alcantara
2026/03/16
Re: Eliminating SPI / SQL from some RI triggers - take 3
Amit Langote
2026/03/16
Re: [OAuth2] Infrastructure for tracking token expiry time
Ajit Awekar
2026/03/16
Re: Report bytes and transactions actually sent downtream
Ashutosh Sharma
2026/03/16
Re: Adding REPACK [concurrently]
Antonin Houska
2026/03/16
Re: some more include removal from headers
Álvaro Herrera
2026/03/16
Re: Change copyObject() to use typeof_unqual
Jelte Fennema-Nio
2026/03/16
Re: Exit walsender before confirming remote flush in logical replication
Greg Sabino Mullane
2026/03/16
Re: SQL Property Graph Queries (SQL/PGQ)
Kirill Reshke
2026/03/16
Re: Change copyObject() to use typeof_unqual
Peter Eisentraut
2026/03/16
Re: SQL Property Graph Queries (SQL/PGQ)
Peter Eisentraut
2026/03/16
Re: POC: Parallel processing of indexes in autovacuum
Daniil Davydov
2026/03/16
Re: Adding REPACK [concurrently]
Alvaro Herrera
2026/03/16
Re: pgcrypto/des tests fail on riscv64 due to clang's code generation anomaly
Greg Burd
2026/03/16
Re: Vacuum statistics
Alena Rybakina
2026/03/16
Re: Report bytes and transactions actually sent downtream
Amit Kapila
2026/03/16
Re: Vacuum statistics
Alena Rybakina
2026/03/16
Avoid resource leak (contrib/postgres_fdw/connection.c)
Ranier Vilela
2026/03/16
Re: synchronized_standby_slots behavior inconsistent with quorum-based synchronous replication
shveta malik
2026/03/16
Re: Report oldest xmin source when autovacuum cannot remove tuples
Japin Li
2026/03/16
Re: PGPROC alignment (was Re: pgsql: Separate RecoveryConflictReasons from procsignals)
Bertrand Drouvot
2026/03/16
Re: Report bytes and transactions actually sent downtream
Amit Kapila
2026/03/16
Re: pg_upgrade fails when extension_control_path is used
Peter Eisentraut
2026/03/16
Re: Skipping schema changes in publication
vignesh C
2026/03/16
Re: PGPROC alignment (was Re: pgsql: Separate RecoveryConflictReasons from procsignals)
Peter Eisentraut
2026/03/16
Re: [PATCH] Docs: clarify default values of EXPLAIN BUFFERS and SERIALIZE
Fujii Masao
2026/03/16
Re: Better shared data structure management and resizable shared data structures
Ashutosh Bapat
2026/03/16
Re: Flush some statistics within running transactions
Michael Paquier
2026/03/16
Re: Vacuum statistics
Alena Rybakina
2026/03/16
Re: Add missing stats_reset column to pg_statio_all_sequences view
Fujii Masao
2026/03/16
Re: Don't use the deprecated and insecure PQcancel in our frontend tools anymore
Heikki Linnakangas
2026/03/16
Re: Enable -Wstrict-prototypes and -Wold-style-definition by default
Peter Eisentraut
2026/03/16
Re: Shutdown indefinitely stuck due to unflushed FPI_FOR_HINT record
Anthonin Bonnefoy
2026/03/16
Re: Streaming replication and WAL archive interactions
Jaroslav Novikov
2026/03/16
Re: Skipping schema changes in publication
Amit Kapila
2026/03/16
Re: Better shared data structure management and resizable shared data structures
Ashutosh Bapat
2026/03/16
Re: [PATCH] Docs: clarify default values of EXPLAIN BUFFERS and SERIALIZE
Ryo Matsumura (Fujitsu)
2026/03/16
Re: client_connection_check_interval default value
Fujii Masao
2026/03/16
Re: client_connection_check_interval default value
Fujii Masao
2026/03/16
Re: Flush some statistics within running transactions
Bertrand Drouvot
2026/03/16
Re: More speedups for tuple deformation
David Rowley
2026/03/16
Re: Adding REPACK [concurrently]
Antonin Houska
2026/03/16
Re: tablecmds: reject CLUSTER ON for partitioned tables earlier
Chao Li
2026/03/16
Re: synchronized_standby_slots behavior inconsistent with quorum-based synchronous replication
Ashutosh Sharma
2026/03/16
Re: tablecmds: reject CLUSTER ON for partitioned tables earlier
Michael Paquier
2026/03/16
Re: Skipping schema changes in publication
Amit Kapila
2026/03/16
Re: Vacuum statistics
Andrei Lepikhov
2026/03/16
Re: Skipping schema changes in publication
Peter Smith
2026/03/16
Re: Vacuum statistics
Андрей Зубков
2026/03/16
Re: Odd code around ginScanToDelete
Xuneng Zhou
2026/03/16
Re: Improve OAuth discovery logging
Andrey Borodin
2026/03/16
Re: Add missing stats_reset column to pg_statio_all_sequences view
Fujii Masao
2026/03/16
Re: Proposal for enabling auto-vectorization for checksum calculations
Andrew Kim
2026/03/16
Re: Report oldest xmin source when autovacuum cannot remove tuples
wenhui qiu
2026/03/16
Re: Report bytes and transactions actually sent downtream
Ashutosh Sharma
2026/03/16
Re: Pgbench: remove synchronous prepare
Dmitrii Bondar
2026/03/16
Re: Improve checks for GUC recovery_target_xid
Hüseyin Demir
2026/03/16
Re: [oauth] Stabilize the libpq-oauth ABI (and allow alternative implementations?)
Chao Li
2026/03/16
Re: Improve OAuth discovery logging
Zsolt Parragi
2026/03/16
Re: [PROPOSAL] Termination of Background Workers for ALTER/DROP DATABASE
Michael Paquier
2026/03/16
Re: Improve OAuth discovery logging
Andrey Borodin
2026/03/16
Re: EXPLAIN: showing ReadStream / prefetch stats
Lukas Fittl
2026/03/16
Re: client_connection_check_interval default value
Hüseyin Demir
2026/03/16
Re: Report bytes and transactions actually sent downtream
Ashutosh Bapat
2026/03/16
Re: More speedups for tuple deformation
Tender Wang
2026/03/16
Re: [PATCH] libpq: Fix incorrect message type in getBackendKeyData() comment
Michael Paquier
2026/03/15
RE: [PATCH] Support automatic sequence replication
Zhijie Hou (Fujitsu)
2026/03/15
Re: Report bytes and transactions actually sent downtream
Michael Paquier
2026/03/15
Re: Row pattern recognition
Tatsuo Ishii
2026/03/15
Re: Skipping schema changes in publication
Peter Smith
2026/03/15
Re: synchronized_standby_slots behavior inconsistent with quorum-based synchronous replication
shveta malik
2026/03/15
Re: Flush some statistics within running transactions
Michael Paquier
2026/03/15
Re: Improve OAuth discovery logging
Zsolt Parragi
2026/03/15
Re: gen_guc_tables improvements
Zsolt Parragi
2026/03/15
Re: Row pattern recognition
Henson Choi
2026/03/15
Re: Shutdown indefinitely stuck due to unflushed FPI_FOR_HINT record
Fujii Masao
2026/03/15
Re: [19] CREATE SUBSCRIPTION ... SERVER
Amit Kapila
2026/03/15
Re: Skipping schema changes in publication
shveta malik
2026/03/15
AT_AddColumn container/composite type over constrained domain should table rewrite
jian he
2026/03/15
Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions
Corey Huinker
2026/03/15
Re: support create index on virtual generated column.
jian he
2026/03/15
Re: Report bytes and transactions actually sent downtream
Ashutosh Bapat
2026/03/15
Re: Use SMgrRelation instead of SMgrRelationData * in pgaio_io_set_target_smgr()
Chao Li
2026/03/15
Re: Re: Re: Change COPY ... ON_ERROR ignore to ON_ERROR ignore_row
Fujii Masao
2026/03/15
Re: gen_guc_tables improvements
Chao Li
2026/03/15
Re: Streamify more code paths
Xuneng Zhou
2026/03/15
Re:Re: Re: Change COPY ... ON_ERROR ignore to ON_ERROR ignore_row
Yi Ding
2026/03/15
Re: Use SMgrRelation instead of SMgrRelationData * in pgaio_io_set_target_smgr()
Japin Li
2026/03/15
Re: Add missing stats_reset column to pg_stat_database_conflicts view
Chao Li
2026/03/15
Re: pgcrypto/des tests fail on riscv64 due to clang's code generation anomaly
Tom Lane
2026/03/15
Re: client_connection_check_interval default value
Chao Li
Earlier messages
Later messages