pgsql-committers before 2019-11-02 00:00

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

Search the Archives

Browse Archives

Prev | Next

Oct. 16, 2019

Thread Author Time
pgsql: Improve the check for pg_catalog.unknown data type in pg_upgrade Tomas Vondra 11:26
pgsql: Improve the check for pg_catalog.line data type in pg_upgrade Tomas Vondra 11:26
pgsql: Improve the check for pg_catalog.line data type in pg_upgrade Tomas Vondra 11:27
pgsql: Improve the check for pg_catalog.unknown data type in pg_upgrade Tomas Vondra 11:27
pgsql: Improve the check for pg_catalog.line data type in pg_upgrade Tomas Vondra 11:27
pgsql: Improve the check for pg_catalog.line data type in pg_upgrade Tomas Vondra 11:28
pgsql: Improve the check for pg_catalog.line data type in pg_upgrade Tomas Vondra 11:32
pgsql: Fix crash when reporting CREATE INDEX progress Alvaro Herrera 12:53
pgsql: Fix crash when reporting CREATE INDEX progress Alvaro Herrera 12:53
pgsql: Add missing include to pg_upgrade/version.c Tomas Vondra 14:32
pgsql: Add missing include to pg_upgrade/version.c Tomas Vondra 14:32
pgsql: Add missing include to pg_upgrade/version.c Tomas Vondra 14:32
pgsql: Fix bug that could try to freeze running multixacts. Thomas Munro 23:00
pgsql: Fix bug that could try to freeze running multixacts. Thomas Munro 23:00
pgsql: Fix bug that could try to freeze running multixacts. Thomas Munro 23:00
pgsql: Fix bug that could try to freeze running multixacts. Thomas Munro 23:00
pgsql: Fix bug that could try to freeze running multixacts. Thomas Munro 23:00
pgsql: Fix bug that could try to freeze running multixacts. Thomas Munro 23:00
pgsql: Fix bug that could try to freeze running multixacts. Thomas Munro 23:01

Oct. 17, 2019

Thread Author Time
pgsql: When restoring GUCs in parallel workers, show an error context. Thomas Munro 01:05
pgsql: When restoring GUCs in parallel workers, show an error context. Thomas Munro 01:06
pgsql: When restoring GUCs in parallel workers, show an error context. Thomas Munro 01:06
pgsql: When restoring GUCs in parallel workers, show an error context. Thomas Munro 01:06
pgsql: When restoring GUCs in parallel workers, show an error context. Thomas Munro 01:06
pgsql: When restoring GUCs in parallel workers, show an error context. Thomas Munro 01:07
Re: pgsql: Fix bug that could try to freeze running multixacts. Alvaro Herrera 06:36
pgsql: Fix parallel restore of FKs to partitioned tables Alvaro Herrera 08:08
pgsql: Fix parallel restore of FKs to partitioned tables Alvaro Herrera 08:08
pgsql: Fix minor bug in logical-replication walsender shutdown Alvaro Herrera 13:12
pgsql: Fix minor bug in logical-replication walsender shutdown Alvaro Herrera 13:12
pgsql: Fix minor bug in logical-replication walsender shutdown Alvaro Herrera 13:12
pgsql: Fix minor bug in logical-replication walsender shutdown Alvaro Herrera 13:12
pgsql: Fix minor bug in logical-replication walsender shutdown Alvaro Herrera 13:12
pgsql: Fix minor bug in logical-replication walsender shutdown Alvaro Herrera 13:12
pgsql: Fix minor bug in logical-replication walsender shutdown Alvaro Herrera 13:12
Re: pgsql: Fix bug that could try to freeze running multixacts. Thomas Munro 20:43

Oct. 18, 2019

Thread Author Time
pgsql: Fix timeout handling in logical replication worker Michael Paquier 05:27
pgsql: Fix timeout handling in logical replication worker Michael Paquier 05:27
pgsql: Fix timeout handling in logical replication worker Michael Paquier 05:27
pgsql: Fix timeout handling in logical replication worker Michael Paquier 05:27
pgsql: Update comments about progress reporting by index_drop Alvaro Herrera 10:30
pgsql: Update comments about progress reporting by index_drop Alvaro Herrera 10:30
pgsql: Fix typo Alvaro Herrera 12:50
pgsql: Fix typo Alvaro Herrera 12:50
pgsql: Make crash recovery ignore recovery_min_apply_delay setting. Fujii Masao 13:25
pgsql: Make crash recovery ignore recovery_min_apply_delay setting. Fujii Masao 13:26
pgsql: Fix failure of archive recovery with recovery_min_apply_delay en Fujii Masao 13:36
pgsql: Fix failure of archive recovery with recovery_min_apply_delay en Fujii Masao 13:36
pgsql: Fix failure of archive recovery with recovery_min_apply_delay en Fujii Masao 13:37
pgsql: Fix failure of archive recovery with recovery_min_apply_delay en Fujii Masao 13:37
pgsql: Fix failure of archive recovery with recovery_min_apply_delay en Fujii Masao 13:38
pgsql: Fix failure of archive recovery with recovery_min_apply_delay en Fujii Masao 13:38
pgsql: Fix failure of archive recovery with recovery_min_apply_delay en Fujii Masao 13:39
Re: pgsql: doc: Further clarify how recovery target parameters are applied Fujii Masao 14:18

Oct. 19, 2019

Thread Author Time
pgsql: Remove last traces of heap_open/close in the tree Michael Paquier 02:25
pgsql: For PowerPC instruction "addi", use constraint "b". Noah Misch 03:27
pgsql: For PowerPC instruction "addi", use constraint "b". Noah Misch 03:27
pgsql: For PowerPC instruction "addi", use constraint "b". Noah Misch 03:27
pgsql: For PowerPC instruction "addi", use constraint "b". Noah Misch 03:27
pgsql: For PowerPC instruction "addi", use constraint "b". Noah Misch 03:27
pgsql: For PowerPC instruction "addi", use constraint "b". Noah Misch 03:27
pgsql: For all ppc compilers, implement compare_exchange and fetch_add Noah Misch 03:27
pgsql: For PowerPC instruction "addi", use constraint "b". Noah Misch 03:27
pgsql: Use standard compare_exchange loop style in ProcArrayGroupClearX Noah Misch 03:27
pgsql: Fix most -Wundef warnings Peter Eisentraut 16:38
Re: pgsql: Implement jsonpath .datetime() method 📎 Alexander Korotkov 16:44

Oct. 20, 2019

Thread Author Time
pgsql: Clean up MinGW def file generation Peter Eisentraut 08:25

Oct. 21, 2019

Thread Author Time
pgsql: Fix parsing of integer values for connection parameters in libpq Michael Paquier 02:18
pgsql: Fix parsing of integer values for connection parameters in libpq Michael Paquier 02:18
pgsql: Fix error reporting of connect_timeout in libpq for value parsin Michael Paquier 02:40
pgsql: Fix error reporting of connect_timeout in libpq for value parsin Michael Paquier 02:40
Re: pgsql: Remove last traces of heap_open/close in the tree Michael Paquier 03:35
pgsql: Fix memory leak introduced in commit 7df159a620. Amit Kapila 03:42
pgsql: Fix memory leak introduced in commit 7df159a620. Amit Kapila 03:42
pgsql: Update obsolete comment. Etsuro Fujita 08:40
pgsql: Update obsolete comment. Etsuro Fujita 08:40
pgsql: Use CFLAGS_SL while probing linkability of libperl. Tom Lane 17:52
pgsql: Use CFLAGS_SL while probing linkability of libperl. Tom Lane 17:52
pgsql: Select CFLAGS_SL at configure time, not in platform-specific Mak Tom Lane 17:52
pgsql: Use CFLAGS_SL while probing linkability of libperl. Tom Lane 17:52
pgsql: Select CFLAGS_SL at configure time, not in platform-specific Mak Tom Lane 17:52
pgsql: Select CFLAGS_SL at configure time, not in platform-specific Mak Tom Lane 17:52
pgsql: Select CFLAGS_SL at configure time, not in platform-specific Mak Tom Lane 17:52
pgsql: Select CFLAGS_SL at configure time, not in platform-specific Mak Tom Lane 17:52
pgsql: Use CFLAGS_SL while probing linkability of libperl. Tom Lane 17:52
pgsql: Use CFLAGS_SL while probing linkability of libperl. Tom Lane 17:52
pgsql: Use CFLAGS_SL while probing linkability of libperl. Tom Lane 17:52
pgsql: Select CFLAGS_SL at configure time, not in platform-specific Mak Tom Lane 17:52
pgsql: Use CFLAGS_SL while probing linkability of libperl. Tom Lane 17:52
pgsql: Select CFLAGS_SL at configure time, not in platform-specific Mak Tom Lane 17:52
pgsql: Deal with yet another issue related to "Norwegian (Bokmål)" loca Tom Lane 18:19
pgsql: Deal with yet another issue related to "Norwegian (Bokmål)" loca Tom Lane 18:19
pgsql: Deal with yet another issue related to "Norwegian (Bokmål)" loca Tom Lane 18:19
pgsql: Deal with yet another issue related to "Norwegian (Bokmål)" loca Tom Lane 18:19
pgsql: Deal with yet another issue related to "Norwegian (Bokmål)" loca Tom Lane 18:19
pgsql: Deal with yet another issue related to "Norwegian (Bokmål)" loca Tom Lane 18:19
pgsql: Deal with yet another issue related to "Norwegian (Bokmål)" loca Tom Lane 18:19
pgsql: Refactor jsonpath's compareDatetime() Alexander Korotkov 20:11
pgsql: Refactor timestamp2timestamptz_opt_error() Alexander Korotkov 20:11

Oct. 22, 2019

Thread Author Time
Re: pgsql: Fix parsing of integer values for connection parameters in libpq Peter Eisentraut 08:05
pgsql: Fix comment Peter Eisentraut 08:07
pgsql: Make command order in test more sensible Peter Eisentraut 08:37
Re: pgsql: Fix parsing of integer values for connection parameters in libpq 📎 Michael Paquier 10:05

Oct. 23, 2019

Thread Author Time
pgsql: Clean up properly error_context_stack in autovacuum worker on ex Michael Paquier 01:27
pgsql: Clean up properly error_context_stack in autovacuum worker on ex Michael Paquier 01:27
pgsql: Clean up properly error_context_stack in autovacuum worker on ex Michael Paquier 01:27
pgsql: Clean up properly error_context_stack in autovacuum worker on ex Michael Paquier 01:27
pgsql: Clean up properly error_context_stack in autovacuum worker on ex Michael Paquier 01:27
pgsql: Clean up properly error_context_stack in autovacuum worker on ex Michael Paquier 01:27
pgsql: Clean up properly error_context_stack in autovacuum worker on ex Michael Paquier 01:27
pgsql: Fix thinkos from 4f4061b for libpq integer parsing Michael Paquier 02:35
pgsql: Fix thinkos from 4f4061b for libpq integer parsing Michael Paquier 02:35
Re: pgsql: Fix parsing of integer values for connection parameters in libpq Michael Paquier 02:37
pgsql: Remove last traces of --adduser/--no-adduser in createuser Michael Paquier 03:28
pgsql: Remove libpq-dist.rc Peter Eisentraut 05:12
pgsql: Acquire properly session-level lock on new index in REINDEX CONC Michael Paquier 06:06
pgsql: Acquire properly session-level lock on new index in REINDEX CONC Michael Paquier 06:06
pgsql: pg_upgrade: adjust error output to use new database list format Bruce Momjian 22:06

Oct. 24, 2019

Thread Author Time
pgsql: docs: fix wording of REFRESH CONCURRENTLY manual page Bruce Momjian 00:29
pgsql: docs: fix wording of REFRESH CONCURRENTLY manual page Bruce Momjian 00:29
pgsql: docs: fix wording of REFRESH CONCURRENTLY manual page Bruce Momjian 00:29
pgsql: docs: fix wording of REFRESH CONCURRENTLY manual page Bruce Momjian 00:29
pgsql: docs: fix wording of REFRESH CONCURRENTLY manual page Bruce Momjian 00:29
pgsql: docs: fix wording of REFRESH CONCURRENTLY manual page Bruce Momjian 00:29
pgsql: docs: fix wording of REFRESH CONCURRENTLY manual page Bruce Momjian 00:29
pgsql: Make the order of the header file includes consistent in contrib Amit Kapila 02:46
pgsql: Fix typo in xlog.c. Fujii Masao 05:14

Oct. 25, 2019

Thread Author Time
pgsql: Handle interrupts within a transaction context in REINDEX CONCUR Michael Paquier 01:21
pgsql: Handle interrupts within a transaction context in REINDEX CONCUR Michael Paquier 01:21
pgsql: Make the order of the header file includes consistent in non-bac Amit Kapila 02:24
Re: pgsql: Make the order of the header file includes consistent in non-bac Michael Paquier 03:17
Re: pgsql: Make the order of the header file includes consistent in non-bac Amit Kapila 03:24
Re: pgsql: Make the order of the header file includes consistent in non-bac Amit Kapila 04:02
Re: pgsql: Make the order of the header file includes consistent in non-bac 📎 Amit Kapila 04:47
pgsql: Revert part of commit dddf4cdc3. Amit Kapila 05:39
Re: pgsql: Make the order of the header file includes consistent in non-bac Michael Paquier 06:17
Re: pgsql: Make the order of the header file includes consistent in non-bac Andrew Gierth 08:00
Re: pgsql: Make the order of the header file includes consistent in non-bac Amit Kapila 09:50
Re: pgsql: Make the order of the header file includes consistent in non-bac Amit Kapila 09:51
pgsql: Improve management of statement timeouts. Tom Lane 15:41
pgsql: Reset statement_timeout between queries of a multi-query string. Tom Lane 15:41
pgsql: Get rid of useless/dangerous redefinition of bool in ECPG. Tom Lane 16:17
pgsql: Get rid of useless/dangerous redefinition of bool in ECPG. Tom Lane 16:17
pgsql: Revert "Revert part of commit dddf4cdc3." Tom Lane 16:19
pgsql: doc: Use proper em and en dashes Peter Eisentraut 18:50
pgsql: Avoid failure when selecting a namespace node in XMLTABLE. Tom Lane 19:23
pgsql: Avoid failure when selecting a namespace node in XMLTABLE. Tom Lane 19:23
pgsql: Avoid failure when selecting a namespace node in XMLTABLE. Tom Lane 19:23
pgsql: Avoid failure when selecting a namespace node in XMLTABLE. Tom Lane 19:23
pgsql: Remove obsolete information schema tables Peter Eisentraut 19:37

Oct. 26, 2019

Thread Author Time
Re: pgsql: Make the order of the header file includes consistent in non-bac Michael Paquier 02:29
pgsql: Doc: improve documentation of configuration settings that have u Tom Lane 16:31
pgsql: Doc: improve documentation of configuration settings that have u Tom Lane 16:31
pgsql: Update comment about __sync_lock_test_and_set() bug. Noah Misch 19:57
pgsql: Fix copy-paste defect in comment. Noah Misch 19:57
pgsql: Fix pg_dump's handling of circular dependencies in views. Tom Lane 21:37
pgsql: Fix pg_dump's handling of circular dependencies in views. Tom Lane 21:37
pgsql: Fix pg_dump's handling of circular dependencies in views. Tom Lane 21:37

Oct. 27, 2019

Thread Author Time
Re: pgsql: Fix copy-paste defect in comment. Michael Paquier 04:20
pgsql: Fix initialization of fake LSN for unlogged relations Michael Paquier 04:56
pgsql: Fix initialization of fake LSN for unlogged relations Michael Paquier 04:56

Oct. 28, 2019

Thread Author Time
pgsql: Fix dependency handling at swap phase of REINDEX CONCURRENTLY Michael Paquier 03:13
pgsql: Fix dependency handling at swap phase of REINDEX CONCURRENTLY Michael Paquier 03:13
pgsql: Doc: Add missing step for pg_stat_progress_cluster Michael Paquier 05:24
pgsql: Doc: Add missing step for pg_stat_progress_cluster Michael Paquier 05:24
pgsql: Handle empty-string edge cases correctly in strpos(). Tom Lane 16:21
pgsql: Handle empty-string edge cases correctly in strpos(). Tom Lane 16:21
pgsql: On Windows, use COMSPEC to find the location of cmd.exe. Tom Lane 18:15
pgsql: Allow extracting fields from a ROW() expression in more cases. Tom Lane 19:08

Oct. 29, 2019

Thread Author Time
pgsql: Fix handling of pg_class.relispartition at swap phase in REINDEX Michael Paquier 02:10
pgsql: Fix handling of pg_class.relispartition at swap phase in REINDEX Michael Paquier 02:10
pgsql: Fix compiler warnings in ecpg tests Peter Eisentraut 08:38

Oct. 30, 2019

Thread Author Time
pgsql: Fix typos in the code Michael Paquier 01:04
pgsql: pg_waldump: Fix small memory leak when rmgr->rm_identify returns Andres Freund 02:48
pgsql: pg_waldump: Fix small memory leak when rmgr->rm_identify returns Andres Freund 02:48
pgsql: pg_waldump: Fix small memory leak when rmgr->rm_identify returns Andres Freund 02:48
pgsql: pg_waldump: Fix small memory leak when rmgr->rm_identify returns Andres Freund 02:48
pgsql: pg_waldump: Fix small memory leak when rmgr->rm_identify returns Andres Freund 02:48
pgsql: pg_waldump: Fix small memory leak when rmgr->rm_identify returns Andres Freund 02:48
pgsql: pg_waldump: Fix --bkp-details to not issue spurious newlines for Andres Freund 05:58
pgsql: pg_waldump: Fix --bkp-details to not issue spurious newlines for Andres Freund 05:58
pgsql: pg_waldump: Fix --bkp-details to not issue spurious newlines for Andres Freund 05:58
pgsql: pg_waldump: Fix --bkp-details to not issue spurious newlines for Andres Freund 05:59
pgsql: pg_waldump: Fix --bkp-details to not issue spurious newlines for Andres Freund 05:59
pgsql: pg_waldump: Fix --bkp-details to not issue spurious newlines for Andres Freund 05:59
pgsql: Update code comments about peer authenticaton Peter Eisentraut 08:18
pgsql: Remove one use of IDENT_USERNAME_MAX Peter Eisentraut 10:18
pgsql: relnotes: PG 12, mention change in libpq parameter parsing Bruce Momjian 17:43

Oct. 31, 2019

Thread Author Time
pgsql: Fix typo in comment of syncrep.c Michael Paquier 01:30
pgsql: Add const qualifiers to internal range type APIs Peter Eisentraut 06:49

Nov. 1, 2019

Thread Author Time
pgsql: PG_FINALLY Peter Eisentraut 10:26
pgsql: Add some assertions to view reloption macros Peter Eisentraut 12:29
pgsql: Fix race condition at backend exit when deleting element in sync Michael Paquier 13:39
pgsql: Fix race condition at backend exit when deleting element in sync Michael Paquier 13:39
pgsql: Fix race condition at backend exit when deleting element in sync Michael Paquier 13:39
pgsql: Fix race condition at backend exit when deleting element in sync Michael Paquier 13:39
pgsql: Fix race condition at backend exit when deleting element in sync Michael Paquier 13:39
pgsql: Fix race condition at backend exit when deleting element in sync Michael Paquier 13:39
pgsql: Fix race condition at backend exit when deleting element in sync Michael Paquier 13:39
pgsql: Add some assertions in syncrep.c Michael Paquier 14:00

Browse Archives

Prev | Next