Mailing lists [pgsql-hackers]
- Re: display hot standby state in psql prompt Jim Jones
- Re: meson's in-tree libpq header search order vs -Dextra_include_dirs Thomas Munro
- Re: pg_plan_advice Alastair Turner
- Re: Change initdb default to the builtin collation provider Jeff Davis
- Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Masahiko Sawada
- Re: Updating IPC::Run in CI? Jacob Champion
- Re: Updating IPC::Run in CI? Andres Freund
- Re: libpq: Bump protocol version to version 3.2 at least until the first/second beta Jelte Fennema-Nio
- Re: [PATCH] Add pg_get_type_ddl() to retrieve the CREATE TYPE statement Philip Alger
- Re: libpq: Bump protocol version to version 3.2 at least until the first/second beta Jacob Champion
- Re: Updating IPC::Run in CI? Jacob Champion
- Re: [PATCH] Add pg_get_type_ddl() to retrieve the CREATE TYPE statement Chao Li
- Re: Have the planner convert COUNT(1) / COUNT(not_null_col) to COUNT(*) Corey Huinker
- Re: another autovacuum scheduling thread David Rowley
- Re: another autovacuum scheduling thread David Rowley
- Re: [PATCH] Add Windows support for backtrace_functions (MSVC only) Bryan Green
- Re: Logical Replication of sequences vignesh C
- Re: meson's in-tree libpq header search order vs -Dextra_include_dirs Thomas Munro
- Re: Improving tracking/processing of buildfarm test failures Alexander Lakhin
- postgres_fdw: Add more test coverage for EvalPlanQual testing Etsuro Fujita
- Obsolete comment in ExecScanReScan() Etsuro Fujita
- Re: Adding REPACK [concurrently] jian he
- Re: contrib/sepgsql regression tests have been broken for months Joe Conway
- Re: Adding REPACK [concurrently] Sergei Kornilov
- Re: contrib/sepgsql regression tests have been broken for months Andrew Dunstan
- Re: Missing parentheses Marcos Pegoraro
- Re: Missing parentheses Bruce Momjian
- Re: Missing parentheses Marcos Pegoraro
- Re: [PATCH] Add Windows support for backtrace_functions (MSVC only) Euler Taveira
- Re: abi-compliance-check failure due to recent changes to pg_{clear,restore}_{attribute,relation}_stats() David E. Wheeler
- Re: pg_plan_advice Hannu Krosing
- Re: [PATCH] Fix LTREE subpath with negative offset Tom Lane
- Re: [PATCH] Add pg_get_type_ddl() to retrieve the CREATE TYPE statement Philip Alger
- Re: Unused variable in perl test Tom Lane
- Re: Adding REPACK [concurrently] Mihail Nikalayeu
- Re: [PATCH] Fix ALTER SYSTEM empty string bug for GUC_LIST_QUOTE parameters Tom Lane
- Fix typo in Vietnamese translation file Joshua Shanks
- Re: Optimize LISTEN/NOTIFY Arseniy Mukhin
- Re: Improving the names generated for indexes on expressions Tom Lane
- [PATCH] Add error message for out-of-memory in passwordFromFile() Joshua Shanks
- Re: [PATCH] Add error message for out-of-memory in passwordFromFile() Michael Paquier
- Re: Channel binding for post-quantum cryptography Michael Paquier
- Re: [PG19-3 PATCH] Don't ignore passfile Paul Ohlhauser
- Re: [PATCH] Add Windows support for backtrace_functions (MSVC only) Bryan Green
- Re: Implement waiting for wal lsn replay: reloaded Xuneng Zhou
- Re: Improve LWLock tranche name visibility across backends Alexander Lakhin
- Re: Should HashSetOp go away David Rowley
- Re: Bug in amcheck? Mihail Nikalayeu
- Re: test_json_parser/002_inline is kind of slow Mihail Nikalayeu
- C nitpick about pgwin32_dispatch_queued_signals() Christian Ullrich
- Avoid overflow (src/backend/utils/adt/formatting.c) Ranier Vilela
- Re: Include extension path on pg_available_extensions Michael Banck
- Re: C nitpick about pgwin32_dispatch_queued_signals() Bryan Green
- Re: Avoid overflow (src/backend/utils/adt/formatting.c) Bryan Green
- Re: Avoid overflow (src/backend/utils/adt/formatting.c) Bryan Green
- Re: Should HashSetOp go away Tom Lane
- Re: C nitpick about pgwin32_dispatch_queued_signals() Tom Lane
- Re: C nitpick about pgwin32_dispatch_queued_signals() Laurenz Albe
- Re: C nitpick about pgwin32_dispatch_queued_signals() Bryan Green
- Re: Decouple C++ support in Meson's PGXS from LLVM enablement Josef Šimánek
- [PATCH] Add a guc parameter to control limit clause adjust path cost. Haiyang Li
- Re: Unnecessary delay in streaming replication due to replay lag Josef Šimánek
- Re: [PATCH] Add a guc parameter to control limit clause adjust path cost. Tom Lane
- Re: [PATCH] Add a guc parameter to control limit clause adjust path cost. Bryan Green
- Re: [PATCH] Add a guc parameter to control limit clause adjust path cost. Tom Lane
- Re: Logical Replication of sequences vignesh C
- Re: Improve LWLock tranche name visibility across backends Sami Imseih
- Re: Fully documenting the design of nbtree row comparison scan keys Peter Geoghegan
- Re: Improve LWLock tranche name visibility across backends Sami Imseih
- Re: List TAP test files in makefiles Nazir Bilal Yavuz
- Re: proposal: schema variables Pavel Stehule
- Re: Making jsonb_agg() faster Tom Lane
- Re: [PATCH] Add pg_get_trigger_ddl() to retrieve the CREATE TRIGGER statement Josef Šimánek
- Re: [PATCH] Add pg_get_trigger_ddl() to retrieve the CREATE TRIGGER statement Josef Šimánek
- Re: Should HashSetOp go away David Rowley
- Re: Should HashSetOp go away Tom Lane
- Y2038 BUG Bryan Green
- Re: Fix typo in Vietnamese translation file Chao Li
- Re: Y2038 BUG Tom Lane
- Re: Fix typo in Vietnamese translation file Tom Lane
- Re: Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY Noah Misch
- Re: Fix typo in Vietnamese translation file Joshua Shanks
- Re: index prefetching Peter Geoghegan
- Re: ci: Improve OpenBSD core dump backtrace handling Thomas Munro
- Re: Y2038 BUG Bryan Green
- Re: index prefetching Tomas Vondra
- Re: Avoid overflow (src/backend/utils/adt/formatting.c) Ranier Vilela
- Re: Avoid overflow (src/backend/utils/adt/formatting.c) Ranier Vilela
- Re: [PATCH] Add pg_get_trigger_ddl() to retrieve the CREATE TRIGGER statement Philip Alger
- Re: [PATCH] Add pg_get_trigger_ddl() to retrieve the CREATE TRIGGER statement Philip Alger
- Re: [PATCH] Add pg_get_trigger_ddl() to retrieve the CREATE TRIGGER statement Josef Šimánek
- Re: [PATCH] Add pg_get_trigger_ddl() to retrieve the CREATE TRIGGER statement Josef Šimánek
- Re: meson's in-tree libpq header search order vs -Dextra_include_dirs Thomas Munro
- Add CHECK_FOR_INTERRUPTS in Evict{Rel,All}UnpinnedBuffers 邱宇航
- Re: Implement waiting for wal lsn replay: reloaded Xuneng Zhou
- Re: Add support for specifying tables in pg_createsubscriber. Shubham Khanna
- Re: Import Statistics in postgres_fdw before resorting to sampling. Corey Huinker
- Re: meson's in-tree libpq header search order vs -Dextra_include_dirs Tristan Partin
- Re: meson's in-tree libpq header search order vs -Dextra_include_dirs Tom Lane
- Re: Non-text mode for pg_dumpall Vaibhav Dalvi
- Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Peter Smith
- Re: Report bytes and transactions actually sent downtream Ashutosh Bapat
- Re: Add support for specifying tables in pg_createsubscriber. Peter Smith
- Use stack-allocated StringInfoData Mats Kindahl
- Re: Consistently use the XLogRecPtrIsInvalid() macro Bertrand Drouvot
- Re: Issue with logical replication slot during switchover Alexander Kukushkin
- Re: Adding REPACK [concurrently] Antonin Houska
- Re: [PoC] XMLCast (SQL/XML X025) Jim Jones
- Re: How can end users know the cause of LR slot sync delays? shveta malik
- Re: [PATCH] Add a guc parameter to control limit clause adjust path cost. ocean_li_996
- Re: Report bytes and transactions actually sent downtream shveta malik
- Re: Coccinelle for PostgreSQL development [1/N]: coccicheck.py Bertrand Drouvot
- Re: Use stack-allocated StringInfoData David Rowley
- Re: Improve pg_sync_replication_slots() to wait for primary to advance Ajin Cherian
- Re: [PATCH] Add error message for out-of-memory in passwordFromFile() Michael Paquier
- Re: Avoid overflow (src/backend/utils/adt/formatting.c) Bryan Green
- Re: Add wal_fpi_bytes_[un]compressed to pg_stat_wal Michael Paquier
- Re: LISTEN/NOTIFY bug: VACUUM sets frozenxid past a xid in async queue Heikki Linnakangas
- Re: Logical Replication of sequences Amit Kapila
- Re: Reorganize GUC structs Peter Eisentraut
- Re: Docs and tests for RLS policies applied by command type Dean Rasheed
- BRIN autosummarization lacking a snapshot Álvaro Herrera
- Re: Avoid overflow (src/backend/utils/adt/formatting.c) Ranier Vilela
- Re: Implement waiting for wal lsn replay: reloaded Alexander Korotkov
- Re: [PATCH] Add pg_get_policy_ddl() function to reconstruct CREATE POLICY statement Akshay Joshi
- Re: 64 bit numbers vs format strings Thomas Munro
- Re: Non-text mode for pg_dumpall Mahendra Singh Thalor
- Re: Non-text mode for pg_dumpall Vaibhav Dalvi
- Re: Fix comments for ChangeVarNodes() and related functions Peter Eisentraut
- Re: 64 bit numbers vs format strings Wolfgang Walther
- Re: Fix typo in Vietnamese translation file Álvaro Herrera
- Re: Asynchronous MergeAppend Matheus Alcantara
- Re: tuple radix sort John Naylor
- Re: fix NOT VALID NOT NULL with ALTER COLUMN SET IDENTITY Álvaro Herrera
- Re: Making jsonb_agg() faster Chao Li
- contrib/pg_stat_tcpinfo Jakub Wartak
- Fix outdated comment of CopyStmt in gram.y cca5507
- Re: Report bytes and transactions actually sent downtream Ashutosh Bapat
- Re: Make PGOAUTHCAFILE in libpq-oauth work out of debug mode Daniel Gustafsson
- Re: AIX support AIX PG user
- Re: libpq: Bump protocol version to version 3.2 at least until the first/second beta Jelte Fennema-Nio
- Re: libpq: Bump protocol version to version 3.2 at least until the first/second beta Andres Freund
- Re: fix NOT VALID NOT NULL with ALTER COLUMN SET IDENTITY Álvaro Herrera
- Re: Implement waiting for wal lsn replay: reloaded Álvaro Herrera
- [PATCH] Fix orphaned backend processes on Windows using Job Objects Bryan Green
- Re: Implement waiting for wal lsn replay: reloaded Andres Freund
- Re: Logical Replication of sequences vignesh C
- Re: [PATCH] Fix orphaned backend processes on Windows using Job Objects Andres Freund
- Re: Report bytes and transactions actually sent downtream Andres Freund
- Re: [PATCH] Fix orphaned backend processes on Windows using Job Objects Bryan Green
- Re: [PATCH] Fix orphaned backend processes on Windows using Job Objects Andres Freund
- Re: libpq: Bump protocol version to version 3.2 at least until the first/second beta Jelte Fennema-Nio
- Re: Confine vacuum skip logic to lazy_scan_skip Melanie Plageman
- Re: pg_plan_advice Robert Haas
- Re: Make PGOAUTHCAFILE in libpq-oauth work out of debug mode Jacob Champion
- Re: Intention to start an [oauth] "working group" Melanie Plageman
- Re: pg_plan_advice Robert Haas
- Re: Add \pset options for boolean value display Álvaro Herrera
- Re: Make PGOAUTHCAFILE in libpq-oauth work out of debug mode Zsolt Parragi
- Re: Bump soft open file limit (RLIMIT_NOFILE) to hard limit on startup Jelte Fennema-Nio
- Re: Add \pset options for boolean value display David G. Johnston
- psql --help=variables missing csv_fieldsep Álvaro Herrera
- Re: Improve LWLock tranche name visibility across backends Sami Imseih
- Re: test_json_parser/002_inline is kind of slow Jacob Champion
- Re: psql --help=variables missing csv_fieldsep Tom Lane
- Re: psql --help=variables missing csv_fieldsep Tom Lane
- Re: Fix outdated comment of CopyStmt in gram.y Masahiko Sawada
- Re: Making jsonb_agg() faster Tom Lane
- [PATCH v1 1/1] PostgreSQL Patch: AVX-Optimized ASCII Validation Pickett, Eshe N
- Re: MSVC: Improve warning options set Peter Eisentraut
- Re: Remaining dependency on setlocale() Daniel Verite
- Re: MSVC: Improve warning options set Andres Freund
- Re: [PG19-3 PATCH] Don't ignore passfile Jacob Champion
- Re: MSVC: Improve warning options set Andres Freund
- Re: Support getrandom() for pg_strong_random() source Masahiko Sawada
- Re: Remaining dependency on setlocale() Jeff Davis
- Re: Add CHECK_FOR_INTERRUPTS in Evict{Rel,All}UnpinnedBuffers Masahiko Sawada
- Re: Eagerly evict bulkwrite strategy ring Melanie Plageman
- Re: psql --help=variables missing csv_fieldsep Álvaro Herrera
- Re: Use stack-allocated StringInfoData Mats Kindahl
- Re: Have the planner convert COUNT(1) / COUNT(not_null_col) to COUNT(*) Matheus Alcantara
- Re: Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY Mihail Nikalayeu
- Re: psql --help=variables missing csv_fieldsep Tom Lane
- Re: Resetting recovery target parameters in pg_createsubscriber Alexander Korotkov
- Re: Use stack-allocated StringInfoData David Rowley
- Re: [PATCH] Write Notifications Through WAL Rishu Bagga
- ago(interval) → timestamptz Florents Tselai
- Re: LISTEN/NOTIFY bug: VACUUM sets frozenxid past a xid in async queue Joel Jacobson
- Re: Remaining dependency on setlocale() Jeff Davis
- Re: Use merge-based matching for MCVs in eqjoinsel Tom Lane
- Re: [PATCH] Fix orphaned backend processes on Windows using Job Objects Bryan Green
- Re: Have the planner convert COUNT(1) / COUNT(not_null_col) to COUNT(*) David Rowley
- Re: Have the planner convert COUNT(1) / COUNT(not_null_col) to COUNT(*) David Rowley
- Re: Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY Noah Misch
- Re: Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY Mihail Nikalayeu
- Re: Checkpointer write combining Melanie Plageman
- Re: [PATCH] Add pg_get_tablespace_ddl() function to reconstruct CREATE TABLESPACE statement Manni Wood
- Re: COPY WHERE clause generated/system column reference Masahiko Sawada
- Re: pg_createsubscriber --dry-run logging concerns Peter Smith
- Re: Report oldest xmin source when autovacuum cannot remove tuples Shinya Kato
- Re: Should we say "wal_level = logical" instead of "wal_level >= logical" Peter Smith
- Re: CREATE/ALTER PUBLICATION improvements for syntax synopsis Peter Smith
- Re: DOCS: What SGML markup to use for user objects like tables, columns, etc? Peter Smith
- [PATCH] Add pretty formatting to pg_get_triggerdef Philip Alger
- Re: [PATCH] Add error message for out-of-memory in passwordFromFile() Joshua Shanks
- Re: meson's in-tree libpq header search order vs -Dextra_include_dirs Thomas Munro
- Re: BRIN autosummarization lacking a snapshot Michael Paquier
- Re: ago(interval) → timestamptz Laurenz Albe
- Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions jian he
- Re: meson's in-tree libpq header search order vs -Dextra_include_dirs Tristan Partin
- Re: Improve pg_sync_replication_slots() to wait for primary to advance shveta malik
- Re: meson's in-tree libpq header search order vs -Dextra_include_dirs Tristan Partin
- Re: Improved TAP tests by replacing sub-optimal uses of ok() with better Test::More functions Sadhuprasad Patro
- Re: Improved TAP tests by replacing sub-optimal uses of ok() with better Test::More functions Michael Paquier
- Re: Extended Statistics set/restore/clear functions.[ Michael Paquier
- Re: [PATCH] Add pretty formatting to pg_get_triggerdef Steven Niu
- Re: Teaching planner to short-circuit empty UNION/EXCEPT/INTERSECT inputs Alexander Lakhin
- Re: Use stack-allocated StringInfoData Mats Kindahl
- Re: [PATCH] Add pg_get_tablespace_ddl() function to reconstruct CREATE TABLESPACE statement Jim Jones
- Re: Extend injection_points_attach() to accept a user-defined function Rahila Syed
- Re: ago(interval) → timestamptz Quan Zongliang
- Extra blank line in StrategyGetBuffer Ashutosh Bapat
- Fix redundant memset after palloc0 in heap_form_minimal_tuple() Chao Li
- Re: Teaching planner to short-circuit empty UNION/EXCEPT/INTERSECT inputs Richard Guo
- Re: Confine vacuum skip logic to lazy_scan_skip John Naylor
- Re: Coccinelle for PostgreSQL development [1/N]: coccicheck.py Mats Kindahl
- Re: [PATCH v1 1/1] PostgreSQL Patch: AVX-Optimized ASCII Validation John Naylor
- Re: [PATCH] Add pretty formatting to pg_get_triggerdef Chao Li
- Re: How can end users know the cause of LR slot sync delays? shveta malik
- Re: Teaching planner to short-circuit empty UNION/EXCEPT/INTERSECT inputs David Rowley
- Re: pg_createsubscriber --dry-run logging concerns Álvaro Herrera
- Re: Teaching planner to short-circuit empty UNION/EXCEPT/INTERSECT inputs David Rowley
- Re: Teaching planner to short-circuit empty UNION/EXCEPT/INTERSECT inputs Richard Guo
- Re: [PATCH] Add pg_get_tablespace_ddl() function to reconstruct CREATE TABLESPACE statement Nishant Sharma
- Re: Report bytes and transactions actually sent downtream Ashutosh Bapat
- Re: Issue with logical replication slot during switchover Fabrice Chapuis
- Re: [PATCH] Add error message for out-of-memory in passwordFromFile() Michael Paquier
- Re: [PATCH] Add pg_get_tablespace_ddl() function to reconstruct CREATE TABLESPACE statement Jim Jones
- Re: tuple radix sort John Naylor
- Re: COPY WHERE clause generated/system column reference jian he
- Re: BRIN autosummarization lacking a snapshot Álvaro Herrera
- Re: pg_plan_advice John Naylor
- Re: LISTEN/NOTIFY bug: VACUUM sets frozenxid past a xid in async queue Heikki Linnakangas
- Re: Adding basic NUMA awareness Jakub Wartak
- Enhance security permissions Ranier Vilela
- Re: Enhance security permissions Bryan Green
- Re: Non-text mode for pg_dumpall tushar
- Re: Make PGOAUTHCAFILE in libpq-oauth work out of debug mode Jonathan Gonzalez V.
- Re: Issue with logical replication slot during switchover Alexander Kukushkin
- Re: Enhance security permissions Ranier Vilela
- Re: Make PGOAUTHCAFILE in libpq-oauth work out of debug mode Daniel Gustafsson
- Re: bug: virtual generated column can be partition key Peter Eisentraut
- Re: [PATCH] Add pg_get_tablespace_ddl() function to reconstruct CREATE TABLESPACE statement Manni Wood
- Re: BRIN autosummarization lacking a snapshot Álvaro Herrera
- Re: Enhance security permissions Bryan Green
- Re: LISTEN/NOTIFY bug: VACUUM sets frozenxid past a xid in async queue Arseniy Mukhin
- Re: LISTEN/NOTIFY bug: VACUUM sets frozenxid past a xid in async queue Tom Lane
- Re: MergeAppend could consider sorting cheapest child path Andrei Lepikhov
- Re: POC: make mxidoff 64 bits Alexander Korotkov
- Re: Issue with logical replication slot during switchover Fabrice Chapuis
- Re: BRIN autosummarization lacking a snapshot Arseniy Mukhin
- Re: Report oldest xmin source when autovacuum cannot remove tuples Fujii Masao
- Re: LISTEN/NOTIFY bug: VACUUM sets frozenxid past a xid in async queue Álvaro Herrera
- Re: psql --help=variables missing csv_fieldsep Álvaro Herrera
- Re: psql --help=variables missing csv_fieldsep Tom Lane
- Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access) Melanie Plageman
- Re: BRIN autosummarization lacking a snapshot Álvaro Herrera
- Re: Non-text mode for pg_dumpall Andrew Dunstan
- Re: [PATCH] Fix ALTER SYSTEM empty string bug for GUC_LIST_QUOTE parameters Tom Lane
- Re: foreign key on virtual generated column Srinath Reddy Sadipiralla
- Re: [PATCH] Fix ALTER SYSTEM empty string bug for GUC_LIST_QUOTE parameters Andreas Karlsson
- Re: BRIN autosummarization lacking a snapshot Álvaro Herrera
- Re: [PATCH] Fix ALTER SYSTEM empty string bug for GUC_LIST_QUOTE parameters Tom Lane
- Re: BRIN autosummarization lacking a snapshot Álvaro Herrera
- Re: Fix redundant memset after palloc0 in heap_form_minimal_tuple() Jeff Davis
- pg_utility ? Álvaro Herrera
- Re: [PATCH] Add pg_get_tablespace_ddl() function to reconstruct CREATE TABLESPACE statement Jim Jones
- Re: Fix ALTER TABLE DROP EXPRESSION with inheritance hierarchy Peter Eisentraut
- Re: Fix ALTER TABLE DROP EXPRESSION with inheritance hierarchy Tom Lane
- Re: Intention to start an [oauth] "working group" Jacob Champion
- Re: Fix ALTER TABLE DROP EXPRESSION with inheritance hierarchy Tom Lane
- Re: MinGW compiler warnings in ecpg tests Andres Freund
- Re: Upgrade Debian CI image from Bookworm to Trixie Andres Freund
- Re: [PATCH] Fix ALTER SYSTEM empty string bug for GUC_LIST_QUOTE parameters Maciek Sakrejda
- Re: psql: tab-completion support for COPY ... TO/FROM STDIN, STDOUT, and PROGRAM Masahiko Sawada
- Re: [PATCH] Fix ALTER SYSTEM empty string bug for GUC_LIST_QUOTE parameters Tom Lane
- Re: SQL:2011 Application Time Update & Delete Paul A Jungwirth
- Re: [PATCH] Add pg_get_tablespace_ddl() function to reconstruct CREATE TABLESPACE statement Álvaro Herrera
- Re: PG18 GIN parallel index build crash - invalid memory alloc request size Tomas Vondra
- Spacing of options in getopt_long processing Andrew Dunstan
- Re: Have the planner convert COUNT(1) / COUNT(not_null_col) to COUNT(*) Matheus Alcantara
- Re: pg_plan_advice Robert Haas
- Re: meson's in-tree libpq header search order vs -Dextra_include_dirs Andres Freund
- Re: Add notification on BEGIN ATOMIC SQL functions using temp relations Tom Lane
- Re: LISTEN/NOTIFY bug: VACUUM sets frozenxid past a xid in async queue Joel Jacobson
- Re: [PATCH] Add pretty formatting to pg_get_triggerdef Philip Alger
- Re: Adding basic NUMA awareness Tomas Vondra
- Re: [PATCH] Add archive_mode=follow_primary to prevent unarchived WAL on standby promotion John H
- Re: [BUG] PostgreSQL crashes with ThreadSanitizer during early initialization Tom Lane
- Re: Teaching planner to short-circuit empty UNION/EXCEPT/INTERSECT inputs David Rowley
- Re: DOCS: ALTER PUBLICATION - Synopsis for DROP is a bit misleading Peter Smith
- Re: Add CHECK_FOR_INTERRUPTS in Evict{Rel,All}UnpinnedBuffers Masahiko Sawada
- Re: [BUG] PostgreSQL crashes with ThreadSanitizer during early initialization Jacob Champion
- Re: Have the planner convert COUNT(1) / COUNT(not_null_col) to COUNT(*) David Rowley
- Re: Optimize LISTEN/NOTIFY Joel Jacobson
- Re: Optimize LISTEN/NOTIFY Joel Jacobson
- Re: LISTEN/NOTIFY bug: VACUUM sets frozenxid past a xid in async queue Joel Jacobson
- Re: [Proposal] Expose internal MultiXact member count function for efficient monitoring Naga Appani
- Re: [BUG] PostgreSQL crashes with ThreadSanitizer during early initialization Tom Lane
- Re: ubsan Tom Lane
- Re: meson's in-tree libpq header search order vs -Dextra_include_dirs Thomas Munro
- Re: Adding REPACK [concurrently] jian he
- Re: Extend injection_points_attach() to accept a user-defined function Michael Paquier
- Re: Fix comments for ChangeVarNodes() and related functions Richard Guo
- Re: Teaching planner to short-circuit empty UNION/EXCEPT/INTERSECT inputs Alexander Lakhin
- Re: [PATCH] Add archive_mode=follow_primary to prevent unarchived WAL on standby promotion Fujii Masao
- Re: Add support for specifying tables in pg_createsubscriber. Shubham Khanna
- Re: DOCS: ALTER PUBLICATION - Synopsis for DROP is a bit misleading Fujii Masao
- Re: Adding REPACK [concurrently] Robert Treat
- Re: Teaching planner to short-circuit empty UNION/EXCEPT/INTERSECT inputs David Rowley
- Re: [BUG] temporary file usage report with extended protocol and unnamed portals Michael Paquier
- [PATCH] Fix fragile walreceiver test. Bryan Green
- GiST README typos Paul A Jungwirth
- Re: How can end users know the cause of LR slot sync delays? shveta malik
- Re: Asynchronous MergeAppend Alexander Pyhalov
- Re: Extended Statistics set/restore/clear functions. Corey Huinker
- Re: [PATCH] Fix fragile walreceiver test. Michael Paquier
- Re: Non-text mode for pg_dumpall Vaibhav Dalvi
- Re: Decouple C++ support in Meson's PGXS from LLVM enablement BharatDB
- Re: Adding REPACK [concurrently] Antonin Houska
- Re: [PATCH] Fix fragile walreceiver test. Xuneng Zhou
- Re: [PATCH] Add pg_get_tablespace_ddl() function to reconstruct CREATE TABLESPACE statement Nishant Sharma
- Re: [PATCH] Fix fragile walreceiver test. Michael Paquier
- Re: ubsan Alexander Lakhin
- Re: [PATCH] Add pg_get_tablespace_ddl() function to reconstruct CREATE TABLESPACE statement Álvaro Herrera
- Re: Logical Replication of sequences Amit Kapila
- Re: Adding REPACK [concurrently] jian he
- Re: Changing the state of data checksums in a running cluster Daniel Gustafsson
- Re: Making jsonb_agg() faster Chao Li
- Re: LISTEN/NOTIFY bug: VACUUM sets frozenxid past a xid in async queue Heikki Linnakangas
- Re: Optimize LISTEN/NOTIFY Chao Li
- Re: [PATCH] Add pretty formatting to pg_get_triggerdef Chao Li
- Re: Logical Replication of sequences shveta malik
- Re: Teaching planner to short-circuit empty UNION/EXCEPT/INTERSECT inputs David Rowley
- Re: Implement waiting for wal lsn replay: reloaded Alexander Korotkov
- Re: [PATCH] Fix fragile walreceiver test. Xuneng Zhou
- Re: Newly created replication slot may be invalidated by checkpoint Alexander Korotkov
- Re: Use stack-allocated StringInfoData David Rowley
- inconsistent tableoid handling in COPY WHERE clause Peter Eisentraut
- Re: inconsistent tableoid handling in COPY WHERE clause Kirill Reshke
- Re: inconsistent tableoid handling in COPY WHERE clause Peter Eisentraut
- Re: COPY WHERE clause generated/system column reference Peter Eisentraut
- Re: [PATCH] Add pg_get_tablespace_ddl() function to reconstruct CREATE TABLESPACE statement Nishant Sharma
- Re: mxid and mxoff wraparound issues in pg_upgrade Heikki Linnakangas
- Re: Logical Replication of sequences vignesh C
- Re: Logical Replication of sequences Amit Kapila
- Re: LISTEN/NOTIFY bug: VACUUM sets frozenxid past a xid in async queue Matheus Alcantara
- Re: LISTEN/NOTIFY bug: VACUUM sets frozenxid past a xid in async queue Heikki Linnakangas
- Re: Non-text mode for pg_dumpall Vaibhav Dalvi
- Re: [PATCH] Fix fragile walreceiver test. Bryan Green
- Re: Add notification on BEGIN ATOMIC SQL functions using temp relations Jim Jones
- Re: Logical Replication of sequences vignesh C
- Re: doc: Improve description of io_combine_limit and io_max_combine_limit GUCs Karina Litskevich
- Re: Implement waiting for wal lsn replay: reloaded Xuneng Zhou
- Re: Unnecessary delay in streaming replication due to replay lag sunil s
- Re: Changing the state of data checksums in a running cluster Tomas Vondra
- Re: Use stack-allocated StringInfoData Chao Li
- Re: Logical Replication of sequences vignesh C
- Re: Suggestion to add --continue-client-on-abort option to pgbench Fujii Masao
- Re: POC: make mxidoff 64 bits Heikki Linnakangas
- Re: SQL:2011 Application Time Update & Delete Peter Eisentraut
- Re: [BUG] PostgreSQL crashes with ThreadSanitizer during early initialization Jacob Champion
- Re: SQL:2011 Application Time Update & Delete Paul A Jungwirth
- Re: [BUG] PostgreSQL crashes with ThreadSanitizer during early initialization Tom Lane
- Re: [PATCH] Add pretty formatting to pg_get_triggerdef Philip Alger
- Re: Spacing of options in getopt_long processing Peter Eisentraut
- Re: [PATCH] Add pretty formatting to pg_get_triggerdef Philip Alger
- Re: Optimize LISTEN/NOTIFY Arseniy Mukhin
- Re: LISTEN/NOTIFY bug: VACUUM sets frozenxid past a xid in async queue Arseniy Mukhin
- Re: COPY WHERE clause generated/system column reference Masahiko Sawada
- Re: LISTEN/NOTIFY bug: VACUUM sets frozenxid past a xid in async queue Matheus Alcantara
- Re: [PATCH] Add pretty formatting to pg_get_triggerdef Tom Lane
- Re: inconsistent tableoid handling in COPY WHERE clause Masahiko Sawada
- Re: Have the planner convert COUNT(1) / COUNT(not_null_col) to COUNT(*) Matheus Alcantara
- Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions Corey Huinker
- Re: [PATCH] Fix fragile walreceiver test. Michael Paquier
- Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Masahiko Sawada
- Re: Optimize LISTEN/NOTIFY Chao Li
- Re: Suggestion to add --continue-client-on-abort option to pgbench Chao Li
- Re: Proposal for enabling auto-vectorization for checksum calculations Andrew Kim
- Re: doc: Improve description of io_combine_limit and io_max_combine_limit GUCs Chao Li
- Re: Logical Replication of sequences Peter Smith
- Re: Add support for specifying tables in pg_createsubscriber. Peter Smith
- Re: pgstattuple: Use streaming read API in pgstatindex functions Xuneng Zhou
- Re: Use stack-allocated StringInfoData David Rowley
- Re: Logical Replication of sequences Shinya Kato
- Re: Docs and tests for RLS policies applied by command type jian he
- Re: GiST README typos John Naylor
- Re: Teaching planner to short-circuit empty UNION/EXCEPT/INTERSECT inputs David Rowley
- Re: postgres_fdw: Add more test coverage for EvalPlanQual testing Etsuro Fujita
- Re: Obsolete comment in ExecScanReScan() Etsuro Fujita
- Re: Add support for specifying tables in pg_createsubscriber. Shubham Khanna
- Re: Logical Replication of sequences Amit Kapila
- Re: index prefetching Peter Geoghegan
- Re: [Patch] Windows relation extension failure at 2GB and 4GB Michael Paquier
- [PATCH] Fix socket handle inheritance on Windows Bryan Green
- Re: Logical Replication of sequences vignesh C
- Re: Non-text mode for pg_dumpall Mahendra Singh Thalor
- Re: Consistently use the XLogRecPtrIsInvalid() macro Bertrand Drouvot
- Re: [Patch] Windows relation extension failure at 2GB and 4GB Bryan Green
- RE: Assertion failure in SnapBuildInitialSnapshot() Zhijie Hou (Fujitsu)
- Re: GiST README typos Paul A Jungwirth
- Re: inconsistent tableoid handling in COPY WHERE clause jian he
- Re: [PATCH] Add pg_get_role_ddl() functions for role recreation Quan Zongliang
- Re: Use stack-allocated StringInfoData Mats Kindahl
- Re: Improve pg_sync_replication_slots() to wait for primary to advance Ajin Cherian
- Re: Extended Statistics set/restore/clear functions. Michael Paquier
- Re: Optimize LISTEN/NOTIFY Joel Jacobson
- Re: pg_waldump: support decoding of WAL inside tarfile Amul Sul
- Re: Consistently use the XLogRecPtrIsInvalid() macro Álvaro Herrera
- Re: [Patch] Windows relation extension failure at 2GB and 4GB Thomas Munro
- Re: ago(interval) → timestamptz Andreas Karlsson
- Re: GiST README typos John Naylor
- Re: LISTEN/NOTIFY bug: VACUUM sets frozenxid past a xid in async queue Heikki Linnakangas
- Re: [Patch] Windows relation extension failure at 2GB and 4GB Thomas Munro
- Re: LISTEN/NOTIFY bug: VACUUM sets frozenxid past a xid in async queue Álvaro Herrera
- Re: LISTEN/NOTIFY bug: VACUUM sets frozenxid past a xid in async queue Álvaro Herrera
- Re: Use stack-allocated StringInfoData Álvaro Herrera
- Re: Assertion failure in SnapBuildInitialSnapshot() Amit Kapila
- Re: Logical Replication of sequences Amit Kapila
- Re: ago(interval) → timestamptz Florents Tselai
- Re: Skipping schema changes in publication Shlok Kyal
- Re: LISTEN/NOTIFY bug: VACUUM sets frozenxid past a xid in async queue Arseniy Mukhin
- Re: Use stack-allocated StringInfoData David Rowley
- Re: LISTEN/NOTIFY bug: VACUUM sets frozenxid past a xid in async queue Heikki Linnakangas
- Refactor StringInfo usage in subscriptioncmds.c Mats Kindahl
- Some efforts to get rid of "long" in our codebase David Rowley
- Re: Refactor StringInfo usage in subscriptioncmds.c David Rowley
- Re: LISTEN/NOTIFY bug: VACUUM sets frozenxid past a xid in async queue Heikki Linnakangas
- Re: Refactor StringInfo usage in subscriptioncmds.c Amit Kapila
- Re: Some efforts to get rid of "long" in our codebase Heikki Linnakangas
- Re: Refactor StringInfo usage in subscriptioncmds.c Mats Kindahl
- Re: Refactor StringInfo usage in subscriptioncmds.c Álvaro Herrera
- Re: [PATCH] Fix orphaned backend processes on Windows using Job Objects Thomas Munro
- Re: Calling PGReserveSemaphores() from CreateOrAttachShmemStructs Heikki Linnakangas
- Re: Refactor StringInfo usage in subscriptioncmds.c Mats Kindahl
- Re: Calling PGReserveSemaphores() from CreateOrAttachShmemStructs Ashutosh Bapat