pgsql-committers - October 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

Oct. 1, 2022

Thread Author Time
Re: pgsql: Avoid improbable PANIC during heap_update. Peter Geoghegan 00:09
Re: pgsql: Avoid improbable PANIC during heap_update. Peter Geoghegan 01:29
pgsql: meson: mingw: Add -Wl,--disable-auto-import, enable when linking Andres Freund 02:44
Re: pgsql: Avoid improbable PANIC during heap_update. Peter Geoghegan 04:23
Re: pgsql: Avoid improbable PANIC during heap_update. Tom Lane 04:38
Re: pgsql: Avoid improbable PANIC during heap_update. Peter Geoghegan 05:09
Re: pgsql: Avoid improbable PANIC during heap_update. Tom Lane 05:13
Re: pgsql: Avoid improbable PANIC during heap_update. Peter Geoghegan 05:25
pgsql: doc: Fix some grammar and typos Michael Paquier 06:28
pgsql: doc: Fix some grammar and typos Michael Paquier 06:28
pgsql: Fix tiny memory leaks Peter Eisentraut 10:52
Re: pgsql: Avoid improbable PANIC during heap_update. Jeff Davis 16:35
Re: pgsql: Avoid improbable PANIC during heap_update. Peter Geoghegan 16:53
pgsql: meson: windows: Determine path to tmp_install + prefix using mes Andres Freund 19:42
pgsql: meson: Add prefix=/usr/local/pgsql to default_options Andres Freund 19:42
pgsql: ci: macos: Reduce test concurrency Andres Freund 23:59
pgsql: ci: macos: Reduce test concurrency Andres Freund 23:59

Oct. 2, 2022

Thread Author Time
pgsql: ci: enable various runtime checks on FreeBSD and macOS Andres Freund 01:37
Re: pg_upgrade test failure Andres Freund 15:46
Re: pg_upgrade test failure Thomas Munro 20:07
Re: pg_upgrade test failure 📎 Thomas Munro 23:10

Oct. 3, 2022

Thread Author Time
Re: pg_upgrade test failure Michael Paquier 00:40
Re: pg_upgrade test failure Thomas Munro 03:03
Re: pg_upgrade test failure Michael Paquier 06:28
pgsql: Add authentication TAP test for peer authentication Michael Paquier 07:42
pgsql: Revert "Optimize order of GROUP BY keys". Tom Lane 14:56
pgsql: Revert "Optimize order of GROUP BY keys". Tom Lane 14:56
pgsql: Doc: update v15 release notes. Tom Lane 15:06
pgsql: meson: respect -Dldap=disabled Andres Freund 17:40
pgsql: Fix psql's behavior with \g for a multiple-command string. Tom Lane 19:07
pgsql: Fix psql's behavior with \g for a multiple-command string. Tom Lane 19:07
Re: pgsql: Avoid improbable PANIC during heap_update. Jaime Casanova 19:34
pgsql: Stamp 15rc2. Tom Lane 21:04
pgsql: meson: llvm: Use llvm-config's --cxxflags when building llvmjit Andres Freund 22:01

Oct. 4, 2022

Thread Author Time
pgsql: Add filtering capability for cross-version pg_upgrade tests Michael Paquier 01:17
pgsql: Cleanup useless assignments and checks Michael Paquier 04:17
pgsql: Fix comment in guc_tables.c Michael Paquier 06:47
pgsql: Tag refs/tags/REL_15_RC2 was created noreply 21:33

Oct. 5, 2022

Thread Author Time
pgsql: Add a few new patterns to the tab completion of psql Michael Paquier 02:46
pgsql: Use macros from xlog_internal.h for WAL segment logic in pg_rese Michael Paquier 05:14
pgsql: Remove definition of JUMBLE_SIZE from queryjumble.h Michael Paquier 05:28
pgsql: Rename shadowed local variables David Rowley 08:03
pgsql: Fix whitespace Peter Eisentraut 13:07
pgsql: meson: libpq: Revise static / shared library setup Andres Freund 17:08
pgsql: meson: docs: Add xml{lint,proc} wrapper to collect dependencies Andres Freund 17:08
pgsql: meson: Add windows resource files Andres Freund 17:08
pgsql: meson: ecpg: Split definition of static and shared libraries Andres Freund 17:08
pgsql: tests: Restrict pg_locks queries in advisory_locks.sql to curren Andres Freund 18:06
pgsql: tests: Rename conflicting role names Andres Freund 18:06
pgsql: doc: clarify description for log_startup_progress_interval Bruce Momjian 19:54
pgsql: doc: clarify description for log_startup_progress_interval Bruce Momjian 19:54
pgsql: relnotes: fix author names Bruce Momjian 20:17
pgsql: Add optional parameter to PG_TRY() macros David Rowley 21:09
pgsql: Fix final compiler warning produced by -Wshadow=compatible-local David Rowley 21:20

Oct. 6, 2022

Thread Author Time
pgsql: Refactor TAP test authentication/001_password.pl Michael Paquier 00:50
pgsql: Fix comment in xlogprefetcher.c Michael Paquier 11:26
pgsql: Remove useless character-length checks in contrib/ltree. Tom Lane 15:18
pgsql: Introduce t_isalnum() to replace t_isalpha() || t_isdigit() test Tom Lane 15:18
pgsql: Take care to de-duplicate entries in standby.c's table of locks. Tom Lane 16:27
Re: pgsql: Avoid improbable PANIC during heap_update. Alvaro Herrera 16:28
pgsql: Remove MemoryContextContains(). Tom Lane 17:35
pgsql: Remove uses of MemoryContextContains in nodeAgg.c and nodeWindow Tom Lane 17:35
pgsql: windows: Adjust FD_SETSIZE via commandline define Andres Freund 20:10
pgsql: meson: Fix two comments Andres Freund 20:10

Oct. 7, 2022

Thread Author Time
pgsql: Fix final warnings produced by -Wshadow=compatible-local David Rowley 00:15
pgsql: meson: Add support for building with precompiled headers Andres Freund 00:23
pgsql: Create subscription stats entry at CREATE SUBSCRIPTION time Andres Freund 00:23
pgsql: Improve our ability to detect bogus pointers passed to pfree et Tom Lane 01:24
pgsql: Add -Wshadow=compatible-local to the standard compilation flags David Rowley 03:50
pgsql: Remove unnecessary uses of Abs() Peter Eisentraut 11:38
pgsql: Convert macros to static inline functions (rel.h) Peter Eisentraut 14:20
Re: pgsql: Remove unnecessary uses of Abs() Tom Lane 14:38
pgsql: Fix self-referencing foreign keys with partitioned tables Alvaro Herrera 17:39
pgsql: Fix self-referencing foreign keys with partitioned tables Alvaro Herrera 17:39
pgsql: Fix self-referencing foreign keys with partitioned tables Alvaro Herrera 17:39
pgsql: Fix self-referencing foreign keys with partitioned tables Alvaro Herrera 17:39
pgsql: Fix self-referencing foreign keys with partitioned tables Alvaro Herrera 17:39
Re: pgsql: Remove unnecessary uses of Abs() Peter Eisentraut 17:55
Re: pgsql: Remove unnecessary uses of Abs() Tom Lane 17:59
pgsql: autoconf: Rely on ar supporting index creation Andres Freund 19:04

Oct. 8, 2022

Thread Author Time
pgsql: Use fabsf() instead of Abs() or fabs() where appropriate Peter Eisentraut 11:50
pgsql: pgstat: Prevent stats reset from corrupting slotname by removing Andres Freund 17:36
pgsql: pgstat: Prevent stats reset from corrupting slotname by removing Andres Freund 17:36

Oct. 10, 2022

Thread Author Time
pgsql: Update list of acknowledgments in release notes Peter Eisentraut 06:23
pgsql: Use C library functions instead of Abs() for int64 Peter Eisentraut 07:07
pgsql: Remove unnecessary semicolons after goto labels John Naylor 08:15
pgsql: Translation updates Peter Eisentraut 10:08
pgsql: Simplify our Assert infrastructure a little. Tom Lane 19:17
pgsql: Stamp 15.0. Tom Lane 20:28
pgsql: Doc: update release date for v15. Tom Lane 20:58
pgsql: Harden memory context allocators against bogus chunk pointers. Tom Lane 22:45

Oct. 11, 2022

Thread Author Time
pgsql: Add support for COPY TO callback functions Michael Paquier 02:47
pgsql: Add TAP tests for role membership in pg_hba.conf Michael Paquier 04:57
pgsql: Add a common function to generate the origin name. Amit Kapila 05:21
pgsql: Ensure all perl test modules are installed Alvaro Herrera 07:57
pgsql: Ensure all perl test modules are installed Alvaro Herrera 07:57
pgsql: Ensure all perl test modules are installed Alvaro Herrera 07:57
pgsql: Ensure all perl test modules are installed Alvaro Herrera 07:57
pgsql: Ensure all perl test modules are installed Alvaro Herrera 07:57
pgsql: C comment: explain procArray->pgprocnos[] Bruce Momjian 17:08
pgsql: Doc: add entry for pg_get_partkeydef(). Tom Lane 18:28
pgsql: Tag refs/tags/REL_15_0 was created noreply 21:32
pgsql: Yet further fixes for multi-row VALUES lists for updatable views Tom Lane 22:24
pgsql: Yet further fixes for multi-row VALUES lists for updatable views Tom Lane 22:24
pgsql: Yet further fixes for multi-row VALUES lists for updatable views Tom Lane 22:24
pgsql: Yet further fixes for multi-row VALUES lists for updatable views Tom Lane 22:24
pgsql: Yet further fixes for multi-row VALUES lists for updatable views Tom Lane 22:24
pgsql: Yet further fixes for multi-row VALUES lists for updatable views Tom Lane 22:24
pgsql: Yet further fixes for multi-row VALUES lists for updatable views Tom Lane 22:24
Re: pgsql: Add support for COPY TO callback functions Andres Freund 22:42
pgsql: Harden pmsignal.c against clobbered shared memory. Tom Lane 22:54
pgsql: Harden pmsignal.c against clobbered shared memory. Tom Lane 22:54
pgsql: Harden pmsignal.c against clobbered shared memory. Tom Lane 22:54
pgsql: Harden pmsignal.c against clobbered shared memory. Tom Lane 22:54
pgsql: Harden pmsignal.c against clobbered shared memory. Tom Lane 22:54
pgsql: Harden pmsignal.c against clobbered shared memory. Tom Lane 22:54
pgsql: Harden pmsignal.c against clobbered shared memory. Tom Lane 22:54
pgsql: Fix compilation warning in test_copy_callbacks Michael Paquier 23:52
Re: pgsql: Add support for COPY TO callback functions Michael Paquier 23:53

Oct. 12, 2022

Thread Author Time
pgsql: Simplify some maths in xlogreader.c Michael Paquier 01:00
pgsql: Fix shadow variable in postgres.c Michael Paquier 04:44
pgsql: Remove Abs() Peter Eisentraut 04:54
pgsql: Add meson.build to version_stamp.pl Peter Eisentraut 05:06
pgsql: Reduce basebackup_sink.h inclusion footprint Alvaro Herrera 07:44
pgsql: Reduce xlog.h inclusion footprint Alvaro Herrera 07:57
pgsql: Fix outdated code reference Alvaro Herrera 07:57
pgsql: Doc: improve recommended systemd unit file. Tom Lane 14:52
pgsql: Doc: improve recommended systemd unit file. Tom Lane 14:52
pgsql: Doc: improve recommended systemd unit file. Tom Lane 14:52
pgsql: Doc: improve recommended systemd unit file. Tom Lane 14:52
pgsql: Doc: improve recommended systemd unit file. Tom Lane 14:52
pgsql: Doc: improve recommended systemd unit file. Tom Lane 14:52
pgsql: Doc: improve recommended systemd unit file. Tom Lane 14:52
pgsql: doc: Fix description of replication command CREATE_REPLICATION_S Michael Paquier 23:54
pgsql: doc: Fix description of replication command CREATE_REPLICATION_S Michael Paquier 23:54

Oct. 13, 2022

Thread Author Time
pgsql: Fix ordering issue with WAL operations in GIN fast insert path Michael Paquier 00:33
pgsql: Improve the WARNING message for CREATE SUBSCRIPTION. Amit Kapila 00:50
pgsql: Add missing isolation test for test_decoding in meson build Michael Paquier 07:03
pgsql: Allow batch insertion during COPY into a foreign table. Etsuro Fujita 09:51
pgsql: Put tests of md5() function into separate test file Peter Eisentraut 10:25
pgsql: Fix typo in CREATE PUBLICATION reference page Alvaro Herrera 11:37
pgsql: Fix typo in CREATE PUBLICATION reference page Alvaro Herrera 11:37
pgsql: Fix typo in CREATE PUBLICATION reference page Alvaro Herrera 11:37
pgsql: Fix typo in CREATE PUBLICATION reference page Alvaro Herrera 11:37
pgsql: Fix typo in CREATE PUBLICATION reference page Alvaro Herrera 11:37
pgsql: Fix typo in CREATE PUBLICATION reference page Alvaro Herrera 11:37
pgsql: Fix typo in CREATE PUBLICATION reference page Alvaro Herrera 11:37
pgsql: pg_buffercache: Add pg_buffercache_summary() Andres Freund 17:04
pgsql: Remove redundant memset call following palloc0 Daniel Gustafsson 21:28

Oct. 14, 2022

Thread Author Time
pgsql: Fix incorrect comment regarding command completion tags David Rowley 01:32
pgsql: Standardize format for printing PIDs Peter Eisentraut 06:49
pgsql: doc: Correct type of bgw_notify_pid Peter Eisentraut 06:49
pgsql: Replace the sorted array of GUC variables with a hash table. Tom Lane 16:36
pgsql: Add auxiliary lists to GUC data structures for better performanc Tom Lane 16:36
pgsql: Store GUC data in a memory context, instead of using malloc(). Tom Lane 16:36
pgsql: Make some minor improvements in memory-context infrastructure. Tom Lane 16:36
pgsql: libpq: Reset singlerow flag correctly in pipeline mode Alvaro Herrera 17:08
pgsql: libpq: Reset singlerow flag correctly in pipeline mode Alvaro Herrera 17:08
pgsql: libpq: Reset singlerow flag correctly in pipeline mode Alvaro Herrera 17:08
pgsql: Have GetCurrentTransactionStopTimestamp() set xactStopTimestamp Andres Freund 18:14
pgsql: pgstat: Track time of the last scan of a relation Andres Freund 18:14

Oct. 15, 2022

Thread Author Time
pgsql: Fix some comments in proc.h Michael Paquier 03:22
pgsql: Disallow MERGE cleanly for foreign partitions Alvaro Herrera 18:23
pgsql: Disallow MERGE cleanly for foreign partitions Alvaro Herrera 18:23
pgsql: meson: catch up to a few configure changes Andres Freund 20:04

Oct. 16, 2022

Thread Author Time
pgsql: meson: macos: Use -Wl,-undefined,error for modules Andres Freund 00:03
pgsql: Use libc's snprintf, not sprintf, for special cases in snprintf. Tom Lane 15:48
pgsql: Use libc's snprintf, not sprintf, for special cases in snprintf. Tom Lane 15:48
pgsql: Use libc's snprintf, not sprintf, for special cases in snprintf. Tom Lane 15:48
pgsql: Use libc's snprintf, not sprintf, for special cases in snprintf. Tom Lane 15:48
pgsql: Use libc's snprintf, not sprintf, for special cases in snprintf. Tom Lane 15:48
pgsql: Rename parser token REF to REF_P to avoid a symbol conflict. Tom Lane 19:32
pgsql: Rename parser token REF to REF_P to avoid a symbol conflict. Tom Lane 19:32
pgsql: Rename parser token REF to REF_P to avoid a symbol conflict. Tom Lane 19:32
pgsql: Rename parser token REF to REF_P to avoid a symbol conflict. Tom Lane 19:32
pgsql: Rename parser token REF to REF_P to avoid a symbol conflict. Tom Lane 19:32
pgsql: Rename parser token REF to REF_P to avoid a symbol conflict. Tom Lane 19:32
pgsql: Rename parser token REF to REF_P to avoid a symbol conflict. Tom Lane 19:32
pgsql: Rename parser token REF to REF_P to avoid a symbol conflict. Tom Lane 19:32
pgsql: Rename parser token REF to REF_P to avoid a symbol conflict. Tom Lane 19:32
pgsql: Rename parser token REF to REF_P to avoid a symbol conflict. Tom Lane 19:32
pgsql: Rename parser token REF to REF_P to avoid a symbol conflict. Tom Lane 19:32
pgsql: Rename parser token REF to REF_P to avoid a symbol conflict. Tom Lane 19:32
pgsql: Fix EXPLAIN of SEARCH BREADTH FIRST with a constant initial valu Tom Lane 23:18
pgsql: Fix EXPLAIN of SEARCH BREADTH FIRST with a constant initial valu Tom Lane 23:18
pgsql: Fix EXPLAIN of SEARCH BREADTH FIRST with a constant initial valu Tom Lane 23:18

Oct. 17, 2022

Thread Author Time
pgsql: Add checks for regexes with user name map in test for peer authe Michael Paquier 02:14
pgsql: Fix calculation related to temporary WAL segment name in basic_a Michael Paquier 02:40
pgsql: Fix calculation related to temporary WAL segment name in basic_a Michael Paquier 02:40
pgsql: Guard against table-AM-less relations in planner. Tom Lane 15:35
pgsql: Guard against table-AM-less relations in planner. Tom Lane 15:35
pgsql: Guard against table-AM-less relations in planner. Tom Lane 15:35
pgsql: Guard against table-AM-less relations in planner. Tom Lane 15:35
pgsql: Guard against table-AM-less relations in planner. Tom Lane 15:35
pgsql: Reject non-ON-SELECT rules that are named "_RETURN". Tom Lane 16:14
pgsql: Reject non-ON-SELECT rules that are named "_RETURN". Tom Lane 16:14
pgsql: Reject non-ON-SELECT rules that are named "_RETURN". Tom Lane 16:14
pgsql: Reject non-ON-SELECT rules that are named "_RETURN". Tom Lane 16:14
pgsql: Reject non-ON-SELECT rules that are named "_RETURN". Tom Lane 16:14
pgsql: Reject non-ON-SELECT rules that are named "_RETURN". Tom Lane 16:14

Browse Archives

Prev | Next