pgsql-committers - January 2023

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

Jan. 1, 2023

Thread Author Time
pgsql: In plpgsql, don't preassign portal names to bound cursor variabl Tom Lane 18:22
pgsql: Accept "+infinity" in date and timestamp[tz] input. Tom Lane 19:16

Jan. 2, 2023

Thread Author Time
pgsql: doc: Re-order Table 28.2 "Collected Statistics Views" Peter Eisentraut 08:05
pgsql: Push lpp variable closer to usage in heapgetpage() Peter Eisentraut 08:44
pgsql: Add bt_multi_page_stats() function to contrib/pageinspect. Tom Lane 18:02
pgsql: Avoid special XID snapshotConflictHorizon values. Peter Geoghegan 18:17
pgsql: Adjust VACUUM hastup LP_REDIRECT comments. Peter Geoghegan 18:18
pgsql: Update copyright for 2023 Bruce Momjian 20:01
pgsql: Update copyright for 2023 Bruce Momjian 20:01
pgsql: Update copyright for 2023 Bruce Momjian 20:01
pgsql: Update copyright for 2023 Bruce Momjian 20:01
pgsql: Update copyright for 2023 Bruce Momjian 20:01
pgsql: Update copyright for 2023 Bruce Momjian 20:01
pgsql: Avoid reference to nonexistent array element in ExecInitAgg(). Tom Lane 21:17
pgsql: Avoid reference to nonexistent array element in ExecInitAgg(). Tom Lane 21:17
pgsql: Avoid reference to nonexistent array element in ExecInitAgg(). Tom Lane 21:17
pgsql: Avoid reference to nonexistent array element in ExecInitAgg(). Tom Lane 21:17
pgsql: Avoid reference to nonexistent array element in ExecInitAgg(). Tom Lane 21:17
pgsql: Avoid reference to nonexistent array element in ExecInitAgg(). Tom Lane 21:17

Jan. 3, 2023

Thread Author Time
pgsql: perl: Hide warnings inside perl.h when using gcc compatible comp Andres Freund 01:21
pgsql: perl: Hide warnings inside perl.h when using gcc compatible comp Andres Freund 01:21
pgsql: perl: Hide warnings inside perl.h when using gcc compatible comp Andres Freund 01:21
pgsql: perl: Hide warnings inside perl.h when using gcc compatible comp Andres Freund 01:21
pgsql: perl: Hide warnings inside perl.h when using gcc compatible comp Andres Freund 01:21
pgsql: Fix typos in comments, code and documentation Michael Paquier 07:27
pgsql: Fix typos in comments, code and documentation Michael Paquier 07:27
pgsql: Fix typos in comments, code and documentation Michael Paquier 07:27
pgsql: Fix typos in comments, code and documentation Michael Paquier 07:27
pgsql: Fix typos in comments, code and documentation Michael Paquier 07:27
pgsql: Fix typos in comments, code and documentation Michael Paquier 07:27
pgsql: Windows support in pg_import_system_collations Peter Eisentraut 13:29
pgsql: Refine the definition of page-level freezing. Peter Geoghegan 18:09
pgsql: Delay commit status checks until freezing executes. Peter Geoghegan 19:23
pgsql: vacuumlazy.c: Save get_database_name() in vacrel. Peter Geoghegan 19:49
pgsql: Improve documentation of the CREATEROLE attibute. Robert Haas 20:09
pgsql: Improve documentation of the CREATEROLE attibute. Robert Haas 20:09
pgsql: Improve documentation of the CREATEROLE attibute. Robert Haas 20:09
pgsql: Improve documentation of the CREATEROLE attibute. Robert Haas 20:09
pgsql: Improve documentation of the CREATEROLE attibute. Robert Haas 20:09
pgsql: Improve documentation of the CREATEROLE attibute. Robert Haas 20:09
pgsql: Fix typo in memutils_memorychunk.h David Rowley 20:24
pgsql: During pg_dump startup, acquire table locks in batches. Tom Lane 22:56

Jan. 4, 2023

Thread Author Time
Re: pgsql: Delay commit status checks until freezing executes. Andres Freund 00:54
pgsql: Update obsolete multixact.c comments. Peter Geoghegan 00:54
Re: pgsql: Delay commit status checks until freezing executes. Peter Geoghegan 01:15
Re: pgsql: Delay commit status checks until freezing executes. Peter Geoghegan 01:54
Re: pgsql: Delay commit status checks until freezing executes. Andres Freund 03:56
Re: pgsql: Delay commit status checks until freezing executes. Peter Geoghegan 04:29
pgsql: Check that xmax didn't commit in freeze check. Peter Geoghegan 05:49
Re: pgsql: Delay commit status checks until freezing executes. Peter Geoghegan 05:50
Re: pgsql: Delay commit status checks until freezing executes. Andres Freund 06:33
Re: pgsql: Delay commit status checks until freezing executes. Peter Geoghegan 06:41
Re: pgsql: Delay commit status checks until freezing executes. Andres Freund 06:47
Re: pgsql: Delay commit status checks until freezing executes. Peter Geoghegan 06:52
Re: pgsql: Delay commit status checks until freezing executes. Robert Haas 15:02
Re: pgsql: Delay commit status checks until freezing executes. Peter Geoghegan 17:59
Re: pgsql: Delay commit status checks until freezing executes. Andres Freund 18:41
Re: pgsql: Delay commit status checks until freezing executes. Peter Geoghegan 21:05
pgsql: Fix some compiler warnings in aset.c and generation.c David Rowley 23:56

Jan. 5, 2023

Thread Author Time
Re: pg_upgrade test failure 📎 Thomas Munro 03:11
Re: pgsql: Delay commit status checks until freezing executes. Amit Kapila 06:58
pgsql: Remove extra regress check arguments from test_pg_db_role_settin Alexander Korotkov 10:12
pgsql: meson: Add 'running' test setup, as a replacement for installche Alexander Korotkov 10:12
Re: pgsql: Delay commit status checks until freezing executes. Peter Geoghegan 18:57
pgsql: Fix calculation of which GENERATED columns need to be updated. Tom Lane 19:12
pgsql: Fix calculation of which GENERATED columns need to be updated. Tom Lane 19:12
pgsql: Fix calculation of which GENERATED columns need to be updated. Tom Lane 19:12
pgsql: Fix calculation of which GENERATED columns need to be updated. Tom Lane 19:12
pgsql: Refactor permissions-checking for role grants. Robert Haas 19:33
pgsql: Pass down current user ID to AddRoleMems and DelRoleMems. Robert Haas 19:35
pgsql: Use unnamed POSIX semaphores on Cygwin. Thomas Munro 21:39

Jan. 6, 2023

Thread Author Time
pgsql: Fix pg_truncate() on Windows. Thomas Munro 04:06
pgsql: Fix pg_truncate() on Windows. Thomas Munro 04:06
pgsql: Fix pg_truncate() on Windows. Thomas Munro 04:07
pgsql: Improve tab completion for ALTER FUNCTION/PROCEDURE/ROUTINE. Dean Rasheed 09:59
pgsql: Fix tab completion of ALTER FUNCTION/PROCEDURE/ROUTINE ... SET S Dean Rasheed 11:21
pgsql: Fix tab completion of ALTER FUNCTION/PROCEDURE/ROUTINE ... SET S Dean Rasheed 11:21
pgsql: Fix tab completion of ALTER FUNCTION/PROCEDURE/ROUTINE ... SET S Dean Rasheed 11:21
pgsql: Fix tab completion of ALTER FUNCTION/PROCEDURE/ROUTINE ... SET S Dean Rasheed 11:21
pgsql: Fix tab completion of ALTER FUNCTION/PROCEDURE/ROUTINE ... SET S Dean Rasheed 11:21
pgsql: Fix tab completion of ALTER FUNCTION/PROCEDURE/ROUTINE ... SET S Dean Rasheed 11:21
pgsql: Fix typo Peter Eisentraut 13:37
pgsql: Fix stale comment about sample_frac adjustment Tomas Vondra 13:49
pgsql: Invalidate pgoutput's replication-decisions cache upon schema re Tom Lane 16:12
Re: pgsql: Delay commit status checks until freezing executes. 📎 Peter Geoghegan 19:16
pgsql: Add options to control whether VACUUM runs vac_update_datfrozenx Tom Lane 19:17
pgsql: Allow hyphens in ltree labels Andrew Dunstan 21:06
pgsql: Wake up a subscription's replication worker processes after DDL. Tom Lane 22:28
pgsql: Check for two_phase change at end of process_syncing_tables_for_ Tom Lane 22:28

Jan. 7, 2023

Thread Author Time
pgsql: Add additional regression tests for select_active_windows David Rowley 02:25
pgsql: Remove the streaming files for incomplete xacts after restart. Amit Kapila 06:59
pgsql: Remove the streaming files for incomplete xacts after restart. Amit Kapila 06:59
pgsql: Remove the streaming files for incomplete xacts after restart. Amit Kapila 06:59
Re: pgsql: Fix calculation of which GENERATED columns need to be updated. David Rowley 10:42
pgsql: psql: Add support for \dpS and \zS. Dean Rasheed 11:11
pgsql: Check relkind before using TABLESAMPLE in postgres_fdw Tomas Vondra 13:44
Re: pgsql: Fix calculation of which GENERATED columns need to be updated. Tom Lane 15:08
Re: pgsql: Delay commit status checks until freezing executes. Andres Freund 21:47
Re: pgsql: Delay commit status checks until freezing executes. Peter Geoghegan 23:41

Jan. 8, 2023

Thread Author Time
Re: pgsql: Delay commit status checks until freezing executes. Andres Freund 03:25
pgsql: Extract the multiplier for CPU process cost of index page into a Alexander Korotkov 19:52
pgsql: Improve GIN cost estimation Alexander Korotkov 19:52
pgsql: Doc: improve commentary about providing our own definitions of M Tom Lane 21:25

Jan. 9, 2023

Thread Author Time
pgsql: Perform apply of large transactions by parallel workers. Amit Kapila 02:38
pgsql: Allow left join removals and unique joins on partitioned tables David Rowley 04:16
pgsql: Fix the file mode of worker.c changed by the commit 216a784829. Amit Kapila 08:36
pgsql: Remove redundant setting of tuplesort status John Naylor 09:55
pgsql: Invent random_normal() to provide normally-distributed random nu Tom Lane 17:44
pgsql: Doc: add XML ID attributes to <sectN> and <varlistentry> tags. Tom Lane 20:08

Jan. 10, 2023

Thread Author Time
pgsql: Upgrade the random.sql regression test. Tom Lane 01:32
pgsql: Remove pg_regress' never-documented "ignore" feature. Tom Lane 01:34
pgsql: Fix the display of lock information for specktoken. Amit Kapila 03:34
pgsql: Round off random_normal() test results one more decimal place. Tom Lane 03:44
pgsql: Document the newly added wait events added by commit 216a784829. Amit Kapila 04:11
pgsql: New header varatt.h split off from postgres.h Peter Eisentraut 05:05
Re: pgsql: Fix the display of lock information for specktoken. Erik Rijkers 12:40
pgsql: Fix MERGE's test for unreachable WHEN clauses. Dean Rasheed 14:20
pgsql: Fix MERGE's test for unreachable WHEN clauses. Dean Rasheed 14:20
Re: pgsql: Fix the display of lock information for specktoken. Amit Kapila 15:22
pgsql: Restrict the privileges of CREATEROLE users. Robert Haas 17:44
pgsql: Add new GUC createrole_self_grant. Robert Haas 17:46
pgsql: Have the planner consider Incremental Sort for DISTINCT David Rowley 21:26

Jan. 11, 2023

Thread Author Time
pgsql: Avoid using tuple from syscache for update of pg_database.datfro Michael Paquier 00:56
pgsql: Avoid using tuple from syscache for update of pg_database.datfro Michael Paquier 00:56
Re: pgsql: Add new GUC createrole_self_grant. Tom Lane 01:47
Re: pgsql: Add new GUC createrole_self_grant. Robert Haas 02:26
Re: pgsql: Add new GUC createrole_self_grant. Tom Lane 02:40
pgsql: Remove function declarations from headers for some undefined fun Michael Paquier 02:55
Re: pgsql: Add new GUC createrole_self_grant. Robert Haas 03:10
Re: pgsql: Add new GUC createrole_self_grant. Tom Lane 03:25
pgsql: Fix typos in code and comments Michael Paquier 06:24
pgsql: Common function for percent placeholder replacement Peter Eisentraut 10:08
pgsql: Fix MSVC build Peter Eisentraut 13:42
pgsql: Don't leave roles behind after core regression tests. Tom Lane 17:23
Re: pgsql: Add new GUC createrole_self_grant. Robert Haas 18:24
pgsql: Improve handling of inherited GENERATED expressions. Tom Lane 20:55
Re: pgsql: Add new GUC createrole_self_grant. Tom Lane 21:00
Re: pgsql: Add new GUC createrole_self_grant. Robert Haas 21:16
Re: pgsql: Doc: add XML ID attributes to <sectN> and <varlistentry> tags. Peter Eisentraut 22:10
Re: pgsql: Delay commit status checks until freezing executes. 📎 Peter Geoghegan 22:29
Re: pgsql: Doc: add XML ID attributes to <sectN> and <varlistentry> tags. Tom Lane 23:05
Re: pgsql: Delay commit status checks until freezing executes. Andres Freund 23:06
pgsql: Improve TransactionIdDidAbort() documentation. Peter Geoghegan 23:32
Re: pgsql: Delay commit status checks until freezing executes. Peter Geoghegan 23:32
pgsql: Add support for tab completion after ALTER EXTENSION ADD|DROP in Michael Paquier 23:51

Jan. 12, 2023

Thread Author Time
pgsql: Get rid of the "new" and "old" entries in a view's rangetable. Tom Lane 00:41
Re: pgsql: Add new GUC createrole_self_grant. David G. Johnston 00:52
pgsql: Rename and relocate freeze plan dedup routines. Peter Geoghegan 01:31
pgsql: vacuumlazy.c: Tweak local variable name. Peter Geoghegan 01:59
pgsql: Make lazy_vacuum_heap_rel match lazy_scan_heap. Peter Geoghegan 02:47
pgsql: Doc: fix silly thinko in 8bf6ec3ba. Tom Lane 03:20
pgsql: Refactor DetermineSleepTime() to use milliseconds. Thomas Munro 03:44
pgsql: Use WaitEventSet API for postmaster's event loop. Thomas Munro 03:44
pgsql: Revert "Get rid of the "new" and "old" entries in a view's range Tom Lane 04:01
pgsql: Acquire spinlock when updating 2PC slot data during logical deco Michael Paquier 04:41
pgsql: Acquire spinlock when updating 2PC slot data during logical deco Michael Paquier 04:41
pgsql: Fix incorrect comment in hba.h Michael Paquier 04:55
pgsql: Rename some variables related to ident files in hba.{c,h} Michael Paquier 05:24
Re: pgsql: Doc: add XML ID attributes to <sectN> and <varlistentry> tags. Brar Piening 05:34
Re: pgsql: Revert "Get rid of the "new" and "old" entries in a view's range Michael Paquier 05:59
Re: pgsql: Revert "Get rid of the "new" and "old" entries in a view's range Tom Lane 06:02
pgsql: Code cleanup Peter Eisentraut 06:47
pgsql: Constify the arguments of ilist.c/h functions Peter Eisentraut 07:14
Re: pgsql: Improve handling of inherited GENERATED expressions. Andrew Dunstan 10:52
Re: pgsql: Sample postgres_fdw tables remotely during ANALYZE Alvaro Herrera 11:17
Re: pgsql: Improve handling of inherited GENERATED expressions. Amit Langote 13:30
Re: pgsql: Improve handling of inherited GENERATED expressions. Andrew Dunstan 14:12
Re: pgsql: Improve handling of inherited GENERATED expressions. Tom Lane 14:46
Re: pgsql: Add new GUC createrole_self_grant. 📎 Robert Haas 15:11
pgsql: Fix jsonpath existense checking of missing variables Alexander Korotkov 15:23
pgsql: Fix jsonpath existense checking of missing variables Alexander Korotkov 15:26
pgsql: Fix jsonpath existense checking of missing variables Alexander Korotkov 15:26
pgsql: Fix jsonpath existense checking of missing variables Alexander Korotkov 15:26
pgsql: Fix jsonpath existense checking of missing variables Alexander Korotkov 15:30
Re: pgsql: Improve handling of inherited GENERATED expressions. 📎 Tom Lane 20:44
Re: pgsql: Improve handling of inherited GENERATED expressions. Andrew Dunstan 21:41
pgsql: Fix WaitEventSetWait() buffer overrun. Thomas Munro 22:04
pgsql: Fix WaitEventSetWait() buffer overrun. Thomas Munro 22:05
pgsql: Fix WaitEventSetWait() buffer overrun. Thomas Munro 22:05
pgsql: Fix WaitEventSetWait() buffer overrun. Thomas Munro 22:05
pgsql: Fix WaitEventSetWait() buffer overrun. Thomas Munro 22:06
pgsql: Fix WaitEventSetWait() buffer overrun. Thomas Munro 22:06

Jan. 13, 2023

Thread Author Time
pgsql: doc: Simplify description of functions for pg_walinspect Michael Paquier 00:30
pgsql: doc: Simplify description of functions for pg_walinspect Michael Paquier 00:30
Re: pgsql: Add new GUC createrole_self_grant. David G. Johnston 01:15
pgsql: Add tests for regex replacement with \1 in pg_ident.conf to 0003 Michael Paquier 01:35
Re: pgsql: Improve handling of inherited GENERATED expressions. Amit Langote 02:52
pgsql: Avoid creating parallel apply state hash table unless required. Amit Kapila 03:13
pgsql: Ignore dropped and generated columns from the column list. Amit Kapila 09:41
pgsql: Simplify permissions for LOCK TABLE. Jeff Davis 22:39
pgsql: Clean up useless "skipping" messages for VACUUM/ANALYZE. Jeff Davis 23:08
pgsql: Manual cleanup and pgindent of pgstat and bufmgr related code Andres Freund 23:32
pgsql: Add 250c8ee07ed to git-blame-ignore-revs Andres Freund 23:35
Re: pgsql: Add new GUC createrole_self_grant. Andres Freund 23:46

Jan. 14, 2023

Thread Author Time
Re: pgsql: Add new GUC createrole_self_grant. David G. Johnston 01:29
pgsql: Fix MAINTAIN privileges for toast tables and partitions. Jeff Davis 08:24
pgsql: Doc: fix typo in backup.sgml. Tatsuo Ishii 09:17
pgsql: Doc: fix typo in backup.sgml. Tatsuo Ishii 09:18

Jan. 15, 2023

Thread Author Time
Re: pgsql: Add new GUC createrole_self_grant. Robert Haas 00:31
Re: pgsql: Add new GUC createrole_self_grant. David G. Johnston 01:12

Browse Archives

Prev | Next