pgsql-hackers
Thread
Date
Earlier messages
Later messages
Messages by Date
2025/04/09
Re: n_ins_since_vacuum stats for aborted transactions
Sami Imseih
2025/04/09
Re: [PoC] Reducing planning time when tables have many partitions
David Rowley
2025/04/09
Re: [PoC] Reducing planning time when tables have many partitions
Amit Langote
2025/04/09
Re: Proposal: Filter irrelevant change before reassemble transactions during logical decoding
Peter Smith
2025/04/09
Re: pg_recvlogical cannot create slots with failover=true
Masahiko Sawada
2025/04/09
Improve a few appendStringInfo calls new to v18
David Rowley
2025/04/09
Re: Consistently use macro HeapTupleIsValid to check the validity of tuples in tablecmds.c
Michael Paquier
2025/04/09
Re: n_ins_since_vacuum stats for aborted transactions
Sami Imseih
2025/04/09
Re: [PoC] Reducing planning time when tables have many partitions
David Rowley
2025/04/09
Re: Fix 035_standby_logical_decoding.pl race conditions
Michael Paquier
2025/04/09
Re: speedup COPY TO for partitioned table.
jian he
2025/04/09
Re: sync_standbys_defined read/write race on startup
Michael Paquier
2025/04/09
Re: n_ins_since_vacuum stats for aborted transactions
David Rowley
2025/04/09
Re: Enhance 'pg_createsubscriber' to retrieve databases automatically when no database is provided.
Peter Smith
2025/04/09
Re: Large expressions in indexes can't be stored (non-TOASTable)
Nathan Bossart
2025/04/09
Re: [PoC] Federated Authn/z with OAUTHBEARER
Jelte Fennema-Nio
2025/04/09
Re: [PoC] Federated Authn/z with OAUTHBEARER
Jacob Champion
2025/04/09
Re: n_ins_since_vacuum stats for aborted transactions
Sami Imseih
2025/04/09
Re: Logging parallel worker draught
Melanie Plageman
2025/04/09
Re: n_ins_since_vacuum stats for aborted transactions
David G. Johnston
2025/04/09
Re: n_ins_since_vacuum stats for aborted transactions
David G. Johnston
2025/04/09
Re: n_ins_since_vacuum stats for aborted transactions
Andres Freund
2025/04/09
Re: [WIP]Vertical Clustered Index (columnar store extension) - take2
Yura Sokolov
2025/04/09
Re: n_ins_since_vacuum stats for aborted transactions
Sami Imseih
2025/04/09
Summarizing indexes allowing single-phase VACUUM?
Matthias van de Meent
2025/04/09
Re: n_ins_since_vacuum stats for aborted transactions
Mark Dilger
2025/04/09
Re: n_ins_since_vacuum stats for aborted transactions
David G. Johnston
2025/04/09
Re: SQLFunctionCache and generic plans
Tom Lane
2025/04/09
Re: n_ins_since_vacuum stats for aborted transactions
Sami Imseih
2025/04/09
Re: n_ins_since_vacuum stats for aborted transactions
David G. Johnston
2025/04/09
Re: n_ins_since_vacuum stats for aborted transactions
Sami Imseih
2025/04/09
Re: n_ins_since_vacuum stats for aborted transactions
David G. Johnston
2025/04/09
Re: n_ins_since_vacuum stats for aborted transactions
Mark Dilger
2025/04/09
Re: n_ins_since_vacuum stats for aborted transactions
Sami Imseih
2025/04/09
Re: Sample rate added to pg_stat_statements
Ilia Evdokimov
2025/04/09
Re: Adding support for SSLKEYLOGFILE in the frontend
Daniel Gustafsson
2025/04/09
Re: n_ins_since_vacuum stats for aborted transactions
Mark Dilger
2025/04/09
Re: explain analyze rows=%.0f
Ilia Evdokimov
2025/04/09
Re: Streaming relation data out of order
Andres Freund
2025/04/09
Re: n_ins_since_vacuum stats for aborted transactions
David G. Johnston
2025/04/09
Re: Draft for basic NUMA observability
Andres Freund
2025/04/09
Re: n_ins_since_vacuum stats for aborted transactions
Sami Imseih
2025/04/09
Re: Draft for basic NUMA observability
Bertrand Drouvot
2025/04/09
Re: Adding support for SSLKEYLOGFILE in the frontend
Jacob Champion
2025/04/09
Re: n_ins_since_vacuum stats for aborted transactions
Sami Imseih
2025/04/09
Add missing PGDLLIMPORT markings
Peter Eisentraut
2025/04/09
Re: Add missing PGDLLIMPORT markings
Robert Haas
2025/04/09
Re: [PoC] Federated Authn/z with OAUTHBEARER
Christoph Berg
2025/04/09
Re: [PoC] Reducing planning time when tables have many partitions
Amit Langote
2025/04/09
Re: Horribly slow pg_upgrade performance with many Large Objects
Nathan Bossart
2025/04/09
Re: Horribly slow pg_upgrade performance with many Large Objects
Nathan Bossart
2025/04/09
Re: Add missing PGDLLIMPORT markings
Andres Freund
2025/04/09
Re: Draft for basic NUMA observability
Tomas Vondra
2025/04/09
Re: Horribly slow pg_upgrade performance with many Large Objects
Nathan Bossart
2025/04/09
n_ins_since_vacuum stats for aborted transactions
Sami Imseih
2025/04/09
Re: Draft for basic NUMA observability
Tomas Vondra
2025/04/09
Re: Draft for basic NUMA observability
Tomas Vondra
2025/04/09
Re: [PoC] Federated Authn/z with OAUTHBEARER
Jelte Fennema-Nio
2025/04/09
Re: Draft for basic NUMA observability
Andres Freund
2025/04/09
Re: Possible api miuse bms_next_member
Tom Lane
2025/04/09
Re: Add missing PGDLLIMPORT markings
Andres Freund
2025/04/09
Re: sync_standbys_defined read/write race on startup
Maksim.Melnikov
2025/04/09
Re: Draft for basic NUMA observability
Andres Freund
2025/04/09
Re: Build macOS shared modules as dylib rather than bundle
Tom Lane
2025/04/09
Re: Fix 035_standby_logical_decoding.pl race conditions
Amit Kapila
2025/04/09
Re: Cleaning up ERRCODE usage in our XML code
Chapman Flack
2025/04/09
Build macOS shared modules as dylib rather than bundle
Peter Eisentraut
2025/04/09
Re: Draft for basic NUMA observability
Tomas Vondra
2025/04/09
Re: Consistently use macro HeapTupleIsValid to check the validity of tuples in tablecmds.c
Tom Lane
2025/04/09
Re: tab complete for COPY populated materialized view TO
Kirill Reshke
2025/04/09
Re: Possible api miuse bms_next_member
Matthias van de Meent
2025/04/09
Re: Cleaning up ERRCODE usage in our XML code
Tom Lane
2025/04/09
Re: Feature freeze
Nico Williams
2025/04/09
Re: Possible api miuse bms_next_member
Ranier Vilela
2025/04/09
Possible api miuse bms_next_member
Ranier Vilela
2025/04/09
Re: Draft for basic NUMA observability
Tomas Vondra
2025/04/09
PostgreSQL 18 Release Management Team & Feature Freeze
Heikki Linnakangas
2025/04/09
Re: Consistently use macro HeapTupleIsValid to check the validity of tuples in tablecmds.c
Heikki Linnakangas
2025/04/09
Re: Add missing PGDLLIMPORT markings
Daniel Gustafsson
2025/04/09
Re: Remove unnecessary static type qualifiers
Junwang Zhao
2025/04/09
Consistently use macro HeapTupleIsValid to check the validity of tuples in tablecmds.c
Tender Wang
2025/04/09
Re: pgsql: Make cancel request keys longer
Heikki Linnakangas
2025/04/09
Re: Feature freeze
John Naylor
2025/04/09
Re: SQLFunctionCache and generic plans
Tom Lane
2025/04/09
Re: Cleaning up ERRCODE usage in our XML code
Peter Eisentraut
2025/04/09
Re: tab complete for COPY populated materialized view TO
Kirill Reshke
2025/04/09
Re: Parallel CREATE INDEX for GIN indexes
Kirill Reshke
2025/04/09
Re: pgsql: Make cancel request keys longer
Heikki Linnakangas
2025/04/09
Re: Feature Recommendations for Logical Subscriptions
Amit Kapila
2025/04/09
Re: Memoize ANTI and SEMI JOIN inner
David Rowley
2025/04/09
Re: Enhance 'pg_createsubscriber' to retrieve databases automatically when no database is provided.
Amit Kapila
2025/04/09
Re: Draft for basic NUMA observability
Jakub Wartak
2025/04/09
Re: BUG #18815: Logical replication worker Segmentation fault
Amit Kapila
2025/04/09
Re: [PATCH] New predefined role pg_manage_extensions
Laurenz Albe
2025/04/09
Re: Changing shared_buffers without restart
Dmitry Dolgov
2025/04/09
Re: [PoC] Federated Authn/z with OAUTHBEARER
Christoph Berg
2025/04/09
Re: Changing shared_buffers without restart
Ashutosh Bapat
2025/04/09
Re: sync_standbys_defined read/write race on startup
Michael Paquier
2025/04/09
Re: Changing shared_buffers without restart
Dmitry Dolgov
2025/04/09
Re: Assertion with aborted UPDATE in subtransaction
Luc Vlaming Hummel
2025/04/09
Re: [PoC] Federated Authn/z with OAUTHBEARER
Andres Freund
2025/04/09
Re: Streaming relation data out of order
Thomas Munro
2025/04/08
Re: Memoize ANTI and SEMI JOIN inner
Richard Guo
2025/04/08
Re: Fix 035_standby_logical_decoding.pl race conditions
Bertrand Drouvot
2025/04/08
Re: [PoC] Reducing planning time when tables have many partitions
Tom Lane
2025/04/08
Re: Changing shared_buffers without restart
Ashutosh Bapat
2025/04/08
Re: [PoC] Reducing planning time when tables have many partitions
Ashutosh Bapat
2025/04/08
Re: [PoC] Reducing planning time when tables have many partitions
David Rowley
2025/04/08
Re: Support NOT VALID / VALIDATE constraint options for named NOT NULL constraints
jian he
2025/04/08
RE: Fix slot synchronization with two_phase decoding enabled
Zhijie Hou (Fujitsu)
2025/04/08
Re: Enhance 'pg_createsubscriber' to retrieve databases automatically when no database is provided.
Peter Smith
2025/04/08
pg_createsubscriber: Adding another synopsis for the --all option
Peter Smith
2025/04/08
Re: Fix 035_standby_logical_decoding.pl race conditions
Michael Paquier
2025/04/08
Re: Remove unnecessary static type qualifiers
Japin Li
2025/04/08
Re: Large expressions in indexes can't be stored (non-TOASTable)
Michael Paquier
2025/04/08
Re: [PoC] Federated Authn/z with OAUTHBEARER
Daniel Gustafsson
2025/04/08
Re: [PoC] Federated Authn/z with OAUTHBEARER
Jacob Champion
2025/04/08
Re: Remove unnecessary static type qualifiers
Junwang Zhao
2025/04/08
Re: Large expressions in indexes can't be stored (non-TOASTable)
Euler Taveira
2025/04/08
Re: Enhance 'pg_createsubscriber' to retrieve databases automatically when no database is provided.
Peter Smith
2025/04/08
Re: Some problems regarding the self-join elimination code
Richard Guo
2025/04/08
Re: BitmapHeapScan streaming read user and prelim refactoring
James Hunter
2025/04/08
Re: Commit fest 2025-03
vignesh C
2025/04/08
Re: [PoC] Federated Authn/z with OAUTHBEARER
Bruce Momjian
2025/04/08
Re: Draft for basic NUMA observability
Tomas Vondra
2025/04/08
Re: Enhancing Memory Context Statistics Reporting
Andres Freund
2025/04/08
Re: Modern SHA2- based password hashes for pgcrypto
Andres Freund
2025/04/08
Re: Enhancing Memory Context Statistics Reporting
Fujii Masao
2025/04/08
Re: Draft for basic NUMA observability
Tomas Vondra
2025/04/08
Re: Draft for basic NUMA observability
Andres Freund
2025/04/08
Re: Draft for basic NUMA observability
Andres Freund
2025/04/08
Re: [PoC] Federated Authn/z with OAUTHBEARER
Bruce Momjian
2025/04/08
Re: Draft for basic NUMA observability
Tomas Vondra
2025/04/08
Re: Finalizing read stream users' flag choices
Andres Freund
2025/04/08
Re: [PoC] Federated Authn/z with OAUTHBEARER
Jacob Champion
2025/04/08
Re: Horribly slow pg_upgrade performance with many Large Objects
Jan Wieck
2025/04/08
Re: Enhancing Memory Context Statistics Reporting
Daniel Gustafsson
2025/04/08
Re: Remove unnecessary static type qualifiers
David Rowley
2025/04/08
Re: Move tests of contrib/spi/ out of the core regression tests
Tom Lane
2025/04/08
Re: Horribly slow pg_upgrade performance with many Large Objects
Hannu Krosing
2025/04/08
Re: [PoC] Federated Authn/z with OAUTHBEARER
Wolfgang Walther
2025/04/08
Re: Feature freeze
David Rowley
2025/04/08
Re: [PoC] Reducing planning time when tables have many partitions
David Rowley
2025/04/08
Re: [PoC] Federated Authn/z with OAUTHBEARER
Bruce Momjian
2025/04/08
Re: Large expressions in indexes can't be stored (non-TOASTable)
Nathan Bossart
2025/04/08
Re: [18] CREATE SUBSCRIPTION ... SERVER
Jeff Davis
2025/04/08
Re: [PoC] Federated Authn/z with OAUTHBEARER
Jacob Champion
2025/04/08
Re: Move tests of contrib/spi/ out of the core regression tests
Heikki Linnakangas
2025/04/08
Re: [PoC] Federated Authn/z with OAUTHBEARER
Jacob Champion
2025/04/08
Re: [PoC] Federated Authn/z with OAUTHBEARER
Jacob Champion
2025/04/08
Re: Feature freeze
Andrew Dunstan
2025/04/08
Re: [PoC] Federated Authn/z with OAUTHBEARER
Bruce Momjian
2025/04/08
Re: [PoC] Federated Authn/z with OAUTHBEARER
Andres Freund
2025/04/08
Re: [PoC] Federated Authn/z with OAUTHBEARER
Jacob Champion
2025/04/08
Re: Horribly slow pg_upgrade performance with many Large Objects
Tom Lane
2025/04/08
Re: Horribly slow pg_upgrade performance with many Large Objects
Tom Lane
2025/04/08
Re: Feature freeze
Nathan Bossart
2025/04/08
Re: [PoC] Federated Authn/z with OAUTHBEARER
Jacob Champion
2025/04/08
Re: Horribly slow pg_upgrade performance with many Large Objects
Nathan Bossart
2025/04/08
Re: Horribly slow pg_upgrade performance with many Large Objects
Tom Lane
2025/04/08
Re: [PoC] Federated Authn/z with OAUTHBEARER
Jacob Champion
2025/04/08
Re: Horribly slow pg_upgrade performance with many Large Objects
Tom Lane
2025/04/08
Re: [PoC] Federated Authn/z with OAUTHBEARER
Bruce Momjian
2025/04/08
Re: Feature freeze
Tom Lane
2025/04/08
Re: [PoC] Federated Authn/z with OAUTHBEARER
Jacob Champion
2025/04/08
Re: Finalizing read stream users' flag choices
Robert Haas
2025/04/08
Re: [PoC] Federated Authn/z with OAUTHBEARER
Wolfgang Walther
2025/04/08
Re: Remove unnecessary static type qualifiers
Tom Lane
2025/04/08
Re: Horribly slow pg_upgrade performance with many Large Objects
Tom Lane
2025/04/08
Re: [PoC] Federated Authn/z with OAUTHBEARER
Bruce Momjian
2025/04/08
Re: [PoC] Federated Authn/z with OAUTHBEARER
Jacob Champion
2025/04/08
Re: [PoC] Federated Authn/z with OAUTHBEARER
Jacob Champion
2025/04/08
Re: Horribly slow pg_upgrade performance with many Large Objects
Nathan Bossart
2025/04/08
Re: [PoC] Federated Authn/z with OAUTHBEARER
Bruce Momjian
2025/04/08
Re: Feature freeze
Ashutosh Bapat
2025/04/08
Finalizing read stream users' flag choices
Melanie Plageman
2025/04/08
Re: Feature freeze
Robert Haas
2025/04/08
Re: Enhancing Memory Context Statistics Reporting
Daniel Gustafsson
2025/04/08
Re: [PoC] Federated Authn/z with OAUTHBEARER
Jacob Champion
2025/04/08
Re: [PoC] Federated Authn/z with OAUTHBEARER
Daniel Gustafsson
2025/04/08
Re: Enhancing Memory Context Statistics Reporting
Fujii Masao
2025/04/08
Re: Feature freeze
Bruce Momjian
2025/04/08
Re: [PoC] Federated Authn/z with OAUTHBEARER
Wolfgang Walther
2025/04/08
Re: Feature freeze
Andrew Dunstan
2025/04/08
Re: Feature freeze
Nathan Bossart
2025/04/08
Re: Remove unnecessary static type qualifiers
Peter Eisentraut
2025/04/08
Re: Feature freeze
Heikki Linnakangas
2025/04/08
Re: Feature freeze
Bruce Momjian
2025/04/08
Re: [PoC] Federated Authn/z with OAUTHBEARER
Jacob Champion
2025/04/08
Re: [PoC] Federated Authn/z with OAUTHBEARER
Bruce Momjian
2025/04/08
Re: Horribly slow pg_upgrade performance with many Large Objects
Hannu Krosing
2025/04/08
Re: Feature freeze
Joe Conway
2025/04/08
Re: Feature freeze
Peter Eisentraut
2025/04/08
Re: [PoC] Federated Authn/z with OAUTHBEARER
Wolfgang Walther
2025/04/08
Re: prevent 006_transfer_modes.pl from leaving files behind
Nathan Bossart
2025/04/08
Re: [PoC] Federated Authn/z with OAUTHBEARER
Bruce Momjian
2025/04/08
Re: Feature freeze
Peter Geoghegan
2025/04/08
Re: Horribly slow pg_upgrade performance with many Large Objects
Nathan Bossart
2025/04/08
Re: [PoC] Federated Authn/z with OAUTHBEARER
Andres Freund
2025/04/08
Re: Feature freeze
Daniel Gustafsson
Earlier messages
Later messages