pgsql-committers since 2020-10-27 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

Oct. 27, 2020

Thread Author Time
Re: pgsql: Extend PageIsVerified() to handle more custom options 📎 Michael Paquier 00:18
Re: pgsql: Extend PageIsVerified() to handle more custom options Tom Lane 01:29
Re: pgsql: Extend PageIsVerified() to handle more custom options Michael Paquier 02:12
pgsql: doc: simplify wording of function error affects Bruce Momjian 02:38
pgsql: doc: simplify wording of function error affects Bruce Momjian 02:38
pgsql: doc: simplify wording of function error affects Bruce Momjian 02:38
pgsql: doc: simplify wording of function error affects Bruce Momjian 02:38
pgsql: doc: simplify wording of function error affects Bruce Momjian 02:38
pgsql: doc: simplify wording of function error affects Bruce Momjian 02:38
pgsql: doc: simplify wording of function error affects Bruce Momjian 02:38
pgsql: Update description of spilled counters in pg_stat_replication_sl Amit Kapila 03:03
pgsql: doc: Fix order of protocol messages in listing Peter Eisentraut 07:56
pgsql: Make procedure OUT parameters work with JDBC Peter Eisentraut 08:12
pgsql: Fix enum errdetail to mention bytes, not chars Peter Eisentraut 11:00
pgsql: docs: remove reference to src/tools/thread Bruce Momjian 16:43
pgsql: docs: remove reference to src/tools/thread Bruce Momjian 16:43
pgsql: docs: remove reference to src/tools/thread Bruce Momjian 16:43
pgsql: docs: remove reference to src/tools/thread Bruce Momjian 16:43
pgsql: docs: remove reference to src/tools/thread Bruce Momjian 16:43
pgsql: docs: remove reference to src/tools/thread Bruce Momjian 16:43
pgsql: docs: remove reference to src/tools/thread Bruce Momjian 16:43
pgsql: Accept relations of any kind in LOCK TABLE Alvaro Herrera 16:50
pgsql: Accept relations of any kind in LOCK TABLE Alvaro Herrera 16:50
pgsql: Accept relations of any kind in LOCK TABLE Alvaro Herrera 16:50
pgsql: Accept relations of any kind in LOCK TABLE Alvaro Herrera 16:50
pgsql: Accept relations of any kind in LOCK TABLE Alvaro Herrera 16:50
pgsql: Accept relations of any kind in LOCK TABLE Alvaro Herrera 16:50
pgsql: Accept relations of any kind in LOCK TABLE Alvaro Herrera 16:50
pgsql: Add select_common_typmod() Peter Eisentraut 17:11
pgsql: pg_dump: Lock all relations, not just plain tables Alvaro Herrera 17:32
pgsql: pg_dump: Lock all relations, not just plain tables Alvaro Herrera 17:32
pgsql: pg_dump: Lock all relations, not just plain tables Alvaro Herrera 17:32
pgsql: pg_dump: Lock all relations, not just plain tables Alvaro Herrera 17:32
pgsql: pg_dump: Lock all relations, not just plain tables Alvaro Herrera 17:32
pgsql: pg_dump: Lock all relations, not just plain tables Alvaro Herrera 17:32
pgsql: pg_dump: Lock all relations, not just plain tables Alvaro Herrera 17:32
pgsql: Makefile comment: remove reference to tools/thread/thread_test Bruce Momjian 18:00
pgsql: Makefile comment: remove reference to tools/thread/thread_test Bruce Momjian 18:01
pgsql: Makefile comment: remove reference to tools/thread/thread_test Bruce Momjian 18:01
pgsql: Makefile comment: remove reference to tools/thread/thread_test Bruce Momjian 18:01
pgsql: Makefile comment: remove reference to tools/thread/thread_test Bruce Momjian 18:01
pgsql: Makefile comment: remove reference to tools/thread/thread_test Bruce Momjian 18:01
pgsql: Makefile comment: remove reference to tools/thread/thread_test Bruce Momjian 18:01
pgsql: Doc: improve explanation of how to use our code coverage infrast Tom Lane 18:31
pgsql: Fix use-after-free bug with event triggers and ALTER TABLE. Tom Lane 19:37
pgsql: Fix use-after-free bug with event triggers and ALTER TABLE. Tom Lane 19:37
pgsql: Fix use-after-free bug with event triggers and ALTER TABLE. Tom Lane 19:37
pgsql: Fix use-after-free bug with event triggers and ALTER TABLE. Tom Lane 19:37
pgsql: Fix use-after-free bug with event triggers and ALTER TABLE. Tom Lane 19:37

Oct. 28, 2020

Thread Author Time
pgsql: Minor improvements in description of spilled counters in pg_stat Amit Kapila 02:08
pgsql: Add CheckBuffer() to check on-disk pages without shared buffer l Michael Paquier 02:19
pgsql: Add pg_relation_check_pages() to check on-disk pages of a relati Michael Paquier 03:15
Re: pgsql: Add pg_relation_check_pages() to check on-disk pages of a relati Tom Lane 04:26
Re: pgsql: Add pg_relation_check_pages() to check on-disk pages of a relati Michael Paquier 04:41
pgsql: Use correct GetDatum() in pg_relation_check_pages() Michael Paquier 05:05
Re: pgsql: Add pg_relation_check_pages() to check on-disk pages of a relati Michael Paquier 05:11
Re: pgsql: Add pg_relation_check_pages() to check on-disk pages of a relati Julien Rouhaud 05:17
pgsql: Fix foreign-key selectivity estimation in the presence of consta Tom Lane 15:15
pgsql: Don't use custom OID symbols in pg_proc.dat. Tom Lane 16:18
pgsql: Calculate extraUpdatedCols in query rewriter, not parser. Tom Lane 17:47
pgsql: Calculate extraUpdatedCols in query rewriter, not parser. Tom Lane 17:47
pgsql: Calculate extraUpdatedCols in query rewriter, not parser. Tom Lane 17:47
pgsql: Use mode "r" for popen() in psql's evaluate_backtick(). Tom Lane 18:36
pgsql: Use mode "r" for popen() in psql's evaluate_backtick(). Tom Lane 18:36
pgsql: Use mode "r" for popen() in psql's evaluate_backtick(). Tom Lane 18:36
pgsql: Use mode "r" for popen() in psql's evaluate_backtick(). Tom Lane 18:36
pgsql: Use mode "r" for popen() in psql's evaluate_backtick(). Tom Lane 18:36
pgsql: Use mode "r" for popen() in psql's evaluate_backtick(). Tom Lane 18:36
pgsql: Use mode "r" for popen() in psql's evaluate_backtick(). Tom Lane 18:36
pgsql: Doc: clean up pg_relation_check_pages() documentation. Tom Lane 21:03
pgsql: Doc: clean up verify_heapam() documentation. Tom Lane 21:03

Oct. 29, 2020

Thread Author Time
pgsql: Fix incorrect placement of pfree() in pg_relation_check_pages() Michael Paquier 00:29
pgsql: Centralize horizon determination for temp tables, fixing bug due Andres Freund 01:07
Re: pgsql: Centralize horizon determination for temp tables, fixing bug due Julien Rouhaud 03:34
pgsql: Track statistics for streaming of changes from ReorderBuffer. Amit Kapila 04:05
Re: pgsql: Centralize horizon determination for temp tables, fixing bug due Andres Freund 04:06
pgsql: Fix wrong data table horizon computation during backend startup. Andres Freund 04:54
pgsql: Don't use custom OID symbols in pg_type.dat, either. Tom Lane 17:33
pgsql: Stabilize timetz test across DST transitions. Tom Lane 19:29
pgsql: Stabilize timetz test across DST transitions. Tom Lane 19:29
pgsql: Stabilize timetz test across DST transitions. Tom Lane 19:29
pgsql: Stabilize timetz test across DST transitions. Tom Lane 19:29
pgsql: Stabilize timetz test across DST transitions. Tom Lane 19:29

Oct. 30, 2020

Thread Author Time
pgsql: Doc: clarify description for pg_constraint.convalidated. Tom Lane 14:39
pgsql: Fix missing validation for the new GiST sortsupport functions. Heikki Linnakangas 17:31
pgsql: Fix assertion failure in check_new_partition_bound(). Tom Lane 21:01

Oct. 31, 2020

Thread Author Time
pgsql: Reproduce debug_query_string==NULL on parallel workers. Noah Misch 15:52
pgsql: Reproduce debug_query_string==NULL on parallel workers. Noah Misch 15:52
pgsql: Reproduce debug_query_string==NULL on parallel workers. Noah Misch 15:52
pgsql: Reproduce debug_query_string==NULL on parallel workers. Noah Misch 15:52
pgsql: Set debug_query_string in worker_spi. Noah Misch 15:52

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: Track collation versions for indexes. Thomas Munro 12:27
pgsql: Add pg_depend.refobjversion. Thomas Munro 12:27
pgsql: Remove pg_collation.collversion. 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: Use be_tls_* API for SSL information in sslinfo Magnus Hagander 09:06
pgsql: Improve error handling in backend OpenSSL implementation 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: Fix get_useful_pathkeys_for_relation for volatile expressions Tomas Vondra 21:32
pgsql: Use INT64_FORMAT to print int64 variables in sort debug Tomas Vondra 21:32
pgsql: Use INT64_FORMAT to print int64 variables in sort debug Tomas Vondra 21:33
pgsql: Fix get_useful_pathkeys_for_relation for volatile expressions 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: pg_rewind: Replace the hybrid list+array data structure with sim Heikki Linnakangas 09:22
pgsql: pg_rewind: Refactor the abstraction to fetch from local/libpq so Heikki Linnakangas 09:22
pgsql: Refactor pg_rewind for more clear decision making. 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

Browse Archives

Prev | Next