pgsql-committers since 2024-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, 2024

Thread Author Time
pgsql: Remove unused #include's from backend .c files Peter Eisentraut 07:32
pgsql: Fix obsolete nbtree split buffer comment. Peter Geoghegan 14:38

Oct. 28, 2024

Thread Author Time
pgsql: Set query ID for inner queries of CREATE TABLE AS and DECLARE Michael Paquier 00:04
pgsql: Change the default value of the streaming option to 'parallel'. Amit Kapila 03:25
pgsql: Remove unused #include's from contrib, pl, test .c files Peter Eisentraut 07:02
Re: pgsql: Implement pg_wal_replay_wait() stored procedure Heikki Linnakangas 09:36
pgsql: Restore missing line to copyright notice Heikki Linnakangas 11:26
pgsql: Fix overflow in bsearch_arg() with more than INT_MAX elements Heikki Linnakangas 12:13
pgsql: Fix overflow in bsearch_arg() with more than INT_MAX elements Heikki Linnakangas 12:13
pgsql: Fix overflow in bsearch_arg() with more than INT_MAX elements Heikki Linnakangas 12:13
pgsql: Fix overflow in bsearch_arg() with more than INT_MAX elements Heikki Linnakangas 12:13
pgsql: Fix overflow in bsearch_arg() with more than INT_MAX elements Heikki Linnakangas 12:13
Re: pgsql: Implement pg_wal_replay_wait() stored procedure Robert Haas 15:47
Re: pgsql: Remove unused #include's from contrib, pl, test .c files Peter Geoghegan 15:48
Re: pgsql: Remove unused #include's from contrib, pl, test .c files Peter Geoghegan 15:56
pgsql: nbtree: Minor sibling link traversal tweaks. Peter Geoghegan 16:23
pgsql: Fix WAL_DEBUG build Peter Eisentraut 16:46
Re: pgsql: Remove unused #include's from contrib, pl, test .c files Peter Eisentraut 16:46
pgsql: Strip Windows newlines from extension script files manually. Tom Lane 17:07
Re: pgsql: Implement pg_wal_replay_wait() stored procedure Alexander Korotkov 18:35
pgsql: Guard against enormously long input in pg_saslprep(). Tom Lane 18:39
pgsql: Guard against enormously long input in pg_saslprep(). Tom Lane 18:39
pgsql: Unify src/common/'s definitions of MaxAllocSize. Tom Lane 18:39
pgsql: Guard against enormously long input in pg_saslprep(). Tom Lane 18:39
pgsql: Guard against enormously long input in pg_saslprep(). Tom Lane 18:39
pgsql: Guard against enormously long input in pg_saslprep(). Tom Lane 18:39
Re: pgsql: Implement pg_wal_replay_wait() stored procedure Alexander Korotkov 19:42
pgsql: Ensure we have a snapshot when updating pg_index in index_drop() Nathan Bossart 21:45
pgsql: Fix dependency of partitioned table and table AM with CREATE TAB Michael Paquier 23:42
pgsql: Fix dependency of partitioned table and table AM with CREATE TAB Michael Paquier 23:42

Oct. 29, 2024

Thread Author Time
pgsql: Doc: clarify enable_indexscan=off also disabled Index Only Scans David Rowley 03:24
pgsql: Doc: clarify enable_indexscan=off also disabled Index Only Scans David Rowley 03:25
pgsql: Doc: clarify enable_indexscan=off also disabled Index Only Scans David Rowley 03:25
pgsql: Doc: clarify enable_indexscan=off also disabled Index Only Scans David Rowley 03:25
pgsql: Doc: clarify enable_indexscan=off also disabled Index Only Scans David Rowley 03:26
pgsql: Doc: clarify enable_indexscan=off also disabled Index Only Scans David Rowley 03:26
pgsql: Doc: clarify enable_indexscan=off also disabled Index Only Scans David Rowley 03:26
Re: pgsql: Change the default value of the streaming option to 'parallel'. Amit Kapila 04:05
pgsql: doc: Add better description for rewrite functions in event trigg Michael Paquier 06:35
pgsql: doc: Add better description for rewrite functions in event trigg Michael Paquier 06:35
pgsql: doc: Add better description for rewrite functions in event trigg Michael Paquier 06:35
pgsql: doc: Add better description for rewrite functions in event trigg Michael Paquier 06:35
pgsql: doc: Add better description for rewrite functions in event trigg Michael Paquier 06:35
pgsql: doc: Add better description for rewrite functions in event trigg Michael Paquier 06:35
pgsql: Add missing FATAL => 'all' to a use warnings in Perl Peter Eisentraut 09:33
pgsql: Doc: add detail about EXPLAIN's "Disabled" property David Rowley 10:28
pgsql: Reduce variable scope and possibly useless palloc David Rowley 12:39
pgsql: Update time zone data files to tzdata release 2024b. Tom Lane 15:50
pgsql: Update time zone data files to tzdata release 2024b. Tom Lane 15:50
pgsql: Update time zone data files to tzdata release 2024b. Tom Lane 15:50
pgsql: Update time zone data files to tzdata release 2024b. Tom Lane 15:50
pgsql: Update time zone data files to tzdata release 2024b. Tom Lane 15:50
pgsql: Update time zone data files to tzdata release 2024b. Tom Lane 15:50
pgsql: Update time zone data files to tzdata release 2024b. Tom Lane 15:50
pgsql: Unpin buffer before inplace update waits for an XID to end. Noah Misch 16:41
pgsql: Unpin buffer before inplace update waits for an XID to end. Noah Misch 16:41
pgsql: Unpin buffer before inplace update waits for an XID to end. Noah Misch 16:41
pgsql: Unpin buffer before inplace update waits for an XID to end. Noah Misch 16:41
pgsql: Unpin buffer before inplace update waits for an XID to end. Noah Misch 16:41
pgsql: Unpin buffer before inplace update waits for an XID to end. Noah Misch 16:41
pgsql: Unpin buffer before inplace update waits for an XID to end. Noah Misch 16:41
pgsql: Add missing CommandCounterIncrement() in stats import functions. Jeff Davis 17:15
Re: pgsql: Update time zone data files to tzdata release 2024b. Andrew Dunstan 21:44
Re: pgsql: Update time zone data files to tzdata release 2024b. Tom Lane 22:41
Re: pgsql: Update time zone data files to tzdata release 2024b. Andrew Dunstan 23:06

Oct. 30, 2024

Thread Author Time
pgsql: Replicate generated columns when specified in the column list. Amit Kapila 07:18
pgsql: meson: Add missing dependency to unicode test programs Peter Eisentraut 07:31
pgsql: Fix some more bugs in foreign keys connecting partitioned tables Álvaro Herrera 10:29
pgsql: Fix some more bugs in foreign keys connecting partitioned tables Álvaro Herrera 10:29
pgsql: Fix some more bugs in foreign keys connecting partitioned tables Álvaro Herrera 10:29
pgsql: Fix some more bugs in foreign keys connecting partitioned tables Álvaro Herrera 10:29
pgsql: Fix bug in nbtree array primitive scan scheduling. Peter Geoghegan 14:58
pgsql: Fix bug in nbtree array primitive scan scheduling. Peter Geoghegan 14:58
Re: pgsql: Update time zone data files to tzdata release 2024b. Tom Lane 15:00
pgsql: Stabilize jsonb_path_query test case. Tom Lane 15:42
pgsql: Stabilize jsonb_path_query test case. Tom Lane 15:42
pgsql: Optimize sifting down in binaryheap. Nathan Bossart 16:29
pgsql: Clarify nbtree array exhaustion comments. Peter Geoghegan 17:44
pgsql: nbtree: assert no scheduled primscan between pages. Peter Geoghegan 19:53
Re: pgsql: Update time zone data files to tzdata release 2024b. Andrew Dunstan 20:14
Re: pgsql: Update time zone data files to tzdata release 2024b. Tom Lane 20:33
Re: pgsql: Update time zone data files to tzdata release 2024b. Andrew Dunstan 20:56
Re: pgsql: Update time zone data files to tzdata release 2024b. Tom Lane 22:43
Re: pgsql: Update time zone data files to tzdata release 2024b. Tom Lane 23:07
Re: pgsql: Update time zone data files to tzdata release 2024b. Tom Lane 23:20
pgsql: injection_points: Improve comment about disabled isolation permu Michael Paquier 23:43

Oct. 31, 2024

Thread Author Time
pgsql: Remove unused field from SubPlanState struct David Rowley 00:44
pgsql: Split RelationClearRelation into three different functions Heikki Linnakangas 08:13
pgsql: Simplify call to rebuild relcache entry for indexes Heikki Linnakangas 08:13
pgsql: Remove duplicate words in comments Daniel Gustafsson 10:47
Re: pgsql: ecpg: Fix out-of-bound read in DecodeDateTime() Bruce Momjian 14:44
pgsql: Fix refreshing physical relfilenumber on shared index Heikki Linnakangas 16:26
pgsql: Add a parse location field to struct FunctionParameter. Tom Lane 20:09
pgsql: Make all ereport() calls within gram.y provide error locations. Tom Lane 20:09

Nov. 1, 2024

Thread Author Time
pgsql: Add SQL function array_reverse() Michael Paquier 01:32
Re: pgsql: Make all ereport() calls within gram.y provide error locations. Michael Paquier 01:56
Re: pgsql: Make all ereport() calls within gram.y provide error locations. Tom Lane 02:00
pgsql: Add pg_memory_is_all_zeros() in memutils.h Michael Paquier 02:36
pgsql: Remove use of pg_memory_is_all_zeros() in bufpage.c Michael Paquier 08:07
pgsql: Rename two functions that wake up other processes Heikki Linnakangas 12:07
pgsql: Use ProcNumbers instead of direct Latch pointers to address othe Heikki Linnakangas 12:07
pgsql: doc: remove mention of ActiveState for Perl and Tcl on Windows Bruce Momjian 15:31
pgsql: doc: remove mention of ActiveState for Perl and Tcl on Windows Bruce Momjian 15:31
pgsql: doc: remove mention of ActiveState for Perl and Tcl on Windows Bruce Momjian 15:31
pgsql: doc: remove mention of ActiveState for Perl and Tcl on Windows Bruce Momjian 15:31
pgsql: doc: remove mention of ActiveState for Perl and Tcl on Windows Bruce Momjian 15:31
pgsql: doc: remove mention of ActiveState for Perl and Tcl on Windows Bruce Momjian 15:31
pgsql: doc: remove mention of ActiveState for Perl and Tcl on Windows Bruce Momjian 15:31
pgsql: Clarify nbtree array preprocessing comment. Peter Geoghegan 15:43
pgsql: doc: improve build for non-Latin1 characters Bruce Momjian 16:47
pgsql: Update contrib/sepgsql regression tests for commit 89e51abcb. Tom Lane 16:50
Re: pgsql: Update time zone data files to tzdata release 2024b. Andrew Dunstan 17:06
pgsql: doc: Add link to listen_addresses as cause of connection failure Bruce Momjian 17:15
pgsql: doc: explain how the home directory is found on Unix-like syst. Bruce Momjian 17:32
pgsql: doc: fix ALTER DOMAIN domain_constraint to spell out options Bruce Momjian 17:54
pgsql: doc: fix ALTER DOMAIN domain_constraint to spell out options Bruce Momjian 17:54
pgsql: doc: fix ALTER DOMAIN domain_constraint to spell out options Bruce Momjian 17:54
pgsql: doc: fix ALTER DOMAIN domain_constraint to spell out options Bruce Momjian 17:54
pgsql: doc: fix ALTER DOMAIN domain_constraint to spell out options Bruce Momjian 17:54
pgsql: doc: fix ALTER DOMAIN domain_constraint to spell out options Bruce Momjian 17:54
pgsql: doc: fix ALTER DOMAIN domain_constraint to spell out options Bruce Momjian 17:54
pgsql: doc: improve tablespace example query and link to helper funcs. Bruce Momjian 19:54
pgsql: doc: remove useless MERGE example Bruce Momjian 20:20
pgsql: doc: clarify text around MVCC example query Bruce Momjian 20:38

Nov. 2, 2024

Thread Author Time
pgsql: Revert "For inplace update, send nontransactional invalidations. Noah Misch 16:08
pgsql: Move I/O before the index_update_stats() buffer lock region. Noah Misch 16:08
pgsql: Move I/O before the index_update_stats() buffer lock region. Noah Misch 16:08
pgsql: Move I/O before the index_update_stats() buffer lock region. Noah Misch 16:08
pgsql: Revert "WAL-log inplace update before revealing it to other sess Noah Misch 16:08
pgsql: Revert "For inplace update, send nontransactional invalidations. Noah Misch 16:08
pgsql: Revert "For inplace update, send nontransactional invalidations. Noah Misch 16:08
pgsql: Move I/O before the index_update_stats() buffer lock region. Noah Misch 16:08
pgsql: Revert "For inplace update, send nontransactional invalidations. Noah Misch 16:08
pgsql: Revert "WAL-log inplace update before revealing it to other sess Noah Misch 16:08
pgsql: Move I/O before the index_update_stats() buffer lock region. Noah Misch 16:08
pgsql: Move I/O before the index_update_stats() buffer lock region. Noah Misch 16:08
pgsql: Revert "WAL-log inplace update before revealing it to other sess Noah Misch 16:08
pgsql: Move I/O before the index_update_stats() buffer lock region. Noah Misch 16:08
pgsql: Fix inplace update buffer self-deadlock. Noah Misch 16:08
pgsql: Revert "WAL-log inplace update before revealing it to other sess Noah Misch 16:08
pgsql: Revert "For inplace update, send nontransactional invalidations. Noah Misch 16:08
pgsql: Revert "WAL-log inplace update before revealing it to other sess Noah Misch 16:08
pgsql: Revert "For inplace update, send nontransactional invalidations. Noah Misch 16:08
pgsql: Revert "WAL-log inplace update before revealing it to other sess Noah Misch 16:08

Nov. 3, 2024

Thread Author Time
Re: pgsql: Move I/O before the index_update_stats() buffer lock region. Tom Lane 02:32
pgsql: Suppress new "may be used uninitialized" warning. Noah Misch 02:44
pgsql: Suppress new "may be used uninitialized" warning. Noah Misch 02:44
pgsql: Suppress new "may be used uninitialized" warning. Noah Misch 02:44
pgsql: Suppress new "may be used uninitialized" warning. Noah Misch 02:44
pgsql: Suppress new "may be used uninitialized" warning. Noah Misch 02:44
pgsql: Suppress new "may be used uninitialized" warning. Noah Misch 02:44
pgsql: Suppress new "may be used uninitialized" warning. Noah Misch 02:44
Re: pgsql: Move I/O before the index_update_stats() buffer lock region. Noah Misch 03:10
Re: pgsql: Move I/O before the index_update_stats() buffer lock region. Tom Lane 03:13
Re: pgsql: Move I/O before the index_update_stats() buffer lock region. Noah Misch 03:21
pgsql: Add missing newlines at the end of two SQL files Michael Paquier 10:52
Re: pgsql: Implement pg_wal_replay_wait() stored procedure 📎 Alexander Korotkov 20:54
Re: pgsql: Implement pg_wal_replay_wait() stored procedure Alexander Korotkov 21:03

Nov. 4, 2024

Thread Author Time
pgsql: Doc: Update the behavior of generated columns in Logical Replica Amit Kapila 04:15
Re: pgsql: Implement pg_wal_replay_wait() stored procedure 📎 Alexander Korotkov 04:29
Re: pgsql: Implement pg_wal_replay_wait() stored procedure Michael Paquier 06:04
Re: pgsql: doc: improve build for non-Latin1 characters Peter Eisentraut 07:02
pgsql: Add PG_TEST_EXTRA configure option to the Make builds Heikki Linnakangas 12:25
pgsql: Make PG_TEST_EXTRA env var override the "meson setup" option Heikki Linnakangas 12:25
pgsql: Fix comment in LockReleaseAll() on when locallock->nLock can be Heikki Linnakangas 13:48
Re: pgsql: Implement pg_wal_replay_wait() stored procedure Alexander Korotkov 14:02
pgsql: Clarify nbtree parallel scan _bt_endpoint contract. Peter Geoghegan 14:06
Re: pgsql: Implement pg_wal_replay_wait() stored procedure Alvaro Herrera 14:19
pgsql: Move TRACE calls into WaitOnLock() Heikki Linnakangas 14:21
pgsql: Set MyProc->heldLocks in ProcSleep Heikki Linnakangas 14:21
pgsql: doc: fix typo in mvcc clarification in commit 2fa255ce9b9 Bruce Momjian 14:25
pgsql: pg_combinebackup: When reconstructing, avoid double slash in fil Robert Haas 15:09
pgsql: pg_combinebackup: When reconstructing, avoid double slash in fil Robert Haas 15:09
pgsql: pg_combinebackup: Error if incremental file exists in full backu Robert Haas 15:26
pgsql: pg_combinebackup: Error if incremental file exists in full backu Robert Haas 15:26
Re: pgsql: Implement pg_wal_replay_wait() stored procedure Robert Haas 15:53
Re: pgsql: Implement pg_wal_replay_wait() stored procedure Heikki Linnakangas 15:57
pgsql: Split ProcSleep function into JoinWaitQueue and ProcSleep Heikki Linnakangas 16:02
pgsql: nbtree: Remove useless 'strat' local variable. Peter Geoghegan 16:05
pgsql: docs: Consistently use <optional> to indicate optional parameter Heikki Linnakangas 16:42
Re: pgsql: Implement pg_wal_replay_wait() stored procedure Robert Haas 16:53
Re: pgsql: Implement pg_wal_replay_wait() stored procedure Heikki Linnakangas 17:11
pgsql: Fix obsolete _bt_first comments. Peter Geoghegan 17:44
pgsql: Fix typo in comment of gistdoinsert(). Masahiko Sawada 18:22
pgsql: pg_dump: provide a stable sort order for rules. Tom Lane 18:31
Re: pgsql: Implement pg_wal_replay_wait() stored procedure Alexander Korotkov 19:04
pgsql: doc: remove check of SVG files, since they are derived Bruce Momjian 19:10
pgsql: pg_basebackup, pg_receivewal: fix failure to find password in ~/ Tom Lane 19:36
pgsql: pg_basebackup, pg_receivewal: fix failure to find password in ~/ Tom Lane 19:36
Re: pgsql: doc: improve build for non-Latin1 characters Bruce Momjian 19:52
pgsql: doc: use more accurate URL for bug reporting Bruce Momjian 20:08
pgsql: Revert pg_wal_replay_wait() stored procedure Alexander Korotkov 20:56
Re: pgsql: Implement pg_wal_replay_wait() stored procedure Alexander Korotkov 21:00
Re: pgsql: Implement pg_wal_replay_wait() stored procedure Alexander Korotkov 21:05
pgsql: Use portable diff options in pg_bsd_indent's regression test. Tom Lane 23:09
pgsql: Use portable diff options in pg_bsd_indent's regression test. Tom Lane 23:09
pgsql: Use portable diff options in pg_bsd_indent's regression test. Tom Lane 23:09

Nov. 5, 2024

Thread Author Time
pgsql: Clear padding of PgStat_HashKey when handling pgstats entries Michael Paquier 00:41
pgsql: Clear padding of PgStat_HashKey when handling pgstats entries Michael Paquier 00:41
pgsql: Clear padding of PgStat_HashKey when handling pgstats entries Michael Paquier 00:41

Browse Archives

Prev | Next