pgsql-committers since 2020-11-04 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

Nov. 4, 2020

Thread Author Time
pgsql: Revert pg_relation_check_pages() Michael Paquier 01:24
pgsql: Tolerate version lookup failure for old style Windows locale nam Thomas Munro 02:15
pgsql: Use standard SIGHUP handler in syslogger. Fujii Masao 05:48
pgsql: Get rid of the dedicated latch for signaling the startup process Fujii Masao 07:44
pgsql: pg_rewind: Move syncTargetDirectory() to file_ops.c Heikki Linnakangas 08:54
pgsql: Refactor pg_rewind for more clear decision making. Heikki Linnakangas 09:22
pgsql: pg_rewind: Refactor the abstraction to fetch from local/libpq so Heikki Linnakangas 09:22
pgsql: pg_rewind: Replace the hybrid list+array data structure with sim Heikki Linnakangas 09:22
Re: pgsql: Get rid of the dedicated latch for signaling the startup process Heikki Linnakangas 10:27
Re: pgsql: Get rid of the dedicated latch for signaling the startup process Fujii Masao 11:20
pgsql: Enable hash partitioning of text arrays Peter Eisentraut 11:50
pgsql: Enable hash partitioning of text arrays Peter Eisentraut 11:50
pgsql: Enable hash partitioning of text arrays Peter Eisentraut 11:50
Re: pgsql: Get rid of the dedicated latch for signaling the startup process Fujii Masao 12:03
pgsql: Fix segmentation fault that commit ac22929a26 caused. Fujii Masao 12:51
Re: pgsql: Get rid of the dedicated latch for signaling the startup process Heikki Linnakangas 13:17
pgsql: Remove useless entries for aggregate functions from fmgrtab.c. Tom Lane 16:26
pgsql: Improve our ability to regurgitate SQL-syntax function calls. Tom Lane 17:35
pgsql: Declare lead() and lag() using anycompatible not anyelement. Tom Lane 20:08
Re: pgsql: Get rid of the dedicated latch for signaling the startup process Heikki Linnakangas 20:36
Re: pgsql: Get rid of the dedicated latch for signaling the startup process Fujii Masao 21:02
pgsql: Declare assorted array functions using anycompatible not anyelem Tom Lane 21:10
pgsql: Remove underflow error in float division with infinite divisor. Tom Lane 23:11

Nov. 5, 2020

Thread Author Time
pgsql: Fix unlinking of SLRU segments. Thomas Munro 01:18
pgsql: Fix nbtree cleanup-only VACUUM stats inaccuracies. Peter Geoghegan 02:43
pgsql: Fix nbtree cleanup-only VACUUM stats inaccuracies. Peter Geoghegan 02:43
Re: pgsql: Add pg_depend.refobjversion. Peter Eisentraut 06:15
Re: pgsql: Get rid of the dedicated latch for signaling the startup process 📎 Fujii Masao 14:32
Re: pgsql: Add pg_depend.refobjversion. Tom Lane 14:50
pgsql: Don't throw an error for LOCK TABLE on a self-referential view. Tom Lane 16:44
pgsql: Don't throw an error for LOCK TABLE on a self-referential view. Tom Lane 16:44
pgsql: Don't throw an error for LOCK TABLE on a self-referential view. Tom Lane 16:44
pgsql: Don't throw an error for LOCK TABLE on a self-referential view. Tom Lane 16:44
Re: pgsql: Add pg_depend.refobjversion. Peter Eisentraut 18:36
Re: pgsql: Add pg_depend.refobjversion. Magnus Hagander 18:53
Re: pgsql: Add pg_depend.refobjversion. Tom Lane 19:17
Re: pgsql: Add pg_depend.refobjversion. Magnus Hagander 19:25
pgsql: Fix wal_consistency_checking nbtree bug. Peter Geoghegan 23:02

Nov. 6, 2020

Thread Author Time
pgsql: Use strlcpy instead of memcpy for copying the slot name in pgsta Amit Kapila 02:51
pgsql: Add pg_strong_random_init function to initialize random number g Magnus Hagander 12:31
pgsql: pg_prewarm: make autoprewarm leader use standard SIGHUP and SIGT Fujii Masao 17:09
pgsql: Doc: undo mistaken adjustment to LOCK TABLE docs in back branche Tom Lane 17:15
pgsql: Doc: undo mistaken adjustment to LOCK TABLE docs in back branche Tom Lane 17:15
pgsql: Doc: undo mistaken adjustment to LOCK TABLE docs in back branche Tom Lane 17:15
pgsql: Revert "Accept relations of any kind in LOCK TABLE". Tom Lane 21:18
pgsql: Revert "pg_dump: Lock all relations, not just plain tables". Tom Lane 21:18
pgsql: Revert "pg_dump: Lock all relations, not just plain tables". Tom Lane 21:18
pgsql: Revert "pg_dump: Lock all relations, not just plain tables". Tom Lane 21:18
pgsql: Revert "Accept relations of any kind in LOCK TABLE". Tom Lane 21:18
pgsql: Revert "pg_dump: Lock all relations, not just plain tables". Tom Lane 21:18
pgsql: Revert "pg_dump: Lock all relations, not just plain tables". Tom Lane 21:18
pgsql: Revert "Accept relations of any kind in LOCK TABLE". Tom Lane 21:18
pgsql: Revert "Accept relations of any kind in LOCK TABLE". Tom Lane 21:18
pgsql: Revert "pg_dump: Lock all relations, not just plain tables". Tom Lane 21:18
pgsql: Revert "Accept relations of any kind in LOCK TABLE". Tom Lane 21:18
pgsql: Revert "Accept relations of any kind in LOCK TABLE". Tom Lane 21:18
pgsql: Revert "pg_dump: Lock all relations, not just plain tables". Tom Lane 21:18
pgsql: Revert "Accept relations of any kind in LOCK TABLE". Tom Lane 21:18
pgsql: First-draft release notes for 13.1. Tom Lane 22:05
pgsql: Properly detoast data in brin_form_tuple Tomas Vondra 23:39
pgsql: Properly detoast data in brin_form_tuple Tomas Vondra 23:40
pgsql: Properly detoast data in brin_form_tuple Tomas Vondra 23:40
pgsql: Properly detoast data in brin_form_tuple Tomas Vondra 23:41
pgsql: Properly detoast data in brin_form_tuple Tomas Vondra 23:41
pgsql: Properly detoast data in brin_form_tuple Tomas Vondra 23:41
pgsql: Properly detoast data in brin_form_tuple Tomas Vondra 23:42

Nov. 7, 2020

Thread Author Time
pgsql: Fix minor issues with new unicode {de,re}composition code Michael Paquier 01:23
Re: pgsql: Use the non-deprecated TG_TABLE_MAME in test trigger Michael Paquier 01:26
pgsql: Add GUC_LIST_INPUT and GUC_LIST_QUOTE to unix_socket_directories Michael Paquier 01:46
pgsql: Plug memory leak in index_get_partition Alvaro Herrera 01:53
pgsql: Plug memory leak in index_get_partition Alvaro Herrera 01:53
pgsql: Plug memory leak in index_get_partition Alvaro Herrera 01:53
pgsql: Move catalog index declarations Peter Eisentraut 11:32
pgsql: Move catalog toast table declarations Peter Eisentraut 11:32
pgsql: Fix ecpg's mishandling of B'...' and X'...' literals. Tom Lane 20:03
pgsql: Fix ecpg's mishandling of B'...' and X'...' literals. Tom Lane 20:03
pgsql: Doc: small release note updates. Tom Lane 20:27
pgsql: Avoid re-using output variables in new ecpg test case. Tom Lane 21:25
pgsql: Avoid re-using output variables in new ecpg test case. Tom Lane 21:25
pgsql: Fix redundant error messages in client tools Peter Eisentraut 22:04
pgsql: Fix redundant error messages in client tools Peter Eisentraut 22:04
pgsql: Fix redundant error messages in client tools Peter Eisentraut 22:04
pgsql: Fix redundant error messages in client tools Peter Eisentraut 22:04
pgsql: Fix redundant error messages in client tools Peter Eisentraut 22:04
pgsql: Fix redundant error messages in client tools Peter Eisentraut 22:04
pgsql: Fix redundant error messages in client tools Peter Eisentraut 22:04
pgsql: Message style improvements Alvaro Herrera 22:37
pgsql: Message style improvements Alvaro Herrera 22:37

Nov. 8, 2020

Thread Author Time
pgsql: Improve nbtree README's LP_DEAD section. Peter Geoghegan 02:52
Re: pgsql: Fix redundant error messages in client tools Tom Lane 03:13
pgsql: Fix test for error message change Peter Eisentraut 06:51
pgsql: Fix test for error message change Peter Eisentraut 06:51
pgsql: Fix assertion in collation version lookup. Thomas Munro 07:53
pgsql: In INSERT/UPDATE, use the table's real tuple descriptor as targe Tom Lane 18:08
pgsql: In INSERT/UPDATE, use the table's real tuple descriptor as targe Tom Lane 18:08
pgsql: In INSERT/UPDATE, use the table's real tuple descriptor as targe Tom Lane 18:08
pgsql: Release notes for 13.1, 12.5, 11.10, 10.15, 9.6.20, 9.5.24. Tom Lane 20:16
pgsql: Release notes for 13.1, 12.5, 11.10, 10.15, 9.6.20, 9.5.24. Tom Lane 20:16
pgsql: Release notes for 13.1, 12.5, 11.10, 10.15, 9.6.20, 9.5.24. Tom Lane 20:16
pgsql: Release notes for 13.1, 12.5, 11.10, 10.15, 9.6.20, 9.5.24. Tom Lane 20:16
pgsql: Release notes for 13.1, 12.5, 11.10, 10.15, 9.6.20, 9.5.24. Tom Lane 20:16
pgsql: Release notes for 13.1, 12.5, 11.10, 10.15, 9.6.20, 9.5.24. Tom Lane 20:16
pgsql: Doc: suppress PDF build warning in 9.6 branch. Tom Lane 21:22

Nov. 9, 2020

Thread Author Time
Re: pgsql: Skip empty transaction stream in test_decoding. Michael Paquier 01:41
Re: pgsql: Skip empty transaction stream in test_decoding. Amit Kapila 03:10
pgsql: Fix parsePGArray() error checking in pg_dump. Thomas Munro 03:28
Re: pgsql: Skip empty transaction stream in test_decoding. Amit Kapila 04:44
Re: pgsql: Skip empty transaction stream in test_decoding. Dilip Kumar 04:48
pgsql: doc: Add note about pg_settings and customized options into cata Fujii Masao 06:11
pgsql: Remove incorrect %s in string Magnus Hagander 09:39
pgsql: Remove incorrect %s in string Magnus Hagander 09:39
pgsql: Remove analyze_new_cluster script from pg_upgrade Magnus Hagander 11:17
pgsql: Translation updates Peter Eisentraut 11:53
pgsql: Translation updates Peter Eisentraut 11:53
pgsql: Translation updates Peter Eisentraut 11:53
pgsql: Translation updates Peter Eisentraut 11:53
pgsql: Translation updates Peter Eisentraut 11:53
pgsql: Translation updates Peter Eisentraut 11:53
pgsql: Ignore attempts to \gset into specially treated variables. Noah Misch 15:35
pgsql: In security-restricted operations, block enqueue of at-commit us Noah Misch 15:35
pgsql: In security-restricted operations, block enqueue of at-commit us Noah Misch 15:35
pgsql: Ignore attempts to \gset into specially treated variables. Noah Misch 15:35
pgsql: Ignore attempts to \gset into specially treated variables. Noah Misch 15:35
pgsql: In security-restricted operations, block enqueue of at-commit us Noah Misch 15:35
pgsql: In security-restricted operations, block enqueue of at-commit us Noah Misch 15:35
pgsql: In security-restricted operations, block enqueue of at-commit us Noah Misch 15:35
pgsql: Ignore attempts to \gset into specially treated variables. Noah Misch 15:35
pgsql: Ignore attempts to \gset into specially treated variables. Noah Misch 15:35
pgsql: Ignore attempts to \gset into specially treated variables. Noah Misch 15:35
pgsql: Ignore attempts to \gset into specially treated variables. Noah Misch 15:35
pgsql: In security-restricted operations, block enqueue of at-commit us Noah Misch 15:35
pgsql: In security-restricted operations, block enqueue of at-commit us Noah Misch 15:35
pgsql: Remove ineffective heapam CHECK_FOR_INTERRUPTS(). Peter Geoghegan 17:01
pgsql: Doc: clarify data type behavior of COALESCE and NULLIF. Tom Lane 17:02
pgsql: Doc: clarify data type behavior of COALESCE and NULLIF. Tom Lane 17:02
pgsql: Doc: clarify data type behavior of COALESCE and NULLIF. Tom Lane 17:02
pgsql: Doc: clarify data type behavior of COALESCE and NULLIF. Tom Lane 17:02
pgsql: Doc: clarify data type behavior of COALESCE and NULLIF. Tom Lane 17:02
pgsql: Doc: clarify data type behavior of COALESCE and NULLIF. Tom Lane 17:02
pgsql: Doc: clarify data type behavior of COALESCE and NULLIF. Tom Lane 17:02
pgsql: Last-minute updates for release notes. Tom Lane 18:02
pgsql: Last-minute updates for release notes. Tom Lane 18:02
pgsql: Last-minute updates for release notes. Tom Lane 18:02
pgsql: Last-minute updates for release notes. Tom Lane 18:02
pgsql: Last-minute updates for release notes. Tom Lane 18:02
pgsql: Last-minute updates for release notes. Tom Lane 18:02
Re: pgsql: Declare assorted array functions using anycompatible not anyelem Andrew Dunstan 21:23
Re: pgsql: Declare assorted array functions using anycompatible not anyelem Tom Lane 21:29
Re: pgsql: Declare assorted array functions using anycompatible not anyelem Andrew Dunstan 22:00
Re: pgsql: Declare assorted array functions using anycompatible not anyelem Tom Lane 22:15
pgsql: Stamp 13.1. Tom Lane 22:25
pgsql: Stamp 12.5. Tom Lane 22:27
pgsql: Stamp 11.10. Tom Lane 22:28
pgsql: Stamp 10.15. Tom Lane 22:30
pgsql: Stamp 9.6.20. Tom Lane 22:33
pgsql: Stamp 9.5.24. Tom Lane 22:34
Re: pgsql: Declare assorted array functions using anycompatible not anyelem Andrew Dunstan 22:35
Re: pgsql: Declare assorted array functions using anycompatible not anyelem 📎 Tom Lane 22:41

Nov. 10, 2020

Thread Author Time
pgsql: jit: Add support for LLVM 12. Andres Freund 04:02
pgsql: Fix out of date comment Magnus Hagander 12:16
pgsql: Remove -o option to postmaster Magnus Hagander 12:16
Re: pgsql: Declare assorted array functions using anycompatible not anyelem Andrew Dunstan 13:45
pgsql: pg_rewind: Fix thinko in parsing target WAL. Heikki Linnakangas 17:26
Re: pgsql: Declare assorted array functions using anycompatible not anyelem 📎 Tom Lane 20:31
pgsql: Tag refs/tags/REL_10_15 was created noreply 23:12
pgsql: Tag refs/tags/REL_11_10 was created noreply 23:12
pgsql: Tag refs/tags/REL_13_1 was created noreply 23:12
pgsql: Tag refs/tags/REL_12_5 was created noreply 23:12
pgsql: Tag refs/tags/REL9_5_24 was created noreply 23:12
pgsql: Tag refs/tags/REL9_6_20 was created noreply 23:12
pgsql: Work around cross-version-upgrade issues created by commit 9e38c Tom Lane 23:33
pgsql: Work around cross-version-upgrade issues created by commit 9e38c Tom Lane 23:33
pgsql: Work around cross-version-upgrade issues created by commit 9e38c Tom Lane 23:33
pgsql: Work around cross-version-upgrade issues created by commit 9e38c Tom Lane 23:33
pgsql: Work around cross-version-upgrade issues created by commit 9e38c Tom Lane 23:33
pgsql: Work around cross-version-upgrade issues created by commit 9e38c Tom Lane 23:33
pgsql: Work around cross-version-upgrade issues created by commit 9e38c Tom Lane 23:33

Nov. 11, 2020

Thread Author Time
pgsql: doc: fix spelling "connction" to "connection" Bruce Momjian 00:18
pgsql: doc: fix spelling "connction" to "connection" Bruce Momjian 00:18
pgsql: doc: fix spelling "connction" to "connection" Bruce Momjian 00:18
pgsql: doc: fix spelling "connction" to "connection" Bruce Momjian 00:18
pgsql: doc: fix spelling "connction" to "connection" Bruce Momjian 00:18
pgsql: doc: fix spelling "connction" to "connection" Bruce Momjian 00:18
pgsql: doc: fix spelling "connction" to "connection" Bruce Momjian 00:18
pgsql: Fix and simplify some usages of TimestampDifference(). Tom Lane 03:52
pgsql: Fix and simplify some usages of TimestampDifference(). Tom Lane 03:52
pgsql: Fix and simplify some usages of TimestampDifference(). Tom Lane 03:52
pgsql: Fix and simplify some usages of TimestampDifference(). Tom Lane 03:52
pgsql: Fix and simplify some usages of TimestampDifference(). Tom Lane 03:52
pgsql: Fix and simplify some usages of TimestampDifference(). Tom Lane 03:52
pgsql: Fix and simplify some usages of TimestampDifference(). Tom Lane 03:52
pgsql: Fix cases of discarding result from list API functions Peter Eisentraut 07:05
pgsql: Add pg_nodiscard function declaration specifier Peter Eisentraut 10:07
pgsql: Add pg_nodiscard decorations to some functions Peter Eisentraut 10:07
Re: pgsql: Declare assorted array functions using anycompatible not anyelem Andrew Dunstan 15:25
pgsql: Remove vacuumdb --analyze-in-stages from pg_upgrade tests Magnus Hagander 15:50
pgsql: Remove line missed in previous commit Magnus Hagander 15:52
pgsql: Fix some stray whitespace in parser files Peter Eisentraut 16:38
pgsql: Remove duplicate code in brin_memtuple_initialize Tomas Vondra 18:05
pgsql: Remove duplicate code in brin_memtuple_initialize Tomas Vondra 18:05

Browse Archives

Prev | Next