pgsql-committers - November 2020

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. 1, 2020

Thread Author Time
pgsql: Add error code for encryption failure in pgcrypto Michael Paquier 10:23
pgsql: Preserve index data in pg_statistic across REINDEX CONCURRENTLY Michael Paquier 12:26
pgsql: Preserve index data in pg_statistic across REINDEX CONCURRENTLY Michael Paquier 12:26
pgsql: Preserve index data in pg_statistic across REINDEX CONCURRENTLY Michael Paquier 12:26
pgsql: Avoid null pointer dereference if error result lacks SQLSTATE. Tom Lane 16:27
pgsql: Avoid null pointer dereference if error result lacks SQLSTATE. Tom Lane 16:27
pgsql: Avoid null pointer dereference if error result lacks SQLSTATE. Tom Lane 16:27
pgsql: Avoid null pointer dereference if error result lacks SQLSTATE. Tom Lane 16:27
pgsql: Avoid null pointer dereference if error result lacks SQLSTATE. Tom Lane 16:27
pgsql: Avoid null pointer dereference if error result lacks SQLSTATE. Tom Lane 16:27
pgsql: Avoid null pointer dereference if error result lacks SQLSTATE. Tom Lane 16:27
pgsql: Fix two issues in TOAST decompression. Tom Lane 23:38
pgsql: Fix two issues in TOAST decompression. Tom Lane 23:38

Nov. 2, 2020

Thread Author Time
pgsql: Allow run-time pruning on nested Append/MergeAppend nodes David Rowley 00:49
pgsql: Extend PageIsVerified() to handle more custom options Michael Paquier 01:45
pgsql: Extend PageIsVerified() to handle more custom options Michael Paquier 01:45
pgsql: Extend PageIsVerified() to handle more custom options Michael Paquier 01:45
pgsql: Use Enum for top level logical replication message types. Amit Kapila 02:57
pgsql: Fix some grammar and typos in comments and docs Michael Paquier 06:17
pgsql: Fix some grammar and typos in comments and docs Michael Paquier 06:17
pgsql: Fix some grammar and typos in comments and docs Michael Paquier 06:17
pgsql: Fix some grammar and typos in comments and docs Michael Paquier 06:17
pgsql: Fix some grammar and typos in comments and docs Michael Paquier 06:17
pgsql: Fix some grammar and typos in comments and docs Michael Paquier 06:17
Re: pgsql: Allow run-time pruning on nested Append/MergeAppend nodes Michael Paquier 06:29
Re: pgsql: Allow run-time pruning on nested Append/MergeAppend nodes David Rowley 06:44
pgsql: Fix unstable partition_prune regression tests David Rowley 06:59
pgsql: doc: Mention UNION/ORDER BY etc. keywords in section headers. Heikki Linnakangas 10:57
pgsql: Remove pg_collation.collversion. Thomas Munro 12:27
pgsql: Add pg_depend.refobjversion. Thomas Munro 12:27
pgsql: Track collation versions for indexes. Thomas Munro 12:27
pgsql: Clarify temporary table name shadowing in CREATE TABLE docs Magnus Hagander 14:01
pgsql: Add missing comma in list of SSL versions Magnus Hagander 14:22
pgsql: Add missing comma in list of SSL versions Magnus Hagander 14:22
pgsql: Add missing comma in list of SSL versions Magnus Hagander 14:22
pgsql: Add missing comma in list of SSL versions Magnus Hagander 14:22
pgsql: Use PG_GETARG_TRANSACTIONID where appropriate Peter Eisentraut 15:56
pgsql: Second thoughts on TOAST decompression. Tom Lane 16:25
pgsql: Second thoughts on TOAST decompression. Tom Lane 16:25
pgsql: Rethink the generation rule for fmgroids.h macros. Tom Lane 16:57
pgsql: Remove special checks for pg_rewrite.ev_qual and ev_action being Tom Lane 19:34

Nov. 3, 2020

Thread Author Time
pgsql: Fix unportable use of getnameinfo() in pg_hba_file_rules view. Tom Lane 02:12
pgsql: Fix unportable use of getnameinfo() in pg_hba_file_rules view. Tom Lane 02:12
pgsql: Fix unportable use of getnameinfo() in pg_hba_file_rules view. Tom Lane 02:12
pgsql: Fix unportable use of getnameinfo() in pg_hba_file_rules view. Tom Lane 02:12
pgsql: Fix unportable use of getnameinfo() in pg_hba_file_rules view. Tom Lane 02:12
pgsql: Fix typos. Amit Kapila 03:15
pgsql: Remove use of deprecated containment operators in tests Peter Eisentraut 08:21
pgsql: Improve error handling in backend OpenSSL implementation Magnus Hagander 09:06
pgsql: Use be_tls_* API for SSL information in sslinfo Magnus Hagander 09:06
pgsql: Use the non-deprecated TG_TABLE_MAME in test trigger Magnus Hagander 09:22
pgsql: Remove deprecated containment operators for built-in types Peter Eisentraut 09:48
pgsql: Disallow ALTER TABLE ONLY / DROP EXPRESSION Peter Eisentraut 14:50
pgsql: Disallow ALTER TABLE ONLY / DROP EXPRESSION Peter Eisentraut 14:50
pgsql: Allow users with BYPASSRLS to alter their own passwords. Tom Lane 20:41
pgsql: Allow users with BYPASSRLS to alter their own passwords. Tom Lane 20:41
pgsql: Allow users with BYPASSRLS to alter their own passwords. Tom Lane 20:41
pgsql: Allow users with BYPASSRLS to alter their own passwords. Tom Lane 20:41
pgsql: Allow users with BYPASSRLS to alter their own passwords. Tom Lane 20:41
pgsql: Allow users with BYPASSRLS to alter their own passwords. Tom Lane 20:41
pgsql: Allow users with BYPASSRLS to alter their own passwords. Tom Lane 20:41
pgsql: Improve error messages around REPLICATION and BYPASSRLS properti Tom Lane 20:49
pgsql: Guard against core dump from uninitialized subplan. Tom Lane 21:16
pgsql: Guard against core dump from uninitialized subplan. Tom Lane 21:16
pgsql: Guard against core dump from uninitialized subplan. Tom Lane 21:16
pgsql: Guard against core dump from uninitialized subplan. Tom Lane 21:16
pgsql: Guard against core dump from uninitialized subplan. Tom Lane 21:16
pgsql: Use INT64_FORMAT to print int64 variables in sort debug Tomas Vondra 21:32
pgsql: Fix get_useful_pathkeys_for_relation for volatile expressions Tomas Vondra 21:32
pgsql: Fix get_useful_pathkeys_for_relation for volatile expressions Tomas Vondra 21:33
pgsql: Use INT64_FORMAT to print int64 variables in sort debug Tomas Vondra 21:33

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

Browse Archives

Prev | Next