Mailing lists [pgsql-hackers]
- Re: n_ins_since_vacuum stats for aborted transactions David G. Johnston
- Re: SQLFunctionCache and generic plans Tom Lane
- Re: n_ins_since_vacuum stats for aborted transactions Mark Dilger
- Summarizing indexes allowing single-phase VACUUM? Matthias van de Meent
- Re: n_ins_since_vacuum stats for aborted transactions David G. Johnston
- Re: n_ins_since_vacuum stats for aborted transactions Sami Imseih
- Re: n_ins_since_vacuum stats for aborted transactions Andres Freund
- Re: n_ins_since_vacuum stats for aborted transactions Sami Imseih
- Re: n_ins_since_vacuum stats for aborted transactions David G. Johnston
- Re: n_ins_since_vacuum stats for aborted transactions Sami Imseih
- Re: [PoC] Federated Authn/z with OAUTHBEARER Jacob Champion
- Re: [PoC] Federated Authn/z with OAUTHBEARER Jelte Fennema-Nio
- Re: Enhance 'pg_createsubscriber' to retrieve databases automatically when no database is provided. Peter Smith
- Re: Large expressions in indexes can't be stored (non-TOASTable) Euler Taveira
- Re: n_ins_since_vacuum stats for aborted transactions David Rowley
- Re: sync_standbys_defined read/write race on startup Michael Paquier
- Re: speedup COPY TO for partitioned table. jian he
- Re: Consistently use macro HeapTupleIsValid to check the validity of tuples in tablecmds.c Michael Paquier
- Re: Fix 035_standby_logical_decoding.pl race conditions Michael Paquier
- Re: [PoC] Reducing planning time when tables have many partitions David Rowley
- Re: n_ins_since_vacuum stats for aborted transactions Sami Imseih
- Improve a few appendStringInfo calls new to v18 David Rowley
- Re: Proposal: Filter irrelevant change before reassemble transactions during logical decoding Peter Smith
- Re: Feature Recommendations for Logical Subscriptions YeXiu
- Re: [PoC] Reducing planning time when tables have many partitions Amit Langote
- Re: [PoC] Reducing planning time when tables have many partitions David Rowley
- Re: Possible api miuse bms_next_member David Rowley
- Re: BitmapHeapScan streaming read user and prelim refactoring Thomas Munro
- Add .DS_Store to .gitignore Dianjin Wang
- Re: Add .DS_Store to .gitignore David Rowley
- Fw: Mention the default io_method? Daniel Westermann (DWE)
- Re: [PoC] Reducing planning time when tables have many partitions Amit Langote
- Re: sync_standbys_defined read/write race on startup Maksim.Melnikov
- Re: Add .DS_Store to .gitignore Dianjin Wang
- Re: Cannot find a working 64-bit integer type on Illumos Thomas Munro
- The varnullingrels bitmapset is not only about outer joins Andrei Lepikhov
- Re: 64 bit numbers vs format strings Thomas Munro
- Re: Improve a few appendStringInfo calls new to v18 Heikki Linnakangas
- Re: speedup COPY TO for partitioned table. Kirill Reshke
- Re: Consistently use macro HeapTupleIsValid to check the validity of tuples in tablecmds.c Tender Wang
- Re: bug in stored generated column over domain with constraints. jian he
- wrong comments in rewriteTargetListIU jian he
- Re: sync_standbys_defined read/write race on startup Michael Paquier
- Re: Enhance 'pg_createsubscriber' to retrieve databases automatically when no database is provided. Amit Kapila
- Re: long-standing data loss bug in initial sync of logical replication Amit Kapila
- Re: wrong comments in rewriteTargetListIU Amit Langote
- Correct documentation for protocol version Dave Cramer
- Re: sync_standbys_defined read/write race on startup Maksim.Melnikov
- Re: Memoize ANTI and SEMI JOIN inner Richard Guo
- Re: Skipping schema changes in publication Amit Kapila
- Re: Feature Recommendations for Logical Subscriptions Amit Kapila
- Re: Some problems regarding the self-join elimination code Alexander Korotkov
- Re: PostgreSQL 18 Release Management Team & Feature Freeze Aleksander Alekseev
- Re: PostgreSQL 18 Release Management Team & Feature Freeze Heikki Linnakangas
- Re: PostgreSQL 18 Release Management Team & Feature Freeze Aleksander Alekseev
- Re: PostgreSQL 18 Release Management Team & Feature Freeze Heikki Linnakangas
- Re: Consistently use macro HeapTupleIsValid to check the validity of tuples in tablecmds.c Peter Eisentraut
- Re: speedup COPY TO for partitioned table. jian he
- Re: Consistently use macro HeapTupleIsValid to check the validity of tuples in tablecmds.c Peter Eisentraut
- Re: Some problems regarding the self-join elimination code Andrei Lepikhov
- Re: long-standing data loss bug in initial sync of logical replication Tomas Vondra
- Add os_page_num to pg_buffercache Bertrand Drouvot
- Re: pgsql: Add function to get memory context stats for processes Robert Haas
- Re: Add os_page_num to pg_buffercache Tomas Vondra
- Re: Add pg_buffercache_evict_all() and pg_buffercache_mark_dirty[_all]() functions Bertrand Drouvot
- Re: Correct documentation for protocol version Fujii Masao
- Re: PostgreSQL 18 Release Management Team & Feature Freeze Nathan Bossart
- Re: n_ins_since_vacuum stats for aborted transactions Sami Imseih
- Re: Correct documentation for protocol version Dave Cramer
- Re: Improve a few appendStringInfo calls new to v18 Nathan Bossart
- Re: Add os_page_num to pg_buffercache Nathan Bossart
- Re: Add os_page_num to pg_buffercache Bertrand Drouvot
- Re: tab complete for COPY populated materialized view TO Fujii Masao
- Re: Correct documentation for protocol version Jacob Champion
- Re: Correct documentation for protocol version Fujii Masao
- Re: Proposal: Limitations of palloc inside checkpointer Xuneng Zhou
- Re: Correct documentation for protocol version Dave Cramer
- Re: Capturing both IP address and hostname in the log Tom Lane
- Re: Add missing PGDLLIMPORT markings Robert Haas
- Re: Correct documentation for protocol version Fujii Masao
- Re: as per commit 643a1a61985bef2590496, move create/open dir code to function using switch case of pg_backup_directory.c file also Andrew Dunstan
- Re: Add missing PGDLLIMPORT markings Tom Lane
- Re: Capturing both IP address and hostname in the log David G. Johnston
- merge file_exists_in_directory and _fileExistsInDirectory functions and move into common file dumputils.c Mahendra Singh Thalor
- Re: as per commit 643a1a61985bef2590496, move create/open dir code to function using switch case of pg_backup_directory.c file also Mahendra Singh Thalor
- Re: Non-text mode for pg_dumpall Mahendra Singh Thalor
- Re: BitmapHeapScan streaming read user and prelim refactoring James Hunter
- Silence resource leaks alerts Ranier Vilela
- 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
- Re: Non-text mode for pg_dumpall Ranier Vilela
- Re: Add connection active, idle time to pg_stat_activity Robert Haas
- Re: Non-text mode for pg_dumpall Andrew Dunstan
- catcache search while BUFFER_LOCK_EXCLUSIVE on catalog Noah Misch
- Re: tab complete for COPY populated materialized view TO Kirill Reshke
- Re: tab complete for COPY populated materialized view TO David G. Johnston
- Re: tab complete for COPY populated materialized view TO Kirill Reshke
- Re: Reduce "Var IS [NOT] NULL" quals during constant folding Robert Haas
- Re: Reduce "Var IS [NOT] NULL" quals during constant folding Tom Lane
- Re: pgsql: Add function to get memory context stats for processes Andres Freund
- Re: Add pg_buffercache_evict_all() and pg_buffercache_mark_dirty[_all]() functions Robert Haas
- Re: Reduce "Var IS [NOT] NULL" quals during constant folding Robert Haas
- Re: Correct documentation for protocol version Dave Cramer
- Re: Reduce "Var IS [NOT] NULL" quals during constant folding Tom Lane