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: [WIP]Vertical Clustered Index (columnar store extension) - take2 Peter Smith
- Re: Use stack-allocated StringInfoData Mats Kindahl
- LTO aggressively optimizing out function despite explicit calls in logical decoding Arkady Skvorcov
- 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
- Re: log_min_messages per backend type Euler Taveira
- Re: COPY WHERE clause generated/system column reference Peter Eisentraut
- Re: [PATCH] O_CLOEXEC not honored on Windows - handle inheritance chain Thomas Munro
- Re: Adding basic NUMA awareness Jakub Wartak
- Re: [PATCH] Fix orphaned backend processes on Windows using Job Objects Bryan Green
- Re: Spacing of options in getopt_long processing Andrew Dunstan
- Re: Consistently use the XLogRecPtrIsInvalid() macro Bertrand Drouvot
- Re: [PATCH] O_CLOEXEC not honored on Windows - handle inheritance chain Bryan Green
- Re: log_min_messages per backend type Chao Li
- Re: ago(interval) → timestamptz Laurenz Albe
- Re: [Patch] Windows relation extension failure at 2GB and 4GB Bryan Green
- Re: [PATCH] Add pg_get_subscription_ddl() function Vaibhav Dalvi
- Re: Use stack-allocated StringInfoData Tom Lane
- Re: LISTEN/NOTIFY bug: VACUUM sets frozenxid past a xid in async queue Arseniy Mukhin
- Re: Calling PGReserveSemaphores() from CreateOrAttachShmemStructs Chao Li
- Re: Include extension path on pg_available_extensions Matheus Alcantara
- Missing calls to UnlockBuffers() - unify error handling? Andres Freund
- Re: [PATCH] Add pg_get_subscription_ddl() function Álvaro Herrera
- Re: POC: make mxidoff 64 bits Maxim Orlov
- Re: log_min_messages per backend type Alvaro Herrera
- Re: [PATCH] Add pg_get_role_ddl() functions for role recreation Bryan Green
- Re: [PoC] XMLCast (SQL/XML X025) Jim Jones
- Re: psql --help=variables missing csv_fieldsep Álvaro Herrera
- Re: Suggestion to add --continue-client-on-abort option to pgbench Fujii Masao
- Re: pg_plan_advice Robert Haas
- warning on the current head Rafia Sabih
- Re: Optimize SnapBuildPurgeOlderTxn: use in-place compaction instead of temporary array Xuneng Zhou
- Re: warning on the current head Álvaro Herrera
- Re: [Patch] Windows relation extension failure at 2GB and 4GB Bryan Green
- Re: [Patch] Windows relation extension failure at 2GB and 4GB Andres Freund
- Re: Some efforts to get rid of "long" in our codebase Peter Eisentraut
- Re: Some efforts to get rid of "long" in our codebase Peter Eisentraut
- Re: Extended Statistics set/restore/clear functions. Corey Huinker
- Re: Assertion failure in SnapBuildInitialSnapshot() Masahiko Sawada
- Re: [PATCH] Fix socket handle inheritance on Windows Bryan Green
- Re: Consistently use the XLogRecPtrIsInvalid() macro Álvaro Herrera
- Re: Some efforts to get rid of "long" in our codebase David Rowley
- Re: [PATCH] Add pretty formatting to pg_get_triggerdef Philip Alger
- Re: Refactor StringInfo usage in subscriptioncmds.c David Rowley
- Re: Built-in case-insensitive collation pg_unicode_ci Jeff Davis
- Tuesday at 2026.pgconf.dev Robert Haas
- Re: [PATCH] Add pg_get_tablespace_ddl() function to reconstruct CREATE TABLESPACE statement Manni Wood
- Re: [Patch] Windows relation extension failure at 2GB and 4GB Michael Paquier
- Re: [Patch] Windows relation extension failure at 2GB and 4GB Michael Paquier
- Re: another autovacuum scheduling thread Sami Imseih
- Re: [Patch] Windows relation extension failure at 2GB and 4GB Michael Paquier
- Re: [PATCH] Fix fragile walreceiver test. Michael Paquier
- Re: another autovacuum scheduling thread David Rowley
- Re: High CPU consumption in cascade replication with large number of walsenders Alexey Makhmutov
- Re: alter check constraint enforceability Robert Treat
- Re: postgres_fdw: Use COPY to speed up batch inserts Matheus Alcantara
- Re: Suggestion to add --continue-client-on-abort option to pgbench Chao Li
- Re: doc: Improve description of io_combine_limit and io_max_combine_limit GUCs Fujii Masao
- Re: [PATCH] Fix socket handle inheritance on Windows Thomas Munro
- Re: [Patch] Windows relation extension failure at 2GB and 4GB Bryan Green
- Re: [PATCH] Add pg_get_tablespace_ddl() function to reconstruct CREATE TABLESPACE statement Manni Wood
- Re: [PATCH] Fix socket handle inheritance on Windows Bryan Green
- Re: [Patch] Windows relation extension failure at 2GB and 4GB Thomas Munro
- Re: [PATCH] Fix socket handle inheritance on Windows Thomas Munro
- Re: [Patch] Windows relation extension failure at 2GB and 4GB Michael Paquier
- Re: [PATCH] Fix orphaned backend processes on Windows using Job Objects Thomas Munro
- transformJsonFuncExpr pathspec cache lookup failed jian he
- Re: [Patch] Windows relation extension failure at 2GB and 4GB Thomas Munro
- RE: Assertion failure in SnapBuildInitialSnapshot() Zhijie Hou (Fujitsu)
- Re: [Patch] Windows relation extension failure at 2GB and 4GB Michael Paquier
- Re: [PATCH] Add pg_get_role_ddl() functions for role recreation Quan Zongliang
- Re: Skipping schema changes in publication Peter Smith
- Re: Skipping schema changes in publication Peter Smith
- Re: Assertion failure in SnapBuildInitialSnapshot() Amit Kapila
- Re: Calling PGReserveSemaphores() from CreateOrAttachShmemStructs Ashutosh Bapat
- Optimize SnapBuild by maintaining committed.xip in sorted order Xuneng Zhou
- Re: Optimize SnapBuildPurgeOlderTxn: use in-place compaction instead of temporary array Xuneng Zhou
- Re: Improve pg_sync_replication_slots() to wait for primary to advance Japin Li
- Re: on_error table, saving error info to a table Nishant Sharma
- Re: Logical Replication of sequences vignesh C
- Re: Support tid range scan in parallel? David Rowley
- Re: Assertion failure in SnapBuildInitialSnapshot() Masahiko Sawada
- 回复: [PATCH] Add pg_get_role_ddl() functions for role recreation li carol
- Re: Skipping schema changes in publication Peter Smith
- Re: Sequence Access Methods, round two Michael Paquier
- Re: Consistently use the XLogRecPtrIsInvalid() macro Bertrand Drouvot
- Re: transformJsonFuncExpr pathspec cache lookup failed Kirill Reshke
- Re: doc: Improve description of io_combine_limit and io_max_combine_limit GUCs Fujii Masao
- Re: Extended Statistics set/restore/clear functions. Michael Paquier
- Re: [BUG] temporary file usage report with extended protocol and unnamed portals Frédéric Yhuel
- Re: LISTEN/NOTIFY bug: VACUUM sets frozenxid past a xid in async queue Heikki Linnakangas
- Re: Reorganize GUC structs Peter Eisentraut
- Re: XMLSerialize: version and explicit XML declaration Jim Jones
- Re: Logical Replication of sequences shveta malik
- Re: Suggestion to add --continue-client-on-abort option to pgbench Fujii Masao
- Re: Reorganize GUC structs Álvaro Herrera
- Re: LISTEN/NOTIFY bug: VACUUM sets frozenxid past a xid in async queue Arseniy Mukhin
- [PATCH] Implement condition variable-based WAL waiting for logical decoding Arkady Skvorcov
- Re: [PATCH] Add pg_get_tablespace_ddl() function to reconstruct CREATE TABLESPACE statement Álvaro Herrera
- Re: Add tab completion support for WAIT FOR command Xuneng Zhou
- Re: contrib/pg_stat_tcpinfo Jakub Wartak
- Re: [PATCH] Add pg_get_subscription_ddl() function Vaibhav Dalvi
- Re: relfilenode statistics Bertrand Drouvot
- Re: Logical Replication of sequences Amit Kapila
- Re: Extend injection_points_attach() to accept a user-defined function Rahila Syed
- Re: [PATCH] Add pg_get_subscription_ddl() function Álvaro Herrera
- Re: [PATCH] Add pg_get_policy_ddl() function to reconstruct CREATE POLICY statement Akshay Joshi
- Re: [PATCH] Add pg_get_policy_ddl() function to reconstruct CREATE POLICY statement Marcos Pegoraro
- Re: Consistently use the XLogRecPtrIsInvalid() macro Álvaro Herrera
- Re: Improve read_local_xlog_page_guts by replacing polling with latch-based waiting Xuneng Zhou
- Minor refactor of the code in ExecScanExtended() cca5507
- Re: LISTEN/NOTIFY bug: VACUUM sets frozenxid past a xid in async queue Álvaro Herrera
- Re: [PATCH] Add pg_get_policy_ddl() function to reconstruct CREATE POLICY statement Akshay Joshi
- Xlogprefetcher: Use atomic add for increment counter Ranier Vilela
- Re: Xlogprefetcher: Use atomic add for increment counter Andres Freund
- Re: [PATCH] Add pg_get_policy_ddl() function to reconstruct CREATE POLICY statement Marcos Pegoraro
- Re: Logical Replication of sequences vignesh C
- Re: Xlogprefetcher: Use atomic add for increment counter Ranier Vilela
- Re: Xlogprefetcher: Use atomic add for increment counter Andres Freund
- Re: Xlogprefetcher: Use atomic add for increment counter Ranier Vilela
- Re: Consistently use the XLogRecPtrIsInvalid() macro Bertrand Drouvot
- Re: LTO aggressively optimizing out function despite explicit calls in logical decoding Andres Freund
- Re: Reorganize GUC structs Tom Lane
- Re: Incorrect checksum in control file with pg_rewind test Maksim.Melnikov
- Multixid SLRU truncation bugs at wraparound Heikki Linnakangas
- Re: CI: Add task that runs pgindent Andres Freund
- Re: Decouple C++ support in Meson's PGXS from LLVM enablement Peter Eisentraut
- Re: Reorganize GUC structs Peter Eisentraut
- Re: Some efforts to get rid of "long" in our codebase Peter Eisentraut
- Re: Reorganize GUC structs Álvaro Herrera
- Re: POC: make mxidoff 64 bits Maxim Orlov
- Re: Some efforts to get rid of "long" in our codebase Tom Lane
- Re: Consistently use the XLogRecPtrIsInvalid() macro Peter Eisentraut
- Re: Sequence Access Methods, round two Andrei Lepikhov
- Re: CI: Add task that runs pgindent Tom Lane
- Re: [PATCH] Add pg_get_tablespace_ddl() function to reconstruct CREATE TABLESPACE statement Jim Jones
- Re: Decouple C++ support in Meson's PGXS from LLVM enablement Jelte Fennema-Nio
- Re: AIX support Peter Eisentraut
- Re: Decouple C++ support in Meson's PGXS from LLVM enablement Tristan Partin
- Re: Consistently use the XLogRecPtrIsInvalid() macro Bertrand Drouvot
- Re: Consistently use the XLogRecPtrIsInvalid() macro Dagfinn Ilmari Mannsåker
- Re: Consistently use the XLogRecPtrIsInvalid() macro Bertrand Drouvot
- Re: [PATCH] O_CLOEXEC not honored on Windows - handle inheritance chain Bryan Green
- Re: Issue with logical replication slot during switchover Fabrice Chapuis
- Re: [PATCH] Add pg_get_role_ddl() functions for role recreation Mario González Troncoso
- Re: Optimize LISTEN/NOTIFY Joel Jacobson
- Re: another autovacuum scheduling thread Sami Imseih
- Draft back-branch release notes are up Tom Lane
- Extended test coverage and docs for SSL passphrase commands Daniel Gustafsson
- Re: Implement waiting for wal lsn replay: reloaded Alexander Korotkov
- Re: [PATCH] Add pg_get_trigger_ddl() to retrieve the CREATE TRIGGER statement Philip Alger
- Re: Extended Statistics set/restore/clear functions. Corey Huinker
- Re: [PATCH] Add pg_get_tablespace_ddl() function to reconstruct CREATE TABLESPACE statement Manni Wood
- Re: Missing calls to UnlockBuffers() - unify error handling? Andres Freund
- Re: postmaster uses more CPU in 18 beta1 with io_method=io_uring Tomas Vondra
- Re: Enhancing Memory Context Statistics Reporting Rahila Syed
- Re: Extended Statistics set/restore/clear functions. Michael Paquier
- Re: Sequence Access Methods, round two Michael Paquier
- Re: Improve read_local_xlog_page_guts by replacing polling with latch-based waiting Michael Paquier
- Re: contrib/pg_stat_tcpinfo Tomas Vondra
- Re: [PATCH] Add pg_get_tablespace_ddl() function to reconstruct CREATE TABLESPACE statement Manni Wood
- Re: IO in wrong state on riscv64 Thomas Munro
- Re: [PATCH] Add pg_get_tablespace_ddl() function to reconstruct CREATE TABLESPACE statement Jim Jones
- Re: IO in wrong state on riscv64 Tom Lane
- Re: IO in wrong state on riscv64 Andres Freund
- Re: IO in wrong state on riscv64 Thomas Munro
- Re: Thoughts on a "global" client configuration? Jacob Champion
- Re: contrib/pg_stat_tcpinfo Andres Freund
- Re: IO in wrong state on riscv64 Tom Lane
- Support allocating memory for large strings Maxim Zibitsker
- Re: Support allocating memory for large strings Tom Lane
- Re: Extra blank line in StrategyGetBuffer Bruce Momjian
- Re: [PATCH] Add pg_get_tablespace_ddl() function to reconstruct CREATE TABLESPACE statement Manni Wood
- Re: [PATCH] Add pg_get_tablespace_ddl() function to reconstruct CREATE TABLESPACE statement Manni Wood
- [PATCH] Fix text in comment of copyto.c 河田達也
- [PATCH] Add hints for invalid binary encoding names in encode/decode functions Sugamoto Shinya
- Use bsearch() instead of a manual binary search in syscache.c cca5507
- Re: ago(interval) → timestamptz Andreas Karlsson
- Re: display hot standby state in psql prompt Andreas Karlsson
- Re: [Patch] Windows relation extension failure at 2GB and 4GB Michael Paquier
- Re: display hot standby state in psql prompt Jim Jones
- Re: Support allocating memory for large strings Jose Luis Tallon
- Re: Add tab completion support for WAIT FOR command Alexander Korotkov
- Re: Use bsearch() instead of a manual binary search in syscache.c Antonin Houska
- Re: Optimize LISTEN/NOTIFY Joel Jacobson
- Re: Use bsearch() instead of a manual binary search in syscache.c Thomas Munro
- Re: [PATCH] Add pg_get_tablespace_ddl() function to reconstruct CREATE TABLESPACE statement Manni Wood
- Re: DOCS: What SGML markup to use for user objects like tables, columns, etc? Bruce Momjian
- Re: Optimize LISTEN/NOTIFY Joel Jacobson
- pg_dump not dumping default_text_search_config WAI? Philip Warner
- Re: [PATCH] Add pg_get_tablespace_ddl() function to reconstruct CREATE TABLESPACE statement Jim Jones
- Re: MSVC: Improve warning options set Peter Eisentraut
- Re: Use bsearch() instead of a manual binary search in syscache.c Tom Lane
- Re: pg_dump not dumping default_text_search_config WAI? Tom Lane
- Re: ago(interval) → timestamptz Laurenz Albe
- Re: IO in wrong state on riscv64 Tom Lane
- Re: should we have a fast-path planning for OLTP starjoins? Tomas Vondra
- [PATCH] libpq: Wrap out-of-memory error messages with libpq_gettext() Joshua Shanks
- Re: should we have a fast-path planning for OLTP starjoins? Tom Lane
- Re: MSVC: Improve warning options set Thomas Munro
- Re: MSVC: Improve warning options set Tom Lane
- Re: IO in wrong state on riscv64 Thomas Munro
- Re: relfilenode statistics Michael Paquier
- Re: [PATCH] Fix text in comment of copyto.c Michael Paquier
- Re: Extend injection_points_attach() to accept a user-defined function Michael Paquier
- Re: MSVC: Improve warning options set Thomas Munro
- Re: Use bsearch() instead of a manual binary search in syscache.c Thomas Munro
- Re: Add tab completion support for WAIT FOR command Xuneng Zhou
- Re: MSVC: Improve warning options set Andres Freund
- Re: pg_dump not dumping default_text_search_config WAI? Philip Warner
- Re: Use bsearch() instead of a manual binary search in syscache.c cca5507
- Re: Avoid orphaned objects dependencies, take 3 Roman Eskin
- Re: Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY Mihail Nikalayeu
- Re: isolation tester limitation in case of multiple injection points in a single command Mihail Nikalayeu
- Re: pg_dump not dumping default_text_search_config WAI? Tom Lane
- Re: Revisiting {CREATE INDEX, REINDEX} CONCURRENTLY improvements Mihail Nikalayeu
- Re: should we have a fast-path planning for OLTP starjoins? Tomas Vondra
- Re: should we have a fast-path planning for OLTP starjoins? Tom Lane
- Re: Don't synchronously wait for already-in-progress IO in read stream Peter Geoghegan
- Re: index prefetching Peter Geoghegan
- Re: DOCS: What SGML markup to use for user objects like tables, columns, etc? Peter Smith
- Re: Adding REPACK [concurrently] Robert Treat
- Re: Don't synchronously wait for already-in-progress IO in read stream Thomas Munro
- Re: isolation tester limitation in case of multiple injection points in a single command Michael Paquier
- Re: isolation tester limitation in case of multiple injection points in a single command Mihail Nikalayeu
- Re: DOCS: What SGML markup to use for user objects like tables, columns, etc? Bruce Momjian
- Add MERGE and VALUES statements to tab completion for PREPARE Haruna Miwa
- Re: Emitting JSON to file using COPY TO jian he
- Re: Some efforts to get rid of "long" in our codebase David Rowley
- Re: Extend injection_points_attach() to accept a user-defined function Michael Paquier
- Re: isolation tester limitation in case of multiple injection points in a single command Michael Paquier
- Add tests for object size limits of injection points Michael Paquier
- Re: Changing the state of data checksums in a running cluster Tomas Vondra
- Re: Suggestion to add --continue-client-on-abort option to pgbench Chao Li
- Re: Add tests for object size limits of injection points Chao Li
- Re: add function argument name to substring and substr jian he
- Re: Extra blank line in StrategyGetBuffer Ashutosh Bapat
- Re: Optimize SnapBuildPurgeOlderTxn: use in-place compaction instead of temporary array Xuneng Zhou
- Re: Add tests for object size limits of injection points Michael Paquier
- Re: pg_dump not dumping default_text_search_config WAI? Philip Warner
- Re: pg_createsubscriber --dry-run logging concerns Peter Smith
- Re: Suggestion to add --continue-client-on-abort option to pgbench Fujii Masao
- Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Peter Smith
- Re: Resetting recovery target parameters in pg_createsubscriber Alena Vinter
- pg_getaddrinfo_all() with hintp=NULL Sergey Tatarintsev
- Re: Add MERGE and VALUES statements to tab completion for PREPARE Fujii Masao
- Re: [PATCH] Add pg_get_policy_ddl() function to reconstruct CREATE POLICY statement Akshay Joshi
- Re: Remove unused for_all_tables field from AlterPublicationStmt Peter Smith
- Re: Extended Statistics set/restore/clear functions. Corey Huinker
- Re: [Proposal] Expose internal MultiXact member count function for efficient monitoring Ashutosh Bapat
- Re: proposal: schema variables Pavel Stehule
- Re: [PATCH] libpq: Wrap out-of-memory error messages with libpq_gettext() Fujii Masao
- Re: display hot standby state in psql prompt Fujii Masao
- Re: Consistently use the XLogRecPtrIsInvalid() macro Bertrand Drouvot
- Re: Some efforts to get rid of "long" in our codebase Andreas Karlsson
- Improve logical replication usability when tables lack primary keys Chao Li
- Re: display hot standby state in psql prompt Jim Jones
- Re: contrib/pg_stat_tcpinfo Jakub Wartak
- Re: contrib/pg_stat_tcpinfo Jakub Wartak
- Re: [PATCH] Add hints for invalid binary encoding names in encode/decode functions Fujii Masao
- gen_guc_tables.pl: Validate required GUC fields before code generation Chao Li
- Re: relfilenode statistics Michael Paquier
- Re: postmaster uses more CPU in 18 beta1 with io_method=io_uring Jakub Wartak
- Re: Logical Replication of sequences Shlok Kyal
- Re: [PATCH] Add hints for invalid binary encoding names in encode/decode functions Chao Li
- Re: Newly created replication slot may be invalidated by checkpoint Amit Kapila
- Re: ON CONFLICT DO SELECT (take 3) Dean Rasheed
- Re: [PATCH] Add pg_get_tablespace_ddl() function to reconstruct CREATE TABLESPACE statement Nishant Sharma
- Re: [PATCH] pg_bsd_indent: improve formatting of multiline comments Aleksander Alekseev
- Re: Improve pg_sync_replication_slots() to wait for primary to advance shveta malik
- Re: ON CONFLICT DO SELECT (take 3) Viktor Holmberg
- Re: Change COPY ... ON_ERROR ignore to ON_ERROR ignore_row jian he
- Re: Add tests for object size limits of injection points Xuneng Zhou
- Re: Non-blocking archiver process BharatDB
- Re: Improve pg_sync_replication_slots() to wait for primary to advance Ashutosh Bapat
- Re: Logical Replication of sequences vignesh C
- Minor adjustment: Update the range of the commit_siblings parameter. zengman
- Fix a typo in the comment for gettuple_eval_partition() Tender Wang
- Re: [PATCH] Refactor bytea_sortsupport(), take two Aleksander Alekseev
- Re: [PATCH] Add pg_get_tablespace_ddl() function to reconstruct CREATE TABLESPACE statement Álvaro Herrera
- Move SLRU_PAGES_PER_SEGMENT to pg_config_manual.h Heikki Linnakangas
- Re: Remove unused for_all_tables field from AlterPublicationStmt Álvaro Herrera
- Re: Move SLRU_PAGES_PER_SEGMENT to pg_config_manual.h Daniel Gustafsson
- Re: Fix a typo in the comment for gettuple_eval_partition() Daniel Gustafsson
- Re: gen_guc_tables.pl: Validate required GUC fields before code generation Dagfinn Ilmari Mannsåker
- Re: Issue with logical replication slot during switchover Amit Kapila
- Re: Move SLRU_PAGES_PER_SEGMENT to pg_config_manual.h Álvaro Herrera
- Re: Move SLRU_PAGES_PER_SEGMENT to pg_config_manual.h Heikki Linnakangas
- Re: Move SLRU_PAGES_PER_SEGMENT to pg_config_manual.h Daniel Gustafsson
- Re: [PATCH] pg_get_domain_ddl: DDL reconstruction function for CREATE DOMAIN statement Tim Waizenegger
-
Trying out
Thomas Munro - Re: [PATCH] Add pg_get_tablespace_ddl() function to reconstruct CREATE TABLESPACE statement Manni Wood
- [PATCH} Move instrumentation structs Mario González Troncoso
- Re: Minor adjustment: Update the range of the commit_siblings parameter. Chao Li
-
Re: Trying out
Heikki Linnakangas - Re: Add tests for object size limits of injection points Daniel Gustafsson
- Re: Move SLRU_PAGES_PER_SEGMENT to pg_config_manual.h Heikki Linnakangas
- Re: Use merge-based matching for MCVs in eqjoinsel Ilia Evdokimov
- Re: Minor adjustment: Update the range of the commit_siblings parameter. Daniel Gustafsson
- Re: [PATCH] Add hints for invalid binary encoding names in encode/decode functions Daniel Gustafsson
- Re: should we have a fast-path planning for OLTP starjoins? Tomas Vondra
- Fix a minor typo in the comment of read_stream_start_pending Xuneng Zhou
- Re: Move SLRU_PAGES_PER_SEGMENT to pg_config_manual.h Tom Lane
-
Re: Trying out
Tom Lane - Re: Sequence Access Methods, round two Andrei Lepikhov
- Re: MSVC: Improve warning options set Peter Eisentraut
- Re: Move SLRU_PAGES_PER_SEGMENT to pg_config_manual.h Andres Freund
- Remove redundant initialization of smgr pointer for relcache Jingtang Zhang
- Re: Move SLRU_PAGES_PER_SEGMENT to pg_config_manual.h Heikki Linnakangas
- Re: Improve LWLock tranche name visibility across backends Nathan Bossart
- Re: Move SLRU_PAGES_PER_SEGMENT to pg_config_manual.h Heikki Linnakangas
- Re: Improve LWLock tranche name visibility across backends Nathan Bossart
- Re: Extend injection_points_attach() to accept a user-defined function Rahila Syed
- Re: AIX support AIX PG user
- Make PQgetResult() not return NULL on out-of-memory error Yugo Nagata
- Re: Move SLRU_PAGES_PER_SEGMENT to pg_config_manual.h Tom Lane
- Re: Move SLRU_PAGES_PER_SEGMENT to pg_config_manual.h Heikki Linnakangas
- Re: Improve LWLock tranche name visibility across backends Nathan Bossart
- Re: Include extension path on pg_available_extensions Manni Wood
- Re: GNU/Hurd portability patches Alexander Lakhin
- 2025-11-13 release announcement draft Jonathan S. Katz
- Re: [WiP] B-tree page merge during vacuum to reduce index bloat Darafei "Komяpa" Praliaskouski
- Re: GNU/Hurd portability patches Michael Banck
- vacuumdb: add --dry-run Corey Huinker
- Re: [Proposal] Adding callback support for custom statistics kinds Sami Imseih
- Re: GNU/Hurd portability patches Alexander Lakhin
- obsolete autovacuum comment Nathan Bossart
- Re: GNU/Hurd portability patches Thomas Munro
-
Re: Trying out
Thomas Munro - Re: GNU/Hurd portability patches Thomas Munro
- Re: Support allocating memory for large strings Nathan Bossart
- Re: Remaining dependency on setlocale() Jeff Davis
- Re: GNU/Hurd portability patches Alexander Lakhin
- Re: RFC: adding pytest as a supported test framework Jelte Fennema-Nio
- Re: pgsql: Drop unnamed portal immediately after execution to completion Robert Haas
- Re: vacuumdb: add --dry-run Nathan Bossart
- Re: pgsql: Drop unnamed portal immediately after execution to completion Tom Lane
- Re: Support allocating memory for large strings Tom Lane
- Re: 2025-11-13 release announcement draft Nathan Bossart
- Re: 2025-11-13 release announcement draft Tom Lane
- Re: 2025-11-13 release announcement draft Nathan Bossart
- Re: GNU/Hurd portability patches Michael Banck
- Re: Dead code in ps_status.c Thomas Munro
- Re: Serverside SNI support in libpq Daniel Gustafsson
- Re: vacuumdb: add --dry-run Corey Huinker
- Re: Include extension path on pg_available_extensions Matheus Alcantara
- Re: Include extension path on pg_available_extensions Michael Banck
- Re: Improve LWLock tranche name visibility across backends Sami Imseih
- Re: [Proposal] Adding callback support for custom statistics kinds Michael Paquier
- Re: pgsql: Drop unnamed portal immediately after execution to completion Michael Paquier
- Re: Add tests for object size limits of injection points Michael Paquier
- Re: index prefetching Peter Geoghegan
- Re: Fix a minor typo in the comment of read_stream_start_pending Chao Li
- Re: another autovacuum scheduling thread David Rowley
- Re: [PATCH] libpq: Wrap out-of-memory error messages with libpq_gettext() Joshua Shanks
- Re: Sequence Access Methods, round two Michael Paquier
- Re: Suggestion to add --continue-client-on-abort option to pgbench Yugo Nagata
- Re: 2025-11-13 release announcement draft Jonathan S. Katz
- Re: [PATCH] libpq: Wrap out-of-memory error messages with libpq_gettext() Michael Paquier
- Re: Include extension path on pg_available_extensions Rohit Prasad
- Re: Suggestion to add --continue-client-on-abort option to pgbench Chao Li
- Re: Suggestion to add --continue-client-on-abort option to pgbench Chao Li
- Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions jian he
- Re: Newly created replication slot may be invalidated by checkpoint Amit Kapila
- Add support for COPY TO in tablesync for partitioned tables. Ajin Cherian
- Re: Make PQgetResult() not return NULL on out-of-memory error Chao Li
- Re: Add support for COPY TO in tablesync for partitioned tables. Amit Kapila
- Is this a typo? Chao Li
- Re: Logical Replication of sequences Amit Kapila
- RE: Newly created replication slot may be invalidated by checkpoint Hayato Kuroda (Fujitsu)
- Re: Add support for COPY TO in tablesync for partitioned tables. Ajin Cherian
- Re: Is this a typo? Peter Smith
- RE: Newly created replication slot may be invalidated by checkpoint Hayato Kuroda (Fujitsu)
- Re: POC: enable logical decoding when wal_level = 'replica' without a server restart shveta malik
- Re: Logical Replication of sequences Shlok Kyal
- Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions Corey Huinker
- Re: Is this a typo? Thomas Munro
- Re: Is this a typo? Tom Lane
- [PATCH] Fix msvc_gendef.pl for aarch64 (Windows on Arm) kenji uno
- Re: Make PQgetResult() not return NULL on out-of-memory error Fujii Masao
- Re: Is this a typo? Chao Li
- Re: Make PQgetResult() not return NULL on out-of-memory error Tom Lane
- Re: Logical Replication of sequences vignesh C
- Re: [PATCH] Add pg_get_subscription_ddl() function Vaibhav Dalvi
- Re: Logical Replication of sequences Chao Li
- HASH INDEX builds seems confused John Naylor
- Re: Should we say "wal_level = logical" instead of "wal_level >= logical" Chao Li
- Re: Non-text mode for pg_dumpall Mahendra Singh Thalor
- Re: [PATCH] Add hints for invalid binary encoding names in encode/decode functions Chao Li
- Re: [PATCH] pg_bsd_indent: improve formatting of multiline comments Chao Li
- Re: Fix ALTER TABLE DROP EXPRESSION with inheritance hierarchy jian he
- Re: [PATCH} Move instrumentation structs Chao Li
- Use exact nullingrels matches for NestLoopParams Richard Guo
- Re: Reorganize GUC structs Peter Eisentraut
- Re: Extended Statistics set/restore/clear functions. Michael Paquier
- Re: Sequence Access Methods, round two Andrei Lepikhov
- Re: Serverside SNI support in libpq Chao Li
- Re: pg_createsubscriber --dry-run logging concerns Álvaro Herrera
- Early December Commitfest app release Jelte Fennema-Nio
- Re: Proposal: Conflict log history table for Logical Replication shveta malik
- Re: Skipping schema changes in publication Shlok Kyal
- Re: Skipping schema changes in publication Shlok Kyal
- Re: Skipping schema changes in publication Shlok Kyal
- Re: Skipping schema changes in publication Shlok Kyal
- Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar
- Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Amit Kapila
- Re: Report oldest xmin source when autovacuum cannot remove tuples wenhui qiu
- Re: HASH INDEX builds seems confused Amit Kapila
- RE: Parallel Apply Hayato Kuroda (Fujitsu)
- Re: Logical Replication of sequences vignesh C
- RE: Parallel Apply Hayato Kuroda (Fujitsu)
- Re: Make PQgetResult() not return NULL on out-of-memory error Fujii Masao
- Re: Make PQgetResult() not return NULL on out-of-memory error Fujii Masao
- Re: Improve logical replication usability when tables lack primary keys Amit Kapila
- Re: Include extension path on pg_available_extensions Matheus Alcantara
- Re: [PATCH] Add pg_get_subscription_ddl() function Álvaro Herrera
- CURL_IGNORE_DEPRECATION Álvaro Herrera
- Re: Adding basic NUMA awareness Tomas Vondra
- Re: [WiP] B-tree page merge during vacuum to reduce index bloat Matthias van de Meent
- Re: Improve logical replication usability when tables lack primary keys Euler Taveira
- Re: [PATCH} Move instrumentation structs Álvaro Herrera
- Re: Spacing of options in getopt_long processing Álvaro Herrera
- Re: gen_guc_tables.pl: Validate required GUC fields before code generation Álvaro Herrera
- Re: Improve logical replication usability when tables lack primary keys Chao Li
- Re: Include extension path on pg_available_extensions Matheus Alcantara
- Re: CURL_IGNORE_DEPRECATION Andrew Dunstan
- Re: pgsql: Drop unnamed portal immediately after execution to completion Robert Haas
- Re: [PATCH] Fix msvc_gendef.pl for aarch64 (Windows on Arm) Peter Eisentraut
- Idea to enhance pgbench by more modes to generate data (multi-TXNs, UNNEST, COPY BINARY) Boris Mironov
- Re: CURL_IGNORE_DEPRECATION Daniel Gustafsson
- Re: minor error message enhance: print RLS policy name when only one permissive policy exists Florin Irion
- Re: CURL_IGNORE_DEPRECATION Tom Lane
- Re: Non-text mode for pg_dumpall Andrew Dunstan
- Re: [PATCH] Add hints for invalid binary encoding names in encode/decode functions Sugamoto Shinya
- Re: Extended Statistics set/restore/clear functions. jian he
- Re: [PATCH] Add pg_get_tablespace_ddl() function to reconstruct CREATE TABLESPACE statement Álvaro Herrera
- Re: Suggestion to add --continue-client-on-abort option to pgbench Fujii Masao
- Re: Suggestion to add --continue-client-on-abort option to pgbench Fujii Masao
- Patch: dumping tables data in multiple chunks in pg_dump Hannu Krosing
- Re: Document NULL Álvaro Herrera
- Re: [PATCH] Add pg_get_subscription_ddl() function Vaibhav Dalvi
- Re: Issue with logical replication slot during switchover Fabrice Chapuis
- Re: [PATCH] pg_get_domain_ddl: DDL reconstruction function for CREATE DOMAIN statement Florin Irion
- Re: pg_getaddrinfo_all() with hintp=NULL Daniel Gustafsson
- Re: Optimize LISTEN/NOTIFY Joel Jacobson
- Re: another autovacuum scheduling thread Nathan Bossart
- Re: Suggestion to add --continue-client-on-abort option to pgbench Fujii Masao
- Re: minor error message enhance: print RLS policy name when only one permissive policy exists Dean Rasheed
- Re: Move SLRU_PAGES_PER_SEGMENT to pg_config_manual.h Heikki Linnakangas
- Re: Trigger more frequent autovacuums of heavy insert tables Nathan Bossart
- Re: [Patch] Windows relation extension failure at 2GB and 4GB Bryan Green
- Re: Improve LWLock tranche name visibility across backends Nathan Bossart
- Re: another autovacuum scheduling thread Robert Treat
- Re: vacuumdb: add --dry-run Nathan Bossart
- Re: another autovacuum scheduling thread Nathan Bossart
- Re: Improve LWLock tranche name visibility across backends Sami Imseih
- Re: another autovacuum scheduling thread Robert Treat
- Re: another autovacuum scheduling thread David Rowley
- Re: another autovacuum scheduling thread Nathan Bossart
- Re: another autovacuum scheduling thread Nathan Bossart
- Re: another autovacuum scheduling thread Sami Imseih
- Re: another autovacuum scheduling thread David Rowley
- Re: Improve tab completion for various SET/RESET forms Dagfinn Ilmari Mannsåker
- Re: obsolete autovacuum comment Nathan Bossart
- Re: another autovacuum scheduling thread David Rowley
- Re: obsolete autovacuum comment David Rowley
- Re: another autovacuum scheduling thread Sami Imseih
- Re: pg_dump not dumping default_text_search_config WAI? Philip Warner
- Re: Asynchronous MergeAppend Matheus Alcantara
- Re: Trying out read streams in pgvector (an extension) Thomas Munro
- Re: obsolete autovacuum comment Nathan Bossart
- Re: 2025-11-13 release announcement draft Nathan Bossart
- Re: Speed up COPY FROM text/CSV parsing using SIMD Manni Wood
- Re: Trying out read streams in pgvector (an extension) Melanie Plageman
- Re: Include extension path on pg_available_extensions Rohit Prasad
- Re: Trying out read streams in pgvector (an extension) Thomas Munro
- Re: another autovacuum scheduling thread Robert Treat
- Re: [PATCH] O_CLOEXEC not honored on Windows - handle inheritance chain Bryan Green
- Re: [PATCH] Add hints for invalid binary encoding names in encode/decode functions Masahiko Sawada
- Re: gen_guc_tables.pl: Validate required GUC fields before code generation Chao Li
- Re: [PATCH] Add pg_get_subscription_ddl() function Peter Smith
- Re: Is this a typo? Thomas Munro
- Re: Add tests for object size limits of injection points Michael Paquier
- Re: Non-blocking archiver process Chao Li
- Re: [PATCH] Add hints for invalid binary encoding names in encode/decode functions Fujii Masao
- Re: pg_createsubscriber --dry-run logging concerns Peter Smith
- Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Masahiko Sawada
- Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Masahiko Sawada
- Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Masahiko Sawada
- Re: Add tests for object size limits of injection points Xuneng Zhou
- Re: Improve logical replication usability when tables lack primary keys Chao Li
- Re: [PATCH] O_CLOEXEC not honored on Windows - handle inheritance chain Thomas Munro
- Re: Add tests for object size limits of injection points Chao Li
- Re: Extended Statistics set/restore/clear functions. jian he
- Re: display hot standby state in psql prompt Fujii Masao
- Re: Trying out read streams in pgvector (an extension) Thomas Munro
- Re: Issue with logical replication slot during switchover Amit Kapila
- Rename sync_error_count to tbl_sync_error_count in subscription statistics vignesh C
- Re: Is this a typo? Chao Li
- [PATCH] Fix translation consistency issues in Korean, Chinese Traditional, and Tamil Henson Choi
- Re: Rename sync_error_count to tbl_sync_error_count in subscription statistics shveta malik
- Type of pg_buffercache_pages()::forknum Ashutosh Bapat
- Re: [PATCH] Fix translation consistency issues in Korean, Chinese Traditional, and Tamil Tom Lane
- Fwd: BUG #19095: Test if function exit() is used fail when linked static BharatDB
- Re: [PATCH] Add pg_get_subscription_ddl() function Chao Li
- Re: Extended Statistics set/restore/clear functions. Corey Huinker
- Re: Proposal: Conflict log history table for Logical Replication shveta malik
- Re: DOCS: ALTER PUBLICATION - Synopsis for DROP is a bit misleading Fujii Masao
- Re: HASH INDEX builds seems confused John Naylor
- Re: Implement waiting for wal lsn replay: reloaded Xuneng Zhou
- Re: Make PQgetResult() not return NULL on out-of-memory error Yugo Nagata
- Re: Issue with logical replication slot during switchover Alexander Kukushkin
- Re: Rename sync_error_count to tbl_sync_error_count in subscription statistics Xuneng Zhou
- Re: SQL:2011 Application Time Update & Delete Peter Eisentraut
- Re: [patch] ALTER COLUMN SET EXPRESSION [GENERATED|STORED] jian he
- Re: Suggestion to add --continue-client-on-abort option to pgbench Yugo Nagata
- Re: Make PQgetResult() not return NULL on out-of-memory error Yugo Nagata
- Re: Extended Statistics set/restore/clear functions. Michael Paquier
- Re: [Patch] Windows relation extension failure at 2GB and 4GB Michael Paquier
- backend/nodes cleanup: Move loop variables definitions into for statement Chao Li
- Re: Trying out read streams in pgvector (an extension) Nazir Bilal Yavuz
- Fix incorrect assignment of InvalidXLogRecPtr to a non-LSN variable. Fujii Masao
- Re: Improve pg_sync_replication_slots() to wait for primary to advance Ajin Cherian
- Re: Extended Statistics set/restore/clear functions. zengman
- Re: Make PQgetResult() not return NULL on out-of-memory error Chao Li
- Re: Reorganize GUC structs Peter Eisentraut
- Re: Extended Statistics set/restore/clear functions. Man Zeng
- Re: pg_getaddrinfo_all() with hintp=NULL Sergey Tatarintsev
- Re: Fix incorrect assignment of InvalidXLogRecPtr to a non-LSN variable. Steven Niu
- Re: Make PQgetResult() not return NULL on out-of-memory error Fujii Masao
- Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar
- Re: Fix incorrect assignment of InvalidXLogRecPtr to a non-LSN variable. Xuneng Zhou
- Re: SQL:2011 Application Time Update & Delete Chao Li
- Re: Suggestion to add --continue-client-on-abort option to pgbench Yugo Nagata
- Re: Suggestion to add --continue-client-on-abort option to pgbench Yugo Nagata
- Re: Proposal: Conflict log history table for Logical Replication shveta malik
- Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Masahiko Sawada
- Re: Make PQgetResult() not return NULL on out-of-memory error Yugo Nagata
- Re: Trying out read streams in pgvector (an extension) Thomas Munro
- Re: [PATCH] Add pg_get_subscription_ddl() function Álvaro Herrera
- Re: Make PQgetResult() not return NULL on out-of-memory error Yugo Nagata
- Re: How can end users know the cause of LR slot sync delays? Shlok Kyal
- Re: [Patch] Windows relation extension failure at 2GB and 4GB Dagfinn Ilmari Mannsåker
- Re: How can end users know the cause of LR slot sync delays? Shlok Kyal
- Re: mxid and mxoff wraparound issues in pg_upgrade Heikki Linnakangas
- Re: pgsql: Drop unnamed portal immediately after execution to completion Mircea Cadariu
- Re: Extended Statistics set/restore/clear functions. Michael Paquier
- Re: [Patch] Windows relation extension failure at 2GB and 4GB Thomas Munro
- Re: Assertion failure in SnapBuildInitialSnapshot() Pradeep Kumar
- Re: CURL_IGNORE_DEPRECATION Álvaro Herrera
- alignas (C11) Peter Eisentraut
- Re: Checkpointer write combining BharatDB
- Re: POC: enable logical decoding when wal_level = 'replica' without a server restart shveta malik
- Re: Non-blocking archiver process BharatDB
- [PATCH] Add pg_get_database_ddl() function to reconstruct CREATE DATABASE statement Akshay Joshi
- [PATCH] Add tests for maximum tuple and index entry sizes Henson Choi
- Re: Patch: dumping tables data in multiple chunks in pg_dump Ashutosh Bapat
- Re: POC: make mxidoff 64 bits Heikki Linnakangas
- [PATCH] Add cascade synchronous replication Григорий Новиков
- Re: [PATCH] Add hints for invalid binary encoding names in encode/decode functions Sugamoto Shinya
- Re: Include extension path on pg_available_extensions Matheus Alcantara
- Re: tuple radix sort John Naylor
- Re: alignas (C11) Andres Freund
- Re: Extended test coverage and docs for SSL passphrase commands Peter Eisentraut
- Re: alignas (C11) Thomas Munro
- Re: generic plans and "initial" pruning Amit Langote
- Re: [Patch] Windows relation extension failure at 2GB and 4GB Andres Freund
- Re: Add tab completion support for WAIT FOR command Alexander Korotkov
- Re: alignas (C11) Chao Li
- Re: tuple radix sort David Geier
- Re: [PATCH] Add hints for invalid binary encoding names in encode/decode functions Peter Eisentraut
- Re: Speed up COPY FROM text/CSV parsing using SIMD KAZAR Ayoub
- Re: libpq OpenSSL and multithreading Daniel Gustafsson
- Re: alignas (C11) Peter Eisentraut
- Re: alignas (C11) Andres Freund
- Re: [PATCH] Add pg_get_tablespace_ddl() function to reconstruct CREATE TABLESPACE statement Manni Wood
- Re: alignas (C11) Peter Eisentraut
- Re: should we have a fast-path planning for OLTP starjoins? Tomas Vondra
- RE: Newly created replication slot may be invalidated by checkpoint Vitaly Davydov
- Re: [WIP]Vertical Clustered Index (columnar store extension) - take2 Timur Magomedov
- Re: [PATCH] Add pg_get_tablespace_ddl() function to reconstruct CREATE TABLESPACE statement Álvaro Herrera
- Update timezone to C99 Peter Eisentraut
- Re: [PATCH] Add pg_get_tablespace_ddl() function to reconstruct CREATE TABLESPACE statement Manni Wood
- Re: CURL_IGNORE_DEPRECATION Jacob Champion
- Re: Optimize LISTEN/NOTIFY Arseniy Mukhin
- Re: relfilenode statistics Bertrand Drouvot
- Re: obsolete autovacuum comment Álvaro Herrera
- Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Masahiko Sawada
- Re: obsolete autovacuum comment Álvaro Herrera
- Re: Extended test coverage and docs for SSL passphrase commands Daniel Gustafsson
- Re: index prefetching Tomas Vondra
- Re: Extended test coverage and docs for SSL passphrase commands Álvaro Herrera
- Re: Update timezone to C99 Tom Lane
- Support a`--with-copy-program` compile flag Steve Chavez
- Re: Support a`--with-copy-program` compile flag Heikki Linnakangas
- Re: Support a`--with-copy-program` compile flag Andres Freund
- Re: Remaining dependency on setlocale() Peter Eisentraut
- Re: Remaining dependency on setlocale() Peter Eisentraut
- Re: Remaining dependency on setlocale() Jeff Davis
- Re: LISTEN/NOTIFY bug: VACUUM sets frozenxid past a xid in async queue Heikki Linnakangas
- Re: Support a`--with-copy-program` compile flag Nathan Bossart
- Re: Use streaming read I/O in BRIN vacuuming Arseniy Mukhin
- Re: another autovacuum scheduling thread Nathan Bossart
- Re: Optimize LISTEN/NOTIFY Joel Jacobson
- Re: Trying out read streams in pgvector (an extension) Melanie Plageman
- Re: Optimize LISTEN/NOTIFY Joel Jacobson
- Re: Improve LWLock tranche name visibility across backends Nathan Bossart
- Re: obsolete autovacuum comment Nathan Bossart
- Re: Early December Commitfest app release Jacob Champion
- Re: Add support for COPY TO in tablesync for partitioned tables. Masahiko Sawada
- Re: another autovacuum scheduling thread Sami Imseih
- Re: [PATCH] O_CLOEXEC not honored on Windows - handle inheritance chain Bryan Green
- Re: [PATCH] O_CLOEXEC not honored on Windows - handle inheritance chain Bryan Green
- Re: Extended Statistics set/restore/clear functions. Corey Huinker
- Re: DOCS: ALTER PUBLICATION - Synopsis for DROP is a bit misleading Peter Smith
- Re: Serverside SNI support in libpq Jacob Champion
- Re: Serverside SNI support in libpq Jacob Champion
- Re: Rename sync_error_count to tbl_sync_error_count in subscription statistics Peter Smith
- Re: Serverside SNI support in libpq Daniel Gustafsson
- Re: Extended test coverage and docs for SSL passphrase commands Daniel Gustafsson
- Re: pg_getaddrinfo_all() with hintp=NULL Daniel Gustafsson
- Re: another autovacuum scheduling thread Jeremy Schneider
- Re: Sequence Access Methods, round two Michael Paquier
- Re: Fix incorrect assignment of InvalidXLogRecPtr to a non-LSN variable. Fujii Masao
- Re: pg_getaddrinfo_all() with hintp=NULL Tom Lane
- Re: another autovacuum scheduling thread Sami Imseih
- Re: [PATCH] Add hints for invalid binary encoding names in encode/decode functions Fujii Masao
- Re: [Patch] Windows relation extension failure at 2GB and 4GB Michael Paquier
- Re: Add mode column to pg_stat_progress_vacuum Masahiko Sawada
-
Re: Doc: add XML ID attributes to
tags for create_foreign_table, alter_foreign_table Quan Zongliang - Re: Suggestion to add --continue-client-on-abort option to pgbench Chao Li
- RE: Newly created replication slot may be invalidated by checkpoint Zhijie Hou (Fujitsu)
- Re: Speed up COPY FROM text/CSV parsing using SIMD Manni Wood
-
Re: Doc: add XML ID attributes to
tags for create_foreign_table, alter_foreign_table wenhui qiu - Re: Suggestion to add --continue-client-on-abort option to pgbench Yugo Nagata
- Re: Suggestion to add --continue-client-on-abort option to pgbench Fujii Masao
- Re: [PATCH] Add pg_get_subscription_ddl() function Peter Smith
- Re: Proposal: Allow excluding specific file patterns in pg_checksums Horimoto Yasuhiro
- Re: Logical replication: lost updates/deletes and invalid log messages caused by SnapshotDirty + concurrent updates Mihail Nikalayeu
- Re: SQL:2011 Application Time Update & Delete Chao Li
- Re: Rename sync_error_count to tbl_sync_error_count in subscription statistics Amit Kapila
- Re: code cleanup for CREATE STATISTICS jian he
- Re: misleading error message in ProcessUtilitySlow T_CreateStatsStmt jian he
- Re: Suggestion to add --continue-client-on-abort option to pgbench Fujii Masao
- Re: SQL:2011 Application Time Update & Delete Chao Li
- Re: SQL:2011 Application Time Update & Delete Chao Li
- Re: tuple radix sort John Naylor
- Re: Suggestion to add --continue-client-on-abort option to pgbench Chao Li
- Re: [Patch] Windows relation extension failure at 2GB and 4GB Michael Paquier
- Re: SQL:2011 Application Time Update & Delete Paul A Jungwirth
- Re: [PATCH] Add pg_get_database_ddl() function to reconstruct CREATE DATABASE statement Quan Zongliang
- Re: Newly created replication slot may be invalidated by checkpoint Amit Kapila
- Re: [PATCH] Add pg_get_database_ddl() function to reconstruct CREATE DATABASE statement Quan Zongliang
- Re: Add mode column to pg_stat_progress_vacuum Shinya Kato
- RE: Assertion failure in SnapBuildInitialSnapshot() Zhijie Hou (Fujitsu)
- Re: Suggestion to add --continue-client-on-abort option to pgbench Chao Li
-
DOCS: Missing
tags for some SEQUENCE fields Peter Smith - Re: Rename sync_error_count to tbl_sync_error_count in subscription statistics Chao Li
- Re: Suggestion to add --continue-client-on-abort option to pgbench Yugo Nagata
- Few untranslated error messages in OAuth Zhijie Hou (Fujitsu)
- Re: [PATCH] Add pg_get_tablespace_ddl() function to reconstruct CREATE TABLESPACE statement Chao Li
- Re: Skipping schema changes in publication Shlok Kyal
- Re: Rename sync_error_count to tbl_sync_error_count in subscription statistics Dilip Kumar
- Re: pgsql: Drop unnamed portal immediately after execution to completion Michael Paquier
- Re: Optimize LISTEN/NOTIFY Joel Jacobson
- Re: Optimize LISTEN/NOTIFY Arseniy Mukhin
- Re: Few untranslated error messages in OAuth Michael Paquier
- Re: Suggestion to add --continue-client-on-abort option to pgbench Chao Li
- Re: Extended Statistics set/restore/clear functions. jian he
- Re: [WIP]Vertical Clustered Index (columnar store extension) - take2 Peter Smith
- Re: Suggestion to add --continue-client-on-abort option to pgbench Yugo Nagata
- Re: Optimize LISTEN/NOTIFY Joel Jacobson
- Re: Extended Statistics set/restore/clear functions. Corey Huinker
- Re: Suggestion to add --continue-client-on-abort option to pgbench Chao Li
- Re: Few untranslated error messages in OAuth Álvaro Herrera
- Re: [PATCH] Add pg_get_subscription_ddl() function Álvaro Herrera
- Re: misleading error message in ProcessUtilitySlow T_CreateStatsStmt Álvaro Herrera
- Re: Checkpointer write combining Chao Li
- Re: [PATCH] Add pg_get_database_ddl() function to reconstruct CREATE DATABASE statement Akshay Joshi
- Re: [PATCH] Add pg_get_database_ddl() function to reconstruct CREATE DATABASE statement Akshay Joshi
- Re: Issue with logical replication slot during switchover Amit Kapila
- Re: Issue with logical replication slot during switchover Alexander Kukushkin
- Re: Proposal: Conflict log history table for Logical Replication shveta malik
- Re: Include extension path on pg_available_extensions Chao Li
- Re: Suggestion to add --continue-client-on-abort option to pgbench Yugo Nagata
-
Re: DOCS: Missing
tags for some SEQUENCE fields Chao Li - Re: [PATCH] Add pg_get_database_ddl() function to reconstruct CREATE DATABASE statement Quan Zongliang
- Re: [PATCH] Refactor bytea_sortsupport(), take two John Naylor
- Re: Suggestion to add --continue-client-on-abort option to pgbench Yugo Nagata
- Re: Rename sync_error_count to tbl_sync_error_count in subscription statistics vignesh C
- Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Amit Kapila
- Re: Idea to enhance pgbench by more modes to generate data (multi-TXNs, UNNEST, COPY BINARY) Ashutosh Bapat
- Re: Suggestion to add --continue-client-on-abort option to pgbench Chao Li
- Re: Issue with logical replication slot during switchover Amit Kapila
-
Re: Trying out
Thomas Munro - Re: Extended Statistics set/restore/clear functions. jian he
- Re: Suggestion to add --continue-client-on-abort option to pgbench Yugo Nagata
- Re: Few untranslated error messages in OAuth Daniel Gustafsson
- Re: [BUG?] check_exclusion_or_unique_constraint false negative Mihail Nikalayeu
- Re: pgsql: Drop unnamed portal immediately after execution to completion Mircea Cadariu
- Re: Few untranslated error messages in OAuth Álvaro Herrera
- Re: Few untranslated error messages in OAuth Daniel Gustafsson
- Re: Consistently use the XLogRecPtrIsInvalid() macro Álvaro Herrera
- Re: Issue with logical replication slot during switchover Alexander Kukushkin
- Re: pg_getaddrinfo_all() with hintp=NULL Daniel Gustafsson
- Comment possible shared memory re-attach failure Ivan Kovmir
- Re: 2025-11-13 release announcement draft Jonathan S. Katz
- Re: Consistently use the XLogRecPtrIsInvalid() macro Bertrand Drouvot
- Re: Include extension path on pg_available_extensions Matheus Alcantara
- Re: Document NULL Marcos Pegoraro
- Re: pg_getaddrinfo_all() with hintp=NULL Tom Lane
- Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar
- Re: pg_getaddrinfo_all() with hintp=NULL Daniel Gustafsson
- Re: POC: make mxidoff 64 bits Heikki Linnakangas
- Re: Few untranslated error messages in OAuth Jacob Champion
- Re: [Patch] Windows relation extension failure at 2GB and 4GB Bryan Green
- Re: Patch: dumping tables data in multiple chunks in pg_dump Hannu Krosing
- Re: [PATCH] Speed up of vac_update_datfrozenxid. Rustam Khamidullin
- Re: Patch: dumping tables data in multiple chunks in pg_dump Hannu Krosing
- Re: Newly created replication slot may be invalidated by checkpoint Vitaly Davydov
- Re: Patch: dumping tables data in multiple chunks in pg_dump Hannu Krosing
- Re: Patch: dumping tables data in multiple chunks in pg_dump Hannu Krosing
- Re: Implement waiting for wal lsn replay: reloaded Tomas Vondra
- Re: Patch: dumping tables data in multiple chunks in pg_dump Hannu Krosing
- Re: pgsql: Drop unnamed portal immediately after execution to completion Sami Imseih
- Re: Use merge-based matching for MCVs in eqjoinsel Tom Lane
- Re: Performance issues with parallelism and LIMIT Tomas Vondra
- Re: Few untranslated error messages in OAuth Jacob Champion
- Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Masahiko Sawada
- Re: Use streaming read I/O in BRIN vacuuming Masahiko Sawada
- Re: Few untranslated error messages in OAuth Jacob Champion
- Fix GetOperatorFromCompareType Paul A Jungwirth
- Re: [PATCH] Add pg_get_database_ddl() function to reconstruct CREATE DATABASE statement Quan Zongliang
- Re: CREATE/ALTER PUBLICATION improvements for syntax synopsis Peter Smith
- Re: DOCS: ALTER PUBLICATION - Synopsis for DROP is a bit misleading Peter Smith
- Re: Implement waiting for wal lsn replay: reloaded Xuneng Zhou
- Confused static assertion implementation Thomas Munro
- autovacuum cost delay improvement thread 段坤仁(刻韧)
- 回复:autovacuum cost delay improvement thread 段坤仁(刻韧)
- 回复:回复:another autovacuum scheduling thread 段坤仁(刻韧)
- Re: Issue with logical replication slot during switchover shveta malik
- Re: Add support for COPY TO in tablesync for partitioned tables. Ajin Cherian
- Re: Rename sync_error_count to tbl_sync_error_count in subscription statistics Peter Smith
- Re: POC: enable logical decoding when wal_level = 'replica' without a server restart shveta malik
-
Re: DOCS: Missing
tags for some SEQUENCE fields Amit Kapila - Compile error on the aarch64 platform: Missing asm/hwcap.h 高增琦
- Re: misleading error message in ProcessUtilitySlow T_CreateStatsStmt jian he
- Re: SQL:2011 Application Time Update & Delete Chao Li
- Re: Rename sync_error_count to tbl_sync_error_count in subscription statistics Chao Li
- Re: [WIP]Vertical Clustered Index (columnar store extension) - take2 Peter Smith
- Re: Compile error on the aarch64 platform: Missing asm/hwcap.h John Naylor
-
Re: DOCS: Missing
tags for some SEQUENCE fields Peter Smith - Re: Confused static assertion implementation Chao Li
- Re: [PATCH] Add pg_get_database_ddl() function to reconstruct CREATE DATABASE statement Japin Li
- Re: Extended Statistics set/restore/clear functions. Corey Huinker
- Re: pgsql: Drop unnamed portal immediately after execution to completion Michael Paquier
- Re: Issue with logical replication slot during switchover Masahiko Sawada
- Re: [WIP]Vertical Clustered Index (columnar store extension) - take2 Japin Li
- Re: Extended Statistics set/restore/clear functions. Michael Paquier
- Re: Skipping schema changes in publication Peter Smith
- Re: [Patch] Windows relation extension failure at 2GB and 4GB Michael Paquier
- Re: Document NULL Chao Li
- Re: [PATCH] Add pg_get_database_ddl() function to reconstruct CREATE DATABASE statement Chao Li
- Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Masahiko Sawada
- Re: Suggestion to add --continue-client-on-abort option to pgbench Chao Li
- Re: CREATE/ALTER PUBLICATION improvements for syntax synopsis Fujii Masao
- Re: Suggestion to add --continue-client-on-abort option to pgbench Yugo Nagata
- Re: psql: tab-completion support for COPY ... TO/FROM STDIN, STDOUT, and PROGRAM Yugo Nagata
- Re: CREATE/ALTER PUBLICATION improvements for syntax synopsis Chao Li
- Re: Update timezone to C99 Peter Eisentraut
- Re: SQL:2011 Application Time Update & Delete Chao Li
- Re: Issue with logical replication slot during switchover Alexander Kukushkin
- RE: How can end users know the cause of LR slot sync delays? Hayato Kuroda (Fujitsu)
- Re: Issue with logical replication slot during switchover Masahiko Sawada
- Re: Suggestion to add --continue-client-on-abort option to pgbench Fujii Masao
- Re: Rename sync_error_count to tbl_sync_error_count in subscription statistics Masahiko Sawada
- Re: Suggestion to add --continue-client-on-abort option to pgbench Fujii Masao
- Re: POC: enable logical decoding when wal_level = 'replica' without a server restart shveta malik
- Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Amit Kapila
- Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Masahiko Sawada
- Re: Issue with logical replication slot during switchover Amit Kapila
- Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Masahiko Sawada
- [Patch] Mention md5 is deprecated in postgresql.conf.sample Michael Banck
- Re: doc: add missing "id" attributes to extension packaging page Alvaro Herrera
- Re: Reorganize GUC structs Álvaro Herrera
- Re: [PATCH] Add pg_get_database_ddl() function to reconstruct CREATE DATABASE statement Álvaro Herrera
- Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Amit Kapila
-
Re: DOCS: Missing
tags for some SEQUENCE fields Amit Kapila - Clarification on when _PG_init() is invoked for extensions Ayush Vatsa
- Re: Proposal for enabling auto-vectorization for checksum calculations John Naylor
- Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Masahiko Sawada
- Re: Missing calls to UnlockBuffers() - unify error handling? Rahila Syed
- Re: Changing shared_buffers without restart Ashutosh Bapat
- Re: [Patch] Mention md5 is deprecated in postgresql.conf.sample Daniel Gustafsson
- Re: IPC/MultixactCreation on the Standby server Andrey Borodin
- Re: [Patch] Mention md5 is deprecated in postgresql.conf.sample Michael Banck
- Re: failed NUMA pages inquiry status: Operation not permitted Christoph Berg
- Re: [Patch] Mention md5 is deprecated in postgresql.conf.sample Daniel Gustafsson
- Re: Incorrect checksum in control file with pg_rewind test Ivan Kovmir
- Re: Report replica identity in pg_publication_tables Ashutosh Bapat
- Re: backend/nodes cleanup: Move loop variables definitions into for statement Chao Li
- Uncommented GUC in postgresql.conf.sample Daniel Gustafsson
- Re: Document NULL David G. Johnston
- Re: ON CONFLICT DO SELECT (take 3) Viktor Holmberg
- Re: Uncommented GUC in postgresql.conf.sample Tom Lane
- Re: Uncommented GUC in postgresql.conf.sample Bruce Momjian
- Re: Uncommented GUC in postgresql.conf.sample Nathan Bossart
- Re: Compile error on the aarch64 platform: Missing asm/hwcap.h Tom Lane
- Re: [Patch] Mention md5 is deprecated in postgresql.conf.sample Nathan Bossart
- Re: pgsql: Drop unnamed portal immediately after execution to completion Mircea Cadariu
- Re: Uncommented GUC in postgresql.conf.sample Andrew Dunstan
- Re: Idea to enhance pgbench by more modes to generate data (multi-TXNs, UNNEST, COPY BINARY) Boris Mironov
- Re: Uncommented GUC in postgresql.conf.sample Álvaro Herrera
- Refactor how we form HeapTuples for CatalogTuple(Insert|Update) Greg Burd
- Re: POC: make mxidoff 64 bits Maxim Orlov
- PartitionKeyData->partattrs, refactor some 0 to InvalidAttrNumber jian he
- Re: Performance issues with parallelism and LIMIT Tomas Vondra
- Re: Optimize LISTEN/NOTIFY Joel Jacobson
- Re: Bypassing cursors in postgres_fdw to enable parallel plans Rafia Sabih
- Re: PartitionKeyData->partattrs, refactor some 0 to InvalidAttrNumber Bertrand Drouvot
- enhance wraparound warnings Nathan Bossart
- Re: Use merge-based matching for MCVs in eqjoinsel David Geier
- Re: POC: make mxidoff 64 bits Heikki Linnakangas
- Re: tuple radix sort David Geier
- Re: index prefetching Peter Geoghegan
- Re: Performance issues with parallelism and LIMIT David Geier
- Re: Uncommented GUC in postgresql.conf.sample Nathan Bossart
- Re: Compile error on the aarch64 platform: Missing asm/hwcap.h Tom Lane
- [BUG] pg_basebackup produces wrong incremental files after relation truncation in segmented tables Oleg Tkachenko
- Re: Uncommented GUC in postgresql.conf.sample Nathan Bossart
- postgresql.conf.sample tab width Nathan Bossart
- Re: Make COPY format extendable: Extract COPY TO format implementations Masahiko Sawada
- Re: postgresql.conf.sample tab width Tom Lane
- Have BackendXidGetPid return pid_t Sami Imseih
- Re: Have BackendXidGetPid return pid_t Tom Lane
- Re: should we have a fast-path planning for OLTP starjoins? Bruce Momjian
- Re: Update timezone to C99 Tom Lane
- Re: ON CONFLICT DO SELECT (take 3) jian he
- Re: postgresql.conf.sample tab width Nathan Bossart
- Re: postgresql.conf.sample tab width Tom Lane
- Re: postgresql.conf.sample tab width Nathan Bossart
- Re: pgsql: Drop unnamed portal immediately after execution to completion Michael Paquier
- Re: Confused static assertion implementation Thomas Munro
- Re: Issue with logical replication slot during switchover Masahiko Sawada
- Re: Uncommented GUC in postgresql.conf.sample Daniel Gustafsson
- Re: Performance issues with parallelism and LIMIT Tomas Vondra
- Type assertions without GCC builtins Thomas Munro
- Re: Remaining dependency on setlocale() Jeff Davis
- Re: Report oldest xmin source when autovacuum cannot remove tuples Sami Imseih
- Re: should we have a fast-path planning for OLTP starjoins? Tomas Vondra
- Re: tuple radix sort John Naylor
- Re: should we have a fast-path planning for OLTP starjoins? Bruce Momjian
- Re: should we have a fast-path planning for OLTP starjoins? Nico Williams
- Re: Document NULL Peter Eisentraut
- regarding statistics retaining with 18 Upgrade Rambabu V
- Re: Implement waiting for wal lsn replay: reloaded Alexander Korotkov
- Re: Comments on Custom RMGRs Andrei Lepikhov
- Re: doc: add missing "id" attributes to extension packaging page Brar Piening
- Re: Asynchronous MergeAppend Alexander Pyhalov
- Re: ON CONFLICT DO SELECT (take 3) jian he
- Re: Early December Commitfest app release Magnus Hagander
- Re: Document NULL David G. Johnston
- Re: regarding statistics retaining with 18 Upgrade Bruce Momjian
- Re: [Patch] Mention md5 is deprecated in postgresql.conf.sample Robert Treat
- Re: [Patch] Mention md5 is deprecated in postgresql.conf.sample Michael Banck
- Re: should we have a fast-path planning for OLTP starjoins? Tom Lane
- Re: regarding statistics retaining with 18 Upgrade Greg Sabino Mullane
- Re: Early December Commitfest app release Jelte Fennema-Nio
- Re: Early December Commitfest app release Magnus Hagander
- Re: Use opresulttype instead of calling SearchSysCache1() in match_orclause_to_indexcol() Tom Lane
- Re: Optimize LISTEN/NOTIFY Joel Jacobson
- Re: Improve error reporting in 027_stream_regress test Tom Lane
- Re: regarding statistics retaining with 18 Upgrade Robert Treat
- Re: regarding statistics retaining with 18 Upgrade Dilip Kumar
- Re: regarding statistics retaining with 18 Upgrade Rambabu V
- Re: Implement waiting for wal lsn replay: reloaded Alexander Korotkov
- Re: Implement waiting for wal lsn replay: reloaded Alexander Korotkov
- Re: Use opresulttype instead of calling SearchSysCache1() in match_orclause_to_indexcol() Tender Wang
- Re: Implement waiting for wal lsn replay: reloaded Xuneng Zhou
- Re: Implement waiting for wal lsn replay: reloaded Xuneng Zhou
- Re: Implement waiting for wal lsn replay: reloaded Xuneng Zhou
- Re: Implement waiting for wal lsn replay: reloaded Alexander Korotkov
- [PATCH] Add memory usage reporting to VACUUM VERBOSE 河田達也
- Re: System views for versions reporting Dmitry Dolgov
- Re: Use opresulttype instead of calling SearchSysCache1() in match_orclause_to_indexcol() Tom Lane
- Re: Expanding HOT updates for expression and partial indexes Greg Burd
- Re: Improve error reporting in 027_stream_regress test Michael Paquier
- Re: pgsql: Drop unnamed portal immediately after execution to completion Michael Paquier
- Re: Some efforts to get rid of "long" in our codebase David Rowley
- Re: Dead code in ps_status.c Thomas Munro
- Re: CREATE/ALTER PUBLICATION improvements for syntax synopsis Peter Smith
- Re: Use opresulttype instead of calling SearchSysCache1() in match_orclause_to_indexcol() Alexander Korotkov
- Re: [WIP]Vertical Clustered Index (columnar store extension) - take2 Peter Smith
- Re: Report oldest xmin source when autovacuum cannot remove tuples wenhui qiu
- Re: Report oldest xmin source when autovacuum cannot remove tuples Dilip Kumar
- Re: GNU/Hurd portability patches Thomas Munro
- Re: PartitionKeyData->partattrs, refactor some 0 to InvalidAttrNumber jian he
- Re: fallocate() causes btrfs to never compress postgresql files Bráulio Oliveira
- Re: fallocate() causes btrfs to never compress postgresql files Thomas Munro
- Re: Use opresulttype instead of calling SearchSysCache1() in match_orclause_to_indexcol() Tender Wang
- Re: Compile error on the aarch64 platform: Missing asm/hwcap.h Steven Niu
- misleading error message in DefineIndex jian he
- Re: Patch: dumping tables data in multiple chunks in pg_dump Dilip Kumar
- Re: pg_waldump: support decoding of WAL inside tarfile Amul Sul
- Re: Idea to enhance pgbench by more modes to generate data (multi-TXNs, UNNEST, COPY BINARY) Ashutosh Bapat
- Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Amit Kapila
- Re: Skipping schema changes in publication Peter Smith
- Re: Skipping schema changes in publication Peter Smith
- Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar
- Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Amit Kapila
- Re: Make COPY format extendable: Extract COPY TO format implementations Sutou Kouhei
- Re: CREATE/ALTER PUBLICATION improvements for syntax synopsis Chao Li
- Re: Extended Statistics set/restore/clear functions. Michael Paquier
- Re: Row pattern recognition Tatsuo Ishii
- Re: Optimize LISTEN/NOTIFY Joel Jacobson
- Re: Fix GetOperatorFromCompareType Neil Chen
- Re: Use exact nullingrels matches for NestLoopParams Richard Guo
- Re: Skipping schema changes in publication Peter Smith
- Re: virtual generated column as partition key jian he
- Re: [PATCH] jit: fix build with LLVM-21 Anthonin Bonnefoy
- Re: pgsql: Drop unnamed portal immediately after execution to completion Mircea Cadariu
- Re: Adding basic NUMA awareness Jakub Wartak
- Re: Dead code in ps_status.c Michael Banck
- Re: GNU/Hurd portability patches Michael Banck
- quoteOneName() inconsistency with quote_all_identifiers — replacement API proposed Chao Li
- Re: ON CONFLICT DO SELECT (take 3) v@viktorh.net
- Fix build of llvmjit_types.bc with meson Anthonin Bonnefoy
- Re: Compile error on the aarch64 platform: Missing asm/hwcap.h 高增琦
- Running a single test Viktor Holmberg
- Re: CREATE/ALTER PUBLICATION improvements for syntax synopsis Chao Li
- Re: Issue with logical replication slot during switchover Alexander Kukushkin
- RE: Newly created replication slot may be invalidated by checkpoint Zhijie Hou (Fujitsu)
- Re: Running a single test Heikki Linnakangas
- Re: [PATCH] Refactor bytea_sortsupport(), take two Aleksander Alekseev
- Re: Fix build of llvmjit_types.bc with meson Thomas Munro
- Re: Rename sync_error_count to tbl_sync_error_count in subscription statistics Amit Kapila
- Re: [PATCH] jit: fix build with LLVM-21 Thomas Munro
- Re: Running a single test Aleksander Alekseev
- Re: [PATCH] jit: fix build with LLVM-21 Holger Hoffstätte
- Re: ON CONFLICT DO SELECT (take 3) Dean Rasheed
- Fix a couple of misspellings in comments of logic replication Chao Li
- Re: Running a single test jian he
- Re: [Patch] Mention md5 is deprecated in postgresql.conf.sample Daniel Gustafsson
- Re: Fix a couple of misspellings in comments of logic replication Daniel Gustafsson
- Re: Idea to enhance pgbench by more modes to generate data (multi-TXNs, UNNEST, COPY BINARY) Boris Mironov
- parallel data loading for pgbench -i Mircea Cadariu
- Re: generic plans and "initial" pruning Amit Langote
- Re: misleading error message in DefineIndex Daniel Gustafsson
- Re: Extended Statistics set/restore/clear functions. jian he
- Re: backend/nodes cleanup: Move loop variables definitions into for statement Chao Li
- Re: [PATCH] jit: fix build with LLVM-21 Daniel Gustafsson
- Re: gen_guc_tables.pl: Validate required GUC fields before code generation Chao Li
- Re: Consistently use the XLogRecPtrIsInvalid() macro Bertrand Drouvot
- Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions Amul Sul
- Re: Suggestion to add --continue-client-on-abort option to pgbench Yugo Nagata
- Re: Clarification on when _PG_init() is invoked for extensions Rahila Syed
- Re: [PATCH] Add hints for invalid binary encoding names in encode/decode functions Sugamoto Shinya
- Re: Non-text mode for pg_dumpall tushar
- Re: [PATCH] Add pg_get_tablespace_ddl() function to reconstruct CREATE TABLESPACE statement Manni Wood
- Re: [PATCH] Add hints for invalid binary encoding names in encode/decode functions Daniel Gustafsson
- Re: [WIP]Vertical Clustered Index (columnar store extension) - take2 Timur Magomedov
- Re: [PATCH] Add pg_get_database_ddl() function to reconstruct CREATE DATABASE statement Akshay Joshi
- Re: [PATCH] Add pg_get_database_ddl() function to reconstruct CREATE DATABASE statement Akshay Joshi
- Re: [WIP]Vertical Clustered Index (columnar store extension) - take2 Timur Magomedov
- Re: pg_plan_advice Matheus Alcantara
- Re: [PATCH] Add pg_get_subscription_ddl() function Vaibhav Dalvi
- Re: [PATCH] Add hints for invalid binary encoding names in encode/decode functions Fujii Masao
- Re: [PATCH] Add hints for invalid binary encoding names in encode/decode functions Daniel Gustafsson
- Re: [PATCH] jit: fix build with LLVM-21 Thomas Munro
- Re: pg_plan_advice Robert Haas
- Re: Use merge-based matching for MCVs in eqjoinsel Ilia Evdokimov
- Re: Use merge-based matching for MCVs in eqjoinsel David Geier
- Re: Use merge-based matching for MCVs in eqjoinsel David Geier
- Re: tuple radix sort David Geier
- Re: Use merge-based matching for MCVs in eqjoinsel Ilia Evdokimov
- Re: make -C src/test/isolation failure in index-killtuples due to btree_gist Nazir Bilal Yavuz
- Re: POC: make mxidoff 64 bits Heikki Linnakangas
- Re: [PATCH] Add hints for invalid binary encoding names in encode/decode functions Nathan Bossart
- Re: Make COPY format extendable: Extract COPY TO format implementations Tomas Vondra
- Re: Non-text mode for pg_dumpall Mahendra Singh Thalor
- minor improvement in snapbuild: use existing interface and remove fake code ocean_li_996
- Re: Extended Statistics set/restore/clear functions. Corey Huinker
- Re: Adding basic NUMA awareness Tomas Vondra
- Re: Consistently use the XLogRecPtrIsInvalid() macro Bertrand Drouvot
- Re: Updating IPC::Run in CI? Jacob Champion
- Re: Use merge-based matching for MCVs in eqjoinsel Tom Lane
- Re: Report oldest xmin source when autovacuum cannot remove tuples Sami Imseih
- Re: Use merge-based matching for MCVs in eqjoinsel Tom Lane
- Re: postgresql.conf.sample tab width Nathan Bossart
- Re: Use opresulttype instead of calling SearchSysCache1() in match_orclause_to_indexcol() Tom Lane
- Re: postgresql.conf.sample tab width Tom Lane
- Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Masahiko Sawada
- Re: Compile error on the aarch64 platform: Missing asm/hwcap.h Tom Lane
- Re: Updating IPC::Run in CI? Noah Misch
- Re: Compile error on the aarch64 platform: Missing asm/hwcap.h Tom Lane
- Re: [PATCH] Add hints for invalid binary encoding names in encode/decode functions Masahiko Sawada
- Re: Asynchronous MergeAppend Matheus Alcantara
- [PATCH] Allow complex data for GUC extra. Bryan Green
- Re: ON CONFLICT DO SELECT (take 3) v@viktorh.net
- Re: Speed up COPY FROM text/CSV parsing using SIMD Nathan Bossart
- Re: Dead code in ps_status.c Thomas Munro
- Re: vacuumdb: add --dry-run Nathan Bossart
- Re: [WIP]Vertical Clustered Index (columnar store extension) - take2 Peter Smith
- Re: Speed up COPY FROM text/CSV parsing using SIMD Shinya Kato
- Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access) Melanie Plageman
- Re: Extended Statistics set/restore/clear functions. Michael Paquier
- Re: make -C src/test/isolation failure in index-killtuples due to btree_gist Michael Paquier
- Re: GNU/Hurd portability patches Samuel Thibault
- Re: Extended Statistics set/restore/clear functions. Michael Paquier
- Re: make -C src/test/isolation failure in index-killtuples due to btree_gist Michael Paquier
- Re: regarding statistics retaining with 18 Upgrade Bruce Momjian
- Re: regarding statistics retaining with 18 Upgrade Bruce Momjian
- Re: Use streaming read I/O in BRIN vacuuming Masahiko Sawada
- Re: should we have a fast-path planning for OLTP starjoins? Bruce Momjian
- Re: [PATCH] Add pg_get_database_ddl() function to reconstruct CREATE DATABASE statement Chao Li
- Should the doc be enhance for "CONNECTION LIMIT"? Chao Li
- Re: minor improvement in snapbuild: use existing interface and remove fake code Yuefei Shi
- Re: POC: make mxidoff 64 bits wenhui qiu
- Re: Support tid range scan in parallel? David Rowley
- Re: [PATCH] Add pg_get_subscription_ddl() function Peter Smith
- Re: postgres_fdw: Use COPY to speed up batch inserts Masahiko Sawada
- Re: minor improvement in snapbuild: use existing interface and remove fake code ocean_li_996
- Re: postgresql.conf.sample tab width Chao Li
- Re: [PATCH] Add memory usage reporting to VACUUM VERBOSE Masahiko Sawada
- Re: [WIP]Vertical Clustered Index (columnar store extension) - take2 Japin Li
- Re: Extended Statistics set/restore/clear functions. Corey Huinker
- Re: Row pattern recognition Tatsuo Ishii
- Re: Extended Statistics set/restore/clear functions. Corey Huinker
- Re: minor improvement in snapbuild: use existing interface and removefake code cca5507
- Re: Compile error on the aarch64 platform: Missing asm/hwcap.h 高增琦
- Re: explain plans for foreign servers dinesh salve
- Re: Proposal for enabling auto-vectorization for checksum calculations Andrew Kim
- Re: Extended Statistics set/restore/clear functions. Michael Paquier
- Re: regarding statistics retaining with 18 Upgrade Fujii Masao
- Re: vacuumdb: add --dry-run Chao Li
- Re: [PATCH] Add hints for invalid binary encoding names in encode/decode functions Fujii Masao
- Re: Extended Statistics set/restore/clear functions. Corey Huinker
- Re: Proposal for enabling auto-vectorization for checksum calculations John Naylor
- Re: Row pattern recognition Chao Li
- Re: Row pattern recognition Chao Li
- Re: Extended Statistics set/restore/clear functions. jian he
- Re: CREATE/ALTER PUBLICATION improvements for syntax synopsis Peter Smith
- Re: GNU/Hurd portability patches Thomas Munro
- Re: Extended Statistics set/restore/clear functions. Michael Paquier
- Re: Add os_page_num to pg_buffercache Michael Paquier
- Re: [PATCH] Add pg_get_subscription_ddl() function Vaibhav Dalvi
-
Re: DOCS: Missing
tags for some SEQUENCE fields Amit Kapila - Re: Rename sync_error_count to tbl_sync_error_count in subscription statistics Amit Kapila
- Re: Use streaming read I/O in BRIN vacuuming Arseniy Mukhin
- Re: Type of pg_buffercache_pages()::forknum Michael Paquier
- Re: nbtree VACUUM's REDO routine doesn't clear page's VACUUM cycle ID Andrey Borodin
- Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Amit Kapila
- Re: [PATCH] Add pg_get_subscription_ddl() function Peter Smith
- Re: Asynchronous MergeAppend Alexander Pyhalov
- Re: misleading error message in DefineIndex jian he
- Add a berief general comment on BTScanInsertData's nextkey and backward Yugo Nagata
- Re: [PATCH] Add pg_get_database_ddl() function to reconstruct CREATE DATABASE statement Akshay Joshi
- Re: Speed up COPY FROM text/CSV parsing using SIMD Nazir Bilal Yavuz
- Re: Optimize LISTEN/NOTIFY Chao Li
- RE: Parallel Apply Hayato Kuroda (Fujitsu)
- Re: CREATE/ALTER PUBLICATION improvements for syntax synopsis Chao Li
- Why is_admin_of_role() use ROLERECURSE_MEMBERS rather than ROLERECURSE_PRIVS? cca5507
- GUC thread-safety approaches Peter Eisentraut
- Re: Extended Statistics set/restore/clear functions. Corey Huinker
- Re: Running a single test Viktor Holmberg
- Re: Consistently use the XLogRecPtrIsInvalid() macro Bertrand Drouvot
- Re: Running a single test Daniel Gustafsson
- Fix typos in ExecChooseHashTableSize() Tender Wang
- Re: Issue with logical replication slot during switchover Amit Kapila
- Re: Running a single test Viktor Holmberg
- Re: Report bytes and transactions actually sent downtream Amit Kapila
- Re: Running a single test Nazir Bilal Yavuz
- Re: Parallel Apply Amit Kapila
- Re: Proposal: Conflict log history table for Logical Replication shveta malik
- Re: Exit walsender before confirming remote flush in logical replication Andrey Silitskiy
- Re: Non-text mode for pg_dumpall Vaibhav Dalvi
- Re: Report bytes and transactions actually sent downtream Ashutosh Bapat
- Re: How can end users know the cause of LR slot sync delays? Shlok Kyal
- Re: Report bytes and transactions actually sent downtream Amit Kapila
- RE: Parallel Apply Hayato Kuroda (Fujitsu)
- Re: Proposal: Conflict log history table for Logical Replication shveta malik
- Re: Row pattern recognition Vik Fearing
- Re: Ambiguity in IS JSON description and logic Ilmar Y
- Re: Performance issues with parallelism and LIMIT David Geier
- Re: [PATCH] Add pg_get_subscription_ddl() function Vaibhav Dalvi
- Re: Confused static assertion implementation Peter Eisentraut
- Re: alignas (C11) Peter Eisentraut
- *_LAST in enums to define NUM* macross Roman Khapov
- Re: Running a single test Andrew Dunstan
- Re: Bug in amcheck? Konstantin Knizhnik
- Re: make -C src/test/isolation failure in index-killtuples due to btree_gist Andres Freund
- Re: Speed up COPY FROM text/CSV parsing using SIMD Andrew Dunstan
- Re: Performance issues with parallelism and LIMIT David Geier
- Re: [PATCH] Add pg_get_tablespace_ddl() function to reconstruct CREATE TABLESPACE statement Manni Wood
- Re: GUC thread-safety approaches Heikki Linnakangas
- Re: Speed up COPY FROM text/CSV parsing using SIMD Nazir Bilal Yavuz
- Re: Performance issues with parallelism and LIMIT Tomas Vondra
- Re: Performance issues with parallelism and LIMIT David Geier
- Re: [PATCH] Add memory usage reporting to VACUUM VERBOSE 河田達也
- Re: [PATCH] Add hints for invalid binary encoding names in encode/decode functions Sugamoto Shinya
- Re: [PATCH] Add hints for invalid binary encoding names in encode/decode functions Nathan Bossart
- Re: pg_createsubscriber --dry-run logging concerns Álvaro Herrera
- Re: Performance issues with parallelism and LIMIT Tomas Vondra
- IS JSON predicate support for domain base type as JSON/JSONB/BYTEA/TEXT jian he
- Re: Consistently use the XLogRecPtrIsInvalid() macro Peter Eisentraut
- Allow GUC settings in CREATE SUBSCRIPTION CONNECTION to take effect Fujii Masao
- Re: regarding statistics retaining with 18 Upgrade Bruce Momjian
- Re: pg_plan_advice Robert Haas
- Re: Performance issues with parallelism and LIMIT David Geier
- Re: minor improvement in snapbuild: use existing interface and removefake code ocean_li_996
- Re: Updating IPC::Run in CI? Jacob Champion
- Re: postgresql.conf.sample tab width Nathan Bossart
- Re: *_LAST in enums to define NUM* macross Tom Lane
- Re: Performance issues with parallelism and LIMIT Tom Lane
- Re: IS JSON predicate support for domain base type as JSON/JSONB/BYTEA/TEXT Tom Lane
- Re: Consistently use the XLogRecPtrIsInvalid() macro Bertrand Drouvot
- Re: Updating IPC::Run in CI? Noah Misch
- Re: [PATCH] Allow complex data for GUC extra. Robert Haas
- Re: GUC thread-safety approaches Peter Eisentraut
- Re: Performance issues with parallelism and LIMIT Tomas Vondra
- Re: [PATCH] Allow complex data for GUC extra. Bryan Green
- Re: Use merge-based matching for MCVs in eqjoinsel David Geier
- Re: Consistently use the XLogRecPtrIsInvalid() macro Álvaro Herrera
- Re: [PATCH] Allow complex data for GUC extra. Tom Lane
- Re: Checkpointer write combining Melanie Plageman
- Re: pg_utility ? Dmitry Dolgov
- Re: Performance issues with parallelism and LIMIT David Geier
- Re: *_LAST in enums to define NUM* macross Roman Khapov
- Re: Checkpointer write combining Melanie Plageman
- Re: pg_utility ? Sami Imseih
- Re: nbtree VACUUM's REDO routine doesn't clear page's VACUUM cycle ID Peter Geoghegan
- Re: Changing the state of data checksums in a running cluster Tomas Vondra
- Re: Eagerly evict bulkwrite strategy ring Melanie Plageman
- Re: Use merge-based matching for MCVs in eqjoinsel Tom Lane
- Re: gen_guc_tables.pl: Validate required GUC fields before code generation Mahmoud Ayman
- Re: Performance issues with parallelism and LIMIT Tomas Vondra
- Re: pg_utility ? Darafei "Komяpa" Praliaskouski
- Re: [PATCH] Allow complex data for GUC extra. Robert Haas
- Post-release followup: pg_add_size_overflow() Jacob Champion
- Re: pg_recvlogical: Prevent flushed data from being re-sent after restarting replication Mircea Cadariu
- Re: RFC: Logging plan of the running query Akshat Jaimini
- Re: Trigger more frequent autovacuums of heavy insert tables Nathan Bossart
- Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Masahiko Sawada
- Re: GUC thread-safety approaches Jelte Fennema-Nio
- Re: Speed up COPY FROM text/CSV parsing using SIMD KAZAR Ayoub
- Re: GUC thread-safety approaches Tom Lane
- Re: GUC thread-safety approaches Nico Williams
- Re: Trying out read streams in pgvector (an extension) Melanie Plageman
- Re: Compile error on the aarch64 platform: Missing asm/hwcap.h Tom Lane
- Re: Trigger more frequent autovacuums of heavy insert tables Melanie Plageman
-
Re: DOCS: Missing
tags for some SEQUENCE fields Peter Smith - Re: pg_createsubscriber --dry-run logging concerns Peter Smith
- Re: postgres_fdw: Use COPY to speed up batch inserts Matheus Alcantara
- Re: GUC thread-safety approaches Peter Eisentraut
- Re: Bug in amcheck? Mihail Nikalayeu
- Re: [PATCH] Fixed creation of empty .log files during log rotation Laurenz Albe
- Re: GUC thread-safety approaches David Rowley
- Re: [PATCH] Add memory usage reporting to VACUUM VERBOSE Masahiko Sawada
- Re: [PATCH] Fixed creation of empty .log files during log rotation Tom Lane
- Re: log_min_messages per backend type Euler Taveira
- Re: Add mode column to pg_stat_progress_vacuum Masahiko Sawada
- Re: Issue with logical replication slot during switchover Masahiko Sawada
- Re: Add a berief general comment on BTScanInsertData's nextkey and backward Peter Geoghegan
- Re: Post-release followup: pg_add_size_overflow() Chao Li
- Re: Proposal for enabling auto-vectorization for checksum calculations Andrew Kim
- Re: Proposal: Conflict log history table for Logical Replication Peter Smith
- Re: Eagerly evict bulkwrite strategy ring Chao Li
- Re: Checkpointer write combining Chao Li
- Re: Checkpointer write combining Chao Li
- Re: PRI?64 vs Visual Studio (2022) Thomas Munro
- Re: Fix typos in ExecChooseHashTableSize() Richard Guo
- Re: Use merge-based matching for MCVs in eqjoinsel Tom Lane
- Re: PRI?64 vs Visual Studio (2022) Tom Lane
- Re: make -C src/test/isolation failure in index-killtuples due to btree_gist Michael Paquier
- Re: Fix typos in ExecChooseHashTableSize() Tender Wang
- Re: [PATCH] Fix orphaned backend processes on Windows using Job Objects Bryan Green
- Re: [PATCH] Add pg_get_subscription_ddl() function Peter Smith
- Re: PRI?64 vs Visual Studio (2022) Thomas Munro
- Re: transformJsonFuncExpr pathspec cache lookup failed jian he
- Re: [PATCH] Add pg_get_tablespace_ddl() function to reconstruct CREATE TABLESPACE statement Chao Li
- Re: Optimize LISTEN/NOTIFY Joel Jacobson
- Re: PRI?64 vs Visual Studio (2022) Tom Lane
- Re: Why is_admin_of_role() use ROLERECURSE_MEMBERS rather than ROLERECURSE_PRIVS? cca5507
- Re: RFC: Logging plan of the running query torikoshia
- Re: Improve read_local_xlog_page_guts by replacing polling with latch-based waiting Xuneng Zhou
- Re: Row pattern recognition Chao Li
- Re: nbtree VACUUM's REDO routine doesn't clear page's VACUUM cycle ID Andrey Borodin
- Re: Add mode column to pg_stat_progress_vacuum Shinya Kato
- Re: Post-release followup: pg_add_size_overflow() Michael Paquier
- Re: Improve pg_sync_replication_slots() to wait for primary to advance Amit Kapila
- Re: Allow GUC settings in CREATE SUBSCRIPTION CONNECTION to take effect Fujii Masao
- Re: Issue with logical replication slot during switchover Amit Kapila
- Re: Proposal: Conflict log history table for Logical Replication Peter Smith
- Re: Row pattern recognition Tatsuo Ishii
- Re: Improve pg_sync_replication_slots() to wait for primary to advance shveta malik
- Re: Proposal: Conflict log history table for Logical Replication Peter Smith
- Re: Row pattern recognition Tatsuo Ishii
- Re: Reduce timing overhead of EXPLAIN ANALYZE using rdtsc? David Geier
- Re: Row pattern recognition Tatsuo Ishii
- Re: Reduce timing overhead of EXPLAIN ANALYZE using rdtsc? David Geier
- Re: Trying out read streams in pgvector (an extension) Nazir Bilal Yavuz
- Re: Extended Statistics set/restore/clear functions. jian he
- Re: [PATCH] Add pg_get_tablespace_ddl() function to reconstruct CREATE TABLESPACE statement Jim Jones
- Re: Add mode column to pg_stat_progress_vacuum Maciek Sakrejda
- Re: Reorganize GUC structs Peter Eisentraut
- Re: Consistently use the XLogRecPtrIsInvalid() macro Bertrand Drouvot
- Re: GUC thread-safety approaches Peter Eisentraut
- Re: pg_waldump: support decoding of WAL inside tarfile Jakub Wartak
- RE: Newly created replication slot may be invalidated by checkpoint Zhijie Hou (Fujitsu)
- Re: gen_guc_tables.pl: Validate required GUC fields before code generation Peter Eisentraut
- Re: PRI?64 vs Visual Studio (2022) Peter Eisentraut
- Re: gen_guc_tables.pl: Validate required GUC fields before code generation Chao Li
- Re: PRI?64 vs Visual Studio (2022) Peter Eisentraut
- Re: POC: enable logical decoding when wal_level = 'replica' without a server restart shveta malik
- Re: Add os_page_num to pg_buffercache Bertrand Drouvot
- Re: Update timezone to C99 Peter Eisentraut
- Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access) Kirill Reshke
- Re: backend/nodes cleanup: Move loop variables definitions into for statement Peter Eisentraut
- Re: Skipping schema changes in publication Shlok Kyal
- Re: Skipping schema changes in publication Shlok Kyal
- Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar
- Re: [PATCH] Add pg_get_database_ddl() function to reconstruct CREATE DATABASE statement Japin Li
- Re: backend/nodes cleanup: Move loop variables definitions into for statement Chao Li
- Re: Allow GUC settings in CREATE SUBSCRIPTION CONNECTION to take effect Fujii Masao
- Re: log_min_messages per backend type Alvaro Herrera
- Re: [PATCH] Add pg_get_database_ddl() function to reconstruct CREATE DATABASE statement Álvaro Herrera
- Re: [PATCH] Add pg_get_database_ddl() function to reconstruct CREATE DATABASE statement Akshay Joshi
- Re: [PATCH] Add pg_get_database_ddl() function to reconstruct CREATE DATABASE statement Akshay Joshi
- Re: [PATCH] Add hints for invalid binary encoding names in encode/decode functions Sugamoto Shinya
-
Re: Doc: add XML ID attributes to
tags for create_foreign_table, alter_foreign_table jian he - Re: Proposal: Conflict log history table for Logical Replication shveta malik
- Re: Checkpointer write combining BharatDB
-
Re: Trying out
Peter Eisentraut - RE: Newly created replication slot may be invalidated by checkpoint Zhijie Hou (Fujitsu)
- Re: Exit walsender before confirming remote flush in logical replication Fujii Masao
- Re: pg_utility ? Christoph Berg
- Re: gen_guc_tables.pl: Validate required GUC fields before code generation Dagfinn Ilmari Mannsåker
- Re: Issue with logical replication slot during switchover Fabrice Chapuis
- Re: Performance issues with parallelism and LIMIT David Geier
- Re: [PATCH] Add hints for invalid binary encoding names in encode/decode functions Fujii Masao
- Re: [PATCH] Add hints for invalid binary encoding names in encode/decode functions Daniel Gustafsson
- Re: Improve read_local_xlog_page_guts by replacing polling with latch-based waiting Xuneng Zhou
- Re: [PATCH] Add hints for invalid binary encoding names in encode/decode functions Fujii Masao
- Re: Add os_page_num to pg_buffercache Michael Paquier
- Re: regarding statistics retaining with 18 Upgrade Fujii Masao
- Re: [PATCH] Add hints for invalid binary encoding names in encode/decode functions Peter Eisentraut
-
Re: Trying out
Aleksander Alekseev - Re: ON CONFLICT DO SELECT (take 3) Dean Rasheed
- Re: [PATCH] Add hints for invalid binary encoding names in encode/decode functions Fujii Masao
- Re: [PATCH] Add hints for invalid binary encoding names in encode/decode functions Daniel Gustafsson
- Re: pg_recvlogical: Prevent flushed data from being re-sent after restarting replication Mircea Cadariu
- Re: pg_recvlogical: Prevent flushed data from being re-sent after restarting replication Fujii Masao
- PG17 version getting installed by default with every package installation Rambabu V
- Use strtoi64() in pgbench, replacing its open-coded implementation Heikki Linnakangas
- Re: Use merge-based matching for MCVs in eqjoinsel David Geier
- Re: PRI?64 vs Visual Studio (2022) Tom Lane
- Re: Update timezone to C99 Tom Lane
- Re: Use merge-based matching for MCVs in eqjoinsel Ilia Evdokimov
- Re: pgsql: doc: remove verbiage about "receiving" data from rep. slots Robert Haas
- Re: Trigger more frequent autovacuums of heavy insert tables Nathan Bossart
- Re: Consistently use the XLogRecPtrIsInvalid() macro Robert Haas
- Re: POC: make mxidoff 64 bits Heikki Linnakangas
- Re: Consistently use the XLogRecPtrIsInvalid() macro Álvaro Herrera
- Re: ON CONFLICT DO SELECT (take 3) Viktor Holmberg
- Re: Reduce timing overhead of EXPLAIN ANALYZE using rdtsc? Lukas Fittl
- Re: pgsql: doc: remove verbiage about "receiving" data from rep. slots Bruce Momjian
- Re: Use merge-based matching for MCVs in eqjoinsel Tom Lane
- Re: PRI?64 vs Visual Studio (2022) Álvaro Herrera
- Re: ON CONFLICT DO SELECT (take 3) Dean Rasheed
- Re: RFC: Logging plan of the running query Robert Haas
- Re: Consistently use the XLogRecPtrIsInvalid() macro Robert Haas
- Re: [PATCH] Add memory usage reporting to VACUUM VERBOSE 河田達也
- Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Masahiko Sawada
- Re: Post-release followup: pg_add_size_overflow() Jacob Champion
- Re: Post-release followup: pg_add_size_overflow() Jacob Champion
- Re: Consistently use the XLogRecPtrIsInvalid() macro Bertrand Drouvot
- Re: CREATE/ALTER PUBLICATION improvements for syntax synopsis Fujii Masao
- Re: Consistently use the XLogRecPtrIsInvalid() macro Andres Freund
- Re: Expanding HOT updates for expression and partial indexes Greg Burd
- Re: PRI?64 vs Visual Studio (2022) Jacob Champion
- Re: Expanding HOT updates for expression and partial indexes Greg Burd
- Avoid unnecessary processing of DISTINCT clause (Was: Unique Keys) Antonin Houska
- Re: Type assertions without GCC builtins Peter Eisentraut
- Re: SQL:2011 Application Time Update & Delete Paul A Jungwirth
- Re: Intention to start an [oauth] "working group" Jacob Champion
- Re: Make PGOAUTHCAFILE in libpq-oauth work out of debug mode Jacob Champion
- Re: ON CONFLICT DO SELECT (take 3) Marko Tiikkaja
- Re: GUC thread-safety approaches Matthias van de Meent
- Re: Consistently use the XLogRecPtrIsInvalid() macro Robert Haas
- Re: Make PGOAUTHCAFILE in libpq-oauth work out of debug mode Jacob Champion
- Re: should we have a fast-path planning for OLTP starjoins? Tomas Vondra
- Re: Reduce timing overhead of EXPLAIN ANALYZE using rdtsc? Robert Haas
- Re: warning on the current head Viktor Holmberg
- Re: Non-blocking archiver process Robert Haas
- Re: Resetting recovery target parameters in pg_createsubscriber Robert Haas
- Re: ON CONFLICT DO SELECT (take 3) Viktor Holmberg
- Re: pg_recvlogical: Prevent flushed data from being re-sent after restarting replication Mircea Cadariu
- 10% drop in code line count in PG 17 Bruce Momjian
- Re: Performance issues with parallelism and LIMIT Tomas Vondra
- Re: [Proposal] Adding callback support for custom statistics kinds Sami Imseih
- Re: 10% drop in code line count in PG 17 Tom Lane
- Re: 10% drop in code line count in PG 17 Bruce Momjian
- Re: PRI?64 vs Visual Studio (2022) Thomas Munro
- Re: System views for versions reporting Laurenz Albe
- Re: Speed up COPY FROM text/CSV parsing using SIMD Nathan Bossart
- Re: PRI?64 vs Visual Studio (2022) Thomas Munro
- Re: Changing the state of data checksums in a running cluster Andreas Karlsson
- Unexpected flood or keepalive messages during logical replication Petros Angelatos
- Re: 10% drop in code line count in PG 17 Tom Lane
- Re: PRI?64 vs Visual Studio (2022) Tom Lane
- Re: Parallel Apply Tomas Vondra
- Re: Issue with logical replication slot during switchover Masahiko Sawada
- Re: Asynchronous MergeAppend Matheus Alcantara
- Re: 10% drop in code line count in PG 17 Bruce Momjian
- Re: 10% drop in code line count in PG 17 Álvaro Herrera
- Re: Consistently use the XLogRecPtrIsInvalid() macro Álvaro Herrera
- Re: Checkpointer write combining Melanie Plageman
- Re: CREATE/ALTER PUBLICATION improvements for syntax synopsis Peter Smith
- Re: vacuumdb: add --dry-run Corey Huinker
- Re: PRI?64 vs Visual Studio (2022) Tom Lane
- Re: Eagerly evict bulkwrite strategy ring Melanie Plageman
- Re: PRI?64 vs Visual Studio (2022) Thomas Munro
- Re: vacuumdb: add --dry-run Nathan Bossart
- Re: GNU/Hurd portability patches Samuel Thibault
- Re: [PATCH] Add pg_get_tablespace_ddl() function to reconstruct CREATE TABLESPACE statement Manni Wood
- Re: Add support for COPY TO in tablesync for partitioned tables. Masahiko Sawada
- Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access) Melanie Plageman
- Re: 10% drop in code line count in PG 17 David Rowley
- Re: postgres_fdw: Use COPY to speed up batch inserts Masahiko Sawada
- Re: vacuumdb: add --dry-run Corey Huinker
- Re: CREATE/ALTER PUBLICATION improvements for syntax synopsis Chao Li
- Re: [PATCH] Add hints for invalid binary encoding names in encode/decode functions Fujii Masao
- Re: [PATCH] Add memory usage reporting to VACUUM VERBOSE Masahiko Sawada
- Re: regarding statistics retaining with 18 Upgrade Fujii Masao
- Re: Add mode column to pg_stat_progress_vacuum Shinya Kato
- Re: vacuumdb: add --dry-run Corey Huinker
- Re: Use strtoi64() in pgbench, replacing its open-coded implementation Yuefei Shi
- Re: CREATE/ALTER PUBLICATION improvements for syntax synopsis Peter Smith
- Re: CREATE/ALTER PUBLICATION improvements for syntax synopsis Fujii Masao
- Re: Use strtoi64() in pgbench, replacing its open-coded implementation Neil Chen
- Re: PRI?64 vs Visual Studio (2022) Tom Lane
- Re: Use strtoi64() in pgbench, replacing its open-coded implementation Tom Lane
- Re: ON CONFLICT DO SELECT (take 3) Andreas Karlsson
- Re: Add mode column to pg_stat_progress_vacuum Sami Imseih
- Re: [PATCH] Add pg_get_database_ddl() function to reconstruct CREATE DATABASE statement Japin Li
- Re: CREATE/ALTER PUBLICATION improvements for syntax synopsis Peter Smith
- Re: Use strtoi64() in pgbench, replacing its open-coded implementation Neil Chen
- Re: RFC: Logging plan of the running query torikoshia
- Re: Skipping schema changes in publication Peter Smith
- Re: [Proposal] Adding callback support for custom statistics kinds Sami Imseih
- Re: pg_utility ? Andreas Karlsson
- Re: Checkpointer write combining Chao Li
- Re: Buffer locking is special (hints, checksums, AIO writes) Andres Freund
- Re: CREATE/ALTER PUBLICATION improvements for syntax synopsis Chao Li
- Re: Use strtoi64() in pgbench, replacing its open-coded implementation Chao Li
- Re: CREATE/ALTER PUBLICATION improvements for syntax synopsis Peter Smith
- Re: GNU/Hurd portability patches Thomas Munro
- Re: [PATCH] Add memory usage reporting to VACUUM VERBOSE Chao Li
- Re: Add uuid_to_base32hex() and base32hex_to_uuid() built-in functions Илья Чердаков
- Re: gen_guc_tables.pl: Validate required GUC fields before code generation Chao Li
- Re: Add MERGE and VALUES statements to tab completion for PREPARE Haruna Miwa
- RE: Parallel Apply Zhijie Hou (Fujitsu)
- Re: ON CONFLICT DO SELECT (take 3) jian he
- Re: Add mode column to pg_stat_progress_vacuum Shinya Kato
- Re: Skipping schema changes in publication Peter Smith
- [PATCH] pg_get_domain_ddl: DDL reconstruction function for CREATE DOMAIN statement zengman
- Re: Allow GUC settings in CREATE SUBSCRIPTION CONNECTION to take effect Chao Li
- Re: [PATCH] pg_get_domain_ddl: DDL reconstruction function for CREATE DOMAIN statement Man Zeng
- Re: Add mode column to pg_stat_progress_vacuum Robert Treat
- RE: [PROPOSAL] Termination of Background Workers for ALTER/DROP DATABASE Aya Iwata (Fujitsu)
- Re: Exit walsender before confirming remote flush in logical replication Andrey Silitskiy
-
Re: Trying out
Thomas Munro -
Re: Trying out
Thomas Munro - Re: Add mode column to pg_stat_progress_vacuum Sami Imseih
- [PATCH] Expose checkpoint timestamp and duration in pg_stat_checkpointer BharatDB
- Re: generic plans and "initial" pruning Amit Langote
- Re: Row pattern recognition Chao Li
- Re: PRI?64 vs Visual Studio (2022) Nazir Bilal Yavuz
- Re: quoteOneName() inconsistency with quote_all_identifiers — replacement API proposed Chao Li
- RE: Newly created replication slot may be invalidated by checkpoint Vitaly Davydov
- Re: [PATCH] pg_get_domain_ddl: DDL reconstruction function for CREATE DOMAIN statement Chao Li
- Re: ON CONFLICT DO SELECT (take 3) Dean Rasheed
- Re: ON CONFLICT DO SELECT (take 3) Marko Tiikkaja
- Re: Parallel Apply Amit Kapila
- Re: [PATCH] Add pg_get_database_ddl() function to reconstruct CREATE DATABASE statement Akshay Joshi
- Re: POC: enable logical decoding when wal_level = 'replica' without a server restart shveta malik
- Re: [PATCH] Add pg_get_policy_ddl() function to reconstruct CREATE POLICY statement Akshay Joshi
- Re: pg_utility ? Christoph Berg
- Re: 10% drop in code line count in PG 17 Daniel Gustafsson
- Re: [PATCH] pg_get_domain_ddl: DDL reconstruction function for CREATE DOMAIN statement Neil Chen
- Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Masahiko Sawada
- Re: Enhancing Memory Context Statistics Reporting Daniel Gustafsson
- Re: ON CONFLICT DO SELECT (take 3) Viktor Holmberg
- Re: POC: enable logical decoding when wal_level = 'replica' without a server restart shveta malik
- Re: Changing the state of data checksums in a running cluster Tomas Vondra
- RE: Newly created replication slot may be invalidated by checkpoint Zhijie Hou (Fujitsu)
- Re: 10% drop in code line count in PG 17 Álvaro Herrera
- Re: Newly created replication slot may be invalidated by checkpoint Amit Kapila
- Re: tuple radix sort John Naylor
- Re: tuple radix sort Álvaro Herrera
- Re: tuple radix sort John Naylor
- Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar
- Re: quoteOneName() inconsistency with quote_all_identifiers — replacement API proposed Álvaro Herrera
- Re: [PATCH] Expose checkpoint timestamp and duration in pg_stat_checkpointer Álvaro Herrera
- Re: Implement waiting for wal lsn replay: reloaded Xuneng Zhou
- Re: failed NUMA pages inquiry status: Operation not permitted Tomas Vondra
- Re: Speed up COPY FROM text/CSV parsing using SIMD Nazir Bilal Yavuz
- Re: Parallel Apply wenhui qiu
- Re: RFC: Logging plan of the running query Robert Haas
- Re: pg_utility ? Aleksander Alekseev
- Remove useless casts to (void *) Bertrand Drouvot
- Re: 10% drop in code line count in PG 17 Aleksander Alekseev
- Re: 10% drop in code line count in PG 17 Aleksander Alekseev
- Re: Remove useless casts to (void *) Aleksander Alekseev
- Re: Metadata and record block access stats for indexes Mircea Cadariu
- Re: [PATCH] Add memory usage reporting to VACUUM VERBOSE 河田達也
- Re: Asynchronous MergeAppend Alexander Pyhalov
- Re: Issue with logical replication slot during switchover Fabrice Chapuis
- Re: another autovacuum scheduling thread Robert Haas
- Re: Remove useless casts to (void *) Bertrand Drouvot
- Re: Parallel Apply Tomas Vondra
- Re: Metadata and record block access stats for indexes Aleksander Alekseev
- Re: SQL Property Graph Queries (SQL/PGQ) Ashutosh Bapat
- Re: Remove useless casts to (void *) Aleksander Alekseev
- Re: SQL Property Graph Queries (SQL/PGQ) Ashutosh Bapat
- Re: ON CONFLICT DO SELECT (take 3) jian he
- Re: Trying out read streams in pgvector (an extension) Melanie Plageman
- Re: Remove useless casts to (void *) Álvaro Herrera
- Re: pgsql: Teach DSM registry to ERROR if attaching to an uninitialized ent Robert Haas
- Re: pgsql: Teach DSM registry to ERROR if attaching to an uninitialized ent Nathan Bossart
- Re: another autovacuum scheduling thread Nathan Bossart
- Re: POC: make mxidoff 64 bits Maxim Orlov
- Re: another autovacuum scheduling thread Sami Imseih
- Re: Fix GetOperatorFromCompareType Paul A Jungwirth
- Re: Add os_page_num to pg_buffercache Bertrand Drouvot
- Re: Remove useless casts to (void *) Bertrand Drouvot
- Re: Odd openbsd CI failure Melanie Plageman
- Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access) Melanie Plageman
- Re: Clarification on when _PG_init() is invoked for extensions Ayush Vatsa
- Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access) Dagfinn Ilmari Mannsåker
- Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access) Dagfinn Ilmari Mannsåker
- Re: Remove useless casts to (void *) Jacob Champion
- Re: pgsql: Teach DSM registry to ERROR if attaching to an uninitialized ent Robert Haas
- Re: another autovacuum scheduling thread Robert Haas
- Re: Making jsonb_agg() faster Tom Lane
- Re: Buffer locking is special (hints, checksums, AIO writes) Greg Burd
- Re: POC: Parallel processing of indexes in autovacuum Sami Imseih
- Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Masahiko Sawada
- Re: another autovacuum scheduling thread Sami Imseih
- Re: Optimize LISTEN/NOTIFY Tom Lane
- Re: 10% drop in code line count in PG 17 Bruce Momjian
- Re: 10% drop in code line count in PG 17 Bruce Momjian
- Re: 10% drop in code line count in PG 17 Bruce Momjian
- Re: 10% drop in code line count in PG 17 Bruce Momjian
- Re: Issue with logical replication slot during switchover Masahiko Sawada
- [PATCH] Fix ARM64/MSVC atomic memory ordering issues on Win11 by adding explicit DMB barriers Greg Burd
- Re: Buffer locking is special (hints, checksums, AIO writes) Andres Freund
- Re: another autovacuum scheduling thread David Rowley
- RFC 9266: Channel Bindings for TLS 1.3 support * Neustradamus *
- Re: CREATE/ALTER PUBLICATION improvements for syntax synopsis Peter Smith
- Re: 10% drop in code line count in PG 17 Daniel Gustafsson
- Re: another autovacuum scheduling thread Robert Haas
- Re: 10% drop in code line count in PG 17 David Rowley
- Re: 10% drop in code line count in PG 17 Bruce Momjian
- Re: Clarification on when _PG_init() is invoked for extensions Hannu Krosing
- Re: vacuumdb: add --dry-run Nathan Bossart
- Re: RFC 9266: Channel Bindings for TLS 1.3 support Heikki Linnakangas
- Re: RFC 9266: Channel Bindings for TLS 1.3 support Jacob Champion
- Re: Clarification on when _PG_init() is invoked for extensions Tom Lane
- Re: RFC 9266: Channel Bindings for TLS 1.3 support Jacob Champion
- Re: [PATCH] Fix ARM64/MSVC atomic memory ordering issues on Win11 by adding explicit DMB barriers Peter Eisentraut
- Re: [PATCH] Fix ARM64/MSVC atomic memory ordering issues on Win11 by adding explicit DMB barriers Greg Burd
- Re: [PATCH] Add memory usage reporting to VACUUM VERBOSE Masahiko Sawada
- Re: vacuumdb: add --dry-run Corey Huinker
- Re: Checkpointer write combining Melanie Plageman
- Re: another autovacuum scheduling thread David Rowley
- Re: vacuumdb: add --dry-run Nathan Bossart
- Re: Eagerly evict bulkwrite strategy ring Melanie Plageman
- Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access) Melanie Plageman
- Re: [PATCH] Fix ARM64/MSVC atomic memory ordering issues on Win11 by adding explicit DMB barriers Nathan Bossart
- Re: 10% drop in code line count in PG 17 David Rowley
- Re: Extended Statistics set/restore/clear functions. Corey Huinker
- Re: pgsql: Teach DSM registry to ERROR if attaching to an uninitialized ent Nathan Bossart
- Re: Add support for COPY TO in tablesync for partitioned tables. Masahiko Sawada
- Re: [PATCH] Write Notifications Through WAL Masahiko Sawada
- [PATCH] Remove ctid from self-join examples in UPDATE and DELETE docs Bernice Southey
- Re: [PATCH] Fix ARM64/MSVC atomic memory ordering issues on Win11 by adding explicit DMB barriers Andres Freund
- Re: [PATCH] Fix ARM64/MSVC atomic memory ordering issues on Win11 by adding explicit DMB barriers Andres Freund
- Re: [PATCH] Fix ARM64/MSVC atomic memory ordering issues on Win11 by adding explicit DMB barriers Thomas Munro
- Re: ON CONFLICT DO SELECT (take 3) Andreas Karlsson
- Re: pg_utility ? Andreas Karlsson
- Re: Changing the state of data checksums in a running cluster Andreas Karlsson
- Re: 10% drop in code line count in PG 17 Bruce Momjian
- Re: GNU/Hurd portability patches Samuel Thibault
- Re: Remaining dependency on setlocale() Jeff Davis
- Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access) Chao Li
- Re: Proposal: Conflict log history table for Logical Replication Peter Smith
- Re: Parallel Apply wenhui qiu
- [PATCH] psql: tab completion for ALTER ROLE ... IN DATABASE ... Ian Lawrence Barwick
- Re: How can end users know the cause of LR slot sync delays? shveta malik
- Re: Extended Statistics set/restore/clear functions. Chao Li
- Re: Improve pg_sync_replication_slots() to wait for primary to advance Ajin Cherian
- RE: Assertion failure in SnapBuildInitialSnapshot() Zhijie Hou (Fujitsu)
- Re: Clarification on when _PG_init() is invoked for extensions Rahila Syed
- Re: How can end users know the cause of LR slot sync delays? Amit Kapila
- Re: Row pattern recognition Chao Li
- Re: How can end users know the cause of LR slot sync delays? shveta malik
- Re: Extended Statistics set/restore/clear functions. Yuefei Shi
- Re: quoteOneName() inconsistency with quote_all_identifiers — replacement API proposed Chao Li
- Re: Row pattern recognition Tatsuo Ishii
- Re: How can end users know the cause of LR slot sync delays? Amit Kapila
- RE: Newly created replication slot may be invalidated by checkpoint Zhijie Hou (Fujitsu)
- Re: CREATE/ALTER PUBLICATION improvements for syntax synopsis Chao Li
- Re: Add MERGE and VALUES statements to tab completion for PREPARE Fujii Masao
- Re: Skipping schema changes in publication Peter Smith
- RE: Parallel Apply Zhijie Hou (Fujitsu)
- Re: Extended Statistics set/restore/clear functions. jian he
- Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions Corey Huinker
- Re: [PATCH] psql: tab completion for ALTER ROLE ... IN DATABASE ... Neil Chen
- Re: Allow GUC settings in CREATE SUBSCRIPTION CONNECTION to take effect Fujii Masao
- Re: Historic snapshot doesn't track txns committed inBUILDING_SNAPSHOT state cca5507
- Re: RFC 9266: Channel Bindings for TLS 1.3 support * Neustradamus *
- Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions jian he
- Re: RFC 9266: Channel Bindings for TLS 1.3 support Heikki Linnakangas
- Re: RFC 9266: Channel Bindings for TLS 1.3 support * Neustradamus *
- Re: Improve pg_sync_replication_slots() to wait for primary to advance shveta malik
- Re: Allow GUC settings in CREATE SUBSCRIPTION CONNECTION to take effect Chao Li
- Re: [PATCH] Fix ARM64/MSVC atomic memory ordering issues on Win11 by adding explicit DMB barriers Dave Cramer
- Re: quoteOneName() inconsistency with quote_all_identifiers — replacement API proposed Chao Li
- Re: How can end users know the cause of LR slot sync delays? Shlok Kyal
- Re: How can end users know the cause of LR slot sync delays? Shlok Kyal
- Re: How can end users know the cause of LR slot sync delays? Shlok Kyal
- headerscheck ccache support Peter Eisentraut
- change default default_toast_compression to lz4? Peter Eisentraut
- Re: change default default_toast_compression to lz4? Aleksander Alekseev
- Remove unused fields from BufferCacheNumaRec Bertrand Drouvot
- Re: 10% drop in code line count in PG 17 Aleksander Alekseev
- Re: pg_waldump: support decoding of WAL inside tarfile Amul Sul
- Segmentation fault on proc exit after dshash_find_or_insert Rahila Syed
- Re: Add os_page_num to pg_buffercache Bertrand Drouvot
- Re: 10% drop in code line count in PG 17 Peter Eisentraut
- Re: headerscheck ccache support Álvaro Herrera
- Re: POC: make mxidoff 64 bits Ashutosh Bapat
- Re: pg_waldump: support decoding of WAL inside tarfile Amul Sul
- Re: Changing the state of data checksums in a running cluster Tomas Vondra
- Re: change default default_toast_compression to lz4? Daniel Gustafsson
- Re: How can end users know the cause of LR slot sync delays? Shlok Kyal
- Re: [PATCH] psql: tab completion for ALTER ROLE ... IN DATABASE ... Dagfinn Ilmari Mannsåker
- Re: Use strtoi64() in pgbench, replacing its open-coded implementation Heikki Linnakangas
- Re: Update timezone to C99 Peter Eisentraut
- Re: Use strtoi64() in pgbench, replacing its open-coded implementation Álvaro Herrera
- Re: Idea to enhance pgbench by more modes to generate data (multi-TXNs, UNNEST, COPY BINARY) Boris Mironov
- more C99 cleanup Peter Eisentraut
- Re: POC: make mxidoff 64 bits Heikki Linnakangas
- Re: more C99 cleanup Thomas Munro
- Re: log_min_messages per backend type Euler Taveira
- Re: System views for versions reporting Dmitry Dolgov
- Re: Speed up COPY FROM text/CSV parsing using SIMD Andrew Dunstan
- Re: Expanding HOT updates for expression and partial indexes Matthias van de Meent
- Re: more C99 cleanup Tom Lane
- Re: headerscheck ccache support Andres Freund
- Re: headerscheck ccache support Andres Freund
- Re: Remove useless casts to (void *) Peter Eisentraut
- Re: change default default_toast_compression to lz4? Andres Freund
- Re: more C99 cleanup Tom Lane
- Re: Allow GUC settings in CREATE SUBSCRIPTION CONNECTION to take effect Fujii Masao
- Re: change default default_toast_compression to lz4? Tom Lane
- Re: RFC 9266: Channel Bindings for TLS 1.3 support Jacob Champion
- Re: [PATCH] Add memory usage reporting to VACUUM VERBOSE 河田達也
- Re: RFC 9266: Channel Bindings for TLS 1.3 support Jacob Champion
- Optimize cardinality estimation when unique keys are fully covered feichanghong
- Re: Optimize cardinality estimation when unique keys are fully covered feichanghong
- Re: System views for versions reporting Laurenz Albe
- Re: RFC 9266: Channel Bindings for TLS 1.3 support Daniel Gustafsson
- Re: RFC 9266: Channel Bindings for TLS 1.3 support Nico Williams
- Re: RFC 9266: Channel Bindings for TLS 1.3 support Nico Williams
- Re: RFC 9266: Channel Bindings for TLS 1.3 support Nico Williams
- Re: RFC 9266: Channel Bindings for TLS 1.3 support Nico Williams
- Re: RFC 9266: Channel Bindings for TLS 1.3 support Nico Williams
- Re: Buffer locking is special (hints, checksums, AIO writes) Melanie Plageman
- Re: RFC 9266: Channel Bindings for TLS 1.3 support Jacob Champion
- Re: Import Statistics in postgres_fdw before resorting to sampling. Etsuro Fujita
- Re: Adding basic NUMA awareness Tomas Vondra
- Re: Optimize cardinality estimation when unique keys are fully covered Tom Lane
- [PATCH] Reorganize pqcomm.h a bit Jacob Champion
- Re: RFC 9266: Channel Bindings for TLS 1.3 support Nico Williams
- Re: [PATCH] Fix ARM64/MSVC atomic memory ordering issues on Win11 by adding explicit DMB barriers Greg Burd
- Re: [PATCH] Fix ARM64/MSVC atomic memory ordering issues on Win11 by adding explicit DMB barriers Greg Burd
- Re: [PATCH] Fix ARM64/MSVC atomic memory ordering issues on Win11 by adding explicit DMB barriers Greg Burd
- Re: RFC 9266: Channel Bindings for TLS 1.3 support Jacob Champion
- Re: Optimize cardinality estimation when unique keys are fully covered Nico Williams
- Re: [PATCH] Fix ARM64/MSVC atomic memory ordering issues on Win11 by adding explicit DMB barriers Greg Burd
- Re: Changing the state of data checksums in a running cluster Bruce Momjian
- Re: RFC 9266: Channel Bindings for TLS 1.3 support Nico Williams
- Re: should we have a fast-path planning for OLTP starjoins? Tom Lane
- Re: Changing the state of data checksums in a running cluster Andres Freund
- Re: should we have a fast-path planning for OLTP starjoins? Bruce Momjian
- Re: Import Statistics in postgres_fdw before resorting to sampling. Corey Huinker
- Re: [PATCH] Reorganize pqcomm.h a bit Jelte Fennema-Nio
- Re: [PATCH] Reorganize pqcomm.h a bit Jacob Champion
- Re: apply_scanjoin_target_to_paths and partitionwise join Robert Haas
- Re: meson and check-tests Andrew Dunstan
- Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions Corey Huinker
- Re: [PATCH] Allow complex data for GUC extra. Andrew Dunstan
- Re: Extended test coverage and docs for SSL passphrase commands Daniel Gustafsson
- Re: index prefetching Andres Freund
- Re: Extended Statistics set/restore/clear functions. Corey Huinker
- Re: RFC 9266: Channel Bindings for TLS 1.3 support Jacob Champion
- Re: index prefetching Peter Geoghegan
- Re: RFC 9266: Channel Bindings for TLS 1.3 support Nico Williams
- Re: index prefetching Andres Freund
- [oauth] SASL mechanisms Jacob Champion
- Re: Add notification on BEGIN ATOMIC SQL functions using temp relations Tom Lane
- Re: Add notification on BEGIN ATOMIC SQL functions using temp relations Tom Lane
- Re: [PATCH] Reorganize pqcomm.h a bit Jacob Champion
- Missing wait events (gap analysis) Nikolay Samokhvalov
- Re: Allow GUC settings in CREATE SUBSCRIPTION CONNECTION to take effect Chao Li
- Re: [PATCH] Reorganize pqcomm.h a bit Jelte Fennema-Nio
- Re: Optimize cardinality estimation when unique keys are fully covered feichanghong
- Re: [oauth] SASL mechanisms Nico Williams
- Do not emit WAL record for FSM truncaton when unneeded. Kirill Reshke
- Re: meson and check-tests Nazir Bilal Yavuz
- Re: Extended Statistics set/restore/clear functions. Corey Huinker
- Re: headerscheck ccache support Álvaro Herrera
- Re: [PATCH] jit: fix build with LLVM-21 Thomas Munro
- Re: headerscheck ccache support Thomas Munro
- [BUG] Incorrect historic snapshot may be serialized to disk during fast-forwarding cca5507
- Re: SQL:2011 Application Time Update & Delete Peter Eisentraut
- Fix logical decoding not track transaction during SNAPBUILD_BUILDING_SNAPSHOT ocean_li_996
- Re: Extended test coverage and docs for SSL passphrase commands Chao Li
- Re:Fix logical decoding not track transaction during SNAPBUILD_BUILDING_SNAPSHOT ocean_li_996
- Re: proposal: plpgsql, new check for extra_errors - strict_expr_check Pavel Stehule
- Re: Fix logical decoding not track transaction duringSNAPBUILD_BUILDING_SNAPSHOT cca5507
- Re: Idea to enhance pgbench by more modes to generate data (multi-TXNs, UNNEST, COPY BINARY) Boris Mironov
- Re: another autovacuum scheduling thread Robert Haas
- Re: Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY Álvaro Herrera
- Adjust comments for `IndexOptInfo` to accurately reflect indexcollations's length Junwang Zhao
- Re: isolation tester limitation in case of multiple injection points in a single command Mihail Nikalayeu
- Re: Extended test coverage and docs for SSL passphrase commands Álvaro Herrera
- Re: another autovacuum scheduling thread Dilip Kumar
- Re: change default default_toast_compression to lz4? Álvaro Herrera
- Re: Add notification on BEGIN ATOMIC SQL functions using temp relations Jim Jones
- Re: Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY Mihail Nikalayeu
- Re: Allow GUC settings in CREATE SUBSCRIPTION CONNECTION to take effect Fujii Masao
- Re: Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY Álvaro Herrera
- Re: pgsql: Teach DSM registry to ERROR if attaching to an uninitialized ent Robert Haas
- Re: Fix logical decoding not track transaction duringSNAPBUILD_BUILDING_SNAPSHOT ocean_li_996
- Re: 10% drop in code line count in PG 17 Bruce Momjian
- Re: Add notification on BEGIN ATOMIC SQL functions using temp relations Bernice Southey
- Re: Revisiting {CREATE INDEX, REINDEX} CONCURRENTLY improvements Mihail Nikalayeu
- Re: another autovacuum scheduling thread Sami Imseih
- Re: Add notification on BEGIN ATOMIC SQL functions using temp relations Tom Lane
- Re: Add notification on BEGIN ATOMIC SQL functions using temp relations Bernice Southey
- Re: another autovacuum scheduling thread Robert Haas
- Re: Add notification on BEGIN ATOMIC SQL functions using temp relations Tom Lane
- Re: [PATCH] Allow complex data for GUC extra. Robert Haas
- Re: [PATCH] Allow complex data for GUC extra. Bruce Momjian
- Re: pgsql: Teach DSM registry to ERROR if attaching to an uninitialized ent Nathan Bossart
- Re: Add notification on BEGIN ATOMIC SQL functions using temp relations Bernice Southey
- Re: another autovacuum scheduling thread Nathan Bossart
- Re: POC: Parallel processing of indexes in autovacuum Daniil Davydov
- Re: [oauth] SASL mechanisms Nico Williams
- Re: Optimize LISTEN/NOTIFY Joel Jacobson
- Re: Expanding HOT updates for expression and partial indexes Greg Burd
- Re: [PATCH] Fix ARM64/MSVC atomic memory ordering issues on Win11 by adding explicit DMB barriers Greg Burd
- Re: POC: Parallel processing of indexes in autovacuum Sami Imseih
- Re: Add notification on BEGIN ATOMIC SQL functions using temp relations Jim Jones
- Re: Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY Michael Paquier
- Re: Remove unused fields from BufferCacheNumaRec Michael Paquier
- Re: pg_plan_advice Dian Fay
- Re: Inline non-SQL SRFs using SupportRequestSimplify Tom Lane
- Re: RFC 9266: Channel Bindings for TLS 1.3 support * Neustradamus *
- Re:[BUG] Incorrect historic snapshot may be serialized to disk during fast-forwarding ocean_li_996
- Re: PRI?64 vs Visual Studio (2022) Thomas Munro
- Re: PRI?64 vs Visual Studio (2022) Tom Lane
- Re: Remove unused fields from BufferCacheNumaRec Chao Li
- [PATCH] Add error hints for invalid COPY options Sugamoto Shinya
- Re: Remove unused fields from BufferCacheNumaRec Michael Paquier
- Re: [BUG] Incorrect historic snapshot may be serialized to disk during fast-forwarding cca5507
- Re: tuple radix sort Chengpeng Yan
- Re:Fix logical decoding not track transaction during SNAPBUILD_BUILDING_SNAPSHOT ocean_li_996
- Re: RFC 9266: Channel Bindings for TLS 1.3 support Nico Williams
- Re:Re: [BUG] Incorrect historic snapshot may be serialized to disk during fast-forwarding ocean_li_996
- Re: Unnecessary delay in streaming replication due to replay lag sunil s
- Re: Extended Statistics set/restore/clear functions. Michael Paquier
- Re: Import Statistics in postgres_fdw before resorting to sampling. Corey Huinker
- Re: Idea to enhance pgbench by more modes to generate data (multi-TXNs, UNNEST, COPY BINARY) Boris Mironov
- Re: Fix logical decoding not track transaction during SNAPBUILD_BUILDING_SNAPSHOT cca5507
- Re: Add os_page_num to pg_buffercache Bertrand Drouvot
- Re: pg_utility ? Darafei "Komяpa" Praliaskouski
- Re: pg_utility ? Christoph Berg
- Re: another autovacuum scheduling thread David Rowley
- Re: pg_utility ? Darafei "Komяpa" Praliaskouski
- Re: Missing wait events (gap analysis) Darafei "Komяpa" Praliaskouski
- Re: Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY Álvaro Herrera
- Re: generic plans and "initial" pruning Tender Wang
- Re: [PATCH] Fix ARM64/MSVC atomic memory ordering issues on Win11 by adding explicit DMB barriers Greg Burd
- Re: Add MERGE and VALUES statements to tab completion for PREPARE Fujii Masao
- Re: should we have a fast-path planning for OLTP starjoins? Tomas Vondra
- [PATCH] Avoid pallocs in async.c's SignalBackends critical section Joel Jacobson
- Re: Exit walsender before confirming remote flush in logical replication Fujii Masao
- Re: should we have a fast-path planning for OLTP starjoins? Tomas Vondra
- Re: POC: Parallel processing of indexes in autovacuum Daniil Davydov
-
Re: Trying out
Greg Burd -
Re: Trying out
Greg Burd - Re: Optimize LISTEN/NOTIFY Joel Jacobson
- Re: [PATCH] Fix ARM64/MSVC atomic memory ordering issues on Win11 by adding explicit DMB barriers Andres Freund
-
Re: Trying out
Tom Lane -
Re: Trying out
Álvaro Herrera - Re: Extended test coverage and docs for SSL passphrase commands Daniel Gustafsson
- Re: Extended test coverage and docs for SSL passphrase commands Daniel Gustafsson
-
Re: Trying out
Thomas Munro - Re: Add notification on BEGIN ATOMIC SQL functions using temp relations Tom Lane
- Re: [PATCH] Fix ARM64/MSVC atomic memory ordering issues on Win11 by adding explicit DMB barriers Thomas Munro
- Re: ON CONFLICT DO SELECT (take 3) Viktor Holmberg
- Re: [PATCH] Fix ARM64/MSVC atomic memory ordering issues on Win11 by adding explicit DMB barriers Greg Burd
- Re: [PATCH] Fix ARM64/MSVC atomic memory ordering issues on Win11 by adding explicit DMB barriers Greg Burd
- Re: Optimize LISTEN/NOTIFY Joel Jacobson
-
Re: Trying out
Thomas Munro -
Re: Trying out
Greg Burd - Re: Adjust comments for `IndexOptInfo` to accurately reflect indexcollations's length David Rowley
- Re: PRI?64 vs Visual Studio (2022) Thomas Munro
- Remove header lock BufferGetLSNAtomic() on architectures with 64 bit atomic operations Andreas Karlsson
- Re: Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY Michael Paquier
- Re: Cygwin support Thomas Munro
- Re: index prefetching Peter Geoghegan
- Re: [Proposal] Adding callback support for custom statistics kinds Michael Paquier
- Re: Row pattern recognition Chao Li
- Re: Adjust comments for `IndexOptInfo` to accurately reflect indexcollations's length Junwang Zhao
- Re: SQL Property Graph Queries (SQL/PGQ) Junwang Zhao
- Re: Why is_admin_of_role() use ROLERECURSE_MEMBERS rather than ROLERECURSE_PRIVS? cca5507
- Re: generic plans and "initial" pruning Chao Li
- Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions Amul Sul
- Re: Allow GUC settings in CREATE SUBSCRIPTION CONNECTION to take effect Chao Li
- Re: Adjust comments for `IndexOptInfo` to accurately reflect indexcollations's length David Rowley
- Re: Parallel Apply Dilip Kumar
- Re: [Proposal] Adding callback support for custom statistics kinds Sami Imseih
- Re: Row pattern recognition Tatsuo Ishii
- Re: SQL Property Graph Queries (SQL/PGQ) Ashutosh Bapat
- Re: Add os_page_num to pg_buffercache Michael Paquier
- Re: Add pg_buffercache_mark_dirty[_all] functions to the pg_buffercache Michael Paquier
- Re: How can end users know the cause of LR slot sync delays? Amit Kapila
- Re: How can end users know the cause of LR slot sync delays? shveta malik
- Re: Allow GUC settings in CREATE SUBSCRIPTION CONNECTION to take effect Jelte Fennema-Nio
- Re: SQL Property Graph Queries (SQL/PGQ) Junwang Zhao
- [PATCH] Expose checkpoint timestamp and duration in pg_stat_checkpointer Soumya S Murali
- Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar
- Re: Improve pg_sync_replication_slots() to wait for primary to advance Ajin Cherian
- Re: Row pattern recognition Tatsuo Ishii
- Re: Add pg_buffercache_mark_dirty[_all] functions to the pg_buffercache 邱宇航
- IPC/MultixactCreation on the Standby server Bykov Ivan
- Partial hash index is not used for implied qual. Sergei Glukhov
- Re: Skipping schema changes in publication Peter Smith
- Re: Add pg_buffercache_mark_dirty[_all] functions to the pg_buffercache Nazir Bilal Yavuz
- Re: Add pg_buffercache_mark_dirty[_all] functions to the pg_buffercache Nazir Bilal Yavuz
- Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access) Chao Li
- Re: IPC/MultixactCreation on the Standby server Ivan Bykov
- Re: Add pg_buffercache_mark_dirty[_all] functions to the pg_buffercache 邱宇航
- Re: pg_recvlogical: Prevent flushed data from being re-sent after restarting replication Mircea Cadariu
- Re: Issue with logical replication slot during switchover Amit Kapila
- Re: [PATCH] Expose checkpoint timestamp and duration in pg_stat_checkpointer Michael Banck
- Re: Add comments about fire_triggers argument in ri_triggers.c Kirill Reshke
- Re: Import Statistics in postgres_fdw before resorting to sampling. Chao Li
- Re: [PATCH] Avoid pallocs in async.c's SignalBackends critical section Heikki Linnakangas
- Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access) Chao Li
- Re: [PATCH] Reorganize pqcomm.h a bit Heikki Linnakangas
- Re: Assertion failure in SnapBuildInitialSnapshot() Amit Kapila
- Re: Improve the performance of Unicode Normalization Forms. Alexander Borisov
- Re: [PATCH] Expose checkpoint timestamp and duration in pg_stat_checkpointer Álvaro Herrera
- get rid of Pointer type, mostly Peter Eisentraut
- Remove useless casting to the same type Bertrand Drouvot
- Re: make -C src/test/isolation failure in index-killtuples due to btree_gist Michael Paquier
- Re: ON CONFLICT DO SELECT (take 3) Viktor Holmberg
- Re: [PATCH] Fixed creation of empty .log files during log rotation Michael Paquier
- Re: [PATCH] Expose checkpoint timestamp and duration in pg_stat_checkpointer Michael Banck
- Re: Build failure with Meson >= 1.8.3 on Windows Dave Page
- Re: Parallel Apply Amit Kapila
- Re: IPC/MultixactCreation on the Standby server Andrey Borodin
- Re: get rid of Pointer type, mostly Chao Li
- Re: IPC/MultixactCreation on the Standby server Ivan Bykov
- Re: refactor AlterDomainAddConstraint (alter domain add constraint) Peter Eisentraut
- Re: Serverside SNI support in libpq Daniel Gustafsson
- Re: get rid of Pointer type, mostly Bertrand Drouvot
- Re: backend/nodes cleanup: Move loop variables definitions into for statement Peter Eisentraut
- Re: [PATCH] Fix ARM64/MSVC atomic memory ordering issues on Win11 by adding explicit DMB barriers Greg Burd
- Re: IPC/MultixactCreation on the Standby server Ivan Bykov
- Re: another autovacuum scheduling thread Sami Imseih
- Re: ON CONFLICT DO SELECT (take 3) Viktor Holmberg
- Re: make -C src/test/isolation failure in index-killtuples due to btree_gist Tom Lane
- Re: Add notification on BEGIN ATOMIC SQL functions using temp relations Jim Jones
- Re: [PATCH] Avoid pallocs in async.c's SignalBackends critical section Tom Lane
- Re: get rid of Pointer type, mostly Tom Lane
- Re: pg_plan_advice Robert Haas
- [Proposal] Adding TRIM_SPACE option to COPY 河田達也
- Re: get rid of Pointer type, mostly Robert Haas
- Re: [PATCH] Fix ARM64/MSVC atomic memory ordering issues on Win11 by adding explicit DMB barriers Greg Burd
- Re: get rid of Pointer type, mostly Tom Lane
- Re: Missing wait events (gap analysis) Matthias van de Meent
- Re: Issue with logical replication slot during switchover Fabrice Chapuis
- Re: Missing wait events (gap analysis) Matthias van de Meent
- Re: Extended test coverage and docs for SSL passphrase commands Álvaro Herrera
- Re: Missing wait events (gap analysis) Álvaro Herrera
- Re: Cygwin support Andrew Dunstan
- Re: get rid of Pointer type, mostly Jelte Fennema-Nio
- Re: get rid of Pointer type, mostly Robert Haas
- Re: [oauth] SASL mechanisms Jacob Champion
- Re: get rid of Pointer type, mostly Robert Haas
- Re: Missing wait events (gap analysis) Andres Freund
- Re: Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY Álvaro Herrera
- Re: get rid of Pointer type, mostly Tom Lane
- Re: pgsql: Teach DSM registry to ERROR if attaching to an uninitialized ent Nathan Bossart
- Re: Remove useless casting to the same type Nathan Bossart
- Re: get rid of Pointer type, mostly David Geier
- Re: Assertion failure in SnapBuildInitialSnapshot() Masahiko Sawada
- Re: [oauth] SASL mechanisms Nico Williams
- Re: Expanding HOT updates for expression and partial indexes Matthias van de Meent
- Re: pgsql: Teach DSM registry to ERROR if attaching to an uninitialized ent Nathan Bossart
- Re: get rid of Pointer type, mostly Robert Haas
- Re: get rid of Pointer type, mostly Tom Lane
- Re: Assertion failure in SnapBuildInitialSnapshot() Masahiko Sawada
- Re: get rid of Pointer type, mostly Robert Haas
- Re: get rid of Pointer type, mostly Tom Lane
- Re: get rid of Pointer type, mostly Robert Haas
- Re: [PATCH] Add error hints for invalid COPY options Masahiko Sawada
- Re: another autovacuum scheduling thread Robert Haas
- Re: proposal: schema variables Pavel Stehule
- Re: should we have a fast-path planning for OLTP starjoins? Bruce Momjian
- Re: get rid of Pointer type, mostly Dagfinn Ilmari Mannsåker
- Re: get rid of Pointer type, mostly David Geier
- Re: anonymous unions (C11) Jacob Champion
- Re: Post-release followup: pg_add_size_overflow() Jacob Champion
- Re: [PATCH] Reorganize pqcomm.h a bit Jacob Champion
- Re: index prefetching Andres Freund
- Re: should we have a fast-path planning for OLTP starjoins? Robert Haas
- Re: Buffer locking is special (hints, checksums, AIO writes) Andres Freund
- Re: Patch: dumping tables data in multiple chunks in pg_dump Hannu Krosing
- Re: pgsql: Teach DSM registry to ERROR if attaching to an uninitialized ent Robert Haas
- Re: Buffer locking is special (hints, checksums, AIO writes) Melanie Plageman
- Re: Add notification on BEGIN ATOMIC SQL functions using temp relations Tom Lane
- Patch: VACUUM should ignore (CREATE |RE)INDEX CONCURRENTLY for xmin horizon calculations Hannu Krosing
- Re: proposal: schema variables Pavel Stehule
- Re: pgsql: Teach DSM registry to ERROR if attaching to an uninitialized ent Nathan Bossart
- Re: [PATCH] Add memory usage reporting to VACUUM VERBOSE Masahiko Sawada
- Re: index prefetching Peter Geoghegan
- Re: Skipping schema changes in publication Peter Smith
- Re: [PATCH] Add error hints for invalid COPY options Nathan Bossart
- Re: [PATCH] Avoid pallocs in async.c's SignalBackends critical section Joel Jacobson
- Re: Speed up COPY FROM text/CSV parsing using SIMD Nathan Bossart
- Re: warning on the current head Michael Paquier
- Re: Patch: VACUUM should ignore (CREATE |RE)INDEX CONCURRENTLY for xmin horizon calculations Peter Geoghegan
- Re: Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY Michael Paquier
- Re: Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY Mihail Nikalayeu
- Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access) Andres Freund
- Re: Add mode column to pg_stat_progress_vacuum Masahiko Sawada
- Re: Remove useless casting to the same type Jacob Champion
- Re: [PATCH] Fix ARM64/MSVC atomic memory ordering issues on Win11 by adding explicit DMB barriers Andres Freund
- Re: Serverside SNI support in libpq Chao Li
- Re: psql: tab-completion support for COPY ... TO/FROM STDIN, STDOUT, and PROGRAM Masahiko Sawada
- Re: backend/nodes cleanup: Move loop variables definitions into for statement Chao Li
- Re: Remaining dependency on setlocale() Jeff Davis
- Re: Buffer locking is special (hints, checksums, AIO writes) Thomas Munro
- Re: Buffer locking is special (hints, checksums, AIO writes) Andres Freund
- Re: [Proposal] Adding callback support for custom statistics kinds Sami Imseih
- Re: Partial hash index is not used for implied qual. David Rowley
- Re: [PATCH] Write Notifications Through WAL Rishu Bagga
- Re: Partial hash index is not used for implied qual. Tom Lane
- Re: Remaining dependency on setlocale() Chao Li
- Re: generic plans and "initial" pruning Amit Langote
- Re: Partial hash index is not used for implied qual. Tom Lane
- Re: [Proposal] Adding callback support for custom statistics kinds Michael Paquier
- Re: Add mode column to pg_stat_progress_vacuum Shinya Kato
- Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions jian he
- Fixes bug in strlower_libc_sb() Chao Li
- [PATCH] Add mssql_compat extension with DATEDIFF function Myles Lewis
- Re: Proposal: Conflict log history table for Logical Replication Peter Smith
- Re: backend/nodes cleanup: Move loop variables definitions into for statement Chao Li
- Re: proposal: schema variables Pavel Stehule
- Re: Patch: dumping tables data in multiple chunks in pg_dump Dilip Kumar
- Re: [Proposal] Adding TRIM_SPACE option to COPY daidewei1970@163.com
- Re: [Proposal] Adding TRIM_SPACE option to COPY Fujii Masao
- [PATCH] Add native PIVOT syntax for SQL Server/Oracle compatibility Myles Lewis
- Re: [Proposal] Adding TRIM_SPACE option to COPY Tom Lane
- Re: Remove useless casting to the same type Bertrand Drouvot
- Re: more C99 cleanup Peter Eisentraut
- Re: Remove useless casting to the same type Bertrand Drouvot
- Re: more C99 cleanup Peter Eisentraut
- Re: Fixes bug in strlower_libc_sb() Chao Li
- Re: headerscheck ccache support Peter Eisentraut
- Re: more C99 cleanup Tom Lane
- Re: Add 64-bit XIDs into PostgreSQL 15 Maxim Orlov
- Re: Row pattern recognition Chao Li
- Re: pg_waldump: support decoding of WAL inside tarfile Amul Sul
- Re: Resetting recovery target parameters in pg_createsubscriber Alena Vinter
- Re: Add 64-bit XIDs into PostgreSQL 15 wenhui qiu
- Re: Enhancing Memory Context Statistics Reporting Rahila Syed
- Re: Extended Statistics set/restore/clear functions. Michael Paquier
- Re: How can end users know the cause of LR slot sync delays? Amit Kapila
- Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar
- Re: generic plans and "initial" pruning Amit Langote
- RE: How can end users know the cause of LR slot sync delays? Zhijie Hou (Fujitsu)
- Re: ON CONFLICT DO SELECT (take 3) jian he
- Re: pg_waldump: support decoding of WAL inside tarfile Chao Li
- Re: Extended Statistics set/restore/clear functions. Chao Li
- Re: [PATCH] psql: tab completion for ALTER ROLE ... IN DATABASE ... BharatDB
- Re: [PATCH] psql: tab completion for ALTER ROLE ... IN DATABASE ... Neil Chen
- Re: Remove useless casting to the same type David Geier
- Re: IPC/MultixactCreation on the Standby server Heikki Linnakangas
- Re: ON CONFLICT DO SELECT (take 3) Dean Rasheed
- Re: Extended Statistics set/restore/clear functions. Michael Paquier
- Re: POC: make mxidoff 64 bits Heikki Linnakangas
- Re: [PATCH] Avoid pallocs in async.c's SignalBackends critical section Joel Jacobson
- RE: How can end users know the cause of LR slot sync delays? Hayato Kuroda (Fujitsu)
- Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar
- Re: CREATE/ALTER PUBLICATION improvements for syntax synopsis Fujii Masao
- Some optimizations for COALESCE expressions during constant folding Richard Guo
- Re: ON CONFLICT DO SELECT (take 3) Dean Rasheed
- Re: Checkpointer write combining Soumya S Murali
- Re: Allow GUC settings in CREATE SUBSCRIPTION CONNECTION to take effect Fujii Masao
- Re: Allow GUC settings in CREATE SUBSCRIPTION CONNECTION to take effect Fujii Masao
- Re: CREATE/ALTER PUBLICATION improvements for syntax synopsis Chao Li
- RE: How can end users know the cause of LR slot sync delays? Zhijie Hou (Fujitsu)
- Re: Partial hash index is not used for implied qual. Sergei Glukhov
- Re: Implement waiting for wal lsn replay: reloaded Xuneng Zhou
- RE: Assertion failure in SnapBuildInitialSnapshot() Zhijie Hou (Fujitsu)
- Re: Some optimizations for COALESCE expressions during constant folding Tender Wang
- Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions jian he
- Re: Partial hash index is not used for implied qual. David Rowley
- Re: RFC: Logging plan of the running query torikoshia
- Re: Some optimizations for COALESCE expressions during constant folding Dagfinn Ilmari Mannsåker
- Re: Some optimizations for COALESCE expressions during constant folding David Rowley
- Re: [PATCH] Add memory usage reporting to VACUUM VERBOSE 河田達也
- Re: Some optimizations for COALESCE expressions during constant folding David Rowley
- Re: ON CONFLICT DO SELECT (take 3) Viktor Holmberg
- reduce size of logs stored by buildfarm Álvaro Herrera
- Re: [Proposal] Adding TRIM_SPACE option to COPY 河田達也
- Re: SQL Property Graph Queries (SQL/PGQ) Peter Eisentraut
- Re: SQL Property Graph Queries (SQL/PGQ) Peter Eisentraut
- Re: SQL Property Graph Queries (SQL/PGQ) Peter Eisentraut
- Re: Patch: VACUUM should ignore (CREATE |RE)INDEX CONCURRENTLY for xmin horizon calculations Dilip Kumar
- Re: Adding basic NUMA awareness Jakub Wartak