pgsql-committers since 2023-01-06 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

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
Re: pgsql: Add new GUC createrole_self_grant. David G. Johnston 02:19
pgsql: Make new GENERATED-expressions code more bulletproof. Tom Lane 18:15
pgsql: Make new GENERATED-expressions code more bulletproof. Tom Lane 19:06
pgsql: Make new GENERATED-expressions code more bulletproof. Tom Lane 19:06
pgsql: Make new GENERATED-expressions code more bulletproof. Tom Lane 19:06
pgsql: Remove arbitrary FUNC_MAX_ARGS limit in int2vectorin and oidvect Tom Lane 22:32
pgsql: Remove arbitrary FUNC_MAX_ARGS limit in int2vectorin and oidvect Tom Lane 22:32

Jan. 16, 2023

Thread Author Time
pgsql: Store IdentLine->pg_user as an AuthToken Michael Paquier 04:59
pgsql: Refactor code in charge of running shell-based recovery commands Michael Paquier 07:32
pgsql: Fix some BufFileRead() error reporting Peter Eisentraut 09:08
pgsql: Fix some BufFileRead() error reporting Peter Eisentraut 09:08
pgsql: Fix some BufFileRead() error reporting Peter Eisentraut 09:08
pgsql: Fix some BufFileRead() error reporting Peter Eisentraut 09:08
pgsql: Add BufFileRead variants with short read and EOF detection Peter Eisentraut 10:15
Re: pgsql: Doc: add XML ID attributes to <sectN> and <varlistentry> tags. Peter Eisentraut 11:12
Re: pgsql: Add new GUC createrole_self_grant. Robert Haas 15:26
Re: pgsql: Add new GUC createrole_self_grant. David G. Johnston 15:33
pgsql: More documentation update for GRANT ... WITH SET OPTION. Robert Haas 15:40
Re: pgsql: Add new GUC createrole_self_grant. Robert Haas 15:49
pgsql: Assorted improvements to SECURITY DEFINER functions documentatio Robert Haas 15:57
pgsql: Tighten up VACUUM's approach to setting VM bits. Peter Geoghegan 17:35

Jan. 17, 2023

Thread Author Time
pgsql: Create common infrastructure for cross-version upgrade testing. Tom Lane 01:37
pgsql: Create common infrastructure for cross-version upgrade testing. Tom Lane 01:37
pgsql: Create common infrastructure for cross-version upgrade testing. Tom Lane 01:37
pgsql: Create common infrastructure for cross-version upgrade testing. Tom Lane 01:37
pgsql: Create common infrastructure for cross-version upgrade testing. Tom Lane 01:37
pgsql: Create common infrastructure for cross-version upgrade testing. Tom Lane 01:37
pgsql: Create common infrastructure for cross-version upgrade testing. Tom Lane 01:37
pgsql: Create common infrastructure for cross-version upgrade testing. Tom Lane 01:37
pgsql: Create common infrastructure for cross-version upgrade testing. Tom Lane 01:37
pgsql: Create common infrastructure for cross-version upgrade testing. Tom Lane 01:37
pgsql: Create common infrastructure for cross-version upgrade testing. Tom Lane 01:37
pgsql: Create common infrastructure for cross-version upgrade testing. Tom Lane 01:37
pgsql: Don't presort ORDER BY/DISTINCT Aggrefs with volatile functions David Rowley 03:37
pgsql: Track behavior of \1 in pg_ident.conf when quoted Michael Paquier 04:42
pgsql: Fix typo in comment. Amit Kapila 05:13
pgsql: Improve the code to decide and process the apply action. Amit Kapila 06:11
pgsql: Remove dead code in formatting.c John Naylor 07:11
pgsql: Remove redundant relkind check John Naylor 07:32
pgsql: Remove AggregateRelationId from recordExtObjInitPriv() Peter Eisentraut 19:14
pgsql: Refactor recordExtObjInitPriv() Peter Eisentraut 19:14
pgsql: AdjustUpgrade.pm should zap test_ext_cine, too. Tom Lane 21:01
pgsql: AdjustUpgrade.pm should zap test_ext_cine, too. Tom Lane 21:01
pgsql: AdjustUpgrade.pm should zap test_ext_cine, too. Tom Lane 21:01
pgsql: AdjustUpgrade.pm should zap test_ext_cine, too. Tom Lane 21:01
pgsql: AdjustUpgrade.pm should zap test_ext_cine, too. Tom Lane 21:01
pgsql: AdjustUpgrade.pm should zap test_ext_cine, too. Tom Lane 21:01
pgsql: AdjustUpgrade.pm should zap test_ext_cine, too. Tom Lane 21:01
pgsql: meson: Add two missing regress tests Andres Freund 21:49
pgsql: Doc: fix a few oddly-spelled SGML ID attributes. Tom Lane 22:13
Re: pgsql: Doc: add XML ID attributes to <sectN> and <varlistentry> tags. Tom Lane 22:13

Jan. 18, 2023

Thread Author Time
pgsql: Constify the arguments of copydir.h functions Michael Paquier 00:05
pgsql: Refactor code for restoring files via shell commands Michael Paquier 02:17
pgsql: Display the leader apply worker's PID for parallel apply workers Amit Kapila 03:44
pgsql: Remove redundant grouping and DISTINCT columns. Tom Lane 17:38
pgsql: Get rid of the "new" and "old" entries in a view's rangetable. Tom Lane 18:24
pgsql: Fix ILIST_DEBUG build Andres Freund 18:28
pgsql: Use dlist/dclist instead of PROC_QUEUE / SHM_QUEUE for heavyweig Andres Freund 19:43
pgsql: Add detached node functions to ilist Andres Freund 19:43
Re: pgsql: Get rid of the "new" and "old" entries in a view's rangetable. Andres Freund 19:58
Re: pgsql: Get rid of the "new" and "old" entries in a view's rangetable. Tom Lane 20:08
Re: pgsql: Get rid of the "new" and "old" entries in a view's rangetable. Andres Freund 20:14
pgsql: Use dlists instead of SHM_QUEUE for syncrep queue Andres Freund 20:22
pgsql: Update expected/collate.windows.win1252.out for 47bb9db75. Tom Lane 20:27
Re: pgsql: Get rid of the "new" and "old" entries in a view's rangetable. Tom Lane 20:35
Re: pgsql: Get rid of the "new" and "old" entries in a view's rangetable. Justin Pryzby 20:40
Re: pgsql: Get rid of the "new" and "old" entries in a view's rangetable. Justin Pryzby 20:42
Re: pgsql: Get rid of the "new" and "old" entries in a view's rangetable. Tom Lane 20:55
pgsql: Fix AdjustUpgrade.pm's view conversion list for --with-lz4. Tom Lane 21:51

Jan. 19, 2023

Thread Author Time
pgsql: Fix failure with perlcritic in psql's create_help.pl Michael Paquier 01:02
pgsql: Fix failure with perlcritic in psql's create_help.pl Michael Paquier 01:02

Browse Archives

Prev | Next