pgsql-committers - December 2023

Notification of git commits are sent to this list. Do not post here!

Search the Archives

Browse Archives

Prev | Next

Dec. 1, 2023

Thread Author Time
pgsql: Adjust obsolete comment explaining set_stack_base(). Thomas Munro 02:20
pgsql: Adjust obsolete comment explaining set_stack_base(). Thomas Munro 02:20
pgsql: meson: Stop using deprecated way getting path of files Andres Freund 03:26
pgsql: meson: Stop using deprecated way getting path of files Andres Freund 03:26
pgsql: Fix an uninitialized access in hash_xlog_squeeze_page(). Amit Kapila 05:01
pgsql: doc: Update info on information schema usage tables Peter Eisentraut 07:48
pgsql: doc: Update info on information schema usage tables Peter Eisentraut 07:48
pgsql: doc: Update info on information schema usage tables Peter Eisentraut 07:48
pgsql: doc: Update info on information schema usage tables Peter Eisentraut 07:48
Re: pgsql: Clean up role created in new subscription test. 📎 Daniel Gustafsson 11:22
Re: pgsql: Clean up role created in new subscription test. Heikki Linnakangas 11:37
Re: pgsql: Clean up role created in new subscription test. Daniel Gustafsson 11:46
Re: pgsql: Clean up role created in new subscription test. Alvaro Herrera 12:19
Re: pgsql: Clean up role created in new subscription test. 📎 Daniel Gustafsson 12:52
Re: pgsql: meson: docs: Add {html,man} targets, rename install-doc-* Andrew Dunstan 14:04
pgsql: Check collation when creating partitioned index Peter Eisentraut 15:31
pgsql: Check collation when creating partitioned index Peter Eisentraut 15:31
pgsql: Check collation when creating partitioned index Peter Eisentraut 15:31
pgsql: Check collation when creating partitioned index Peter Eisentraut 15:31
pgsql: Check collation when creating partitioned index Peter Eisentraut 15:31
pgsql: Check collation when creating partitioned index Peter Eisentraut 15:31
pgsql: pgindent fix Peter Eisentraut 16:59
Re: pgsql: meson: docs: Add {html,man} targets, rename install-doc-* Andres Freund 17:12
Re: pgsql: meson: docs: Add {html,man} targets, rename install-doc-* Andrew Dunstan 19:06
pgsql: Silence Valgrind complaint with EXEC_BACKEND Heikki Linnakangas 20:40
Re: pgsql: meson: docs: Add {html,man} targets, rename install-doc-* Tristan Partin 21:55
Re: pgsql: meson: docs: Add {html,man} targets, rename install-doc-* Andres Freund 22:12

Dec. 3, 2023

Thread Author Time
pgsql: Refactor CreateSharedMemoryAndSemaphores Heikki Linnakangas 14:41
pgsql: Pass BackgroundWorker entry in the parameter file in EXEC_BACKEN Heikki Linnakangas 14:41
pgsql: Refactor how InitProcess is called Heikki Linnakangas 14:41
pgsql: doc: Remove reference to trigger file regarding promotion Michael Paquier 23:11
pgsql: doc: Remove reference to trigger file regarding promotion Michael Paquier 23:11
pgsql: doc: Remove reference to trigger file regarding promotion Michael Paquier 23:11
pgsql: doc: Remove reference to trigger file regarding promotion Michael Paquier 23:11
pgsql: doc: Remove reference to trigger file regarding promotion Michael Paquier 23:11
pgsql: doc: Remove reference to trigger file regarding promotion Michael Paquier 23:11

Dec. 4, 2023

Thread Author Time
pgsql: Add support for REINDEX in event triggers Michael Paquier 00:55
pgsql: Remove unnecessary include of <math.h> Peter Eisentraut 05:41
pgsql: Remove unnecessary include of <sys/socket.h> Peter Eisentraut 05:41
pgsql: Remove unnecessary includes of <signal.h> Peter Eisentraut 05:41
pgsql: Don't use pgbench -j in tests Alvaro Herrera 13:04
pgsql: Don't use pgbench -j in tests Alvaro Herrera 13:04
pgsql: Don't use pgbench -j in tests Alvaro Herrera 13:04
pgsql: Don't use pgbench -j in tests Alvaro Herrera 13:04
pgsql: Remove now-unnecessary Autovacuum[Launcher|Worker]IAm functions Heikki Linnakangas 13:34
pgsql: Teach convert() and friends to avoid copying when possible. Nathan Bossart 17:56

Dec. 5, 2023

Thread Author Time
pgsql: Optimize SearchPathCache by saving the last entry. Jeff Davis 01:30
pgsql: Fix a random failure in 003_logical_slots.pl. Amit Kapila 03:51
pgsql: Fix handling of errors in libpq pipelines Alvaro Herrera 11:43
pgsql: Fix handling of errors in libpq pipelines Alvaro Herrera 11:43
pgsql: Fix handling of errors in libpq pipelines Alvaro Herrera 11:43
pgsql: Fix handling of errors in libpq pipelines Alvaro Herrera 11:43
pgsql: Fix incorrect error message for IDENTIFY_SYSTEM Daniel Gustafsson 13:35
pgsql: Fix incorrect error message for IDENTIFY_SYSTEM Daniel Gustafsson 13:36
pgsql: Fix incorrect error message for IDENTIFY_SYSTEM Daniel Gustafsson 13:37
pgsql: Fix incorrect error message for IDENTIFY_SYSTEM Daniel Gustafsson 13:37
pgsql: Fix incorrect error message for IDENTIFY_SYSTEM Daniel Gustafsson 13:38
pgsql: Fix incorrect error message for IDENTIFY_SYSTEM Daniel Gustafsson 13:38
pgsql: Fix indentation Daniel Gustafsson 15:02
pgsql: Rename JsonManifestParseContext callbacks. Robert Haas 17:28
pgsql: Rename pg_verifybackup's JsonManifestParseContext callback funct Robert Haas 17:59
pgsql: Add support for deparsing semi-joins to contrib/postgres_fdw Alexander Korotkov 20:53

Dec. 6, 2023

Thread Author Time
pgsql: Apply filters to dump files all the time in 002_pg_upgrade.pl Michael Paquier 01:01
pgsql: Apply filters to dump files all the time in 002_pg_upgrade.pl Michael Paquier 01:01
pgsql: Apply filters to dump files all the time in 002_pg_upgrade.pl Michael Paquier 01:01
pgsql: Fix compilation on Windows with WAL_DEBUG Michael Paquier 05:12
pgsql: Fix compilation on Windows with WAL_DEBUG Michael Paquier 05:12
pgsql: Fix compilation on Windows with WAL_DEBUG Michael Paquier 05:12
pgsql: Fix compilation on Windows with WAL_DEBUG Michael Paquier 05:12
pgsql: Fix compilation on Windows with WAL_DEBUG Michael Paquier 05:12
pgsql: Use signal-safe functions in signal handler Peter Eisentraut 09:23
pgsql: Suppress -Wunused-result warning about write(). Nathan Bossart 23:18
pgsql: Fix assertion failure with REINDEX and event triggers Michael Paquier 23:31

Dec. 7, 2023

Thread Author Time
pgsql: Fix issues in binary_upgrade_logical_slot_has_caught_up(). Amit Kapila 03:24
pgsql: Improve some error messages with invalid indexes for REINDEX CON Michael Paquier 05:28
pgsql: Verify that attribute counts match in ExecCopySlot David Rowley 08:29
pgsql: Shrink Unicode category table. Jeff Davis 23:44

Dec. 8, 2023

Thread Author Time
pgsql: doc, intagg: fix one-to-many mention to many-to-many Bruce Momjian 00:37
pgsql: doc: FOR UPDATE / KEY / SHARE / KEY SHARE takes an table alias Bruce Momjian 00:43
pgsql: doc, pg_upgrade: add vacuumdb w/ tips for generating quick stats Bruce Momjian 01:06
pgsql: Fix path of regress shared library in pg_upgrade test Michael Paquier 01:38
pgsql: Fix path of regress shared library in pg_upgrade test Michael Paquier 01:38
pgsql: Fix path of regress shared library in pg_upgrade test Michael Paquier 01:38
pgsql: doc: clarify handling of ON CONFLICT with triggers Bruce Momjian 02:35
pgsql: Fix potential pointer overflow in xlogreader.c. Thomas Munro 03:16
pgsql: Fix potential pointer overflow in xlogreader.c. Thomas Munro 03:17
pgsql: Fix potential pointer overflow in xlogreader.c. Thomas Munro 03:17
pgsql: Don't try to open visibilitymap when analyzing a foreign table Heikki Linnakangas 07:20
pgsql: Initialize ShmemVariableCache like other shmem areas Heikki Linnakangas 07:51
pgsql: Rename ShmemVariableCache to TransamVariables Heikki Linnakangas 07:51
pgsql: Test that it works to RESET an invalid reloption Alvaro Herrera 11:15
pgsql: Remove some unnecessary #includes of postmaster/interrupt.h Heikki Linnakangas 11:22
pgsql: Don't clean initdb files on template creation failure Daniel Gustafsson 12:48
Re: pgsql: llvmjit: Use explicit LLVMContextRef for inlining 📎 Daniel Gustafsson 13:38
pgsql: Add empty BRIN ranges during CREATE INDEX Tomas Vondra 16:15
pgsql: Allow parallel CREATE INDEX for BRIN indexes Tomas Vondra 17:16
pgsql: Optimize nbtree backward scan boundary cases. Peter Geoghegan 19:05
pgsql: Cache opaque handle for GUC option to avoid repeasted lookups. Jeff Davis 19:32
pgsql: Micro-optimize JSONTYPE_NUMERIC code path in json.c. Nathan Bossart 19:41
pgsql: Fix nbtree backward scan race condition comments. Peter Geoghegan 23:38

Dec. 10, 2023

Thread Author Time
pgsql: Remove some unnecessary includes of "access/xlog_internal.h" Peter Eisentraut 06:50

Dec. 11, 2023

Thread Author Time
pgsql: Fix an undetected deadlock due to apply worker. Amit Kapila 03:33
pgsql: Fix an undetected deadlock due to apply worker. Amit Kapila 03:33
pgsql: Fix an undetected deadlock due to apply worker. Amit Kapila 03:33
pgsql: Fix an undetected deadlock due to apply worker. Amit Kapila 03:33
pgsql: Fix an undetected deadlock due to apply worker. Amit Kapila 03:33
pgsql: Fix an undetected deadlock due to apply worker. Amit Kapila 03:33
pgsql: Remove trace_recovery_messages Michael Paquier 10:50
pgsql: Simplify productions for FORMAT JSON [ ENCODING name ] Alvaro Herrera 10:55
pgsql: jit: Create void type in the right context Daniel Gustafsson 11:04
pgsql: Be more wary about OpenSSL not setting errno on error. Tom Lane 16:52
pgsql: Be more wary about OpenSSL not setting errno on error. Tom Lane 16:52
pgsql: Be more wary about OpenSSL not setting errno on error. Tom Lane 16:52
pgsql: Be more wary about OpenSSL not setting errno on error. Tom Lane 16:52
pgsql: Be more wary about OpenSSL not setting errno on error. Tom Lane 16:52
pgsql: Be more wary about OpenSSL not setting errno on error. Tom Lane 16:52
Re: pgsql: llvmjit: Use explicit LLVMContextRef for inlining Daniel Gustafsson 19:24
pgsql: Define unconstify() and unvolatize() for C++. Thomas Munro 20:49
pgsql: Provide helper for retrying partial vectored I/O. Thomas Munro 22:08

Dec. 12, 2023

Thread Author Time
pgsql: Provide vectored variants of FileRead() and FileWrite(). Thomas Munro 00:15
pgsql: Fix typo in comment Daniel Gustafsson 11:24
pgsql: Fix typo in comment Daniel Gustafsson 11:25
pgsql: Fix typo in comment Daniel Gustafsson 11:26
pgsql: Fix typo in comment Daniel Gustafsson 11:27
pgsql: Fix typo in comment Daniel Gustafsson 11:27
pgsql: Fix typo in comment Daniel Gustafsson 11:27
pgsql: Prevent tuples to be marked as dead in subtransactions on standb Michael Paquier 16:06
pgsql: Prevent tuples to be marked as dead in subtransactions on standb Michael Paquier 16:06
pgsql: Prevent tuples to be marked as dead in subtransactions on standb Michael Paquier 16:06
pgsql: Prevent tuples to be marked as dead in subtransactions on standb Michael Paquier 16:06
pgsql: Prevent tuples to be marked as dead in subtransactions on standb Michael Paquier 16:06
pgsql: Prevent tuples to be marked as dead in subtransactions on standb Michael Paquier 16:06

Dec. 13, 2023

Thread Author Time
pgsql: docs: Fix typo in pg_stat_statements documentation Daniel Gustafsson 10:44

Dec. 14, 2023

Thread Author Time
pgsql: Fix typo Peter Eisentraut 08:49
pgsql: Fix typo Peter Eisentraut 08:49
pgsql: Fix description of I/O timing info for shared buffers in EXPLAIN Michael Paquier 09:00
pgsql: Fix description of I/O timing info for shared buffers in EXPLAIN Michael Paquier 09:00

Dec. 15, 2023

Thread Author Time
pgsql: Fix bugs in manipulation of large objects. Tom Lane 18:55
pgsql: Fix bugs in manipulation of large objects. Tom Lane 18:55
pgsql: Fix bugs in manipulation of large objects. Tom Lane 18:55
pgsql: Fix bugs in manipulation of large objects. Tom Lane 18:55
pgsql: Fix bugs in manipulation of large objects. Tom Lane 18:55
pgsql: Fix bugs in manipulation of large objects. Tom Lane 18:55

Dec. 16, 2023

Thread Author Time
pgsql: Provide multi-block smgrprefetch(). Thomas Munro 04:53
pgsql: Remove useless LIMIT_OPTION_DEFAULT value from LimitOption Alvaro Herrera 17:23
pgsql: Refactor pgstat_prepare_io_time() with an input argument instead Michael Paquier 19:18

Dec. 17, 2023

Thread Author Time
pgsql: Doc: add a bit to indices.sgml about what is an indexable clause Tom Lane 21:50
pgsql: Doc: add a bit to indices.sgml about what is an indexable clause Tom Lane 21:50
pgsql: Doc: add a bit to indices.sgml about what is an indexable clause Tom Lane 21:50
pgsql: Doc: add a bit to indices.sgml about what is an indexable clause Tom Lane 21:50
pgsql: Doc: add a bit to indices.sgml about what is an indexable clause Tom Lane 21:50
pgsql: Doc: add a bit to indices.sgml about what is an indexable clause Tom Lane 21:50

Dec. 18, 2023

Thread Author Time
pgsql: Provide vectored variants of smgrread() and smgrwrite(). Thomas Munro 02:09
pgsql: Micro-optimize datum_to_json_internal() some more. Nathan Bossart 16:34
pgsql: Optimize pg_atomic_exchange_u32 and pg_atomic_exchange_u64. Nathan Bossart 16:53
pgsql: compute_bitmap_pages' loop_count parameter should be double not Tom Lane 17:46

Dec. 19, 2023

Thread Author Time
pgsql: pgoutput: Raise an error for missing protocol version parameter. Amit Kapila 04:38
pgsql: pgstattuple: Fix failure with pgstathashindex() for partitioned Michael Paquier 06:21
pgsql: pgstattuple: Fix failure with pgstathashindex() for partitioned Michael Paquier 06:21
pgsql: pgstattuple: Fix failure with pgstathashindex() for partitioned Michael Paquier 06:21
pgsql: pgstattuple: Fix failure with pgstathashindex() for partitioned Michael Paquier 06:21
pgsql: pgstattuple: Fix failure with pgstathashindex() for partitioned Michael Paquier 06:21
pgsql: pgstattuple: Fix failure with pgstathashindex() for partitioned Michael Paquier 06:21
pgsql: pageinspect: Fix failure with hash_bitmap_info() for partitioned Michael Paquier 09:20
pgsql: pageinspect: Fix failure with hash_bitmap_info() for partitioned Michael Paquier 09:20
pgsql: pageinspect: Fix failure with hash_bitmap_info() for partitioned Michael Paquier 09:20
pgsql: pageinspect: Fix failure with hash_bitmap_info() for partitioned Michael Paquier 09:20
pgsql: pageinspect: Fix failure with hash_bitmap_info() for partitioned Michael Paquier 09:20
pgsql: pageinspect: Fix failure with hash_bitmap_info() for partitioned Michael Paquier 09:20
pgsql: Simplify newNode() by removing special cases Heikki Linnakangas 10:12
pgsql: doc: Fix syntax in ALTER FOREIGN DATA WRAPPER example Daniel Gustafsson 13:41
pgsql: doc: Fix syntax in ALTER FOREIGN DATA WRAPPER example Daniel Gustafsson 13:42
pgsql: doc: Fix syntax in ALTER FOREIGN DATA WRAPPER example Daniel Gustafsson 13:43
pgsql: doc: Fix syntax in ALTER FOREIGN DATA WRAPPER example Daniel Gustafsson 13:43
pgsql: doc: Fix syntax in ALTER FOREIGN DATA WRAPPER example Daniel Gustafsson 13:43
pgsql: doc: Fix syntax in ALTER FOREIGN DATA WRAPPER example Daniel Gustafsson 13:43
pgsql: Update comment for Cardinality typedef Peter Eisentraut 14:50
pgsql: Prevent integer overflow when forming tuple width estimates. Tom Lane 16:12
Re: pgsql: Prevent tuples to be marked as dead in subtransactions on standb Robert Haas 20:15
pgsql: Fix brown paper bag bug in 5c47c6546c413d5eb51c1626070a807026e61 Robert Haas 20:17
pgsql: Move src/bin/pg_verifybackup/parse_manifest.c into src/common. Robert Haas 20:29
pgsql: basic_archive: Fix comments related to NO_INSTALLCHECK Michael Paquier 23:41

Dec. 20, 2023

Thread Author Time
pgsql: Remove MSVC scripts Michael Paquier 00:45
Re: pgsql: Move src/bin/pg_verifybackup/parse_manifest.c into src/common. Michael Paquier 01:01
pgsql: Additional write barrier in AdvanceXLInsertBuffer(). Jeff Davis 01:44
pgsql: Use 64-bit atomics for xlblocks array elements. Jeff Davis 01:44
Re: pgsql: Move src/bin/pg_verifybackup/parse_manifest.c into src/common. Robert Haas 02:16
pgsql: Fix generation of distribution tarball Michael Paquier 06:08
pgsql: Add a new WAL summarizer process. Robert Haas 13:53
Re: pgsql: Remove MSVC scripts Robert Haas 14:19
pgsql: Add support for incremental backup. Robert Haas 14:54
Re: pgsql: Add support for incremental backup. Joe Conway 15:33
Re: pgsql: Remove MSVC scripts Andrew Dunstan 15:35
Re: pgsql: Remove MSVC scripts Robert Haas 18:11
pgsql: Fix unchecked return value from strdup Daniel Gustafsson 21:49
pgsql: Fix unchecked return value from strdup Daniel Gustafsson 21:49
pgsql: doc: Fix typo in pg_combinebackup documentation Daniel Gustafsson 22:10
pgsql: Rename pgindent options Andrew Dunstan 22:38
Re: pgsql: Remove MSVC scripts Michael Paquier 23:22

Dec. 21, 2023

Thread Author Time
pgsql: Show isCatalogRel in several rmgr descriptions. Masahiko Sawada 01:11

Browse Archives

Prev | Next