pgsql-committers since 2025-08-17 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

Aug. 17, 2025

Thread Author Time
pgsql: Add isolation test for TOAST value reuse during CLUSTER Michael Paquier 06:27
pgsql: Update obsolete comments in ResultRelInfo struct. Etsuro Fujita 10:42
pgsql: Update obsolete comments in ResultRelInfo struct. Etsuro Fujita 10:42
pgsql: Update obsolete comments in ResultRelInfo struct. Etsuro Fujita 10:42
pgsql: Update obsolete comments in ResultRelInfo struct. Etsuro Fujita 10:42
pgsql: Update obsolete comments in ResultRelInfo struct. Etsuro Fujita 10:42
pgsql: Update obsolete comments in ResultRelInfo struct. Etsuro Fujita 10:42
Re: pgsql: Add isolation test for TOAST value reuse during CLUSTER Michael Paquier 23:15
pgsql: Remove md5() call from isolation test for CLUSTER and TOAST Michael Paquier 23:25

Aug. 18, 2025

Thread Author Time
pgsql: Refactor init_params() in sequence.c to not use FormData_pg_sequ Michael Paquier 02:40
pgsql: meson: Move C99 test earlier Peter Eisentraut 05:46
pgsql: Move SQL-callable code related to multixacts into its own file Michael Paquier 06:14
pgsql: Detect buffer underflow in get_th() Peter Eisentraut 09:10
Re: pgsql: Move SQL-callable code related to multixacts into its own file Tom Lane 13:47
pgsql: Fix missing "use Test::More" in Kerberos.pm. Tom Lane 18:55
pgsql: Fix missing "use Test::More" in Kerberos.pm. Tom Lane 18:55
pgsql: Fix missing "use Test::More" in Kerberos.pm. Tom Lane 18:55
pgsql: Use elog(DEBUG4) for dynahash.c statistics output David Rowley 22:59
pgsql: Remove HASH_DEBUG output from dynahash.c David Rowley 23:14
Re: pgsql: Move SQL-callable code related to multixacts into its own file 📎 Michael Paquier 23:24
Re: pgsql: Move SQL-callable code related to multixacts into its own file Tom Lane 23:38
pgsql: Remove unneeded header declarations in multixact.c Michael Paquier 23:58

Aug. 19, 2025

Thread Author Time
pgsql: test_ddl_deparse: Rename test create_sequence_1 to create_sequen Michael Paquier 00:09
pgsql: Simplify relation_has_unique_index_for() Richard Guo 00:39
pgsql: Pathify RHS unique-ification for semijoin planning Richard Guo 00:39
pgsql: Remove useless pointer update in StatsShmemInit() Michael Paquier 00:54
pgsql: Refactor ReadMultiXactCounts() into GetMultiXactInfo() Michael Paquier 05:11
pgsql: Fix self-deadlock during DROP SUBSCRIPTION. Amit Kapila 06:00
pgsql: Fix self-deadlock during DROP SUBSCRIPTION. Amit Kapila 06:00
pgsql: Fix self-deadlock during DROP SUBSCRIPTION. Amit Kapila 06:00
pgsql: Fix self-deadlock during DROP SUBSCRIPTION. Amit Kapila 06:00
pgsql: Fix self-deadlock during DROP SUBSCRIPTION. Amit Kapila 06:00
pgsql: Fix self-deadlock during DROP SUBSCRIPTION. Amit Kapila 06:00
pgsql: Fix self-deadlock during DROP SUBSCRIPTION. Amit Kapila 06:00
pgsql: Add src/include/catalog/README Peter Eisentraut 06:46
pgsql: doc: Improve documentation discoverability for pgoutput. Fujii Masao 09:56
pgsql: doc: Improve pgoutput documentation. Fujii Masao 09:56
Re: pgsql: Move SQL-callable code related to multixacts into its own file 📎 Álvaro Herrera 10:31
Re: pgsql: Move SQL-callable code related to multixacts into its own file 📎 Bertrand Drouvot 14:01
Re: pgsql: Move SQL-callable code related to multixacts into its own file Andres Freund 14:28
Re: pgsql: Move SQL-callable code related to multixacts into its own file Bertrand Drouvot 15:08
Re: pgsql: Move SQL-callable code related to multixacts into its own file Andres Freund 15:12
Re: pgsql: Move SQL-callable code related to multixacts into its own file Álvaro Herrera 15:17
Re: pgsql: Move SQL-callable code related to multixacts into its own file Tom Lane 15:27
pgsql: Fix misspelling of "tranche" in dsa.h. Nathan Bossart 15:43
pgsql: Add CHECK_FOR_INTERRUPTS in contrib/pg_buffercache functions. Masahiko Sawada 19:14
pgsql: Add CHECK_FOR_INTERRUPTS in contrib/pg_buffercache functions. Masahiko Sawada 19:14
pgsql: Add CHECK_FOR_INTERRUPTS in contrib/pg_buffercache functions. Masahiko Sawada 19:15
pgsql: Add CHECK_FOR_INTERRUPTS in contrib/pg_buffercache functions. Masahiko Sawada 19:15
pgsql: Add CHECK_FOR_INTERRUPTS in contrib/pg_buffercache functions. Masahiko Sawada 19:15
pgsql: Add CHECK_FOR_INTERRUPTS in contrib/pg_buffercache functions. Masahiko Sawada 19:15
pgsql: Add CHECK_FOR_INTERRUPTS in contrib/pg_buffercache functions. Masahiko Sawada 19:15
pgsql: Fix comment for MAX_SIMUL_LWLOCKS. Nathan Bossart 21:49

Aug. 20, 2025

Thread Author Time
pgsql: vacuumdb: Make vacuumdb --analyze-only process partitioned table Fujii Masao 04:17
Re: pgsql: Move SQL-callable code related to multixacts into its own file Bertrand Drouvot 05:57
Re: pgsql: Move SQL-callable code related to multixacts into its own file Bertrand Drouvot 05:58
pgsql: Fix assertion failure with replication slot release in single-us Michael Paquier 06:00
pgsql: Fix assertion failure with replication slot release in single-us Michael Paquier 06:00
pgsql: Fix assertion failure with replication slot release in single-us Michael Paquier 06:00
pgsql: Fix assertion failure with replication slot release in single-us Michael Paquier 06:00
pgsql: Fix assertion failure with replication slot release in single-us Michael Paquier 06:00
pgsql: Fix assertion failure with replication slot release in single-us Michael Paquier 06:00
pgsql: Fix assertion failure with replication slot release in single-us Michael Paquier 06:00
Re: pgsql: Move SQL-callable code related to multixacts into its own file Michael Paquier 08:11
Re: pgsql: Move SQL-callable code related to multixacts into its own file Tom Lane 12:17
pgsql: Minor error message enhancement Peter Eisentraut 16:18
pgsql: Fix re-execution of a failed SQLFunctionCache entry. Tom Lane 20:09
pgsql: Fix re-execution of a failed SQLFunctionCache entry. Tom Lane 20:09

Aug. 21, 2025

Thread Author Time
pgsql: doc: Improve description of wal_compression Michael Paquier 04:26
pgsql: doc: Improve description of wal_compression Michael Paquier 04:26
pgsql: doc: Improve description of wal_compression Michael Paquier 04:26
pgsql: doc: Improve description of wal_compression Michael Paquier 04:26
pgsql: doc: Improve description of wal_compression Michael Paquier 04:26
pgsql: doc: Improve description of wal_compression Michael Paquier 04:26
pgsql: doc: Improve description of wal_compression Michael Paquier 04:26
pgsql: Apply some fat commas to commands of TAP tests Michael Paquier 05:18
pgsql: PL/Python: Add event trigger support Peter Eisentraut 07:44
pgsql: PL/Python: Refactor for event trigger support Peter Eisentraut 07:44
pgsql: Disallow server start with sync_replication_slots = on and wal_l Fujii Masao 13:21
pgsql: Use consistent type for pgaio_io_get_id() result Peter Eisentraut 17:55
pgsql: Use consistent type for pgaio_io_get_id() result Peter Eisentraut 17:55

Aug. 22, 2025

Thread Author Time
pgsql: Ignore temporary relations in RelidByRelfilenumber() Michael Paquier 00:07
pgsql: Ignore temporary relations in RelidByRelfilenumber() Michael Paquier 00:07
pgsql: Ignore temporary relations in RelidByRelfilenumber() Michael Paquier 00:07
pgsql: Ignore temporary relations in RelidByRelfilenumber() Michael Paquier 00:07
pgsql: Ignore temporary relations in RelidByRelfilenumber() Michael Paquier 00:07
pgsql: Ignore temporary relations in RelidByRelfilenumber() Michael Paquier 00:07
pgsql: Ignore temporary relations in RelidByRelfilenumber() Michael Paquier 00:07
pgsql: Change dynahash.c and hsearch.h to use int64 instead of long Michael Paquier 02:59
pgsql: Doc: Fix typo in logicaldecoding.sgml. Amit Kapila 05:39
pgsql: Doc: Fix typo in logicaldecoding.sgml. Amit Kapila 05:39
pgsql: Doc: Fix typo in logicaldecoding.sgml. Amit Kapila 05:39
pgsql: Reduce lock level for ALTER DOMAIN ... VALIDATE CONSTRAINT Peter Eisentraut 07:00
pgsql: Revert GetTransactionSnapshot() to return historic snapshot duri Heikki Linnakangas 10:21
pgsql: Revert GetTransactionSnapshot() to return historic snapshot duri Heikki Linnakangas 10:21
pgsql: Use ereport() rather than elog() Heikki Linnakangas 10:36
pgsql: libpq: Be strict about cancel key lengths Heikki Linnakangas 11:45
pgsql: libpq: Handle OOM by disconnecting instead of hanging or skippin Heikki Linnakangas 11:45
pgsql: libpq: Be strict about cancel key lengths Heikki Linnakangas 11:45
pgsql: libpq: Handle OOM by disconnecting instead of hanging or skippin Heikki Linnakangas 11:45
pgsql: Revert unnecessary check for NULL Heikki Linnakangas 11:52
pgsql: Revert unnecessary check for NULL Heikki Linnakangas 11:52
pgsql: vacuumdb: Fix --missing-stats-only with virtual generated column Nathan Bossart 16:12
pgsql: vacuumdb: Fix --missing-stats-only with virtual generated column Nathan Bossart 16:12
pgsql: Revert "Get rid of WALBufMappingLock" Alexander Korotkov 16:31
pgsql: Revert "Get rid of WALBufMappingLock" Alexander Korotkov 16:32

Aug. 23, 2025

Thread Author Time
pgsql: Sort DO_DEFAULT_ACL dump objects independent of OIDs. Noah Misch 03:53
pgsql: Sort DO_DEFAULT_ACL dump objects independent of OIDs. Noah Misch 03:53
pgsql: Sort DO_DEFAULT_ACL dump objects independent of OIDs. Noah Misch 03:53
pgsql: Sort DO_DEFAULT_ACL dump objects independent of OIDs. Noah Misch 03:53
pgsql: Sort DO_DEFAULT_ACL dump objects independent of OIDs. Noah Misch 03:53
pgsql: Sort DO_DEFAULT_ACL dump objects independent of OIDs. Noah Misch 03:53
pgsql: Sort DO_DEFAULT_ACL dump objects independent of OIDs. Noah Misch 03:53
pgsql: Rewrite previous commit's test for TestUpgradeXversion compatibi Noah Misch 23:47
pgsql: Rewrite previous commit's test for TestUpgradeXversion compatibi Noah Misch 23:47
pgsql: Rewrite previous commit's test for TestUpgradeXversion compatibi Noah Misch 23:47
pgsql: Rewrite previous commit's test for TestUpgradeXversion compatibi Noah Misch 23:47
pgsql: Rewrite previous commit's test for TestUpgradeXversion compatibi Noah Misch 23:47
pgsql: Rewrite previous commit's test for TestUpgradeXversion compatibi Noah Misch 23:47
pgsql: Rewrite previous commit's test for TestUpgradeXversion compatibi Noah Misch 23:47

Aug. 25, 2025

Thread Author Time
pgsql: Formatting cleanup of guc_tables.c Peter Eisentraut 07:14
pgsql: Use PqMsg_* macros in fe-protocol3.c. Nathan Bossart 16:08
pgsql: oauth: Always link with -lm for floor() Jacob Champion 16:42
pgsql: oauth: Always link with -lm for floor() Jacob Champion 16:42
pgsql: oauth: Add unit tests for multiplexer handling Jacob Champion 16:42
pgsql: Use PqMsg_* macros in applyparallelworker.c. Nathan Bossart 19:11
pgsql: Message wording improvements Peter Eisentraut 21:35
pgsql: Message wording improvements Peter Eisentraut 21:35

Aug. 26, 2025

Thread Author Time
pgsql: Raise C requirement to C11 Peter Eisentraut 09:56
pgsql: Further clarify documentation for the initcap function Alexander Korotkov 10:23
pgsql: Improve RowMark handling during Self-Join Elimination Alexander Korotkov 10:23
pgsql: Refactor variable names in remove_self_joins_one_group() Alexander Korotkov 10:23
pgsql: Refactor variable names in remove_self_joins_one_group() Alexander Korotkov 10:24
pgsql: Improve RowMark handling during Self-Join Elimination Alexander Korotkov 10:24
pgsql: Do CHECK_FOR_INTERRUPTS inside, not before, scanGetItem. Tom Lane 16:09
pgsql: Do CHECK_FOR_INTERRUPTS inside, not before, scanGetItem. Tom Lane 16:09
pgsql: Put "excludeOnly" GIN scan keys at the end of the scankey array. Tom Lane 16:09
pgsql: Do CHECK_FOR_INTERRUPTS inside, not before, scanGetItem. Tom Lane 16:09
pgsql: Do CHECK_FOR_INTERRUPTS inside, not before, scanGetItem. Tom Lane 16:09
pgsql: Do CHECK_FOR_INTERRUPTS inside, not before, scanGetItem. Tom Lane 16:09
pgsql: Put "excludeOnly" GIN scan keys at the end of the scankey array. Tom Lane 16:09
pgsql: Put "excludeOnly" GIN scan keys at the end of the scankey array. Tom Lane 16:09
pgsql: Put "excludeOnly" GIN scan keys at the end of the scankey array. Tom Lane 16:09
pgsql: Put "excludeOnly" GIN scan keys at the end of the scankey array. Tom Lane 16:09
pgsql: Put "excludeOnly" GIN scan keys at the end of the scankey array. Tom Lane 16:09
pgsql: Put "excludeOnly" GIN scan keys at the end of the scankey array. Tom Lane 16:09
pgsql: Do CHECK_FOR_INTERRUPTS inside, not before, scanGetItem. Tom Lane 16:09
pgsql: Do CHECK_FOR_INTERRUPTS inside, not before, scanGetItem. Tom Lane 16:09
Re: pgsql: oauth: Add unit tests for multiplexer handling Christoph Berg 19:47
pgsql: Document privileges required for vacuumdb --missing-stats-only. Nathan Bossart 19:49
pgsql: Document privileges required for vacuumdb --missing-stats-only. Nathan Bossart 19:49
Re: pgsql: oauth: Add unit tests for multiplexer handling Jacob Champion 20:10
Re: pgsql: oauth: Add unit tests for multiplexer handling 📎 Jacob Champion 20:30
Re: pgsql: oauth: Add unit tests for multiplexer handling Christoph Berg 20:44
pgsql: Message style improvements Peter Eisentraut 20:56
pgsql: Message style improvements Peter Eisentraut 20:56
Re: pgsql: oauth: Add unit tests for multiplexer handling Jacob Champion 21:18
pgsql: oauth: Explicitly depend on -pthread Jacob Champion 21:43
pgsql: oauth: Explicitly depend on -pthread Jacob Champion 21:43
Re: pgsql: oauth: Add unit tests for multiplexer handling Jacob Champion 21:44

Aug. 27, 2025

Thread Author Time
pgsql: Check for more Unicode functions during upgrade. Jeff Davis 05:56
pgsql: Check for more Unicode functions during upgrade. Jeff Davis 05:56
Re: pgsql: oauth: Add unit tests for multiplexer handling Christoph Berg 10:37
pgsql: Fix: Don't strip $libdir from nested module_pathnames Peter Eisentraut 14:17
pgsql: Fix: Don't strip $libdir from nested module_pathnames Peter Eisentraut 14:17
pgsql: Put back intra-grant-inplace.spec test coverage Peter Eisentraut 15:54
pgsql: Put back intra-grant-inplace.spec test coverage Peter Eisentraut 15:54
pgsql: Improve objectNamesToOids() comment Peter Eisentraut 15:54
pgsql: Improve objectNamesToOids() comment Peter Eisentraut 15:54
pgsql: aio: Stop using enum bitfields due to bad code generation Andres Freund 23:16
pgsql: aio: Stop using enum bitfields due to bad code generation Andres Freund 23:16

Aug. 28, 2025

Thread Author Time
pgsql: Message style improvements Peter Eisentraut 07:17
pgsql: Message style improvements Peter Eisentraut 07:17
pgsql: Avoid including commands/dbcommands.h in so many places Álvaro Herrera 13:21
Re: pgsql: Move SQL-callable code related to multixacts into its own file Álvaro Herrera 13:23
pgsql: Glossary: improve definition of "relation" Álvaro Herrera 16:19
pgsql: Fix "variable not found in subplan target lists" in semijoin de- Tom Lane 17:49
pgsql: Fix "variable not found in subplan target lists" in semijoin de- Tom Lane 17:49

Aug. 29, 2025

Thread Author Time
pgsql: Use LW_SHARED in walsummarizer.c for WALSummarizerLock lock wher Masahiko Sawada 00:07
pgsql: Use LW_SHARED in walsummarizer.c for WALSummarizerLock lock wher Masahiko Sawada 00:07
pgsql: Use LW_SHARED in walsummarizer.c for WALSummarizerLock lock wher Masahiko Sawada 00:08
pgsql: Fix semijoin unique-ification for child relations Richard Guo 04:14
pgsql: Fix semijoin unique-ification for child relations Richard Guo 04:17
pgsql: Remove unneeded casts of BufferGetPage() result Peter Eisentraut 05:22
pgsql: Mark ItemPointer arguments as const in tuple/table lock function Peter Eisentraut 05:41
pgsql: headerscheck: Use ICU_CFLAGS Peter Eisentraut 07:25
pgsql: headerscheck: Ignore Windows-specific header Peter Eisentraut 07:25
pgsql: headerscheck: Document that --with-llvm is required Peter Eisentraut 07:32
pgsql: doc PG 18 relnotes: Add migration note about tsearch Peter Eisentraut 08:29
pgsql: Fix typo in isolation test spec Daniel Gustafsson 11:12
pgsql: CREATE STATISTICS: improve misleading error message Álvaro Herrera 12:44
pgsql: CREATE STATISTICS: improve misleading error message Álvaro Herrera 12:44
pgsql: CREATE STATISTICS: improve misleading error message Álvaro Herrera 12:44
pgsql: CREATE STATISTICS: improve misleading error message Álvaro Herrera 12:44
pgsql: CREATE STATISTICS: improve misleading error message Álvaro Herrera 12:44
pgsql: CREATE STATISTICS: improve misleading error message Álvaro Herrera 12:44
pgsql: Fix possible use after free in expand_partitioned_rtentry() David Rowley 12:51
pgsql: Fix possible use after free in expand_partitioned_rtentry() David Rowley 12:52
pgsql: Fix possible use after free in expand_partitioned_rtentry() David Rowley 12:52
pgsql: Fix possible use after free in expand_partitioned_rtentry() David Rowley 12:53

Browse Archives

Prev | Next