pgsql-committers since 2020-01-14 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. 14, 2020

Thread Author Time
pgsql: Revert test added by commit d207038053. Amit Kapila 02:58
pgsql: Revert test added by commit d207038053. Amit Kapila 02:58
pgsql: Revert test added by commit d207038053. Amit Kapila 02:58
pgsql: Revert test added by commit d207038053. Amit Kapila 02:58
pgsql: Make rewriter prevent auto-updates on views with conditional INS Dean Rasheed 09:58
pgsql: Make rewriter prevent auto-updates on views with conditional INS Dean Rasheed 09:58
pgsql: Make rewriter prevent auto-updates on views with conditional INS Dean Rasheed 09:58
pgsql: Make rewriter prevent auto-updates on views with conditional INS Dean Rasheed 09:58
pgsql: Make rewriter prevent auto-updates on views with conditional INS Dean Rasheed 09:58
pgsql: Make rewriter prevent auto-updates on views with conditional INS Dean Rasheed 09:58
pgsql: Make rewriter prevent auto-updates on views with conditional INS Dean Rasheed 09:58
pgsql: ALTER TABLE ... ALTER COLUMN ... DROP EXPRESSION Peter Eisentraut 12:45
pgsql: walreceiver uses a temporary replication slot by default Peter Eisentraut 13:57
pgsql: Expose PQbackendPID() through walreceiver API Peter Eisentraut 13:57
pgsql: tools/copyright.pl: skip copyright changes for *.key files Bruce Momjian 15:52
pgsql: Revert copyright script changes to binary *.key files Bruce Momjian 16:28
Re: pgsql: Update copyrights for 2020 Bruce Momjian 16:31
pgsql: docs: change "default role" wording to "predefined role" Bruce Momjian 18:13
pgsql: docs: change "default role" wording to "predefined role" Bruce Momjian 18:13
pgsql: docs: change "default role" wording to "predefined role" Bruce Momjian 18:13
pgsql: docs: change "default role" wording to "predefined role" Bruce Momjian 18:13
pgsql: docs: change "default role" wording to "predefined role" Bruce Momjian 18:13
pgsql: Fix compiler warning about format on Windows Peter Eisentraut 23:00

Jan. 15, 2020

Thread Author Time
pgsql: Introduce IndexAM fields for parallel vacuum. Amit Kapila 01:57
pgsql: Fix buggy logic in isTempNamespaceInUse() Michael Paquier 05:00
pgsql: Fix buggy logic in isTempNamespaceInUse() Michael Paquier 05:00
pgsql: Fix buggy logic in isTempNamespaceInUse() Michael Paquier 05:00
pgsql: Remove libpq.rc, use win32ver.rc for libpq Peter Eisentraut 14:10
pgsql: Report progress of ANALYZE commands Alvaro Herrera 14:50
Re: pgsql: Add basic TAP tests for psql's tab-completion logic. Christoph Berg 20:28
Re: src/test/recovery regression failure on bionic Christoph Berg 20:40
pgsql: Restructure ALTER TABLE execution to fix assorted bugs. Tom Lane 23:49

Jan. 16, 2020

Thread Author Time
Re: src/test/recovery regression failure on bionic Amit Kapila 02:15
pgsql: Minor code beautification in regexp.c. Tom Lane 16:31
pgsql: Fix problems with "read only query" checks, and refactor the cod Robert Haas 17:13
pgsql: Update header comments for wchar.c and encnames.c. Tom Lane 20:59
pgsql: Move wchar.c and encnames.c to src/common/. Tom Lane 20:59
pgsql: Rationalize code placement between wchar.c, encnames.c, and mbut Tom Lane 23:08

Jan. 17, 2020

Thread Author Time
pgsql: Move OpenSSL routines for min/max protocol setting to src/common Michael Paquier 01:08
pgsql: Add a non-strict version of jsonb_set Andrew Dunstan 01:23
Re: pgsql: Add a non-strict version of jsonb_set Tom Lane 02:14
Re: pgsql: Add a non-strict version of jsonb_set Andrew Dunstan 03:19
pgsql: bump catalog version as should have been done for jsonb_set_lax Andrew Dunstan 05:54
pgsql: Allocate freechunks bitmap as part of SlabContext Tomas Vondra 14:30
pgsql: Allocate freechunks bitmap as part of SlabContext Tomas Vondra 14:31
pgsql: Allocate freechunks bitmap as part of SlabContext Tomas Vondra 14:31
pgsql: Allocate freechunks bitmap as part of SlabContext Tomas Vondra 14:32
pgsql: Set ReorderBufferTXN->final_lsn more eagerly Alvaro Herrera 21:03
pgsql: Set ReorderBufferTXN->final_lsn more eagerly Alvaro Herrera 21:03
pgsql: Set ReorderBufferTXN->final_lsn more eagerly Alvaro Herrera 21:03
pgsql: Set ReorderBufferTXN->final_lsn more eagerly Alvaro Herrera 21:03
pgsql: Set ReorderBufferTXN->final_lsn more eagerly Alvaro Herrera 21:03
pgsql: Set ReorderBufferTXN->final_lsn more eagerly Alvaro Herrera 21:03
pgsql: Set ReorderBufferTXN->final_lsn more eagerly Alvaro Herrera 21:03
pgsql: Repair more failures with SubPlans in multi-row VALUES lists. Tom Lane 21:17
pgsql: Repair more failures with SubPlans in multi-row VALUES lists. Tom Lane 21:17
pgsql: Repair more failures with SubPlans in multi-row VALUES lists. Tom Lane 21:17
pgsql: Repair more failures with SubPlans in multi-row VALUES lists. Tom Lane 21:17
pgsql: Repair more failures with SubPlans in multi-row VALUES lists. Tom Lane 21:17
pgsql: Repair more failures with SubPlans in multi-row VALUES lists. Tom Lane 21:17
pgsql: Repair more failures with SubPlans in multi-row VALUES lists. Tom Lane 21:17
pgsql: Avoid full scan of GIN indexes when possible Alexander Korotkov 22:11
Re: pgsql: Add a non-strict version of jsonb_set Andrew Dunstan 23:12
Re: pgsql: Add a non-strict version of jsonb_set Tom Lane 23:41

Jan. 18, 2020

Thread Author Time
pgsql: Add GUC checks for ssl_min_protocol_version and ssl_max_protocol Michael Paquier 03:33
pgsql: Add GUC checks for ssl_min_protocol_version and ssl_max_protocol Michael Paquier 03:33
pgsql: Doc: rearrange the documentation of binary-string functions. Tom Lane 22:51

Jan. 19, 2020

Thread Author Time
pgsql: Doc: Improve description of connection strings with Percent-enco Michael Paquier 10:04
pgsql: Remove separate files for the initial contents of pg_(sh)descrip Heikki Linnakangas 11:57
Re: pgsql: Add a non-strict version of jsonb_set David Fetter 17:35
Re: pgsql: Add a non-strict version of jsonb_set Tom Lane 17:46
Re: pgsql: Add a non-strict version of jsonb_set David Fetter 20:20
pgsql: Silence minor compiler warnings. Tom Lane 21:04
Re: pgsql: Add a non-strict version of jsonb_set Mark Dilger 21:12
Re: pgsql: Add a non-strict version of jsonb_set Tom Lane 21:20

Jan. 20, 2020

Thread Author Time
Re: pgsql: Add a non-strict version of jsonb_set Andrew Dunstan 00:02
pgsql: Fix out-of-memory handling in ecpglib. Tom Lane 00:15
pgsql: Fix out-of-memory handling in ecpglib. Tom Lane 00:15
Re: pgsql: Add a non-strict version of jsonb_set Tom Lane 00:18
pgsql: Allow vacuum command to process indexes in parallel. Amit Kapila 02:33
Re: pgsql: Allow 'sslkey' and 'sslcert' in postgres_fdw user mappings Craig Ringer 07:48
pgsql: Fix crash in BRIN inclusion op functions, due to missing datum c Heikki Linnakangas 08:41
pgsql: Fix crash in BRIN inclusion op functions, due to missing datum c Heikki Linnakangas 08:41
pgsql: Fix crash in BRIN inclusion op functions, due to missing datum c Heikki Linnakangas 08:41
pgsql: Fix crash in BRIN inclusion op functions, due to missing datum c Heikki Linnakangas 08:41
pgsql: Fix crash in BRIN inclusion op functions, due to missing datum c Heikki Linnakangas 08:41
pgsql: Fix crash in BRIN inclusion op functions, due to missing datum c Heikki Linnakangas 08:41
Re: pgsql: Allow 'sslkey' and 'sslcert' in postgres_fdw user mappings Andrew Dunstan 09:00
pgsql: Fix pg_dump's sigTermHandler() to use _exit() not exit(). Tom Lane 17:57
pgsql: Fix pg_dump's sigTermHandler() to use _exit() not exit(). Tom Lane 17:57
pgsql: Fix pg_dump's sigTermHandler() to use _exit() not exit(). Tom Lane 17:57
pgsql: Fix pg_dump's sigTermHandler() to use _exit() not exit(). Tom Lane 17:57
pgsql: Fix pg_dump's sigTermHandler() to use _exit() not exit(). Tom Lane 17:57
pgsql: Fix pg_dump's sigTermHandler() to use _exit() not exit(). Tom Lane 17:57
pgsql: Fix pg_dump's sigTermHandler() to use _exit() not exit(). Tom Lane 17:57
pgsql: Further tweaking of jsonb_set_lax(). Tom Lane 19:27

Jan. 21, 2020

Thread Author Time
pgsql: Add GUC variables for stat tracking and timeout as PGDLLIMPORT Michael Paquier 04:48
pgsql: Add GUC variables for stat tracking and timeout as PGDLLIMPORT Michael Paquier 04:48
pgsql: Add GUC variables for stat tracking and timeout as PGDLLIMPORT Michael Paquier 04:48
pgsql: Add GUC variables for stat tracking and timeout as PGDLLIMPORT Michael Paquier 04:48
pgsql: Add GUC variables for stat tracking and timeout as PGDLLIMPORT Michael Paquier 04:48
pgsql: Add GUC variables for stat tracking and timeout as PGDLLIMPORT Michael Paquier 04:48
pgsql: Add GUC variables for stat tracking and timeout as PGDLLIMPORT Michael Paquier 04:48
pgsql: Fix edge case leading to agg transitions skipping ExecAggTransRe Andres Freund 07:34
pgsql: Fix edge case leading to agg transitions skipping ExecAggTransRe Andres Freund 07:34
pgsql: Fix edge case leading to agg transitions skipping ExecAggTransRe Andres Freund 07:34
pgsql: Fix edge case leading to agg transitions skipping ExecAggTransRe Andres Freund 07:34
pgsql: Fix edge case leading to agg transitions skipping ExecAggTransRe Andres Freund 07:34
pgsql: Fix edge case leading to agg transitions skipping ExecAggTransRe Andres Freund 07:34
pgsql: Fix edge case leading to agg transitions skipping ExecAggTransRe Andres Freund 07:34
pgsql: Clarify behavior of adding and altering a column in same ALTER c Tom Lane 21:17

Jan. 22, 2020

Thread Author Time
pgsql: Fix concurrent indexing operations with temporary tables Michael Paquier 00:50
pgsql: Fix concurrent indexing operations with temporary tables Michael Paquier 00:50
pgsql: Fix concurrent indexing operations with temporary tables Michael Paquier 00:50
pgsql: Fix concurrent indexing operations with temporary tables Michael Paquier 00:50
pgsql: Fix concurrent indexing operations with temporary tables Michael Paquier 00:50
pgsql: Fix concurrent indexing operations with temporary tables Michael Paquier 00:50
pgsql: Fix concurrent indexing operations with temporary tables Michael Paquier 00:50
pgsql: Fix the computation of max dead tuples during the vacuum. Amit Kapila 02:15
pgsql: Add GUC ignore_invalid_pages. Fujii Masao 02:57
Re: pgsql: walreceiver uses a temporary replication slot by default Michael Paquier 05:55
Re: pgsql: walreceiver uses a temporary replication slot by default 📎 Sergei Kornilov 15:58
pgsql: Add BRIN test case Alvaro Herrera 21:42
Re: pgsql: Fix crash in BRIN inclusion op functions, due to missing datum c Alvaro Herrera 21:45

Jan. 23, 2020

Thread Author Time
pgsql: Clarify some comments in vacuumlazy.c Michael Paquier 06:57
pgsql: Doc: Fix and tweak documentation for ANALYZE reporting Michael Paquier 08:06
pgsql: Improve psql's tab completion for filenames. Tom Lane 16:07
pgsql: Clean up formatting.c's logic for matching constant strings. Tom Lane 18:42
pgsql: Clean up formatting.c's logic for matching constant strings. Tom Lane 18:42
pgsql: Clean up formatting.c's logic for matching constant strings. Tom Lane 18:42
pgsql: Clean up formatting.c's logic for matching constant strings. Tom Lane 18:42
pgsql: Clean up formatting.c's logic for matching constant strings. Tom Lane 18:42
pgsql: Clean up formatting.c's logic for matching constant strings. Tom Lane 18:42
pgsql: Clean up formatting.c's logic for matching constant strings. Tom Lane 18:42
Re: pgsql: walreceiver uses a temporary replication slot by default Robert Haas 20:49
pgsql: Fix an oversight in commit 4c70098ff. Tom Lane 21:15
pgsql: Fix an oversight in commit 4c70098ff. Tom Lane 21:15
pgsql: Fix an oversight in commit 4c70098ff. Tom Lane 21:15
pgsql: Fix an oversight in commit 4c70098ff. Tom Lane 21:15
pgsql: Fix an oversight in commit 4c70098ff. Tom Lane 21:15
pgsql: Fix an oversight in commit 4c70098ff. Tom Lane 21:15
pgsql: Fix an oversight in commit 4c70098ff. Tom Lane 21:15
pgsql: Add configure probe for rl_completion_suppress_quote. Tom Lane 23:21

Jan. 24, 2020

Thread Author Time
pgsql: Doc: Fix list of storage parameters available for ALTER TABLE Michael Paquier 00:57
pgsql: Doc: Fix list of storage parameters available for ALTER TABLE Michael Paquier 00:57
pgsql: Doc: Fix list of storage parameters available for ALTER TABLE Michael Paquier 00:57
pgsql: Doc: Fix list of storage parameters available for ALTER TABLE Michael Paquier 00:57
pgsql: Fix typo Peter Eisentraut 11:24
pgsql: Add exclusion to headercheck Peter Eisentraut 11:24
pgsql: Add pg_file_sync() to adminpack extension. Fujii Masao 11:44
pgsql: Adjust src/include/utils/jsonapi.h so it's not backend-only. Robert Haas 18:08
pgsql: Split JSON lexer/parser from 'json' data type support. Robert Haas 18:22
pgsql: Remove jsonapi.c's lex_accept(). Robert Haas 18:35

Jan. 25, 2020

Thread Author Time
pgsql: Add functions gcd() and lcm() for integer and numeric types. Dean Rasheed 14:05
pgsql: Clean up EXPLAIN's handling of per-worker details. Tom Lane 23:16

Jan. 26, 2020

Thread Author Time
pgsql: Refactor XLogReadRecord(), adding XLogBeginRead() function. Heikki Linnakangas 09:39
pgsql: In postgres_fdw, don't try to ship MULTIEXPR updates to remote s Tom Lane 19:31
pgsql: In postgres_fdw, don't try to ship MULTIEXPR updates to remote s Tom Lane 19:31
pgsql: In postgres_fdw, don't try to ship MULTIEXPR updates to remote s Tom Lane 19:31
pgsql: In postgres_fdw, don't try to ship MULTIEXPR updates to remote s Tom Lane 19:31
pgsql: In postgres_fdw, don't try to ship MULTIEXPR updates to remote s Tom Lane 19:31
pgsql: Refactor confusing code in _mdfd_openseg(). Thomas Munro 20:16
pgsql: Fix EXPLAIN (SETTINGS) to follow policy about when to print empt Tom Lane 21:32
pgsql: Fix EXPLAIN (SETTINGS) to follow policy about when to print empt Tom Lane 21:32

Jan. 27, 2020

Thread Author Time
pgsql: Fix some memory leaks and improve restricted token handling on W Michael Paquier 02:03
pgsql: Avoid unnecessary shm writes in Parallel Hash Join. Thomas Munro 02:07
pgsql: Avoid unnecessary shm writes in Parallel Hash Join. Thomas Munro 02:08
pgsql: Avoid unnecessary shm writes in Parallel Hash Join. Thomas Munro 02:08
pgsql: Adjust pg_parse_json() so that it does not directly ereport(). Robert Haas 16:19
pgsql: Move some code from jsonapi.c to jsonfuncs.c. Robert Haas 16:24
pgsql: Apply project best practices to switches over enum values. Tom Lane 23:46

Jan. 28, 2020

Thread Author Time
pgsql: Remove dependency on HeapTuple from predicate locking functions. Thomas Munro 00:46
pgsql: Add connection parameters to control SSL protocol min/max in lib Michael Paquier 01:55
pgsql: Added relation name in error messages for constraint checks. Amit Kapila 02:24
pgsql: Don't reset latch in ConditionVariablePrepareToSleep(). Thomas Munro 02:30
Re: pgsql: Remove dependency on HeapTuple from predicate locking functions. Tom Lane 05:59
pgsql: Fix compile error on HP C. Thomas Munro 07:38
Re: pgsql: Remove dependency on HeapTuple from predicate locking functions. Thomas Munro 07:41
pgsql: Fix randAccess setting in ReadRecord() Heikki Linnakangas 11:11
Re: pgsql: Remove dependency on HeapTuple from predicate locking functions. Tom Lane 15:05
Re: pgsql: Add a non-strict version of jsonb_set Robert Haas 15:36
Re: pgsql: Add a non-strict version of jsonb_set Robert Haas 15:37
Re: pgsql: Remove dependency on HeapTuple from predicate locking functions. Thomas Munro 19:18
Re: pgsql: Remove dependency on HeapTuple from predicate locking functions. Tom Lane 19:39
pgsql: Fix dangling pointer in EvalPlanQual machinery. Tom Lane 22:26
pgsql: Fix dangling pointer in EvalPlanQual machinery. Tom Lane 22:26

Jan. 29, 2020

Thread Author Time
Re: pgsql: Add a non-strict version of jsonb_set Michael Paquier 01:27
pgsql: Add --parallel option to vacuumdb command. Amit Kapila 05:48
pgsql: Fix dispsize for libpq connection parameters channel_binding and Michael Paquier 06:09
pgsql: Fix dispsize for libpq connection parameters channel_binding and Michael Paquier 06:09
Re: pgsql: Add a non-strict version of jsonb_set Magnus Hagander 08:54
Re: pgsql: Add a non-strict version of jsonb_set Michael Paquier 11:49
pgsql: Fail if recovery target is not reached Peter Eisentraut 14:58
pgsql: Move jsonapi.c and jsonapi.h to src/common. Robert Haas 15:26
Re: pgsql: Add a non-strict version of jsonb_set Tom Lane 15:28
pgsql: Add jsonapi.c to Mkvcbuild.pm's @pgcommonallfiles. Robert Haas 15:53
pgsql: Teach plpgsql's "make clean" to remove generated test files. Tom Lane 16:07
pgsql: Invent "trusted" extensions, and remove the pg_pltemplate catalo Tom Lane 23:43

Jan. 30, 2020

Thread Author Time
pgsql: Fix vcregress.pl for new plperl test case. Tom Lane 00:13
pgsql: Fix slot data persistency when advancing physical replication sl Michael Paquier 02:18

Browse Archives

Prev | Next