pgsql-committers - September 2024

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

Sept. 1, 2024

Thread Author Time
Re: pgsql: Implement pg_wal_replay_wait() stored procedure Alexander Korotkov 19:35
pgsql: Rename enum labels of PG_Locale_Strategy Michael Paquier 23:19
Re: pgsql: Implement pg_wal_replay_wait() stored procedure Michael Paquier 23:27
Re: pgsql: Implement pg_wal_replay_wait() stored procedure 📎 Alexander Korotkov 23:55

Sept. 2, 2024

Thread Author Time
Re: pgsql: Implement pg_wal_replay_wait() stored procedure Michael Paquier 00:24
pgsql: More use of getpwuid_r() directly Peter Eisentraut 07:09
pgsql: Cache typarray for fast lookups in binary upgrade mode Daniel Gustafsson 08:46
pgsql: Translation updates Peter Eisentraut 10:08
pgsql: Only perform pg_strong_random init when required Daniel Gustafsson 12:24
pgsql: Remove support for OpenSSL older than 1.1.0 Daniel Gustafsson 12:24
Re: pgsql: Translation updates Tom Lane 15:18
pgsql: Fix rarely-run test for message wording change Peter Eisentraut 16:03
pgsql: Fix rarely-run test for message wording change Peter Eisentraut 16:03
pgsql: Fix warnings from msgfmt Peter Eisentraut 16:04
Re: pgsql: Translation updates Peter Eisentraut 16:05
Re: pgsql: Translation updates Tom Lane 16:31
Re: pgsql: Translation updates Guillaume Lelarge 16:49
Re: pgsql: Translation updates Guillaume Lelarge 16:50
pgsql: doc: Consistently use result set in documentation Daniel Gustafsson 16:52
pgsql: Stamp 17rc1. Tom Lane 20:11

Sept. 3, 2024

Thread Author Time
pgsql: Define PG_TBLSPC_DIR for path pg_tblspc/ in data folder Michael Paquier 00:15
pgsql: Fix typos and grammar in code comments and docs Michael Paquier 05:49
pgsql: Add const qualifiers to XLogRegister*() functions Peter Eisentraut 06:12
pgsql: Fix typos in code comments and test data Daniel Gustafsson 09:52
Re: pgsql: Remove support for OpenSSL older than 1.1.0 Robins Tharakan 10:36
Re: pgsql: Remove support for OpenSSL older than 1.1.0 📎 Daniel Gustafsson 11:36
Re: pgsql: Implement pg_wal_replay_wait() stored procedure Alexander Korotkov 13:07
Re: pgsql: Implement pg_wal_replay_wait() stored procedure 📎 Alexander Korotkov 13:45
pgsql: Use library functions to edit config in SSL tests Daniel Gustafsson 17:02
pgsql: Test for PG_TEST_EXTRA separately in SSL tests Daniel Gustafsson 17:02
pgsql: Add block_range_read_stream_cb(), to deduplicate code. Noah Misch 17:46
pgsql: Optimize pg_visibility with read streams. Noah Misch 17:46
pgsql: Fix stack variable scope from previous commit. Noah Misch 19:45
pgsql: Tag refs/tags/REL_17_RC1 was created noreply 21:02
pgsql: Standardize "read-ahead advice" terminology. Thomas Munro 22:30
pgsql: Simplify makefiles exporting twice enable_injection_points Michael Paquier 23:06
pgsql: Simplify makefiles exporting twice enable_injection_points Michael Paquier 23:06
pgsql: Remember last collation to speed up collation cache. Jeff Davis 23:31
pgsql: Avoid installcheck failure in TAP tests using injection_points Michael Paquier 23:56
pgsql: Avoid installcheck failure in TAP tests using injection_points Michael Paquier 23:56

Sept. 4, 2024

Thread Author Time
pgsql: Fix inconsistent LWLock tranche name "CommitTsSLRU" Michael Paquier 01:23
pgsql: Fix inconsistent LWLock tranche name "CommitTsSLRU" Michael Paquier 01:23
pgsql: Avoid unnecessary post-sort projection Richard Guo 03:20
pgsql: Check the validity of commutators for merge/hash clauses Richard Guo 03:20
pgsql: Collect statistics about conflicts in logical replication. Amit Kapila 03:37
pgsql: Apply more quoting to GUC names in messages Michael Paquier 04:58
pgsql: Unify some error messages to ease work of translators Michael Paquier 05:53
pgsql: Remove a couple of strerror() calls Peter Eisentraut 12:52
pgsql: Revert "Optimize pg_visibility with read streams." Noah Misch 18:39
pgsql: Remove test-case workarounds for ancient libedit versions. Tom Lane 20:25
pgsql: Remove lc_collate_is_c(). Jeff Davis 21:38

Sept. 5, 2024

Thread Author Time
pgsql: Speedup WindowAgg code by moving uncommon code out-of-line David Rowley 04:00
pgsql: Optimize WindowAgg's use of tuplestores David Rowley 04:18
pgsql: Check availability of module injection_points in TAP tests Michael Paquier 04:30
pgsql: Fix two NULL pointer dereferences when reading custom pgstats fr Michael Paquier 05:37
pgsql: Add callback for backend initialization in pgstats Michael Paquier 07:06
pgsql: Fix misleading error message context Peter Eisentraut 13:25
pgsql: Fix handling of NULL return value in typarray lookup Daniel Gustafsson 13:35
pgsql: Prevent mis-encoding of "trailing junk after numeric literal" er Tom Lane 16:42
pgsql: Prevent mis-encoding of "trailing junk after numeric literal" er Tom Lane 16:42
pgsql: Prevent mis-encoding of "trailing junk after numeric literal" er Tom Lane 16:42
pgsql: Prevent mis-encoding of "trailing junk after numeric literal" er Tom Lane 16:42
pgsql: Be more careful with error paths in pg_set_regex_collation(). Jeff Davis 19:22

Sept. 6, 2024

Thread Author Time
pgsql: doc PG 17 relnotes: remove tab complete for MERGE/SPLIT partit. Bruce Momjian 01:49
pgsql: SQL/JSON: Fix default ON ERROR behavior for JSON_TABLE Amit Langote 03:07
pgsql: SQL/JSON: Avoid initializing unnecessary ON ERROR / ON EMPTY ste Amit Langote 03:07
pgsql: Update comment about ExprState.escontext Amit Langote 03:07
pgsql: SQL/JSON: Fix JSON_TABLE() column deparsing Amit Langote 03:07
pgsql: Update comment about ExprState.escontext Amit Langote 03:07
pgsql: SQL/JSON: Fix default ON ERROR behavior for JSON_TABLE Amit Langote 03:07
pgsql: SQL/JSON: Fix JSON_TABLE() column deparsing Amit Langote 03:07
pgsql: SQL/JSON: Avoid initializing unnecessary ON ERROR / ON EMPTY ste Amit Langote 03:07
Re: pgsql: SQL/JSON: Avoid initializing unnecessary ON ERROR / ON EMPTY ste Amit Langote 03:44
pgsql: Revert recent SQL/JSON related commits Amit Langote 03:56
pgsql: Revert recent SQL/JSON related commits Amit Langote 03:56
Re: pgsql: SQL/JSON: Avoid initializing unnecessary ON ERROR / ON EMPTY ste Tom Lane 04:09
Re: pgsql: SQL/JSON: Avoid initializing unnecessary ON ERROR / ON EMPTY ste Amit Langote 04:18
Re: pgsql: SQL/JSON: Avoid initializing unnecessary ON ERROR / ON EMPTY ste Tom Lane 04:19
Re: pgsql: SQL/JSON: Avoid initializing unnecessary ON ERROR / ON EMPTY ste Amit Langote 04:29
pgsql: SQL/JSON: Fix JSON_TABLE() column deparsing Amit Langote 07:52
pgsql: SQL/JSON: Fix default ON ERROR behavior for JSON_TABLE Amit Langote 07:52
pgsql: SQL/JSON: Fix JSON_TABLE() column deparsing Amit Langote 07:53
pgsql: SQL/JSON: Fix default ON ERROR behavior for JSON_TABLE Amit Langote 07:53
pgsql: Remove useless unconstify Peter Eisentraut 09:40
pgsql: Fix incorrect pg_stat_io output on 32-bit machines. Tom Lane 15:58
pgsql: Fix incorrect pg_stat_io output on 32-bit machines. Tom Lane 15:58
pgsql: Fix incorrect pg_stat_io output on 32-bit machines. Tom Lane 15:58
pgsql: Remove lc_ctype_is_c(). Jeff Davis 20:48

Sept. 7, 2024

Thread Author Time
pgsql: Update extension lookup routines to use the syscache Michael Paquier 11:21

Sept. 8, 2024

Thread Author Time
pgsql: Avoid core dump after getpwuid_r failure. Tom Lane 23:15

Sept. 9, 2024

Thread Author Time
pgsql: Add callbacks to control flush of fixed-numbered stats Michael Paquier 02:14
pgsql: Fix order of parameters in a cost_sort call Richard Guo 03:59
pgsql: SQL/JSON: Avoid initializing unnecessary ON ERROR / ON EMPTY ste Amit Langote 04:47
pgsql: Fix waits of REINDEX CONCURRENTLY for indexes with predicates or Michael Paquier 04:50
pgsql: Fix waits of REINDEX CONCURRENTLY for indexes with predicates or Michael Paquier 04:50
pgsql: Fix waits of REINDEX CONCURRENTLY for indexes with predicates or Michael Paquier 04:50
pgsql: Fix waits of REINDEX CONCURRENTLY for indexes with predicates or Michael Paquier 04:50
pgsql: Fix waits of REINDEX CONCURRENTLY for indexes with predicates or Michael Paquier 04:50
pgsql: SQL/JSON: Avoid initializing unnecessary ON ERROR / ON EMPTY ste Amit Langote 06:59
pgsql: Add PQfullProtocolVersion() to surface the precise protocol vers Robert Haas 15:56
pgsql: Don't bother checking the result of SPI_connect[_ext] anymore. Tom Lane 16:18
pgsql: Consistently use PageGetExactFreeSpace() in pgstattuple. Tom Lane 18:34
pgsql: Add WAL usage reporting to ANALYZE VERBOSE output. Masahiko Sawada 21:56
pgsql: Remove emode argument from XLogFileRead() and XLogFileReadAnyTLI Michael Paquier 23:44

Sept. 10, 2024

Thread Author Time
pgsql: Introduce an RTE for the grouping step Richard Guo 03:38
pgsql: Mark expressions nullable by grouping sets Richard Guo 03:38
pgsql: Add amgettreeheight index AM API routine Peter Eisentraut 08:09
pgsql: Protect against small overread in SASLprep validation Daniel Gustafsson 09:27
pgsql: Add PG_TEST_PG_COMBINEBACKUP_MODE to CI tasks Tomas Vondra 14:30
pgsql: Improve documentation and testing of jsonpath string() for datet Tom Lane 18:48
pgsql: Fix some whitespace issues in XMLSERIALIZE(... INDENT). Tom Lane 20:20
pgsql: Fix some whitespace issues in XMLSERIALIZE(... INDENT). Tom Lane 20:20
pgsql: Fix some whitespace issues in XMLSERIALIZE(... INDENT). Tom Lane 20:20
pgsql: Use a hash table to de-duplicate column names in ruleutils.c. Tom Lane 20:49
pgsql: Optimize pg_visibility with read streams. Noah Misch 22:24

Sept. 11, 2024

Thread Author Time
pgsql: Improve assertion in FindReplTupleInLocalRel(). Amit Kapila 04:02
pgsql: common/jsonapi: support libpq as a client Peter Eisentraut 07:05
pgsql: Update .gitignore Peter Eisentraut 07:26
pgsql: Remove obsolete unconstify() Peter Eisentraut 07:26
pgsql: Fix unique key checks in JSON object constructors Tomas Vondra 12:00
pgsql: Fix unique key checks in JSON object constructors Tomas Vondra 12:00
pgsql: Fix unique key checks in JSON object constructors Tomas Vondra 12:00
pgsql: Replace gratuitous memmove() with memcpy() Peter Eisentraut 13:38
pgsql: pg_createsubscriber: minor documentation fixes Magnus Hagander 14:40
pgsql: pg_createsubscriber: minor documentation fixes Magnus Hagander 14:40
pgsql: Remove incorrect Assert. Tom Lane 15:42
pgsql: Remove incorrect Assert. Tom Lane 15:42
pgsql: Remove incorrect Assert. Tom Lane 15:42
pgsql: Remove incorrect Assert. Tom Lane 15:42
pgsql: Remove incorrect Assert. Tom Lane 15:42
pgsql: Remove incorrect Assert. Tom Lane 15:42
pgsql: Remove incorrect Assert. Tom Lane 15:42

Sept. 12, 2024

Thread Author Time
pgsql: SQL/JSON: Fix JSON_QUERY(... WITH CONDITIONAL WRAPPER) Amit Langote 01:55
pgsql: SQL/JSON: Fix JSON_QUERY(... WITH CONDITIONAL WRAPPER) Amit Langote 01:55
pgsql: Adjust tuplestore stats API David Rowley 04:02
pgsql: Move logic related to WAL replay of Heap/Heap2 into its own file Michael Paquier 04:32
pgsql: Don't overwrite scan key in systable_beginscan() Peter Eisentraut 09:17
pgsql: Remove old RULE privilege completely. Fujii Masao 10:35
pgsql: Doc: alphabetize aggregate function table David Rowley 10:37
pgsql: Doc: alphabetize aggregate function table David Rowley 10:37
pgsql: Doc: alphabetize aggregate function table David Rowley 10:38
pgsql: Remove hardcoded hash opclass function signature exceptions Peter Eisentraut 11:13
pgsql: Deduplicate code in LargeObjectExists and myLargeObjectExists. Fujii Masao 12:55
pgsql: Add has_largeobject_privilege function. Fujii Masao 12:55
pgsql: Make jsonpath .string() be immutable for datetimes. Tom Lane 18:30
pgsql: Make jsonpath .string() be immutable for datetimes. Tom Lane 18:30
pgsql: Simplify checks for deterministic collations. Jeff Davis 21:03
pgsql: Remove redundant check for default collation. Jeff Davis 21:03
pgsql: Reintroduce support for sequences in pgstattuple and pageinspect Nathan Bossart 21:33
pgsql: Reintroduce support for sequences in pgstattuple and pageinspect Nathan Bossart 21:33
pgsql: Reintroduce support for sequences in pgstattuple and pageinspect Nathan Bossart 21:33
pgsql: Reintroduce support for sequences in pgstattuple and pageinspect Nathan Bossart 21:33
pgsql: Reintroduce support for sequences in pgstattuple and pageinspect Nathan Bossart 21:33
pgsql: Reintroduce support for sequences in pgstattuple and pageinspect Nathan Bossart 21:33
pgsql: Reintroduce support for sequences in pgstattuple and pageinspect Nathan Bossart 21:33

Sept. 13, 2024

Thread Author Time
pgsql: pg_stat_statements: Add tests with extended query protocol Michael Paquier 00:42
pgsql: Prohibit altering invalidated replication slots. Amit Kapila 04:02
pgsql: SQL/JSON: Update example in JSON_QUERY() documentation Amit Langote 07:12
pgsql: SQL/JSON: Update example in JSON_QUERY() documentation Amit Langote 07:12
pgsql: doc PG 17 relnotes: add links to commits Bruce Momjian 13:44
pgsql: Remove separate locale_is_c arguments Peter Eisentraut 14:30
pgsql: Fix contrib/pageinspect's test for sequences. Nathan Bossart 15:18
pgsql: Fix contrib/pageinspect's test for sequences. Nathan Bossart 15:18
pgsql: Fix contrib/pageinspect's test for sequences. Nathan Bossart 15:18
pgsql: Fix contrib/pageinspect's test for sequences. Nathan Bossart 15:18
pgsql: Fix contrib/pageinspect's test for sequences. Nathan Bossart 15:18
pgsql: Fix contrib/pageinspect's test for sequences. Nathan Bossart 15:18
pgsql: Fix contrib/pageinspect's test for sequences. Nathan Bossart 15:18
pgsql: doc PG 17 relnotes: replace commit hashes with section marks Bruce Momjian 16:29
pgsql: Add commit 2b03cfeea4 to .git-blame-ignore-revs. Nathan Bossart 18:06
pgsql: Allow _h_indexbuild() to be interrupted. Tom Lane 20:17
pgsql: Allow _h_indexbuild() to be interrupted. Tom Lane 20:17
pgsql: Allow _h_indexbuild() to be interrupted. Tom Lane 20:17
pgsql: Allow _h_indexbuild() to be interrupted. Tom Lane 20:17
pgsql: Allow _h_indexbuild() to be interrupted. Tom Lane 20:17
pgsql: Allow _h_indexbuild() to be interrupted. Tom Lane 20:17
pgsql: Allow _h_indexbuild() to be interrupted. Tom Lane 20:17
pgsql: doc PG 17 relnotes: add dynamic shared memory registry item Bruce Momjian 21:06
pgsql: doc PG 17 relnotes: move partition access method item Bruce Momjian 22:22

Sept. 14, 2024

Thread Author Time
pgsql: Only define NO_THREAD_SAFE_LOCALE for MSVC plperl when required Andrew Dunstan 13:21
pgsql: Only define NO_THREAD_SAFE_LOCALE for MSVC plperl when required Andrew Dunstan 13:21
pgsql: Only define NO_THREAD_SAFE_LOCALE for MSVC plperl when required Andrew Dunstan 13:21
pgsql: Only define NO_THREAD_SAFE_LOCALE for MSVC plperl when required Andrew Dunstan 13:21
pgsql: Only define NO_THREAD_SAFE_LOCALE for MSVC plperl when required Andrew Dunstan 13:21
pgsql: Only define NO_THREAD_SAFE_LOCALE for MSVC plperl when required Andrew Dunstan 13:21
pgsql: Only define NO_THREAD_SAFE_LOCALE for MSVC plperl when required Andrew Dunstan 13:21
pgsql: doc PG 17 relnotes: move EXPLAIN items to their own section Bruce Momjian 13:27
pgsql: Improve meson's detection of perl build flags Andrew Dunstan 14:37
pgsql: Improve meson's detection of perl build flags Andrew Dunstan 14:37
pgsql: Improve meson's detection of perl build flags Andrew Dunstan 14:37
pgsql: doc PG 17 relnotes: update to current Bruce Momjian 14:38
pgsql: Remove obsolete comment in pg_stat_statements. Tom Lane 15:43
pgsql: Remove obsolete comment in pg_stat_statements. Tom Lane 15:43
pgsql: doc PG 17 relnotes: remove commit link whose comment was removed Bruce Momjian 16:49
pgsql: doc PG 17 relnotes: adjust SGML format for commit add script Bruce Momjian 17:20
pgsql: Add commit 7229ebe011df to .git-blame-ignore-revs. Alvaro Herrera 18:18
pgsql: Add commit 7229ebe011df to .git-blame-ignore-revs. Alvaro Herrera 18:18
pgsql: Run regression tests with timezone America/Los_Angeles. Tom Lane 21:55
pgsql: Run regression tests with timezone America/Los_Angeles. Tom Lane 21:55
pgsql: Run regression tests with timezone America/Los_Angeles. Tom Lane 21:55

Browse Archives

Prev | Next