pgsql-committers - July 2022

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

July 1, 2022

Thread Author Time
pgsql: Refactor the TAP test of auto_explain Michael Paquier 00:14
pgsql: Fix code comments still referring to pg_start/stop_backup() Michael Paquier 00:37
pgsql: Harden dsm_impl.c against unexpected EEXIST. Thomas Munro 02:27
pgsql: Harden dsm_impl.c against unexpected EEXIST. Thomas Munro 02:27
pgsql: Harden dsm_impl.c against unexpected EEXIST. Thomas Munro 02:28
pgsql: Harden dsm_impl.c against unexpected EEXIST. Thomas Munro 02:28
pgsql: Harden dsm_impl.c against unexpected EEXIST. Thomas Munro 02:28
pgsql: Harden dsm_impl.c against unexpected EEXIST. Thomas Munro 02:28
pgsql: Harden dsm_impl.c against unexpected EEXIST. Thomas Munro 02:28
pgsql: Clarify that pg_dump takes ACCESS SHARE lock John Naylor 04:43
pgsql: doc: Add index entry for MERGE SQL command. Fujii Masao 05:22
pgsql: doc: Add index entry for MERGE SQL command. Fujii Masao 05:22
pgsql: Add construct_array_builtin, deconstruct_array_builtin Peter Eisentraut 09:40
pgsql: Add missing GETTEXT_FLAGS entry Peter Eisentraut 14:42
pgsql: Add missing GETTEXT_FLAGS entry Peter Eisentraut 14:42
pgsql: Remove no-longer-used parameter for create_groupingsets_path(). Tom Lane 22:39

July 2, 2022

Thread Author Time
pgsql: Fix race condition in t/028_pitr_timelines.pl. Noah Misch 01:31
pgsql: Replace PGISOLATIONTIMEOUT with 2 * PG_TEST_TIMEOUT_DEFAULT. Noah Misch 01:31
pgsql: Fix race condition in t/028_pitr_timelines.pl. Noah Misch 01:31
pgsql: Introduce pg_attribute_nonnull(...) Michael Paquier 03:32
pgsql: Default to dynamic_shared_memory_type=sysv on Solaris. Thomas Munro 04:26
pgsql: Default to dynamic_shared_memory_type=sysv on Solaris. Thomas Munro 04:26
pgsql: Reformat some node comments Peter Eisentraut 10:58
pgsql: Emit debug message when executing extension script. Jeff Davis 18:33
pgsql: ecpglib: call newlocale() once per process. Noah Misch 20:02
pgsql: ecpglib: call newlocale() once per process. Noah Misch 20:02
pgsql: ecpglib: call newlocale() once per process. Noah Misch 20:02
pgsql: ecpglib: call newlocale() once per process. Noah Misch 20:02
pgsql: ecpglib: call newlocale() once per process. Noah Misch 20:02
pgsql: ecpglib: call newlocale() once per process. Noah Misch 20:02
pgsql: ecpglib: call newlocale() once per process. Noah Misch 20:02

July 3, 2022

Thread Author Time
pgsql: Fix previous commit's ecpg_clocale for ppc Darwin. Noah Misch 04:03
pgsql: Fix previous commit's ecpg_clocale for ppc Darwin. Noah Misch 04:03
pgsql: Fix previous commit's ecpg_clocale for ppc Darwin. Noah Misch 04:03
pgsql: Fix previous commit's ecpg_clocale for ppc Darwin. Noah Misch 04:03
pgsql: Fix previous commit's ecpg_clocale for ppc Darwin. Noah Misch 04:03
pgsql: Fix previous commit's ecpg_clocale for ppc Darwin. Noah Misch 04:03
pgsql: Fix previous commit's ecpg_clocale for ppc Darwin. Noah Misch 04:03
pgsql: Remove redundant null pointer checks before pg_free() Peter Eisentraut 07:12
pgsql: Remove redundant null pointer checks before free() Peter Eisentraut 09:54
pgsql: Remove redundant null pointer checks before PQclear and PQconnin Peter Eisentraut 18:23
pgsql: Simplify tab completion of extension versions, redux. Tom Lane 19:27
pgsql: Simplify tab completion of extension versions, redux. Tom Lane 19:27
pgsql: Add Windows file version information to libpq/test programs. Noah Misch 20:08
pgsql: Add Windows file version information to libpq/test programs. Noah Misch 20:08
pgsql: Allow makeaclitem() to accept multiple privilege names. Tom Lane 20:49
pgsql: Remove %error-verbose directive from jsonpath parser Andrew Dunstan 21:26
pgsql: Remove %error-verbose directive from jsonpath parser Andrew Dunstan 21:26
pgsql: Remove %error-verbose directive from jsonpath parser Andrew Dunstan 21:26
pgsql: Remove %error-verbose directive from jsonpath parser Andrew Dunstan 21:26
pgsql: Remove %error-verbose directive from jsonpath parser Andrew Dunstan 21:27

July 4, 2022

Thread Author Time
pgsql: Use a short socket directory path in pg_upgrade testing. Tom Lane 01:38
pgsql: Use a short socket directory path in pg_upgrade testing. Tom Lane 01:38
Re: pgsql: dshash: Add sequential scan support. 📎 Thomas Munro 02:55
pgsql: Fix attlen in RowDescription of BASE_BACKUP response Peter Eisentraut 05:38
pgsql: Change timeline field of IDENTIFY_SYSTEM to int8 Peter Eisentraut 05:38
Re: pgsql: Change timeline field of IDENTIFY_SYSTEM to int8 Tom Lane 05:55
Re: pgsql: Change timeline field of IDENTIFY_SYSTEM to int8 Tom Lane 05:57
pgsql: Fix for change timeline field of IDENTIFY_SYSTEM to int8 Peter Eisentraut 06:09
pgsql: Prevent write operations on large objects in read-only transacti Michael Paquier 06:49
Re: pgsql: dshash: Add sequential scan support. Kyotaro Horiguchi 08:31
Re: pgsql: dshash: Add sequential scan support. Zhihong Yu 10:46
pgsql: Implement List support for TransactionId Alvaro Herrera 13:14
Re: pgsql: Change timeline field of IDENTIFY_SYSTEM to int8 Peter Eisentraut 13:55
Re: pgsql: Change timeline field of IDENTIFY_SYSTEM to int8 Tom Lane 17:32
pgsql: Refactor sending of RowDescription messages in replication proto Peter Eisentraut 18:05
Re: pgsql: Change timeline field of IDENTIFY_SYSTEM to int8 Peter Eisentraut 19:40
Re: pgsql: dshash: Add sequential scan support. Andres Freund 20:54
Re: pgsql: dshash: Add sequential scan support. 📎 Thomas Munro 23:20
Re: pgsql: dshash: Add sequential scan support. Andres Freund 23:25

July 5, 2022

Thread Author Time
Re: pgsql: Change timeline field of IDENTIFY_SYSTEM to int8 Michael Paquier 00:49
pgsql: Replace durable_rename_excl() by durable_rename(), take two Michael Paquier 01:16
Re: pgsql: dshash: Add sequential scan support. 📎 Thomas Munro 03:21
pgsql: Remove durable_rename_excl() Michael Paquier 03:54
pgsql: Add result_types column to pg_prepared_statements view Peter Eisentraut 05:30
pgsql: Simplify a bit the special rules generating unaccent.rules Michael Paquier 07:19
pgsql: Fix pg_prepared_statements.result_types for DML statements Peter Eisentraut 08:35
pgsql: BRIN: improve documentation on summarization Alvaro Herrera 11:39
pgsql: BRIN: improve documentation on summarization Alvaro Herrera 11:39
pgsql: BRIN: improve documentation on summarization Alvaro Herrera 11:39
pgsql: BRIN: improve documentation on summarization Alvaro Herrera 11:39
pgsql: BRIN: improve documentation on summarization Alvaro Herrera 11:39
pgsql: libpq: Improve idle state handling in pipeline mode Alvaro Herrera 12:38
pgsql: libpq: Improve idle state handling in pipeline mode Alvaro Herrera 12:38
pgsql: libpq: Improve idle state handling in pipeline mode Alvaro Herrera 12:38
pgsql: Fix errors in copyfuncs/equalfuncs support for JSON node types. Tom Lane 15:12
pgsql: Fix errors in copyfuncs/equalfuncs support for JSON node types. Tom Lane 15:12
pgsql: Fix pg_upgrade to detect non-upgradable anyarray usages. Tom Lane 17:06
pgsql: Fix pg_upgrade to detect non-upgradable anyarray usages. Tom Lane 17:06
pgsql: Fix pg_upgrade to detect non-upgradable anyarray usages. Tom Lane 17:06
pgsql: Rename pg_checkpointer predefined role to pg_checkpoint. Robert Haas 17:36
pgsql: Rename pg_checkpointer predefined role to pg_checkpoint. Robert Haas 17:36
pgsql: relnotes: clarify that PG 15 multi-xid is advanced more Bruce Momjian 18:07
pgsql: Revert 019_replslot_limit.pl related debugging aids. Andres Freund 18:17
pgsql: Revert 019_replslot_limit.pl related debugging aids. Andres Freund 18:17
pgsql: expression eval: Fix EEOP_JSON_CONSTRUCTOR and EEOP_JSONEXPR siz Andres Freund 18:33
pgsql: expression eval: Fix EEOP_JSON_CONSTRUCTOR and EEOP_JSONEXPR siz Andres Freund 18:33
pgsql: pgstat: reduce timer overhead by leaving timer running. Andres Freund 20:36
pgsql: pgstat: reduce timer overhead by leaving timer running. Andres Freund 20:36
pgsql: Tighten pg_upgrade's new check for non-upgradable anyarray usage Tom Lane 22:23
pgsql: Tighten pg_upgrade's new check for non-upgradable anyarray usage Tom Lane 22:23
pgsql: Tighten pg_upgrade's new check for non-upgradable anyarray usage Tom Lane 22:23

July 6, 2022

Thread Author Time
pgsql: autho_explain: Add GUC to log query parameters Michael Paquier 00:56
pgsql: Reorder ecpg_config.h.in alphabetically Peter Eisentraut 05:18
pgsql: Unify DLSUFFIX on Darwin Peter Eisentraut 05:44
pgsql: Refactor sending of DataRow messages in replication protocol Peter Eisentraut 06:48
pgsql: Remove size increase in ExprEvalStep caused by hashed saops David Rowley 07:40
pgsql: Remove size increase in ExprEvalStep caused by hashed saops David Rowley 07:41
pgsql: Tiny capitalization adjustment in pkg-config files Peter Eisentraut 08:46
pgsql: Remove LLVM_CONFIG from Makefile.global.in Andres Freund 15:24
pgsql: Change internal RelFileNode references to RelFileNumber or RelFi Robert Haas 15:56
pgsql: pgstat: drop subscription stats without slot as well, fix commen Andres Freund 16:28
pgsql: pgstat: drop subscription stats regardless of slot, fix comment Andres Freund 16:28
pgsql: pg_stat_statements: Fix test that assumes wal_records = rows. Robert Haas 17:10
pgsql: Overload index_form_tuple to allow the memory context to be supp David Rowley 20:14
pgsql: Overload index_form_tuple to allow the memory context to be supp David Rowley 20:14
pgsql: Fix wrong field order in _readMergeWhenClause(). Tom Lane 21:26
pgsql: Fix wrong field order in _readMergeWhenClause(). Tom Lane 21:26
pgsql: pgstat: slru: remove outdated comment Andres Freund 22:59
pgsql: pgstat: slru: remove outdated comment Andres Freund 22:59

July 7, 2022

Thread Author Time
pgsql: Clean up some includes and comments in TAP test scripts Michael Paquier 01:23
pgsql: Re-order disable_on_error in tab-complete. Amit Kapila 04:01
pgsql: Re-order disable_on_error in tab-complete. Amit Kapila 04:01
pgsql: Make Windows 10 the minimal runtime requirement for WIN32 Michael Paquier 04:26
pgsql: Convert macros to static inline functions (block.h) Peter Eisentraut 06:51
pgsql: postgres_fdw: Fix grammar. Etsuro Fujita 07:33
pgsql: postgres_fdw: Fix grammar. Etsuro Fujita 07:33
pgsql: Fix alias matching in transformLockingClause(). Dean Rasheed 12:14
pgsql: Fix alias matching in transformLockingClause(). Dean Rasheed 12:14
pgsql: Fix alias matching in transformLockingClause(). Dean Rasheed 12:14
pgsql: Fix alias matching in transformLockingClause(). Dean Rasheed 12:14
pgsql: Fix alias matching in transformLockingClause(). Dean Rasheed 12:14
pgsql: Fix alias matching in transformLockingClause(). Dean Rasheed 12:14
pgsql: Fix alias matching in transformLockingClause(). Dean Rasheed 12:14
pgsql: Add checkpoint and REDO LSN to log_checkpoints message. Fujii Masao 13:41
pgsql: Remove stray references to lefttree/righttree in the executor. Tom Lane 15:24
pgsql: Only allow returning string types or bytea from json_serialize Andrew Dunstan 21:46
pgsql: Only allow returning string types or bytea from json_serialize Andrew Dunstan 21:46

July 8, 2022

Thread Author Time
pgsql: Remove HP-UX port. Thomas Munro 02:18
pgsql: Remove HP/Intel Itanium support. Thomas Munro 02:18
Re: pgsql: Only allow returning string types or bytea from json_serialize 📎 Kyotaro Horiguchi 06:41
pgsql: Reformat some more node comments Peter Eisentraut 07:32
pgsql: Simplify json lexing state John Naylor 07:57
pgsql: Remove T_Join and T_Plan Peter Eisentraut 08:43
pgsql: Adjust node serialization tag of A_Expr for consistency Peter Eisentraut 09:05
Re: pgsql: Only allow returning string types or bytea from json_serialize Michael Paquier 10:20
pgsql: Preserve relfilenode of pg_largeobject and its index across pg_u Robert Haas 14:40
pgsql: Preserve relfilenode of pg_largeobject and its index across pg_u Robert Haas 14:40
pgsql: Use C99 designator in the rbtree sentinel definition Alexander Korotkov 19:00
pgsql: Add missing inequality searches to rbtree Alexander Korotkov 19:00
pgsql: doc: add pg_prewarm example Bruce Momjian 22:36
pgsql: doc: add pg_prewarm example Bruce Momjian 22:36
pgsql: doc: add pg_prewarm example Bruce Momjian 22:36
pgsql: doc: add pg_prewarm example Bruce Momjian 22:36
pgsql: doc: add pg_prewarm example Bruce Momjian 22:36
pgsql: doc: add pg_prewarm example Bruce Momjian 22:36

July 9, 2022

Thread Author Time
pgsql: doc: add examples for array_length() and jsonb_array_length() Bruce Momjian 00:24
pgsql: doc: add examples for array_length() and jsonb_array_length() Bruce Momjian 00:24
pgsql: doc: add examples for array_length() and jsonb_array_length() Bruce Momjian 00:24
pgsql: doc: add examples for array_length() and jsonb_array_length() Bruce Momjian 00:24
pgsql: Automatically generate node support functions Peter Eisentraut 07:03
pgsql: Fix vpath build Peter Eisentraut 07:44
pgsql: Install generated nodes/nodetags.h Peter Eisentraut 08:21
pgsql: Add generated nodes\nodetags.h to clean.bat Peter Eisentraut 08:21
pgsql: Move a comment Peter Eisentraut 11:23
pgsql: Remove code sections obsoleted by node support automation Peter Eisentraut 13:13
Re: pgsql: Move a comment Tom Lane 15:14
pgsql: Mark PlanState as an abstract node type. Tom Lane 17:36
pgsql: Mark Scan as an abstract node type, too. Tom Lane 17:58
pgsql: Make assorted quality-of-life improvements in gen_node_support.p Tom Lane 19:15
pgsql: Doc: rearrange high-level commentary about node support coverage Tom Lane 19:15
Re: pgsql: Move a comment Peter Eisentraut 20:17
pgsql: Exclude nodetags.h from headerscheck and cpluspluscheck. Tom Lane 23:26

July 10, 2022

Thread Author Time
pgsql: Fix \watch's interaction with libedit on ^C. Thomas Munro 05:03
pgsql: Fix \watch's interaction with libedit on ^C. Thomas Munro 05:03
pgsql: Fix \watch's interaction with libedit on ^C. Thomas Munro 05:04
pgsql: Fix \watch's interaction with libedit on ^C. Thomas Munro 05:04
pgsql: Fix \watch's interaction with libedit on ^C. Thomas Munro 05:04
pgsql: Fix \watch's interaction with libedit on ^C. Thomas Munro 05:04
pgsql: Fix \watch's interaction with libedit on ^C. Thomas Munro 05:05
pgsql: Tidy up claimed supported CPUs and OSes. Thomas Munro 23:50

July 11, 2022

Thread Author Time
pgsql: doc: Fix inconsistent quotes in some jsonb fields Michael Paquier 01:57
pgsql: doc: Fix inconsistent quotes in some jsonb fields Michael Paquier 01:57
pgsql: doc: Fix inconsistent quotes in some jsonb fields Michael Paquier 01:57
pgsql: Improve two comments related to a boolean DefElem's value Michael Paquier 02:07
pgsql: Improve error message with JSON_SERIALIZE() Michael Paquier 02:32
pgsql: Improve error message with JSON_SERIALIZE() Michael Paquier 02:32
pgsql: Fix two portability issues with the tests of test_oat_hooks Michael Paquier 03:48
pgsql: Fix two portability issues with the tests of test_oat_hooks Michael Paquier 03:48
Re: pgsql: Only allow returning string types or bytea from json_serialize Michael Paquier 03:49
pgsql: Build de-escaped JSON strings in larger chunks during lexing John Naylor 04:15
pgsql: Fix lock assertions in dshash.c. Thomas Munro 04:46
pgsql: Fix lock assertions in dshash.c. Thomas Munro 04:46
pgsql: Fix lock assertions in dshash.c. Thomas Munro 04:47
pgsql: Fix lock assertions in dshash.c. Thomas Munro 04:47
pgsql: Fix lock assertions in dshash.c. Thomas Munro 04:47
pgsql: Fix lock assertions in dshash.c. Thomas Munro 04:47
Re: pgsql: dshash: Add sequential scan support. Thomas Munro 04:50
pgsql: Convert macros to static inline functions (bufpage.h) Peter Eisentraut 05:29
Re: pgsql: Only allow returning string types or bytea from json_serialize Kyotaro Horiguchi 06:18

Browse Archives

Prev | Next