pgsql-hackers
Thread
Date
Earlier messages
Messages by Thread
Re: doc: Improve description of io_combine_limit and io_max_combine_limit GUCs
Karina Litskevich
Re: doc: Improve description of io_combine_limit and io_max_combine_limit GUCs
Chao Li
Re: Incorrect version number given to sync_pgdata() in pg_combinebackup.c
Michael Paquier
Re: What is the build strategy between make and meson?
Tom Lane
Re: Fixed a typo in comment in compress_lz4.c
Daniel Gustafsson
Re: Fixed a typo in comment in compress_lz4.c
Chao Li
Re: Fixed a typo in comment in compress_lz4.c
Michael Paquier
Re: Fixed a typo in comment in compress_lz4.c
Chao Li
Re: Fixed a typo in comment in compress_lz4.c
Tom Lane
Re: IO in wrong state on riscv64
Thomas Munro
Re: IO in wrong state on riscv64
Thomas Munro
Re: Question about InvalidatePossiblyObsoleteSlot()
suyu.cmj
[PATCH] Fix incorrect fprintf usage in log_error FRONTEND path
Bryan Green
Re: [PATCH] Fix incorrect fprintf usage in log_error FRONTEND path
Bryan Green
Upgrade Debian CI image from Bookworm to Trixie
Nazir Bilal Yavuz
Build failure with Meson >= 1.8.3 on Windows
Dave Page
Visibility bug in tuple lock
Jasper Smit
commit_baseurl is broken in postgres.sgml
Chao Li
pgstattuple: Use streaming read API in pgstatindex functions
Xuneng Zhou
Re: pgstattuple: Use streaming read API in pgstatindex functions
Nazir Bilal Yavuz
Re: pgstattuple: Use streaming read API in pgstatindex functions
Nazir Bilal Yavuz
Re: pgstattuple: Use streaming read API in pgstatindex functions
wenhui qiu
Re: Improve docs for n_distinct_inherited
Chao Li
Re: finish TODOs in to_json_is_immutable, to_jsonb_is_immutable also add tests on it
jian he
Core dumps from recovery/017_shm
Thomas Munro
Re: Finalizing read stream users' flag choices
Arseniy Mukhin
Re: Is there public API to fetch errcode?
Tom Lane
Re: Is there public API to fetch errcode?
Sergey Fukanchik
Re: [PING] [PATCH v2] parallel pg_restore: avoid disk seeks when jumping short distance forward
Tom Lane
Re: [PING] [PATCH v2] parallel pg_restore: avoid disk seeks when jumping short distance forward
Chao Li
Re: [PATCH v1] parallel pg_restore: avoid disk seeks when jumping short distance forward
David G. Johnston
Re: create table like including storage parameter
jian he
Re: new environment variable INITDB_LOCALE_PROVIDER
Jeff Davis
Re: Preserve index stats during ALTER TABLE ... TYPE ...
Bertrand Drouvot
Re: [PATCH] Remove make_temptable_name_n()
Nathan Bossart
Re: URLs in rbtree.c are broken
Chao Li
Re: [PATCH] ecpg: check return value of replace_variables()
Daniel Gustafsson
Re: Expanding HOT updates for expression and partial indexes
Jeff Davis
Re: Expanding HOT updates for expression and partial indexes
Jeff Davis
Re: compiling pg_bsd_indent
Andres Freund
Re: compiling pg_bsd_indent
Bruce Momjian
Re: memory leak in dbase_redo()
Nathan Bossart
Re: memory leak in dbase_redo()
Nathan Bossart
Re: memory leak in dbase_redo()
Álvaro Herrera
Fix for compiler warning triggered in WinGetFuncArgInPartition()
Greg Burd
Re: Fix for compiler warning triggered in WinGetFuncArgInPartition()
Nathan Bossart
Re: Fix for compiler warning triggered in WinGetFuncArgInPartition()
Tom Lane
Re: Fix for compiler warning triggered in WinGetFuncArgInPartition()
Greg Burd
[PATCH TEST] Fix logical replication setup in subscription test `t/009_matviews.pl`
Грем Снорт
Re: [PATCH TEST] Fix logical replication setup in subscription test `t/009_matviews.pl`
Ashutosh Bapat
Re: [PATCH TEST] Fix logical replication setup in subscription test `t/009_matviews.pl`
Amit Kapila
Why has_useful_pathkeys() needs to check group_pathkeys
Richard Guo
Re: get rid of RM_HEAP2_ID
John Naylor
Re: Enhance Makefiles to rebuild objects on map file changes
Chao Li
Re: Enhance Makefiles to rebuild objects on map file changes
Chao Li
Re: Enhance Makefiles to rebuild objects on map file changes
Chao Li
pg_createsubscriber - more logging to say if there are no pubs to drop
Peter Smith
Re: another autovacuum scheduling thread
Sami Imseih
Re: another autovacuum scheduling thread
Álvaro Herrera
Re: another autovacuum scheduling thread
Sami Imseih
Re: another autovacuum scheduling thread
Jeremy Schneider
Re: another autovacuum scheduling thread
Nathan Bossart
Re: another autovacuum scheduling thread
Robert Haas
Re: another autovacuum scheduling thread
Peter Geoghegan
Re: Thoughts on a "global" client configuration?
Robert Haas
Re: Thoughts on a "global" client configuration?
Jacob Champion
Re: Thoughts on a "global" client configuration?
Jacob Champion
Re: Thoughts on a "global" client configuration?
Christoph Berg
Re: Thoughts on a "global" client configuration?
Christoph Berg
Re: VACUUM (PARALLEL) option processing not using DefElem the way it was intended
Álvaro Herrera
Re: VACUUM (PARALLEL) option processing not using DefElem the way it was intended
Álvaro Herrera
Odd openbsd CI failure
Andres Freund
[PATCH] Remove unused #include's in src/backend/commands/*
Aleksander Alekseev
Re: [PATCH] Remove unused #include's in src/backend/commands/*
Aleksander Alekseev
Re: [PATCH] Remove unused #include's in src/backend/commands/*
Andres Freund
Re: [PATCH] Remove unused #include's in src/backend/commands/*
Andres Freund
Re: [PATCH] Remove unused #include's in src/backend/commands/*
Álvaro Herrera
duplicate logging in pg_createsubscriber
Peter Smith
Re: duplicate logging in pg_createsubscriber
Michael Paquier
Re: duplicate logging in pg_createsubscriber
Peter Smith
Re: Questionable result from lead(0) IGNORE NULLS
Tatsuo Ishii
Re: Questionable result from lead(0) IGNORE NULLS
Tatsuo Ishii
Re: Executing pg_createsubscriber with a non-compatible control file
Michael Paquier
Re: Executing pg_createsubscriber with a non-compatible control file
Masahiko Sawada
Re: Add mode column to pg_stat_progress_vacuum
Sami Imseih
Re: Add mode column to pg_stat_progress_vacuum
Nathan Bossart
Re: Add mode column to pg_stat_progress_vacuum
Shinya Kato
Proposal for discussions: Allow reads to proceed during FK/trigger drops by reducing relation-level lock from AccessExclusive to ShareRowExclusive
Shayon Mukherjee
Re: [PATCH] Proposal: Allow reads to proceed during FK/trigger drops by reducing relation-level lock from AccessExclusive to ShareRowExclusive
Tom Lane
Re: Allow ON CONFLICT DO UPDATE to return EXCLUDED values
Viktor Holmberg
Lock tag of relation extend lock
Jingtang Zhang
Should we update the random_page_cost default value?
Tomas Vondra
Re: Should we update the random_page_cost default value?
Andres Freund
Re: Should we update the random_page_cost default value?
Bruce Momjian
Re: Should we update the random_page_cost default value?
Andres Freund
Re: Should we update the random_page_cost default value?
Peter Geoghegan
Re: Should we update the random_page_cost default value?
Robert Haas
Re: Should we update the random_page_cost default value?
Tomas Vondra
Re: Should we update the random_page_cost default value?
Tomas Vondra
Re: Should we update the random_page_cost default value?
Andres Freund
Re: Should we update the random_page_cost default value?
Robert Haas
Re: Should we update the random_page_cost default value?
Tomas Vondra
Re: Should we update the random_page_cost default value?
Andres Freund
Re: Should we update the random_page_cost default value?
Bruce Momjian
Re: Should we update the random_page_cost default value?
Andres Freund
Re: Should we update the random_page_cost default value?
Bruce Momjian
Re: Allow reading LSN written by walreciever, but not flushed yet
Jeremy Schneider
Re: Allow reading LSN written by walreciever, but not flushed yet
Andrey Borodin
Re: Fix misuse use of window_gettupleslot function (src/backend/executor/nodeWindowAgg.c)
Tom Lane
use SIMD in GetPrivateRefCountEntry()
Nathan Bossart
Re: use SIMD in GetPrivateRefCountEntry()
Nathan Bossart
Re: sql/json query function JsonBehavior default expression's collation may differ from returning type's collation
jian he
[PROPOSAL] Termination of Background Workers for ALTER/DROP DATABASE
Aya Iwata (Fujitsu)
Re: [PROPOSAL] Termination of Background Workers for ALTER/DROP DATABASE
Michael Paquier
RE: [PROPOSAL] Termination of Background Workers for ALTER/DROP DATABASE
Aya Iwata (Fujitsu)
RE: [PROPOSAL] Termination of Background Workers for ALTER/DROP DATABASE
Hayato Kuroda (Fujitsu)
Re: [PROPOSAL] Termination of Background Workers for ALTER/DROP DATABASE
Michael Paquier
RE: [PROPOSAL] Termination of Background Workers for ALTER/DROP DATABASE
Hayato Kuroda (Fujitsu)
Re: [PROPOSAL] Termination of Background Workers for ALTER/DROP DATABASE
Peter Smith
Re: Doc compilation fails with a recent xmllint
Daniel Gustafsson
Fixing a few minor misusages of bms_union()
David Rowley
Re: Fixing a few minor misusages of bms_union()
Greg Burd
Re: Fixing a few minor misusages of bms_union()
David Rowley
Re: Fixing a few minor misusages of bms_union()
David Rowley
Re: Allow virtual columns in index expressions or predicate
Chengpeng Yan
Re: Fix incorrect function reference BufFileOpenShared in comment.
Richard Guo
Re: Fix incorrect function reference BufFileOpenShared in comment.
Mingli Zhang
Re: POC: Carefully exposing information without authentication
Greg Sabino Mullane
Re: speedup COPY TO for partitioned table.
torikoshia
Re: speedup COPY TO for partitioned table.
jian he
Re: speedup COPY TO for partitioned table.
Chao Li
Re: speedup COPY TO for partitioned table.
Chao Li
Re: speedup COPY TO for partitioned table.
jian he
Re: speedup COPY TO for partitioned table.
Álvaro Herrera
Re: speedup COPY TO for partitioned table.
Masahiko Sawada
Re: pg_createsubscriber --dry-run logging concerns
Peter Smith
Re: pg_createsubscriber --dry-run logging concerns
Neeraj Shah
pg_createsubscriber --dry-run logging concerns
Peter Smith
Re: Panic during xlog building with big values
Andy Pogrebnoi
Remove Item type
Peter Eisentraut
mislead comments in pg_get_statisticsobjdef_string
jian he
Re: mislead comments in pg_get_statisticsobjdef_string
David Rowley
disallow big-endian on aarch64
Nathan Bossart
Re: disallow big-endian on aarch64
Tomas Vondra
Re: disallow big-endian on aarch64
Nathan Bossart
Re: disallow big-endian on aarch64
Tom Lane
Re: disallow big-endian on aarch64
Nathan Bossart
Re: disallow big-endian on aarch64
Peter Eisentraut
Add stats_reset to pg_stat_all_tables|indexes and related views
Bertrand Drouvot
Re: Add stats_reset to pg_stat_all_tables|indexes and related views
Sami Imseih
Re: Add stats_reset to pg_stat_all_tables|indexes and related views
Michael Paquier
Re: Add stats_reset to pg_stat_all_tables|indexes and related views
Bertrand Drouvot
Re: Add stats_reset to pg_stat_all_tables|indexes and related views
Michael Paquier
Re: Add stats_reset to pg_stat_all_tables|indexes and related views
Bertrand Drouvot
Re: pgsql: Add support for base64url encoding and decoding
Erik Rijkers
Re: Infinite loop in pgbench when running COPY command
Michael Paquier
Re: Infinite loop in pgbench when running COPY command
Anthonin Bonnefoy
Teaching planner to short-circuit empty UNION/EXCEPT/INTERSECT inputs
David Rowley
Re: Teaching planner to short-circuit empty UNION/EXCEPT/INTERSECT inputs
Tom Lane
Re: Teaching planner to short-circuit empty UNION/EXCEPT/INTERSECT inputs
David Rowley
Re: Teaching planner to short-circuit empty UNION/EXCEPT/INTERSECT inputs
Mingli Zhang
Re: Teaching planner to short-circuit empty UNION/EXCEPT/INTERSECT inputs
David Rowley
Re: Teaching planner to short-circuit empty UNION/EXCEPT/INTERSECT inputs
Tom Lane
Re: Teaching planner to short-circuit empty UNION/EXCEPT/INTERSECT inputs
David Rowley
Re: Teaching planner to short-circuit empty UNION/EXCEPT/INTERSECT inputs
Tom Lane
Re: Teaching planner to short-circuit empty UNION/EXCEPT/INTERSECT inputs
Tom Lane
Re: Problem while updating a foreign table pointing to a partitioned table on foreign server
Daniil Davydov
Fwd: Problem while updating a foreign table pointing to a partitioned table on foreign server
Etsuro Fujita
Re: Emitting JSON to file using COPY TO
jian he
Re: pg_restore documentation and --create/--single-transaction limitation
Laurenz Albe
Re: pg_restore documentation and --create/--single-transaction limitation
Laurenz Albe
The ability of postgres to determine loss of files of the main fork
Frits Hoogland
Re: The ability of postgres to determine loss of files of the main fork
Tom Lane
Re: The ability of postgres to determine loss of files of the main fork
Frits Hoogland
Re: The ability of postgres to determine loss of files of the main fork
Michael Banck
Re: The ability of postgres to determine loss of files of the main fork
Jakub Wartak
Re: The ability of postgres to determine loss of files of the main fork
Laurenz Albe
Re: The ability of postgres to determine loss of files of the main fork
Frits Hoogland
Re: The ability of postgres to determine loss of files of the main fork
Frits Hoogland
Re: Problem with DEB packages
Thom Brown
Re: Problem with DEB packages
Michael Banck
Re: Problem with DEB packages
Christoph Berg
Re: JIT works only partially with meson build?
Yugo Nagata
Replace O_EXCL with O_TRUNC for creation of state.tmp in SaveSlotToPath
Kevin K Biju
Re: When creating index, why pointing to old version of tuple
龙小龙
Re: Patch for migration of the pg_commit_ts directory
Maxim Orlov
RE: Patch for migration of the pg_commit_ts directory
Hayato Kuroda (Fujitsu)
RE: Patch for migration of the pg_commit_ts directory
Hayato Kuroda (Fujitsu)
RE: Patch for migration of the pg_commit_ts directory
Hayato Kuroda (Fujitsu)
Re: Patch for migration of the pg_commit_ts directory
Amit Kapila
Re: Patch for migration of the pg_commit_ts directory
ls7777
Re: [BUG]: the walsender does not update its IO statistics until it exits
Michael Paquier
Re: [BUG]: the walsender does not update its IO statistics until it exits
Bertrand Drouvot
Re: [BUG]: the walsender does not update its IO statistics until it exits
Michael Paquier
Re: Bypassing cursors in postgres_fdw to enable parallel plans
Rafia Sabih
Remove unused parameter form find_window_run_conditions()
Matheus Alcantara
Fix locking issue with fixed-size stats template in injection_points
Michael Paquier
Re: Fix locking issue with fixed-size stats template in injection_points
Bertrand Drouvot
Re: Fix locking issue with fixed-size stats template in injection_points
Michael Paquier
Why cannot alter column type when a view depends on it?
Chao Li
Earlier messages