pgsql-hackers
Thread
Date
Earlier messages
Later messages
Messages by Date
2025/11/03
Re: Use stack-allocated StringInfoData
David Rowley
2025/11/03
Re: Resetting recovery target parameters in pg_createsubscriber
Alexander Korotkov
2025/11/03
Re: psql --help=variables missing csv_fieldsep
Tom Lane
2025/11/03
Re: Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY
Mihail Nikalayeu
2025/11/03
Re: Have the planner convert COUNT(1) / COUNT(not_null_col) to COUNT(*)
Matheus Alcantara
2025/11/03
Re: Use stack-allocated StringInfoData
Mats Kindahl
2025/11/03
Re: psql --help=variables missing csv_fieldsep
Álvaro Herrera
2025/11/03
Re: Add CHECK_FOR_INTERRUPTS in Evict{Rel,All}UnpinnedBuffers
Masahiko Sawada
2025/11/03
Re: Eagerly evict bulkwrite strategy ring
Melanie Plageman
2025/11/03
Re: Remaining dependency on setlocale()
Jeff Davis
2025/11/03
Re: Support getrandom() for pg_strong_random() source
Masahiko Sawada
2025/11/03
Re: MSVC: Improve warning options set
Andres Freund
2025/11/03
Re: [PG19-3 PATCH] Don't ignore passfile
Jacob Champion
2025/11/03
Re: MSVC: Improve warning options set
Andres Freund
2025/11/03
Re: Remaining dependency on setlocale()
Daniel Verite
2025/11/03
Re: MSVC: Improve warning options set
Peter Eisentraut
2025/11/03
Re: Making jsonb_agg() faster
Tom Lane
2025/11/03
Re: Fix outdated comment of CopyStmt in gram.y
Masahiko Sawada
2025/11/03
Re: psql --help=variables missing csv_fieldsep
Tom Lane
2025/11/03
Re: psql --help=variables missing csv_fieldsep
Tom Lane
2025/11/03
Re: test_json_parser/002_inline is kind of slow
Jacob Champion
2025/11/03
Re: Improve LWLock tranche name visibility across backends
Sami Imseih
2025/11/03
psql --help=variables missing csv_fieldsep
Álvaro Herrera
2025/11/03
Re: Add \pset options for boolean value display
David G. Johnston
2025/11/03
Re: Bump soft open file limit (RLIMIT_NOFILE) to hard limit on startup
Jelte Fennema-Nio
2025/11/03
Re: Make PGOAUTHCAFILE in libpq-oauth work out of debug mode
Zsolt Parragi
2025/11/03
Re: Add \pset options for boolean value display
Álvaro Herrera
2025/11/03
Re: pg_plan_advice
Robert Haas
2025/11/03
Re: Intention to start an [oauth] "working group"
Melanie Plageman
2025/11/03
Re: Make PGOAUTHCAFILE in libpq-oauth work out of debug mode
Jacob Champion
2025/11/03
Re: pg_plan_advice
Robert Haas
2025/11/03
Re: Confine vacuum skip logic to lazy_scan_skip
Melanie Plageman
2025/11/03
Re: libpq: Bump protocol version to version 3.2 at least until the first/second beta
Jelte Fennema-Nio
2025/11/03
Re: [PATCH] Fix orphaned backend processes on Windows using Job Objects
Andres Freund
2025/11/03
Re: [PATCH] Fix orphaned backend processes on Windows using Job Objects
Bryan Green
2025/11/03
Re: Report bytes and transactions actually sent downtream
Andres Freund
2025/11/03
Re: [PATCH] Fix orphaned backend processes on Windows using Job Objects
Andres Freund
2025/11/03
Re: Implement waiting for wal lsn replay: reloaded
Andres Freund
2025/11/03
[PATCH] Fix orphaned backend processes on Windows using Job Objects
Bryan Green
2025/11/03
Re: Implement waiting for wal lsn replay: reloaded
Álvaro Herrera
2025/11/03
Re: fix NOT VALID NOT NULL with ALTER COLUMN SET IDENTITY
Álvaro Herrera
2025/11/03
Re: libpq: Bump protocol version to version 3.2 at least until the first/second beta
Andres Freund
2025/11/03
Re: AIX support
AIX PG user
2025/11/03
Re: libpq: Bump protocol version to version 3.2 at least until the first/second beta
Jelte Fennema-Nio
2025/11/03
Re: Make PGOAUTHCAFILE in libpq-oauth work out of debug mode
Daniel Gustafsson
2025/11/03
Re: Report bytes and transactions actually sent downtream
Ashutosh Bapat
2025/11/03
Fix outdated comment of CopyStmt in gram.y
cca5507
2025/11/03
contrib/pg_stat_tcpinfo
Jakub Wartak
2025/11/03
Re: Making jsonb_agg() faster
Chao Li
2025/11/03
Re: fix NOT VALID NOT NULL with ALTER COLUMN SET IDENTITY
Álvaro Herrera
2025/11/03
Re: tuple radix sort
John Naylor
2025/11/03
Re: Asynchronous MergeAppend
Matheus Alcantara
2025/11/03
Re: Fix typo in Vietnamese translation file
Álvaro Herrera
2025/11/03
Re: 64 bit numbers vs format strings
Wolfgang Walther
2025/11/03
Re: Fix comments for ChangeVarNodes() and related functions
Peter Eisentraut
2025/11/03
Re: Non-text mode for pg_dumpall
Vaibhav Dalvi
2025/11/03
Re: 64 bit numbers vs format strings
Thomas Munro
2025/11/03
Re: Non-text mode for pg_dumpall
Mahendra Singh Thalor
2025/11/03
Re: [PATCH] Add pg_get_policy_ddl() function to reconstruct CREATE POLICY statement
Akshay Joshi
2025/11/03
Re: Implement waiting for wal lsn replay: reloaded
Alexander Korotkov
2025/11/03
Re: Avoid overflow (src/backend/utils/adt/formatting.c)
Ranier Vilela
2025/11/03
Re: Docs and tests for RLS policies applied by command type
Dean Rasheed
2025/11/03
BRIN autosummarization lacking a snapshot
Álvaro Herrera
2025/11/03
Re: Reorganize GUC structs
Peter Eisentraut
2025/11/03
Re: Logical Replication of sequences
Amit Kapila
2025/11/03
Re: LISTEN/NOTIFY bug: VACUUM sets frozenxid past a xid in async queue
Heikki Linnakangas
2025/11/03
Re: Add wal_fpi_bytes_[un]compressed to pg_stat_wal
Michael Paquier
2025/11/03
Re: Avoid overflow (src/backend/utils/adt/formatting.c)
Bryan Green
2025/11/03
Re: [PATCH] Add error message for out-of-memory in passwordFromFile()
Michael Paquier
2025/11/03
Re: Improve pg_sync_replication_slots() to wait for primary to advance
Ajin Cherian
2025/11/03
Re: Use stack-allocated StringInfoData
David Rowley
2025/11/03
Re: Coccinelle for PostgreSQL development [1/N]: coccicheck.py
Bertrand Drouvot
2025/11/03
Re: Report bytes and transactions actually sent downtream
shveta malik
2025/11/03
Re: [PATCH] Add a guc parameter to control limit clause adjust path cost.
ocean_li_996
2025/11/03
Re: How can end users know the cause of LR slot sync delays?
shveta malik
2025/11/02
Re: Adding REPACK [concurrently]
Antonin Houska
2025/11/02
Re: Issue with logical replication slot during switchover
Alexander Kukushkin
2025/11/02
Re: Consistently use the XLogRecPtrIsInvalid() macro
Bertrand Drouvot
2025/11/02
Use stack-allocated StringInfoData
Mats Kindahl
2025/11/02
Re: Add support for specifying tables in pg_createsubscriber.
Peter Smith
2025/11/02
Re: Report bytes and transactions actually sent downtream
Ashutosh Bapat
2025/11/02
Re: POC: enable logical decoding when wal_level = 'replica' without a server restart
Peter Smith
2025/11/02
Re: Non-text mode for pg_dumpall
Vaibhav Dalvi
2025/11/02
Re: meson's in-tree libpq header search order vs -Dextra_include_dirs
Tom Lane
2025/11/02
Re: meson's in-tree libpq header search order vs -Dextra_include_dirs
Tristan Partin
2025/11/02
Re: Import Statistics in postgres_fdw before resorting to sampling.
Corey Huinker
2025/11/02
Re: Add support for specifying tables in pg_createsubscriber.
Shubham Khanna
2025/11/02
Re: Implement waiting for wal lsn replay: reloaded
Xuneng Zhou
2025/11/02
Add CHECK_FOR_INTERRUPTS in Evict{Rel,All}UnpinnedBuffers
邱宇航
2025/11/02
Re: meson's in-tree libpq header search order vs -Dextra_include_dirs
Thomas Munro
2025/11/02
Re: [PATCH] Add pg_get_trigger_ddl() to retrieve the CREATE TRIGGER statement
Josef Šimánek
2025/11/02
Re: [PATCH] Add pg_get_trigger_ddl() to retrieve the CREATE TRIGGER statement
Josef Šimánek
2025/11/02
Re: [PATCH] Add pg_get_trigger_ddl() to retrieve the CREATE TRIGGER statement
Philip Alger
2025/11/02
Re: [PATCH] Add pg_get_trigger_ddl() to retrieve the CREATE TRIGGER statement
Philip Alger
2025/11/02
Re: Avoid overflow (src/backend/utils/adt/formatting.c)
Ranier Vilela
2025/11/02
Re: Avoid overflow (src/backend/utils/adt/formatting.c)
Ranier Vilela
2025/11/02
Re: index prefetching
Tomas Vondra
2025/11/02
Re: Y2038 BUG
Bryan Green
2025/11/02
Re: ci: Improve OpenBSD core dump backtrace handling
Thomas Munro
2025/11/02
Re: Fix typo in Vietnamese translation file
Joshua Shanks
2025/11/02
Re: Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY
Noah Misch
2025/11/02
Re: Fix typo in Vietnamese translation file
Tom Lane
2025/11/02
Re: Y2038 BUG
Tom Lane
2025/11/02
Re: Fix typo in Vietnamese translation file
Chao Li
2025/11/02
Y2038 BUG
Bryan Green
2025/11/02
Re: Should HashSetOp go away
Tom Lane
2025/11/02
Re: Should HashSetOp go away
David Rowley
2025/11/02
Re: [PATCH] Add pg_get_trigger_ddl() to retrieve the CREATE TRIGGER statement
Josef Šimánek
2025/11/02
Re: [PATCH] Add pg_get_trigger_ddl() to retrieve the CREATE TRIGGER statement
Josef Šimánek
2025/11/02
Re: Making jsonb_agg() faster
Tom Lane
2025/11/02
Re: List TAP test files in makefiles
Nazir Bilal Yavuz
2025/11/02
Re: Improve LWLock tranche name visibility across backends
Sami Imseih
2025/11/02
Re: Fully documenting the design of nbtree row comparison scan keys
Peter Geoghegan
2025/11/02
Re: Question on pg_stat_io showing zero reads/writes for I/O workers
Xuneng Zhou
2025/11/02
Re: Improve LWLock tranche name visibility across backends
Sami Imseih
2025/11/02
Re: [PATCH] Add a guc parameter to control limit clause adjust path cost.
Tom Lane
2025/11/02
Re: [PATCH] Add a guc parameter to control limit clause adjust path cost.
Bryan Green
2025/11/02
Re: [PATCH] Add a guc parameter to control limit clause adjust path cost.
Tom Lane
2025/11/02
Re: Unnecessary delay in streaming replication due to replay lag
Josef Šimánek
2025/11/02
[PATCH] Add a guc parameter to control limit clause adjust path cost.
Haiyang Li
2025/11/02
Re: Decouple C++ support in Meson's PGXS from LLVM enablement
Josef Šimánek
2025/11/02
Re: C nitpick about pgwin32_dispatch_queued_signals()
Bryan Green
2025/11/02
Re: C nitpick about pgwin32_dispatch_queued_signals()
Laurenz Albe
2025/11/02
Re: C nitpick about pgwin32_dispatch_queued_signals()
Tom Lane
2025/11/02
Re: Should HashSetOp go away
Tom Lane
2025/11/02
Re: Avoid overflow (src/backend/utils/adt/formatting.c)
Bryan Green
2025/11/02
Re: Avoid overflow (src/backend/utils/adt/formatting.c)
Bryan Green
2025/11/02
Re: C nitpick about pgwin32_dispatch_queued_signals()
Bryan Green
2025/11/02
Re: Include extension path on pg_available_extensions
Michael Banck
2025/11/02
Avoid overflow (src/backend/utils/adt/formatting.c)
Ranier Vilela
2025/11/02
C nitpick about pgwin32_dispatch_queued_signals()
Christian Ullrich
2025/11/02
Re: test_json_parser/002_inline is kind of slow
Mihail Nikalayeu
2025/11/02
Re: Bug in amcheck?
Mihail Nikalayeu
2025/11/02
Fix typo in Vietnamese translation file
Joshua Shanks
2025/11/02
Re: Should HashSetOp go away
David Rowley
2025/11/02
Re: Improve LWLock tranche name visibility across backends
Alexander Lakhin
2025/11/01
Re: Implement waiting for wal lsn replay: reloaded
Xuneng Zhou
2025/11/01
Re: [PATCH] Add Windows support for backtrace_functions (MSVC only)
Bryan Green
2025/11/01
Re: [PG19-3 PATCH] Don't ignore passfile
Paul Ohlhauser
2025/11/01
Re: Channel binding for post-quantum cryptography
Michael Paquier
2025/11/01
Re: [PATCH] Add error message for out-of-memory in passwordFromFile()
Michael Paquier
2025/11/01
[PATCH] Add error message for out-of-memory in passwordFromFile()
Joshua Shanks
2025/11/01
Re: Improving the names generated for indexes on expressions
Tom Lane
2025/11/01
Re: Optimize LISTEN/NOTIFY
Arseniy Mukhin
2025/11/01
Re: [PATCH] Fix ALTER SYSTEM empty string bug for GUC_LIST_QUOTE parameters
Tom Lane
2025/11/01
Re: Adding REPACK [concurrently]
Mihail Nikalayeu
2025/11/01
Re: Unused variable in perl test
Tom Lane
2025/11/01
Re: [PATCH] Add pg_get_type_ddl() to retrieve the CREATE TYPE statement
Philip Alger
2025/11/01
Re: [PATCH] Fix LTREE subpath with negative offset
Tom Lane
2025/11/01
Re: pg_plan_advice
Hannu Krosing
2025/11/01
Re: abi-compliance-check failure due to recent changes to pg_{clear,restore}_{attribute,relation}_stats()
David E. Wheeler
2025/11/01
Re: [PATCH] Add Windows support for backtrace_functions (MSVC only)
Euler Taveira
2025/11/01
Re: Missing parentheses
Marcos Pegoraro
2025/11/01
Re: Missing parentheses
Bruce Momjian
2025/11/01
Re: Missing parentheses
Marcos Pegoraro
2025/11/01
Re: contrib/sepgsql regression tests have been broken for months
Andrew Dunstan
2025/11/01
[PATCH] Fix LTREE subpath with negative offset
Marcus Gartner
2025/11/01
Re: Adding REPACK [concurrently]
Sergei Kornilov
2025/11/01
Re: contrib/sepgsql regression tests have been broken for months
Joe Conway
2025/11/01
Re: Adding REPACK [concurrently]
jian he
2025/11/01
Obsolete comment in ExecScanReScan()
Etsuro Fujita
2025/11/01
postgres_fdw: Add more test coverage for EvalPlanQual testing
Etsuro Fujita
2025/11/01
Re: Improving tracking/processing of buildfarm test failures
Alexander Lakhin
2025/10/31
Re: meson's in-tree libpq header search order vs -Dextra_include_dirs
Thomas Munro
2025/10/31
Re: [PATCH] Add Windows support for backtrace_functions (MSVC only)
Bryan Green
2025/10/31
Re: another autovacuum scheduling thread
David Rowley
2025/10/31
Re: another autovacuum scheduling thread
David Rowley
2025/10/31
Re: Have the planner convert COUNT(1) / COUNT(not_null_col) to COUNT(*)
Corey Huinker
2025/10/31
Re: [PATCH] Add pg_get_type_ddl() to retrieve the CREATE TYPE statement
Chao Li
2025/10/31
Re: Updating IPC::Run in CI?
Jacob Champion
2025/10/31
Re: libpq: Bump protocol version to version 3.2 at least until the first/second beta
Jacob Champion
2025/10/31
Re: [PATCH] Add pg_get_type_ddl() to retrieve the CREATE TYPE statement
Philip Alger
2025/10/31
Re: libpq: Bump protocol version to version 3.2 at least until the first/second beta
Jelte Fennema-Nio
2025/10/31
Re: Updating IPC::Run in CI?
Andres Freund
2025/10/31
Re: Updating IPC::Run in CI?
Jacob Champion
2025/10/31
Re: Change initdb default to the builtin collation provider
Jeff Davis
2025/10/31
Re: pg_plan_advice
Alastair Turner
2025/10/31
Re: meson's in-tree libpq header search order vs -Dextra_include_dirs
Thomas Munro
2025/10/31
Re: display hot standby state in psql prompt
Jim Jones
2025/10/31
Re: Channel binding for post-quantum cryptography
Jacob Champion
2025/10/31
Re: Support getrandom() for pg_strong_random() source
Jacob Champion
2025/10/31
Re: Extended Statistics set/restore/clear functions.
Tomas Vondra
2025/10/31
Re: another autovacuum scheduling thread
Nathan Bossart
2025/10/31
Re: [PATCH] Add Windows support for backtrace_functions (MSVC only)
Bryan Green
2025/10/31
Re: POC: Parallel processing of indexes in autovacuum
Masahiko Sawada
2025/10/31
Re: Remaining dependency on setlocale()
Jeff Davis
2025/10/31
Re: contrib/sepgsql regression tests have been broken for months
Tom Lane
2025/10/31
Re: [PATCH] Add Windows support for backtrace_functions (MSVC only)
Euler Taveira
2025/10/31
Re: Should HashSetOp go away
Tom Lane
2025/10/31
Re: Should we update the random_page_cost default value?
Jim Nasby
2025/10/31
Re: postgres_fdw: Use COPY to speed up batch inserts
Matheus Alcantara
2025/10/31
Re: apply_scanjoin_target_to_paths and partitionwise join
Robert Haas
2025/10/31
Re: meson's in-tree libpq header search order vs -Dextra_include_dirs
Heikki Linnakangas
2025/10/31
Re: [PATCH] Add archive_mode=follow_primary to prevent unarchived WAL on standby promotion
Andrey Borodin
2025/10/31
Re: Should HashSetOp go away
Tom Lane
2025/10/31
Re: pg_createsubscriber --dry-run logging concerns
Álvaro Herrera
2025/10/31
Re: Fully documenting the design of nbtree row comparison scan keys
Peter Geoghegan
2025/10/31
Re: AIX support
Heikki Linnakangas
2025/10/31
Re: [PATCH] Speed up of vac_update_datfrozenxid.
Heikki Linnakangas
2025/10/31
[PATCH] O_CLOEXEC not honored on Windows - handle inheritance chain
Bryan Green
Earlier messages
Later messages