pgsql-committers since 2025-04-16 00:00

Notification of git commits are sent to this list. Do not post here!

Search the Archives

(enter a message-id to go directly to that message)

Browse Archives

Prev | Next

April 16, 2025

Thread Author Time
pgsql: Fix an incorrect check in get_memoize_path Richard Guo 01:56
Re: pgsql: Non text modes for pg_dumpall, correspondingly change pg_restore Mahendra Singh Thalor 02:53
pgsql: pg_restore cleanups Andrew Dunstan 16:15
Re: pgsql: Non text modes for pg_dumpall, correspondingly change pg_restore Andrew Dunstan 16:17
Re: pgsql: Add support for basic NUMA awareness Jacob Champion 16:34
pgsql: Fix pg_dump --clean with partitioned indexes. Tom Lane 17:32
pgsql: Fix pg_dump --clean with partitioned indexes. Tom Lane 17:32
pgsql: Fix pg_dump --clean with partitioned indexes. Tom Lane 17:32
pgsql: Fix pg_dump --clean with partitioned indexes. Tom Lane 17:32
pgsql: Fix pg_dump --clean with partitioned indexes. Tom Lane 17:32
pgsql: Fix pg_dump --clean with partitioned indexes. Tom Lane 17:32
Re: pgsql: Non text modes for pg_dumpall, correspondingly change pg_restore Álvaro Herrera 17:44
Re: pgsql: Add support for basic NUMA awareness Tomas Vondra 18:15
pgsql: Update pg_config.h.in with libnuma changes Daniel Gustafsson 18:22
Re: pgsql: Add support for basic NUMA awareness Daniel Gustafsson 18:25
pgsql: Elide not-null constraint checks on child tables during PK creat Álvaro Herrera 20:02
pgsql: Sync declarations and definitions of two new tablecmds.c functio Tom Lane 21:59
pgsql: Improve comments for estimate_multivariate_ndistinct() David Rowley 23:03
pgsql: Fixup various new-to-v18 usages of appendPQExpBuffer David Rowley 23:38
pgsql: Another unintentional behavior change in commit e9931bfb75. Jeff Davis 23:50
pgsql: Improve comment in regc_pg_locale.c. Jeff Davis 23:50

April 17, 2025

Thread Author Time
pgsql: pg_dump: Fix incorrect archive format shown in error message. Fujii Masao 00:57
pgsql: pg_dump: Set private_date pointer to NULL in callback Daniel Gustafsson 10:59
pgsql: Assert lack of hazardous buffer locks before possible catalog re Noah Misch 12:04
Re: pgsql: Add function to get memory context stats for processes Robert Haas 14:42
pgsql: Split some storage out to separate subcontexts of fcontext. Tom Lane 16:57
pgsql: Minor performance improvement for SQL-language functions. Tom Lane 16:57
pgsql: Make SQLFunctionCache long-lived again. Tom Lane 16:57
pgsql: Cache typlens of a SQL function's input arguments. Tom Lane 16:57
pgsql: Make functions.c mostly run in a short-lived memory context. Tom Lane 16:57
Re: pgsql: Make SQLFunctionCache long-lived again. Tom Lane 17:02
pgsql: Portability fix: isdigit() must be passed an unsigned char. Tom Lane 20:33
pgsql: Suppress "may be used uninitialized" warnings from older compile Tom Lane 20:47
pgsql: Make levels 1-based in pg_log_backend_memory_contexts() David Rowley 21:04

April 18, 2025

Thread Author Time
pgsql: Fixup various older misuses of appendPQExpBuffer David Rowley 00:15
pgsql: Doc: fix missing comma at the end of a line. Tatsuo Ishii 00:39
pgsql: Doc: fix missing comma at the end of a line. Tatsuo Ishii 00:41
pgsql: Make pg_upgrade log message with control file path translatable. Fujii Masao 09:37

April 19, 2025

Thread Author Time
pgsql: Rename injection points used in AIO tests Michael Paquier 09:54
pgsql: Fix typos and grammar in the code Michael Paquier 10:20
pgsql: Be more wary of corrupt data in pageinspect's heap_page_items(). Tom Lane 20:37
pgsql: Be more wary of corrupt data in pageinspect's heap_page_items(). Tom Lane 20:37
pgsql: Be more wary of corrupt data in pageinspect's heap_page_items(). Tom Lane 20:37
pgsql: Be more wary of corrupt data in pageinspect's heap_page_items(). Tom Lane 20:37
pgsql: Be more wary of corrupt data in pageinspect's heap_page_items(). Tom Lane 20:37
pgsql: Be more wary of corrupt data in pageinspect's heap_page_items(). Tom Lane 20:37
pgsql: psql: Fix incorrect status code returned by \getresults Michael Paquier 23:16
pgsql: psql: Improve descriptions of \\flush[request] in --help Michael Paquier 23:17
pgsql: psql: Split extended query protocol meta-commands in --help=comm Michael Paquier 23:35

April 20, 2025

Thread Author Time
pgsql: Fix issue with ORDER BY / DISTINCT aggregates and FILTER David Rowley 10:12
pgsql: Fix issue with ORDER BY / DISTINCT aggregates and FILTER David Rowley 10:12
pgsql: Fix issue with ORDER BY / DISTINCT aggregates and FILTER David Rowley 10:13
pgsql: Avoid ERROR at ON COMMIT DELETE ROWS after relhassubclass=f. Noah Misch 15:30
pgsql: Test restartpoints in archive recovery. Noah Misch 15:30
pgsql: Test restartpoints in archive recovery. Noah Misch 15:30
pgsql: Test restartpoints in archive recovery. Noah Misch 15:30
pgsql: Avoid ERROR at ON COMMIT DELETE ROWS after relhassubclass=f. Noah Misch 15:30
pgsql: Avoid ERROR at ON COMMIT DELETE ROWS after relhassubclass=f. Noah Misch 15:30
pgsql: Test restartpoints in archive recovery. Noah Misch 15:30
pgsql: Test restartpoints in archive recovery. Noah Misch 15:30
pgsql: Avoid ERROR at ON COMMIT DELETE ROWS after relhassubclass=f. Noah Misch 15:30
pgsql: Avoid ERROR at ON COMMIT DELETE ROWS after relhassubclass=f. Noah Misch 15:30
pgsql: Avoid ERROR at ON COMMIT DELETE ROWS after relhassubclass=f. Noah Misch 15:30
pgsql: Test restartpoints in archive recovery. Noah Misch 15:30
pgsql: Comment on need to MarkBufferDirty() if omitting DELAY_CHKPT_STA Noah Misch 19:04
pgsql: Fix a few duplicate words in comments David Rowley 22:41

April 21, 2025

Thread Author Time
pgsql: Fix a few more duplicate words in comments David Rowley 01:51
pgsql: doc: Fix memory context level in pg_log_backend_memory_contexts( Fujii Masao 05:57
pgsql: MemoryContextCreate: assert parent is valid and different from n Tom Lane 15:34
pgsql: Use the same cmd_context throughout a walsender's lifetime. Tom Lane 16:09
pgsql: Fix INITCAP() word boundaries for PG_UNICODE_FAST. Jeff Davis 19:35
pgsql: Doc: fix incorrect punctuation David Rowley 23:04
pgsql: Doc: fix incorrect punctuation David Rowley 23:05
pgsql: Doc: various fixups David Rowley 23:10

April 22, 2025

Thread Author Time
pgsql: Rename injection point for invalidation messages at end of trans Michael Paquier 01:02
pgsql: Rename injection point for invalidation messages at end of trans Michael Paquier 01:02
pgsql: Doc: reword text explaining the --maintenance-db option David Rowley 02:56
pgsql: Doc: reword text explaining the --maintenance-db option David Rowley 02:56
pgsql: Doc: reword text explaining the --maintenance-db option David Rowley 02:57
pgsql: Doc: reword text explaining the --maintenance-db option David Rowley 02:57
pgsql: Doc: reword text explaining the --maintenance-db option David Rowley 02:58
pgsql: Doc: reword text explaining the --maintenance-db option David Rowley 02:58
pgsql: doc: Mention naming convention used by injection points Michael Paquier 03:42
pgsql: doc: Mention naming convention used by injection points Michael Paquier 03:42
Re: pgsql: Add function to get memory context stats for processes Daniel Gustafsson 08:11
Re: pgsql: Add function to get memory context stats for processes Andres Freund 16:58
pgsql: gen_node_support.pl: improve error message for unclosed struct. Tom Lane 17:56
pgsql: Avoid depending on post-UPDATE row order in float4/float8 tests. Tom Lane 18:24
pgsql: Re-enable SSL connect_fails tests, and fix related race conditio Tom Lane 19:10
Re: pgsql: Update guidance for running vacuumdb after pg_upgrade. Christoph Berg 19:43
Re: pgsql: Update guidance for running vacuumdb after pg_upgrade. Nathan Bossart 20:54
Re: pgsql: Update guidance for running vacuumdb after pg_upgrade. Christoph Berg 21:03
Re: pgsql: Update guidance for running vacuumdb after pg_upgrade. 📎 Nathan Bossart 21:29

April 23, 2025

Thread Author Time
pgsql: Remove assertion based on pending_since in pgstat_report_stat() Michael Paquier 04:55
pgsql: Remove assertion based on pending_since in pgstat_report_stat() Michael Paquier 04:55
pgsql: Remove assertion based on pending_since in pgstat_report_stat() Michael Paquier 04:55
pgsql: Remove assertion based on pending_since in pgstat_report_stat() Michael Paquier 04:55
pgsql: Fix an oversight in 3f28b2fcac. Amit Kapila 05:40
pgsql: Fix an oversight in 3f28b2fcac. Amit Kapila 05:40
pgsql: Fix an oversight in 3f28b2fcac. Amit Kapila 05:40
pgsql: psql: Rework TAP routine psql_fails_like() to define WAL sender Michael Paquier 06:34
pgsql: Allocate JsonLexContexts on the heap to avoid warnings Daniel Gustafsson 09:25
extension_control_path and "directory" Christoph Berg 09:39
Re: extension_control_path and "directory" Matheus Alcantara 12:18
Re: extension_control_path and "directory" Christoph Berg 13:50
Re: extension_control_path and "directory" David E. Wheeler 13:57
vacuumdb --missing-stats-only and pg_upgrade from PG13 Christoph Berg 14:01
Re: pgsql: Update guidance for running vacuumdb after pg_upgrade. Christoph Berg 14:10
Re: vacuumdb --missing-stats-only and pg_upgrade from PG13 📎 Nathan Bossart 14:33
Re: vacuumdb --missing-stats-only and pg_upgrade from PG13 Christoph Berg 14:38
Re: vacuumdb --missing-stats-only and pg_upgrade from PG13 📎 Nathan Bossart 15:43
pgsql: Change the names generated for child foreign key constraints. Tom Lane 16:03
Re: pgsql: Add function to get memory context stats for processes Robert Haas 16:12
pgsql: Maintain RelIdToTypeIdCacheHash in TypeCacheOpcCallback() Alexander Korotkov 17:27
pgsql: Properly prepare varinfos in estimate_multivariate_bucketsize() Alexander Korotkov 17:27
Re: pgsql: Add function to get memory context stats for processes Tom Lane 18:14
pgsql: oauth: Support Python 3.6 in tests Jacob Champion 20:02
pgsql: Avoid possibly-theoretical OOM crash hazard in hash_create(). Tom Lane 20:05
pgsql: Avoid possibly-theoretical OOM crash hazard in hash_create(). Tom Lane 20:05
pgsql: Avoid possibly-theoretical OOM crash hazard in hash_create(). Tom Lane 20:05
Re: extension_control_path and "directory" 📎 Matheus Alcantara 20:34

April 24, 2025

Thread Author Time
pgsql: Add sanity check for dshash entries when reading pgstats file Michael Paquier 00:21
pgsql: psql: Fix assertion failures with pipeline mode Michael Paquier 03:23
pgsql: Fix data loss in logical replication. Amit Kapila 05:10
Re: extension_control_path and "directory" Christoph Berg 10:21
Re: vacuumdb --missing-stats-only and pg_upgrade from PG13 Christoph Berg 13:25
Re: extension_control_path and "directory" 📎 Matheus Alcantara 15:18
Re: extension_control_path and "directory" David E. Wheeler 22:27

April 25, 2025

Thread Author Time
pgsql: doc: simplify new EXPLAIN ANALYZE BUFFERS description Bruce Momjian 02:03
pgsql: doc: remove unnecessary secondary index terms for replication se Fujii Masao 05:59
pgsql: Fix typo in test file name added in commit 4909b38af0. Amit Kapila 07:33
pgsql: Fix typo in test file name added in commit 4909b38af0. Amit Kapila 07:33
pgsql: Fix typo in test file name added in commit 4909b38af0. Amit Kapila 07:33
pgsql: Fix typo in test file name added in commit 4909b38af0. Amit Kapila 07:33
pgsql: Fix typo in test file name added in commit 4909b38af0. Amit Kapila 07:33
pgsql: Fix typo in test file name added in commit 4909b38af0. Amit Kapila 07:33
pgsql: Small code consistency improvement Peter Eisentraut 11:01
Re: extension_control_path and "directory" 📎 Matheus Alcantara 13:25
pgsql: Fix terminology in comment and message Peter Eisentraut 14:37
pgsql: Fix incorrect format placeholders Peter Eisentraut 14:58
pgsql: Fix bug allowing io_combine_limit > io_max_combine_combine limit Andres Freund 17:35
pgsql: aio: Fix crash potential for pg_aios views due to late state upd Andres Freund 17:35
pgsql: aio: Improve debug logging around waiting for IOs Andres Freund 17:35
Re: extension_control_path and "directory" David E. Wheeler 19:13
Re: extension_control_path and "directory" 📎 Matheus Alcantara 21:18

April 26, 2025

Thread Author Time
pgsql: doc: improve wording of vacuum_max_eager_freeze_failure_rate Bruce Momjian 15:41
pgsql: Match parameter in new function to earlier equivalents John Naylor 20:08
Re: clang-tidy complaints John Naylor 20:19
Re: pgsql: Add function to get memory context stats for processes Tomas Vondra 21:07
pgsql: Eliminate divide in new fast-path locking code David Rowley 23:53

April 27, 2025

Thread Author Time
pgsql: Don't use double-quotes in #include's of system headers. Tom Lane 00:30
Re: pgsql: Improve nbtree skip scan primitive scan scheduling. 📎 Mark Dilger 02:38
Re: pgsql: Improve nbtree skip scan primitive scan scheduling. 📎 Peter Geoghegan 03:53
Re: clang-tidy complaints Bertrand Drouvot 08:25
pgsql: Remove circular #include's between plpython.h and plpy_util.h. Tom Lane 15:43
Re: clang-tidy complaints Peter Geoghegan 15:50
Re: pgsql: Improve nbtree skip scan primitive scan scheduling. Mark Dilger 17:06
pgsql: Don't use double-quotes in #include's of system headers, redux. Tom Lane 17:23
pgsql: Remove inappropriate inclusions of c.h and postgres_fe.h. Tom Lane 20:59
pgsql: Disallow removing placeholders during Self-Join Elimination. Alexander Korotkov 22:42

April 28, 2025

Thread Author Time
pgsql: Remove circular #include's between wait_event.h and wait_event_t Michael Paquier 00:10
pgsql: Fix xmin advancement during fast_forward decoding. Amit Kapila 06:35
pgsql: Fix xmin advancement during fast_forward decoding. Amit Kapila 06:35
pgsql: Fix xmin advancement during fast_forward decoding. Amit Kapila 06:35
pgsql: Fix xmin advancement during fast_forward decoding. Amit Kapila 06:35
pgsql: Fix xmin advancement during fast_forward decoding. Amit Kapila 06:35
pgsql: Fix xmin advancement during fast_forward decoding. Amit Kapila 06:35
pgsql: Restore comments in ChangeVarNodesExtended() Alexander Korotkov 08:22
pgsql: pg_combinebackup: Message style improvements Peter Eisentraut 12:33
pgsql: Fix pg_dump for inherited validated not-null constraints Álvaro Herrera 14:42
pgsql: Make NULL tuple values always advance skip arrays. Peter Geoghegan 16:11
Re: pgsql: Improve nbtree skip scan primitive scan scheduling. Peter Geoghegan 16:12
pgsql: Fix obsolete nbtree array advancement comment. Peter Geoghegan 16:50
pgsql: Add maintenance_io_concurrency flag to some read stream users Melanie Plageman 18:20
Re: extension_control_path and "directory" David E. Wheeler 20:49

April 29, 2025

Thread Author Time
pgsql: Doc: Specify the interaction of publish_generated_columns with c Amit Kapila 03:38
pgsql: test_slru: Fix incorrect format placeholders Peter Eisentraut 07:10
pgsql: pg_verifybackup: Message style improvements Peter Eisentraut 07:20
pgsql: Fix assertion failure during decoding from synced slots. Amit Kapila 07:28
pgsql: pg_restore: Put new option in consistent order in --help output Peter Eisentraut 09:03
pgsql: pg_restore: Improve --help synopsis Peter Eisentraut 09:38
pgsql: Fixes for ChangeVarNodes_walker() Alexander Korotkov 11:34
pgsql: doc: Small example improvement Peter Eisentraut 12:43
pgsql: doc: clarify new behavior of max_files_per_process Bruce Momjian 13:45
Re: extension_control_path and "directory" Matheus Alcantara 13:49
Re: pgsql: doc: clarify new behavior of max_files_per_process Andres Freund 13:52
Re: extension_control_path and "directory" David E. Wheeler 14:08
Re: pgsql: doc: clarify new behavior of max_files_per_process Bruce Momjian 14:26
Re: pgsql: doc: clarify new behavior of max_files_per_process Bruce Momjian 14:29
pgsql: doc: adjust max_files_per_process again Bruce Momjian 14:30
Re: extension_control_path and "directory" 📎 Matheus Alcantara 15:06
Re: extension_control_path and "directory" David E. Wheeler 15:12
pgsql: initdb: Do not report default autovacuum_worker_slots. Nathan Bossart 16:42
pgsql: Fix whitespace typo in string Peter Eisentraut 17:19
pgsql: oauth: Classify oauth_client_secret as a password Jacob Champion 20:23
pgsql: oauth: Disallow OAuth connections via postgres_fdw/dblink Jacob Champion 20:23
pgsql: Bump the minimum supported Python version to 3.6.8 Jacob Champion 20:23
pgsql: Give up on running with NetBSD/OpenBSD's default semaphore setti Tom Lane 21:27

April 30, 2025

Thread Author Time
pgsql: Fix a couple of comment typos David Rowley 01:41
pgsql: Fix broken indentation David Rowley 07:29

Browse Archives

Prev | Next