pgsql-committers - June 2025

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

June 1, 2025

Thread Author Time
pgsql: postgres_fdw: Inherit the local transaction's access/deferrable Etsuro Fujita 08:34
pgsql: Run pgindent on the previous commit. Tom Lane 18:55
pgsql: Run pgindent on the previous commit. Tom Lane 18:55
pgsql: Fix edge-case resource leaks in PL/Python error reporting. Tom Lane 18:55
pgsql: Fix edge-case resource leaks in PL/Python error reporting. Tom Lane 18:55
pgsql: Fix edge-case resource leaks in PL/Python error reporting. Tom Lane 18:55
pgsql: Fix edge-case resource leaks in PL/Python error reporting. Tom Lane 18:55
pgsql: Fix edge-case resource leaks in PL/Python error reporting. Tom Lane 18:55
pgsql: Run pgindent on the previous commit. Tom Lane 18:55
pgsql: Run pgindent on the previous commit. Tom Lane 18:55
pgsql: Run pgindent on the previous commit. Tom Lane 18:55
pgsql: Run pgindent on the previous commit. Tom Lane 18:55
pgsql: Fix edge-case resource leaks in PL/Python error reporting. Tom Lane 18:55
pgsql: Add commit 4672b6223 to .git-blame-ignore-revs. Tom Lane 18:59

June 2, 2025

Thread Author Time
Re: pgsql: postgres_fdw: Inherit the local transaction's access/deferrable Fujii Masao 03:03
pgsql: Use replay LSN as target for cascading logical WAL senders Michael Paquier 03:04
pgsql: Use replay LSN as target for cascading logical WAL senders Michael Paquier 03:04
pgsql: Use replay LSN as target for cascading logical WAL senders Michael Paquier 03:04
Re: pgsql: postgres_fdw: Inherit the local transaction's access/deferrable Michael Paquier 03:33
pgsql: Rename gist stratnum support function Peter Eisentraut 06:46
pgsql: Fix incorrect format placeholders Peter Eisentraut 08:19
pgsql: Correct heap vacuum boundary state setup ordering Melanie Plageman 14:55
pgsql: Disallow "=" in names of reloptions and foreign-data options. Tom Lane 19:23
pgsql: Disallow "=" in names of reloptions and foreign-data options. Tom Lane 19:23
pgsql: Disallow "=" in names of reloptions and foreign-data options. Tom Lane 19:23
pgsql: Disallow "=" in names of reloptions and foreign-data options. Tom Lane 19:23
pgsql: Disallow "=" in names of reloptions and foreign-data options. Tom Lane 19:23
pgsql: Disallow "=" in names of reloptions and foreign-data options. Tom Lane 19:23

June 3, 2025

Thread Author Time
pgsql: Rename log_lock_failure GUC to log_lock_failures for consistency Fujii Masao 01:04
Re: pgsql: postgres_fdw: Inherit the local transaction's access/deferrable Etsuro Fujita 10:45
pgsql: Fix a pg_dump scenario for platforms where SEEK_CUR != 1. Noah Misch 18:19
Re: pgsql: Fix a pg_dump scenario for platforms where SEEK_CUR != 1. Nathan Bossart 18:53
pgsql: Fix incorrect format placeholders Peter Eisentraut 19:43

June 4, 2025

Thread Author Time
pgsql: psql: Abort connection when using \syncpipeline after COPY TO/FR Michael Paquier 00:02
Re: pgsql: postgres_fdw: Inherit the local transaction's access/deferrable Fujii Masao 04:14
pgsql: Don't strip $libdir from LOAD command Peter Eisentraut 09:42
pgsql: doc PG 18 relnotes: Add incompatibility note about checksums now Peter Eisentraut 10:12
pgsql: doc: Update description of pg_constraint.convalidated Peter Eisentraut 13:35
pgsql: doc: Remove notes about "unencrypted" passwords. Nathan Bossart 14:49
pgsql: doc: Remove notes about "unencrypted" passwords. Nathan Bossart 14:49
pgsql: doc: Remove notes about "unencrypted" passwords. Nathan Bossart 14:49
pgsql: doc: Remove notes about "unencrypted" passwords. Nathan Bossart 14:49
pgsql: doc: Remove notes about "unencrypted" passwords. Nathan Bossart 14:49
pgsql: doc: Remove notes about "unencrypted" passwords. Nathan Bossart 14:49
Re: pgsql: postgres_fdw: Inherit the local transaction's access/deferrable Robert Haas 18:39

June 5, 2025

Thread Author Time
pgsql: Fix copy-pasto with process count calculation in method_io_uring Michael Paquier 00:51
pgsql: psql: fix order of join clauses when listing extensions Magnus Hagander 08:04
Re: pgsql: postgres_fdw: Inherit the local transaction's access/deferrable Etsuro Fujita 10:40
pgsql: Change role names used in trigger test. Tom Lane 15:06
pgsql: Avoid bogus scans of partitions when validating FKs to partition Álvaro Herrera 15:18
pgsql: Doc: you must own the target object to use SECURITY LABEL. Tom Lane 15:30
pgsql: Doc: you must own the target object to use SECURITY LABEL. Tom Lane 15:30
pgsql: Doc: you must own the target object to use SECURITY LABEL. Tom Lane 15:30
pgsql: Doc: you must own the target object to use SECURITY LABEL. Tom Lane 15:30
pgsql: Doc: you must own the target object to use SECURITY LABEL. Tom Lane 15:30
pgsql: Doc: you must own the target object to use SECURITY LABEL. Tom Lane 15:30
pgsql: Avoid bogus scans of partitions when marking FKs enforced Álvaro Herrera 16:39
pgsql: nbtree: Remove useless row compare arg. Peter Geoghegan 18:51
pgsql: Doc: improve description of which role runs a trigger. Tom Lane 19:24

June 6, 2025

Thread Author Time
pgsql: pg_prewarm: Allow autoprewarm to use more than 1GB to dump block Robert Haas 13:04
pgsql: pg_prewarm: Allow autoprewarm to use more than 1GB to dump block Robert Haas 13:04
pgsql: pg_prewarm: Allow autoprewarm to use more than 1GB to dump block Robert Haas 13:04
pgsql: pg_prewarm: Allow autoprewarm to use more than 1GB to dump block Robert Haas 13:04
pgsql: pg_prewarm: Allow autoprewarm to use more than 1GB to dump block Robert Haas 13:04
pgsql: pg_prewarm: Allow autoprewarm to use more than 1GB to dump block Robert Haas 13:04
pgsql: Avoid BufferGetLSNAtomic() calls during nbtree scans. Peter Geoghegan 14:21
pgsql: Fixed signed/unsigned mismatch in test_dsm_registry. Nathan Bossart 16:41
pgsql: Fixed signed/unsigned mismatch in test_dsm_registry. Nathan Bossart 16:41
pgsql: Use NULL instead of 0 for pointer arguments. Nathan Bossart 17:08
pgsql: Improve CREATE DATABASE error message for invalid libc locale. Jeff Davis 22:47

June 7, 2025

Thread Author Time
pgsql: plpython: Remove obsolete test expected file Peter Eisentraut 07:08
pgsql: doc PG 18 relnotes: adjust wording of initdb item 48814415d5a Bruce Momjian 15:06
pgsql: doc PG 18 relnotes: add AFTER trigger user change item Bruce Momjian 15:25

June 8, 2025

Thread Author Time
pgsql: Revert "postgres_fdw: Inherit the local transaction's access/def Etsuro Fujita 08:31
Re: pgsql: postgres_fdw: Inherit the local transaction's access/deferrable Etsuro Fujita 08:45
pgsql: pg_restore: fix incompatibility with old directory-format dumps. Tom Lane 21:06
pgsql: pg_restore: fix incompatibility with old directory-format dumps. Tom Lane 21:06

June 10, 2025

Thread Author Time
pgsql: Use exported symbols list on macOS for loadable modules as well Peter Eisentraut 05:14
pgsql: copyfromparse.c: use pg_ascii_tolower() rather than tolower(). Jeff Davis 18:24
pgsql: inet_net_pton.c: use pg_ascii_tolower() rather than tolower(). Jeff Davis 18:24
pgsql: isn.c: use pg_ascii_toupper() instead of toupper(). Jeff Davis 18:24
pgsql: contrib/spi/refint.c: use pg_ascii_tolower() instead. Jeff Davis 18:24
Re: pgsql: inet_net_pton.c: use pg_ascii_tolower() rather than tolower(). Jeff Davis 19:49
Re: pgsql: inet_net_pton.c: use pg_ascii_tolower() rather than tolower(). Tom Lane 20:31
Re: pgsql: inet_net_pton.c: use pg_ascii_tolower() rather than tolower(). Heikki Linnakangas 20:56
pgsql: Don't reduce output request size on non-Unix-socket connections. Tom Lane 22:39
pgsql: Don't reduce output request size on non-Unix-socket connections. Tom Lane 22:39
pgsql: Don't reduce output request size on non-Unix-socket connections. Tom Lane 22:39
pgsql: Don't reduce output request size on non-Unix-socket connections. Tom Lane 22:39
pgsql: Don't reduce output request size on non-Unix-socket connections. Tom Lane 22:39
pgsql: Don't reduce output request size on non-Unix-socket connections. Tom Lane 22:39

June 11, 2025

Thread Author Time
pgsql: psql: Remove PARTITION BY clause in tab completion for unlogged Michael Paquier 00:27
pgsql: Make _bt_killitems drop pins it acquired itself. Peter Geoghegan 13:17
pgsql: Make _bt_killitems drop pins it acquired itself. Peter Geoghegan 13:17
pgsql: Make _bt_killitems drop pins it acquired itself. Peter Geoghegan 13:17
pgsql: Make _bt_killitems drop pins it acquired itself. Peter Geoghegan 13:17
pgsql: Make _bt_killitems drop pins it acquired itself. Peter Geoghegan 13:17
pgsql: Make _bt_killitems drop pins it acquired itself. Peter Geoghegan 13:17
pgsql: Add tab completion for REJECT_LIMIT option. Masahiko Sawada 18:44
Re: pgsql: copyfromparse.c: use pg_ascii_tolower() rather than tolower(). Robert Haas 20:07
pgsql: Revert a few small patches that were intended for version 19. Jeff Davis 22:11
Re: pgsql: copyfromparse.c: use pg_ascii_tolower() rather than tolower(). Jeff Davis 22:15
pgsql: Revert "nbtree: Remove useless row compare arg." Peter Geoghegan 22:17
Re: pgsql: copyfromparse.c: use pg_ascii_tolower() rather than tolower(). Robert Haas 23:00

June 12, 2025

Thread Author Time
pgsql: Revert support for improved tracking of nested queries Michael Paquier 01:09
pgsql: doc: Document that MAINTAIN privilege allows statistics manipula Fujii Masao 05:54
pgsql: Fix squashing algorithm for query texts Álvaro Herrera 12:22
pgsql: pg_restore: Fix wrong descriptions of --with-{schema,data,statis Fujii Masao 14:26
Re: pgsql: Introduce pg_shmem_allocations_numa view Christoph Berg 21:16

June 13, 2025

Thread Author Time
pgsql: Replace %llu by PRIu64 in AIO io_uring code Michael Paquier 00:01
pgsql: psql: Forbid use of COPY and \copy while in a pipeline Michael Paquier 01:18
pgsql: psql: Reword help message and docs for WATCH_INTERVAL Daniel Gustafsson 13:19
pgsql: Comment fixups from 626df47ad9. Jeff Davis 17:08

June 14, 2025

Thread Author Time
pgsql: nbtree: _bt_readnextpage doesn't affect markPos. Peter Geoghegan 00:00
pgsql: Add TAP tests to check replication slot advance during the check Alexander Korotkov 01:28
pgsql: Keep WAL segments by slot's last saved restart LSN Alexander Korotkov 01:28
pgsql: Add TAP tests to check replication slot advance during the check Alexander Korotkov 01:29
pgsql: Keep WAL segments by the flushed value of the slot's restart LSN Alexander Korotkov 01:29
pgsql: Keep WAL segments by the flushed value of the slot's restart LSN Alexander Korotkov 01:29
pgsql: Keep WAL segments by the flushed value of the slot's restart LSN Alexander Korotkov 01:30
pgsql: Keep WAL segments by the flushed value of the slot's restart LSN Alexander Korotkov 01:30
pgsql: Keep WAL segments by the flushed value of the slot's restart LSN Alexander Korotkov 01:30
pgsql: psql: Report full protocol version in \conninfo output. Fujii Masao 01:38
pgsql: doc: Add note about "Client User" and "Superuser" fields in \con Fujii Masao 01:40
pgsql: Improve comments for TidRangeEval David Rowley 05:19

June 15, 2025

Thread Author Time
pgsql: psql: Change new \conninfo to use SSL instead of TLS Peter Eisentraut 09:13
pgsql: Sync typedefs.list with the buildfarm. Tom Lane 17:08
pgsql: Add commit b27644bad to .git-blame-ignore-revs. Tom Lane 17:11

June 16, 2025

Thread Author Time
pgsql: Workaround code generation bug in clang John Naylor 02:29
pgsql: Message style improvements Peter Eisentraut 09:24
pgsql: libpq-oauth: Add exports.list to .gitignore Peter Eisentraut 09:24
pgsql: doc: Clean up title case use Peter Eisentraut 09:48
pgsql: aio: Add missing memory barrier when waiting for IO handle Andres Freund 17:12
pgsql: Fix possible Assert failure in verify_compact_attribute() David Rowley 22:50

June 17, 2025

Thread Author Time
pgsql: Fix re-distributing previously distributed invalidation messages Masahiko Sawada 00:37
pgsql: Fix re-distributing previously distributed invalidation messages Masahiko Sawada 00:37
pgsql: Fix re-distributing previously distributed invalidation messages Masahiko Sawada 00:37
pgsql: Fix re-distributing previously distributed invalidation messages Masahiko Sawada 00:38
pgsql: Fix re-distributing previously distributed invalidation messages Masahiko Sawada 00:38
pgsql: Fix re-distributing previously distributed invalidation messages Masahiko Sawada 00:38
pgsql: doc PG 18 relnotes: add author for initdb commit 04bec894a04 Bruce Momjian 01:04
pgsql: doc: Mention the default io_method Peter Eisentraut 05:46
pgsql: amcheck: Remove unused GinScanItem->parentlsn field Tomas Vondra 12:23
pgsql: amcheck: Test gin_index_check on a multicolumn index Tomas Vondra 12:23
pgsql: amcheck: Fix checks of entry order for GIN indexes Tomas Vondra 12:55
pgsql: amcheck: Fix parent key check in gin_index_check() Tomas Vondra 13:48
pgsql: amcheck: Fix posting tree checks in gin_index_check() Tomas Vondra 14:52
pgsql: Fix allocation check to test the right variable Daniel Gustafsson 20:49

June 18, 2025

Thread Author Time
pgsql: doc PG 18 relnotes: add markup, still need to add links Bruce Momjian 00:01
pgsql: doc: Reorder protocol version option descriptions in libpq docs. Fujii Masao 00:20
pgsql: Document "relrewrite" at the top of heap_create_with_catalog() Michael Paquier 02:11
pgsql: pg_dump: Allow pg_dump to dump the statistics for foreign tables Fujii Masao 05:57
pgsql: doc config.sgml: use "-" and not "_" for varlistentry "id"s Bruce Momjian 20:43
pgsql: doc: fix for commit 09f7d36ba16 in changing "_" to "-". Bruce Momjian 20:48

June 19, 2025

Thread Author Time
pgsql: doc: Fix incorrect description of INCLUDING COMMENTS in CREATE F Fujii Masao 00:11
pgsql: doc: Mention GIN indexes support parallel builds. Fujii Masao 00:15
pgsql: doc PG 18 relnotes: add links for server variables Bruce Momjian 01:20
pgsql: Improve log messages and docs for slot synchronization. Amit Kapila 04:40
pgsql: Improve log messages and docs for slot synchronization. Amit Kapila 04:40
pgsql: Improve pg_dump/pg_dumpall help synopses and terminology Peter Eisentraut 12:09
pgsql: doc: add xreflabel text for libpq and PL/Python Bruce Momjian 15:51
pgsql: doc PG 18 relnotes: add links for applications Bruce Momjian 15:59
pgsql: Correct docs about partitions and EXCLUDE constraints. Jeff Davis 19:44
pgsql: Correct docs about partitions and EXCLUDE constraints. Jeff Davis 19:44
pgsql: doc PG 18 relnotes: add links to command and struct tags Bruce Momjian 21:14
pgsql: Improve runtime and output of tests for replication slots checkp Alexander Korotkov 23:31
pgsql: Improve runtime and output of tests for replication slots checkp Alexander Korotkov 23:31

June 20, 2025

Thread Author Time
Re: pgsql: Improve runtime and output of tests for replication slots checkp Melanie Plageman 16:10
pgsql: pgxs.mk: remove unreachable rule for deleting regress.def. Tom Lane 16:13
Re: pgsql: Improve runtime and output of tests for replication slots checkp Alexander Korotkov 17:04
pgsql: Use SnapshotDirty when checking for conflicting index names. Tom Lane 17:42
pgsql: Use SnapshotDirty when checking for conflicting index names. Tom Lane 17:42
pgsql: Use SnapshotDirty when checking for conflicting index names. Tom Lane 17:42
pgsql: Use SnapshotDirty when checking for conflicting index names. Tom Lane 17:42
pgsql: Use SnapshotDirty when checking for conflicting index names. Tom Lane 17:42
pgsql: Use SnapshotDirty when checking for conflicting index names. Tom Lane 17:42
pgsql: Remove planner's have_dangerous_phv() join-order restriction. Tom Lane 19:56
Re: pgsql: Improve runtime and output of tests for replication slots checkp Tom Lane 22:03
Re: pgsql: Improve runtime and output of tests for replication slots checkp Tom Lane 22:24
Re: pgsql: Improve runtime and output of tests for replication slots checkp Alexander Korotkov 22:40
Re: pgsql: Improve runtime and output of tests for replication slots checkp Alexander Korotkov 23:28
Re: pgsql: Improve runtime and output of tests for replication slots checkp Tom Lane 23:30
Re: pgsql: Improve runtime and output of tests for replication slots checkp Tom Lane 23:42

June 21, 2025

Thread Author Time
pgsql: doc PG 18 relnotes: add remaining missing link tags Bruce Momjian 02:44
pgsql: doc PG 18 relnotes: indent tag blocks Bruce Momjian 03:37
pgsql: doc PG 18 relnotes: update to current, add one commit Bruce Momjian 03:53
pgsql: Doc: improve documentation about width_bucket(). Tom Lane 17:02
pgsql: Doc: improve documentation about width_bucket(). Tom Lane 17:02
pgsql: Doc: improve documentation about width_bucket(). Tom Lane 17:02
pgsql: Doc: improve documentation about width_bucket(). Tom Lane 17:02
pgsql: Doc: improve documentation about width_bucket(). Tom Lane 17:02
pgsql: Doc: improve documentation about width_bucket(). Tom Lane 17:02

June 22, 2025

Thread Author Time
Re: pgsql: Improve runtime and output of tests for replication slots checkp 📎 Alexander Korotkov 00:16
Re: pgsql: Improve runtime and output of tests for replication slots checkp Tom Lane 00:56
pgsql: meson: Fix meson warning Peter Eisentraut 12:56
pgsql: meson: Fix meson warning Peter Eisentraut 12:56
pgsql: meson: Fix meson warning Peter Eisentraut 12:56

June 23, 2025

Thread Author Time
Re: pgsql: Improve runtime and output of tests for replication slots checkp Michael Paquier 00:28
Re: pgsql: Improve runtime and output of tests for replication slots checkp Alexander Korotkov 10:24
pgsql: Properly fix AVX-512 CRC calculation bug John Naylor 11:05

Browse Archives

Prev | Next