pgsql-committers since 2021-07-30 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

July 30, 2021

Thread Author Time
Re: pgsql: Re-enable TAP tests of pg_receivewal for ZLIB on Windows 📎 Michael Paquier 00:29
pgsql: Remove unused argument in apply_handle_commit_internal(). Amit Kapila 03:21
pgsql: Remove unused argument in apply_handle_commit_internal(). Amit Kapila 03:21
pgsql: postgres_fdw: Fix handling of pending asynchronous requests. Etsuro Fujita 08:08
pgsql: postgres_fdw: Fix handling of pending asynchronous requests. Etsuro Fujita 08:08
pgsql: Update obsolete comment that still referred to CheckpointLock Heikki Linnakangas 09:54
pgsql: Update obsolete comment that still referred to CheckpointLock Heikki Linnakangas 09:54
Re: pgsql: Re-enable TAP tests of pg_receivewal for ZLIB on Windows Andrew Dunstan 11:42
pgsql: Use --no-loop for new calls of pg_receivewal --endpos in TAP tes Michael Paquier 12:29
pgsql: Remove unnecessary call to ReadCheckpointRecord(). Robert Haas 12:38
Re: pgsql: Re-enable TAP tests of pg_receivewal for ZLIB on Windows Michael Paquier 12:40
Re: pgsql: postgres_fdw: Fix handling of pending asynchronous requests. Michael Paquier 12:45
Re: pgsql: Add support for prepared transactions to built-in logical replic Michael Paquier 12:47
Re: pgsql: postgres_fdw: Fix handling of pending asynchronous requests. Etsuro Fujita 13:00
pgsql: In postgres_fdw, allow CASE expressions to be pushed to the remo Tom Lane 17:39
Re: pgsql: Re-enable TAP tests of pg_receivewal for ZLIB on Windows Andrew Dunstan 18:03
pgsql: Doc: add a glossary entry for "domain". Tom Lane 18:50
pgsql: Fix range check in ECPG numeric to int conversion John Naylor 20:43
pgsql: Fix range check in ECPG numeric to int conversion John Naylor 20:43
pgsql: Fix range check in ECPG numeric to int conversion John Naylor 20:43
pgsql: Fix range check in ECPG numeric to int conversion John Naylor 20:43
pgsql: Fix range check in ECPG numeric to int conversion John Naylor 20:43
pgsql: Fix range check in ECPG numeric to int conversion John Naylor 20:43
pgsql: Fix range check in ECPG numeric to int conversion John Naylor 20:43
pgsql: Improve documentation for START_REPLICATION ... LOGICAL. Jeff Davis 22:16
Re: pgsql: Fix range check in ECPG numeric to int conversion John Naylor 22:37
pgsql: Fix expect file for MinGW32 ECPG regression tests John Naylor 22:56
pgsql: Fix expect file for MinGW32 ECPG regression tests John Naylor 22:56
pgsql: Fix expect file for MinGW32 ECPG regression tests John Naylor 22:56

July 31, 2021

Thread Author Time
pgsql: Enable TAP tests of pg_receivewal for ZLIB on Windows, take thre Michael Paquier 01:28
Re: pgsql: Re-enable TAP tests of pg_receivewal for ZLIB on Windows Michael Paquier 01:32
Re: pgsql: Add support for prepared transactions to built-in logical replic Amit Kapila 04:41
pgsql: Don't use O_SYNC or similar when opening signal file to fsync it Heikki Linnakangas 07:11
pgsql: Remove unnecessary 'restoredFromArchive' global variable. Heikki Linnakangas 07:11
pgsql: Extract code to describe recovery stop reason to a function. Heikki Linnakangas 07:11
pgsql: Move InRecovery and standbyState global vars to xlogutils.c. Heikki Linnakangas 07:11
pgsql: Fix corner-case errors and loss of precision in numeric_power(). Dean Rasheed 10:35
pgsql: Fix corner-case errors and loss of precision in numeric_power(). Dean Rasheed 10:35
pgsql: Fix corner-case errors and loss of precision in numeric_power(). Dean Rasheed 10:35
pgsql: Fix corner-case errors and loss of precision in numeric_power(). Dean Rasheed 10:35
pgsql: Fix corner-case errors and loss of precision in numeric_power(). Dean Rasheed 10:35
pgsql: Fix corner-case errors and loss of precision in numeric_power(). Dean Rasheed 10:35
pgsql: Fix corner-case errors and loss of precision in numeric_power(). Dean Rasheed 10:35
Re: pgsql: Enable TAP tests of pg_receivewal for ZLIB on Windows, take thre Andrew Dunstan 11:16
pgsql: Remove redundant setting of pg_attribute.attcompression John Naylor 11:27
Re: pgsql: postgres_fdw: Fix handling of pending asynchronous requests. 📎 Etsuro Fujita 14:16
pgsql: Use elog, not Assert, to report failure to provide an outer snap Tom Lane 15:50
pgsql: Use elog, not Assert, to report failure to provide an outer snap Tom Lane 15:50
pgsql: Use elog, not Assert, to report failure to provide an outer snap Tom Lane 15:50
pgsql: Use elog, not Assert, to report failure to provide an outer snap Tom Lane 15:50
pgsql: Use elog, not Assert, to report failure to provide an outer snap Tom Lane 15:50
Re: pgsql: postgres_fdw: Fix handling of pending asynchronous requests. Tom Lane 16:41
pgsql: Doc: alphabetize the regexp_foo() function descriptions in 9.7.3 Tom Lane 19:36

Aug. 1, 2021

Thread Author Time
Re: pgsql: Enable TAP tests of pg_receivewal for ZLIB on Windows, take thre Michael Paquier 03:32
Re: pgsql: postgres_fdw: Fix handling of pending asynchronous requests. Etsuro Fujita 07:59
Re: pgsql: Enable TAP tests of pg_receivewal for ZLIB on Windows, take thre Andrew Dunstan 12:09
pgsql: Silence perl warning about uninitialized value Andrew Dunstan 17:04

Aug. 2, 2021

Thread Author Time
pgsql: Fix test failure in 021_twophase.pl. Amit Kapila 03:02
pgsql: Fix oversight in commit 1ec7fca8592178281cd5cdada0f27a340fb813fc Etsuro Fujita 03:52
pgsql: Fix oversight in commit 1ec7fca8592178281cd5cdada0f27a340fb813fc Etsuro Fujita 03:52
Re: pgsql: postgres_fdw: Fix handling of pending asynchronous requests. Etsuro Fujita 03:55
pgsql: Remove misplaced comment from AuxiliaryProcessMain(). Andres Freund 04:11
pgsql: Run checkpointer and bgwriter in crash recovery. Thomas Munro 05:33
Re: pgsql: Add support for prepared transactions to built-in logical replic Amit Kapila 09:25
pgsql: Doc: minor improvements for logical replication protocol documen Tom Lane 15:32
pgsql: Track a Bitmapset of non-pruned partitions in RelOptInfo David Rowley 23:47

Aug. 3, 2021

Thread Author Time
pgsql: Allow ordered partition scans in more cases David Rowley 00:26
pgsql: Further simplify a bit of logic in StartupXLOG(). Thomas Munro 02:18
pgsql: doc: add example of using pg_dump with GNU split and gzip Bruce Momjian 14:58
pgsql: doc: add example of using pg_dump with GNU split and gzip Bruce Momjian 14:58
pgsql: doc: add example of using pg_dump with GNU split and gzip Bruce Momjian 14:58
pgsql: doc: add example of using pg_dump with GNU split and gzip Bruce Momjian 14:58
pgsql: doc: add example of using pg_dump with GNU split and gzip Bruce Momjian 14:58
pgsql: doc: add example of using pg_dump with GNU split and gzip Bruce Momjian 14:58
pgsql: doc: add example of using pg_dump with GNU split and gzip Bruce Momjian 14:58
pgsql: doc: mention inheritance's tableoid can be used in partitioning Bruce Momjian 15:12
pgsql: doc: mention inheritance's tableoid can be used in partitioning Bruce Momjian 15:12
pgsql: doc: mention inheritance's tableoid can be used in partitioning Bruce Momjian 15:12
pgsql: doc: mention inheritance's tableoid can be used in partitioning Bruce Momjian 15:12
pgsql: doc: mention inheritance's tableoid can be used in partitioning Bruce Momjian 15:12
pgsql: doc: mention inheritance's tableoid can be used in partitioning Bruce Momjian 15:12
pgsql: pg_upgrade: improve docs about extension upgrades Bruce Momjian 15:28
pgsql: pg_upgrade: improve docs about extension upgrades Bruce Momjian 15:28
pgsql: pg_upgrade: improve docs about extension upgrades Bruce Momjian 15:28
pgsql: pg_upgrade: improve docs about extension upgrades Bruce Momjian 15:28
pgsql: pg_upgrade: improve docs about extension upgrades Bruce Momjian 15:28
pgsql: pg_upgrade: improve docs about extension upgrades Bruce Momjian 15:28
pgsql: pg_upgrade: improve docs about extension upgrades Bruce Momjian 15:28
pgsql: pg_upgrade: warn about extensions that need updating Bruce Momjian 15:58
pgsql: pg_upgrade: warn about extensions that need updating Bruce Momjian 15:58
pgsql: pg_upgrade: warn about extensions that need updating Bruce Momjian 15:58
pgsql: pg_upgrade: warn about extensions that need updating Bruce Momjian 15:58
pgsql: pg_upgrade: warn about extensions that need updating Bruce Momjian 15:58
pgsql: pg_upgrade: warn about extensions that need updating Bruce Momjian 15:58
pgsql: pg_upgrade: warn about extensions that need updating Bruce Momjian 15:58
pgsql: interval: round values when spilling to months Bruce Momjian 16:10
pgsql: doc: interval spill method for units greater than months Bruce Momjian 16:18
pgsql: doc: interval spill method for units greater than months Bruce Momjian 16:18
pgsql: doc: interval spill method for units greater than months Bruce Momjian 16:18
pgsql: doc: interval spill method for units greater than months Bruce Momjian 16:18
pgsql: doc: interval spill method for units greater than months Bruce Momjian 16:18
pgsql: doc: interval spill method for units greater than months Bruce Momjian 16:18
pgsql: C comment: correct heading of extension query Bruce Momjian 16:26
pgsql: C comment: correct heading of extension query Bruce Momjian 16:26
pgsql: C comment: correct heading of extension query Bruce Momjian 16:26
pgsql: C comment: correct heading of extension query Bruce Momjian 16:26
pgsql: C comment: correct heading of extension query Bruce Momjian 16:26
pgsql: C comment: correct heading of extension query Bruce Momjian 16:26
pgsql: C comment: correct heading of extension query Bruce Momjian 16:26
pgsql: Add assorted new regexp_xxx SQL functions. Tom Lane 17:09

Aug. 4, 2021

Thread Author Time
pgsql: Add prepare API support for streaming transactions in logical re Amit Kapila 02:47
pgsql: Make vacuum_index_cleanup reloption RELOPT_TYPE_ENUM. Peter Geoghegan 04:54
pgsql: Make vacuum_index_cleanup reloption RELOPT_TYPE_ENUM. Peter Geoghegan 04:54

Aug. 5, 2021

Thread Author Time
pgsql: pgstat: split reporting/fetching of bgwriter and checkpointer st Andres Freund 02:18
pgsql: pgbench: When using pipelining only do PQconsumeInput() when nec Andres Freund 02:24
pgsql: pgbench: When using pipelining only do PQconsumeInput() when nec Andres Freund 02:24
Re: pgsql: Enable TAP tests of pg_receivewal for ZLIB on Windows, take thre Michael Paquier 06:02
pgsql: Fix division-by-zero error in to_char() with 'EEEE' format. Dean Rasheed 08:40
pgsql: Fix division-by-zero error in to_char() with 'EEEE' format. Dean Rasheed 08:40
pgsql: Fix division-by-zero error in to_char() with 'EEEE' format. Dean Rasheed 08:40
pgsql: Fix division-by-zero error in to_char() with 'EEEE' format. Dean Rasheed 08:40
pgsql: Fix division-by-zero error in to_char() with 'EEEE' format. Dean Rasheed 08:40
pgsql: Fix division-by-zero error in to_char() with 'EEEE' format. Dean Rasheed 08:40
pgsql: Fix division-by-zero error in to_char() with 'EEEE' format. Dean Rasheed 08:40
pgsql: Remove unused argument "txn" in maybe_send_schema(). Fujii Masao 08:50
pgsql: postgres_fdw: Fix issues with generated columns in foreign table Etsuro Fujita 11:11
pgsql: postgres_fdw: Fix issues with generated columns in foreign table Etsuro Fujita 11:11
pgsql: postgres_fdw: Fix issues with generated columns in foreign table Etsuro Fujita 11:11
pgsql: postgres_fdw: Fix issues with generated columns in foreign table Etsuro Fujita 11:11
Re: pgsql: Enable TAP tests of pg_receivewal for ZLIB on Windows, take thre Andrew Dunstan 15:49
pgsql: process startup: Move AuxiliaryProcessMain into its own file. Andres Freund 19:26
pgsql: process startup: auxprocess: reindent block Andres Freund 19:26
pgsql: process startup: Remove bootstrap / checker modes from AuxProcTy Andres Freund 19:26
pgsql: process startup: Rename postmaster's --forkboot to --forkaux. Andres Freund 19:26
pgsql: process startup: Separate out BootstrapModeMain from AuxiliaryPr Andres Freund 19:26
pgsql: process startup: Centralize pgwin32_signal_initialize() calls. Andres Freund 19:36
pgsql: Improve numeric_power() tests for large integer powers. Dean Rasheed 21:26
Re: pgsql: process startup: Centralize pgwin32_signal_initialize() calls. Andres Freund 21:41
pgsql: Call pgwin32_signal_initialize() in postmaster as well. Andres Freund 22:36
pgsql: Doc: remove commit 2945a488a from v14 release notes. Tom Lane 23:10
Re: pgsql: process startup: Centralize pgwin32_signal_initialize() calls. Andres Freund 23:13

Aug. 6, 2021

Thread Author Time
Re: pgsql: Enable TAP tests of pg_receivewal for ZLIB on Windows, take thre Michael Paquier 00:23
pgsql: process startup: Always call Init[Auxiliary]Process() before Bas Andres Freund 02:24
pgsql: First-draft release notes for 13.4. Tom Lane 18:55
pgsql: Fix wording Peter Eisentraut 20:06
pgsql: Fix wording Peter Eisentraut 20:06
pgsql: Fix wording Peter Eisentraut 20:06
pgsql: Fix wording Peter Eisentraut 20:06
pgsql: Fix wording Peter Eisentraut 20:06
pgsql: Fix wording Peter Eisentraut 20:06
pgsql: Fix wording Peter Eisentraut 20:06
pgsql: Add missing message punctuation Peter Eisentraut 20:22
pgsql: Add missing message punctuation Peter Eisentraut 20:22
pgsql: Adjust the integer overflow tests in the numeric code. Dean Rasheed 20:37
pgsql: Adjust the integer overflow tests in the numeric code. Dean Rasheed 20:37
pgsql: Adjust the integer overflow tests in the numeric code. Dean Rasheed 20:37
pgsql: Adjust the integer overflow tests in the numeric code. Dean Rasheed 20:37
pgsql: Adjust the integer overflow tests in the numeric code. Dean Rasheed 20:37
pgsql: Adjust the integer overflow tests in the numeric code. Dean Rasheed 20:37
pgsql: Adjust the integer overflow tests in the numeric code. Dean Rasheed 20:37
pgsql: Don't elide casting to typmod -1. Tom Lane 21:33
pgsql: Don't elide casting to typmod -1. Tom Lane 21:33

Aug. 7, 2021

Thread Author Time
pgsql: Schedule ShutdownXLOG() in single user mode using before_shmem_e Andres Freund 02:30
pgsql: pgstat: Schedule per-backend pgstat shutdown via before_shmem_ex Andres Freund 02:30
pgsql: Make parallel worker shutdown complete entirely via before_shmem Andres Freund 02:30
pgsql: pgstat: Bring up pgstat in BaseInit() to fix uninitialized use o Andres Freund 02:30
Re: pgsql: pgstat: Bring up pgstat in BaseInit() to fix uninitialized use o Tom Lane 02:44
Re: pgsql: pgstat: Bring up pgstat in BaseInit() to fix uninitialized use o Andres Freund 03:06
Re: pgsql: pgstat: Bring up pgstat in BaseInit() to fix uninitialized use o Tom Lane 03:13
Re: pgsql: pgstat: Bring up pgstat in BaseInit() to fix uninitialized use o Andres Freund 03:20
Re: pgsql: pgstat: Bring up pgstat in BaseInit() to fix uninitialized use o Tom Lane 03:22
Re: pgsql: pgstat: Bring up pgstat in BaseInit() to fix uninitialized use o Andres Freund 04:49
Re: pgsql: pgstat: Bring up pgstat in BaseInit() to fix uninitialized use o Andres Freund 05:11
pgsql: Message style improvements Peter Eisentraut 10:45
pgsql: Message style improvements Peter Eisentraut 10:45
pgsql: pg_amcheck: Add missing translation markers Peter Eisentraut 12:02
pgsql: pg_amcheck: Add missing translation markers Peter Eisentraut 12:02
Re: pgsql: pgstat: Bring up pgstat in BaseInit() to fix uninitialized use o Tom Lane 15:43
Re: pgsql: pgstat: Bring up pgstat in BaseInit() to fix uninitialized use o Andres Freund 16:48
Re: pgsql: pgstat: Bring up pgstat in BaseInit() to fix uninitialized use o Tom Lane 17:06
Re: pgsql: pgstat: Bring up pgstat in BaseInit() to fix uninitialized use o Andres Freund 17:25
pgsql: Really fix the ambiguity in REFRESH MATERIALIZED VIEW CONCURRENT Tom Lane 17:30
pgsql: Really fix the ambiguity in REFRESH MATERIALIZED VIEW CONCURRENT Tom Lane 17:30
pgsql: Really fix the ambiguity in REFRESH MATERIALIZED VIEW CONCURRENT Tom Lane 17:30
pgsql: Really fix the ambiguity in REFRESH MATERIALIZED VIEW CONCURRENT Tom Lane 17:30
pgsql: Really fix the ambiguity in REFRESH MATERIALIZED VIEW CONCURRENT Tom Lane 17:30
pgsql: Really fix the ambiguity in REFRESH MATERIALIZED VIEW CONCURRENT Tom Lane 17:30
pgsql: Really fix the ambiguity in REFRESH MATERIALIZED VIEW CONCURRENT Tom Lane 17:30
Re: pgsql: pgstat: Bring up pgstat in BaseInit() to fix uninitialized use o Tom Lane 17:37
pgsql: pg_amcheck: Message style improvements Peter Eisentraut 18:37
pgsql: pg_amcheck: Message style improvements Peter Eisentraut 18:37
Re: pgsql: pgstat: Bring up pgstat in BaseInit() to fix uninitialized use o Andres Freund 18:51
Re: pgsql: pgstat: Bring up pgstat in BaseInit() to fix uninitialized use o 📎 Andres Freund 19:01
Re: pgsql: pgstat: Bring up pgstat in BaseInit() to fix uninitialized use o Tom Lane 19:12
Re: pgsql: pgstat: Bring up pgstat in BaseInit() to fix uninitialized use o Andres Freund 21:03
pgsql: Remove T_MemoryContext Peter Eisentraut 21:26

Aug. 8, 2021

Thread Author Time
pgsql: Move temporary file cleanup to before_shmem_exit(). Andres Freund 02:23
Re: pgsql: pgstat: Bring up pgstat in BaseInit() to fix uninitialized use o Andres Freund 02:24
pgsql: Make regexp engine's backref-related compilation state more bull Tom Lane 02:27
pgsql: Fix use-after-free issue in regexp engine. Tom Lane 02:27

Browse Archives

Prev | Next