pgsql-committers since 2017-08-20 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. 20, 2017

Thread Author Time
pgsql: Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n). Andres Freund 18:23
pgsql: Partially flatten struct tupleDesc so that it can be used in DSM Andres Freund 18:23

Aug. 21, 2017

Thread Author Time
pgsql: Inject $(ICU_LIBS) regardless of platform. Noah Misch 04:26
pgsql: Inject $(ICU_LIBS) regardless of platform. Noah Misch 04:26
Re: [COMMITTERS] pgsql: Account for catalog snapshot in PGXACT->xmin updates. Simon Riggs 06:41
pgsql: Push limit through subqueries to underlying sort, where possible Robert Haas 18:42
pgsql: pg_prewarm: Add automatic prewarm feature. Robert Haas 18:42
pgsql: Don't install ICU collation keyword variants Peter Eisentraut 23:40
pgsql: Expand set of predefined ICU locales Peter Eisentraut 23:40
pgsql: Don't install ICU collation keyword variants Peter Eisentraut 23:40
pgsql: Expand set of predefined ICU locales Peter Eisentraut 23:40

Aug. 22, 2017

Thread Author Time
pgsql: Backpatch introduction of TupleDescAttr(tupdesc, i). Andres Freund 14:48
pgsql: Backpatch introduction of TupleDescAttr(tupdesc, i). Andres Freund 14:48
pgsql: Backpatch introduction of TupleDescAttr(tupdesc, i). Andres Freund 14:48
pgsql: Backpatch introduction of TupleDescAttr(tupdesc, i). Andres Freund 14:48
pgsql: Backpatch introduction of TupleDescAttr(tupdesc, i). Andres Freund 14:48
pgsql: Backpatch introduction of TupleDescAttr(tupdesc, i). Andres Freund 14:48
pgsql: Refactor typcache.c's record typmod hash table. Andres Freund 23:34
pgsql: Add a hash_combine function for mixing hash values. Andres Freund 23:34
pgsql: doc: Mention identity column feature in section on serial Peter Eisentraut 23:59
pgsql: doc: Mention identity column feature in section on serial Peter Eisentraut 23:59

Aug. 23, 2017

Thread Author Time
pgsql: pg_upgrade: Message translatability and style fixes Peter Eisentraut 00:39
pgsql: pg_upgrade: Message translatability and style fixes Peter Eisentraut 00:39
pgsql: Hash tables backed by DSA shared memory. Andres Freund 05:46
pgsql: Fix translation marker Peter Eisentraut 14:17
pgsql: Fix translation marker Peter Eisentraut 14:17
pgsql: Fix translation marker Peter Eisentraut 14:17
pgsql: Fix translation marker Peter Eisentraut 14:17
pgsql: Tweak some SCRAM error messages and code comments Peter Eisentraut 16:34
pgsql: Tweak some SCRAM error messages and code comments Peter Eisentraut 16:34
pgsql: Improve plural handling in error message Peter Eisentraut 17:57
pgsql: Fix outdated comment Peter Eisentraut 18:23
pgsql: Fix outdated comment Peter Eisentraut 18:23
pgsql: Fix outdated comment Peter Eisentraut 18:23
pgsql: Fix outdated comment Peter Eisentraut 18:23
pgsql: Fix outdated comment Peter Eisentraut 18:23
pgsql: Update code comment for temporary replication slots Peter Eisentraut 19:01
pgsql: Update code comment for temporary replication slots Peter Eisentraut 19:01
Re: pgsql: Push limit through subqueries to underlying sort, where possible Andres Freund 21:55
Re: pgsql: Push limit through subqueries to underlying sort, where possible Robert Haas 22:42

Aug. 24, 2017

Thread Author Time
Re: pgsql: Improve plural handling in error message Tom Lane 04:37
pgsql: Fix up secondary expected files Peter Eisentraut 15:15
Re: pgsql: Improve plural handling in error message Peter Eisentraut 15:19
pgsql: Make new regression test case parallel-safe, and improve its out Tom Lane 17:40
pgsql: Increase SCRAM salt length Peter Eisentraut 18:21
pgsql: Increase SCRAM salt length Peter Eisentraut 18:21
pgsql: pg_upgrade: Remove dead code Peter Eisentraut 19:31
pgsql: pg_upgrade: Remove dead code Peter Eisentraut 19:31
pgsql: psql: Fix \gx when FETCH_COUNT is used Stephen Frost 20:21
pgsql: psql: Fix \gx when FETCH_COUNT is used Stephen Frost 20:21
pgsql: Fix harmless thinko in dsa.c. Andres Freund 22:22
pgsql: Fix harmless thinko in dsa.c. Andres Freund 22:22
pgsql: Fix bug that can cause walsender not to terminating at shutdown. Andres Freund 22:22

Aug. 25, 2017

Thread Author Time
pgsql: Consolidate the function pointer types used by dshash.c. Andres Freund 00:52
pgsql: Add minimal regression test for blessed record type transfer. Andres Freund 00:52
pgsql: Fix unlikely shared memory leak after failure in dshash_create() Andres Freund 00:52
Re: [COMMITTERS] pgsql: Fix bug that can cause walsender not to terminating at shutdown. Alvaro Herrera 06:36
Re: Re: [COMMITTERS] pgsql: Fix bug that can cause walsender not to terminating at shutdown. Michael Paquier 08:11
pgsql: Code review for pushing LIMIT through subqueries. Tom Lane 13:05
pgsql: Implement DO CONTINUE action for ECPG WHENEVER statement. Michael Meskes 13:42
pgsql: Message translatability fixes Peter Eisentraut 16:45
pgsql: pg_upgrade: Remove more dead code Peter Eisentraut 16:45
pgsql: Message translatability fixes Peter Eisentraut 16:45
pgsql: pg_upgrade: Remove more dead code Peter Eisentraut 16:45
pgsql: Fix locale dependency in new ecpg test case. Tom Lane 18:17
pgsql: Improve low-level backup documentation. Robert Haas 19:20
pgsql: Improve low-level backup documentation. Robert Haas 19:20

Aug. 26, 2017

Thread Author Time
pgsql: Make setlocale in ECPG test cases thread aware on Windows. Michael Meskes 11:02
pgsql: pg_test_timing: Some NLS fixes Peter Eisentraut 13:27
pgsql: pg_test_timing: Some NLS fixes Peter Eisentraut 15:33
pgsql: Changed order of statements and added an additiona MSVC safeguar Michael Meskes 17:13
pgsql: First-draft release notes for 9.6.5. Tom Lane 19:19
Re: [COMMITTERS] pgsql: pg_test_timing: Add NLS Peter Eisentraut 19:22
pgsql: Doc: update v10 release notes through today. Tom Lane 20:50
pgsql: Doc: update v10 release notes through today. Tom Lane 20:50

Aug. 27, 2017

Thread Author Time
pgsql: Release notes for 9.6.5, 9.5.9, 9.4.14, 9.3.19, 9.2.23. Tom Lane 21:35
pgsql: Release notes for 9.6.5, 9.5.9, 9.4.14, 9.3.19, 9.2.23. Tom Lane 21:35
pgsql: Release notes for 9.6.5, 9.5.9, 9.4.14, 9.3.19, 9.2.23. Tom Lane 21:35
pgsql: Release notes for 9.6.5, 9.5.9, 9.4.14, 9.3.19, 9.2.23. Tom Lane 21:35
pgsql: Release notes for 9.6.5, 9.5.9, 9.4.14, 9.3.19, 9.2.23. Tom Lane 21:35
pgsql: Release notes for 9.6.5, 9.5.9, 9.4.14, 9.3.19, 9.2.23. Tom Lane 21:35
pgsql: Release notes for 9.6.5, 9.5.9, 9.4.14, 9.3.19, 9.2.23. Tom Lane 21:35

Aug. 28, 2017

Thread Author Time
pgsql: Clarify documentation Peter Eisentraut 01:33
pgsql: Clarify documentation Peter Eisentraut 01:33
Re: pgsql: Release notes for 9.6.5, 9.5.9, 9.4.14, 9.3.19, 9.2.23. Fabrízio de Royes Mello 10:16
Re: [COMMITTERS] pgsql: pg_rewind: Fix some problems when copying files >2GB. Alvaro Herrera 13:05
Re: [COMMITTERS] pgsql: pg_rewind: Fix some problems when copying files >2GB. Robert Haas 14:08
pgsql: Fix over-aggressive sanity check in misc_sanity.sql. Tom Lane 14:15
pgsql: Fix over-aggressive sanity check in misc_sanity.sql. Tom Lane 14:15
Re: [COMMITTERS] pgsql: pg_rewind: Fix some problems when copying files >2GB. Alvaro Herrera 14:16
Re: [COMMITTERS] pgsql: pg_rewind: Fix some problems when copying files >2GB. Robert Haas 14:24
pgsql: Translation updates Peter Eisentraut 14:55
pgsql: Translation updates Peter Eisentraut 14:55
pgsql: Translation updates Peter Eisentraut 14:55
pgsql: Translation updates Peter Eisentraut 14:55
pgsql: Translation updates Peter Eisentraut 14:55
pgsql: Translation updates Peter Eisentraut 14:55
Re: pgsql: Release notes for 9.6.5, 9.5.9, 9.4.14, 9.3.19, 9.2.23. Tom Lane 15:29
pgsql: Doc: adjust release-note credit for parallel pg_restore fix. Tom Lane 15:41
pgsql: Doc: adjust release-note credit for parallel pg_restore fix. Tom Lane 15:41
pgsql: Doc: adjust release-note credit for parallel pg_restore fix. Tom Lane 15:41
pgsql: Doc: adjust release-note credit for parallel pg_restore fix. Tom Lane 15:41
pgsql: Doc: adjust release-note credit for parallel pg_restore fix. Tom Lane 15:41
pgsql: Doc: adjust release-note credit for parallel pg_restore fix. Tom Lane 15:41
Re: pgsql: Release notes for 9.6.5, 9.5.9, 9.4.14, 9.3.19, 9.2.23. Fabrízio de Royes Mello 17:01
pgsql: Stamp 10beta4. Tom Lane 21:20
pgsql: Stamp 9.6.5. Tom Lane 21:22
pgsql: Stamp 9.5.9. Tom Lane 21:24
pgsql: Stamp 9.4.14. Tom Lane 21:26
pgsql: Stamp 9.3.19. Tom Lane 21:28
pgsql: Stamp 9.2.23. Tom Lane 21:30

Aug. 29, 2017

Thread Author Time
Re: Re: [COMMITTERS] pgsql: pg_rewind: Fix some problems when copying files >2GB. 📎 Michael Paquier 02:22
Re: Re: [COMMITTERS] pgsql: pg_rewind: Fix some problems when copying files >2GB. Tom Lane 02:26
pgsql: Improve docs about numeric formatting patterns (to_char/to_numbe Tom Lane 13:34
pgsql: Improve docs about numeric formatting patterns (to_char/to_numbe Tom Lane 13:34
pgsql: Improve docs about numeric formatting patterns (to_char/to_numbe Tom Lane 13:34
pgsql: Improve docs about numeric formatting patterns (to_char/to_numbe Tom Lane 13:34
pgsql: Improve docs about numeric formatting patterns (to_char/to_numbe Tom Lane 13:34
pgsql: Improve docs about numeric formatting patterns (to_char/to_numbe Tom Lane 13:34
pgsql: Improve docs about numeric formatting patterns (to_char/to_numbe Tom Lane 13:34
pgsql: Push tuple limits through Gather and Gather Merge. Robert Haas 17:20
pgsql: Propagate sort instrumentation from workers back to leader. Robert Haas 17:32
pgsql: Teach libpq to detect integer overflow in the row count of a PGr Tom Lane 19:18
pgsql: Teach libpq to detect integer overflow in the row count of a PGr Tom Lane 19:18
pgsql: Teach libpq to detect integer overflow in the row count of a PGr Tom Lane 19:18
pgsql: Teach libpq to detect integer overflow in the row count of a PGr Tom Lane 19:18
pgsql: Teach libpq to detect integer overflow in the row count of a PGr Tom Lane 19:18
pgsql: Teach libpq to detect integer overflow in the row count of a PGr Tom Lane 19:18
pgsql: Teach libpq to detect integer overflow in the row count of a PGr Tom Lane 19:18
pgsql: Doc: document libpq's restriction to INT_MAX rows in a PGresult. Tom Lane 19:38
pgsql: Doc: document libpq's restriction to INT_MAX rows in a PGresult. Tom Lane 19:38
pgsql: Doc: document libpq's restriction to INT_MAX rows in a PGresult. Tom Lane 19:38
pgsql: Doc: document libpq's restriction to INT_MAX rows in a PGresult. Tom Lane 19:38
pgsql: Doc: document libpq's restriction to INT_MAX rows in a PGresult. Tom Lane 19:38
pgsql: Doc: document libpq's restriction to INT_MAX rows in a PGresult. Tom Lane 19:38
pgsql: Doc: document libpq's restriction to INT_MAX rows in a PGresult. Tom Lane 19:38
pgsql: Tag refs/tags/REL9_3_19 was created pgsql 21:37
pgsql: Tag refs/tags/REL_10_BETA4 was created pgsql 21:37
pgsql: Tag refs/tags/REL9_5_9 was created pgsql 21:37
pgsql: Tag refs/tags/REL9_2_23 was created pgsql 21:37
pgsql: Tag refs/tags/REL9_4_14 was created pgsql 21:37
pgsql: Tag refs/tags/REL9_6_5 was created pgsql 21:37
pgsql: doc: Avoid sidebar element Peter Eisentraut 23:36
pgsql: doc: Avoid sidebar element Peter Eisentraut 23:36

Aug. 30, 2017

Thread Author Time
pgsql: Force rescanning of parallel-aware scan nodes below a Gather[Mer Tom Lane 13:30
pgsql: Force rescanning of parallel-aware scan nodes below a Gather[Mer Tom Lane 13:30
pgsql: Restore test case from a2b70c89ca1a5fcf6181d3c777d82e7b83d2de1b. Tom Lane 13:59
pgsql: Restore test case from a2b70c89ca1a5fcf6181d3c777d82e7b83d2de1b. Tom Lane 13:59
pgsql: Separate reinitialization of shared parallel-scan state from Exe Tom Lane 17:18
pgsql: Separate reinitialization of shared parallel-scan state from Exe Tom Lane 17:18
pgsql: Code review for nodeGatherMerge.c. Tom Lane 21:21
pgsql: Code review for nodeGatherMerge.c. Tom Lane 21:21
Re: Re: [COMMITTERS] pgsql: pg_rewind: Fix some problems when copying files >2GB. Michael Paquier 22:16
Re: Re: [COMMITTERS] pgsql: pg_rewind: Fix some problems when copying files >2GB. Alvaro Herrera 23:39
Re: Re: [COMMITTERS] pgsql: pg_rewind: Fix some problems when copying files >2GB. Michael Paquier 23:50

Aug. 31, 2017

Thread Author Time
pgsql: Remove to pre-8.2 coding convention for PG_MODULE_MAGIC Peter Eisentraut 02:41
pgsql: Improve code coverage of select_parallel test. Tom Lane 17:16
pgsql: Improve code coverage of select_parallel test. Tom Lane 17:16
pgsql: Clean up shm_mq cleanup. Tom Lane 19:10
pgsql: Clean up shm_mq cleanup. Tom Lane 19:10
pgsql: Expand partitioned tables in PartDesc order. Robert Haas 19:50
pgsql: Improve low-level backup documentation. Robert Haas 20:04
pgsql: Avoid memory leaks when a GatherMerge node is rescanned. Tom Lane 20:21
pgsql: Avoid memory leaks when a GatherMerge node is rescanned. Tom Lane 20:21

Sept. 1, 2017

Thread Author Time
pgsql: Introduce 64-bit hash functions with a 64-bit seed. Robert Haas 02:31
Re: pgsql: Introduce 64-bit hash functions with a 64-bit seed. Tom Lane 02:57
pgsql: Try to repair poorly-considered code in previous commit. Robert Haas 03:09
pgsql: Fix assorted carelessness about Datum vs. int64 vs. uint64 Robert Haas 04:15
pgsql: Add note about diskspace usage of pg_commit_ts Simon Riggs 06:55
pgsql: Add note about diskspace usage of pg_commit_ts Simon Riggs 06:57
pgsql: Add a WAIT option to DROP_REPLICATION_SLOT Alvaro Herrera 12:02
pgsql: Add a WAIT option to DROP_REPLICATION_SLOT Alvaro Herrera 12:02
pgsql: Provisional list of Major Features Simon Riggs 13:11
pgsql: Avoid race condition in logical replication test Simon Riggs 13:51
pgsql: Avoid race condition in logical replication test Simon Riggs 13:56
Re: pgsql: Provisional list of Major Features Tom Lane 14:13
pgsql: Restore behavior for replication origin drop Alvaro Herrera 14:30
pgsql: Restore behavior for replication origin drop Alvaro Herrera 14:30
Re: pgsql: Provisional list of Major Features Simon Riggs 14:44
pgsql: Fix two-phase commit test for recovery mode Alvaro Herrera 14:53
pgsql: Fix two-phase commit test for recovery mode Alvaro Herrera 14:53
pgsql: Use group updates when setting transaction status in clog. Robert Haas 15:46
Re: pgsql: Provisional list of Major Features Alvaro Herrera 15:57
pgsql: Provisional list of Major Features Simon Riggs 16:20
pgsql: pg_dumpall: Add a -E flag to set the encoding, like pg_dump has. Robert Haas 16:32
pgsql: Ensure SIZE_MAX can be used throughout our code. Tom Lane 17:53
pgsql: Ensure SIZE_MAX can be used throughout our code. Tom Lane 17:53
pgsql: Ensure SIZE_MAX can be used throughout our code. Tom Lane 17:53
pgsql: Ensure SIZE_MAX can be used throughout our code. Tom Lane 17:53
pgsql: Ensure SIZE_MAX can be used throughout our code. Tom Lane 17:53
pgsql: Ensure SIZE_MAX can be used throughout our code. Tom Lane 17:53
pgsql: Ensure SIZE_MAX can be used throughout our code. Tom Lane 17:53
pgsql: doc: Remove mentions of server-side CRL and CA file names Peter Eisentraut 18:20
pgsql: Make [U]INT64CONST safe for use in #if conditions. Tom Lane 19:14
pgsql: Make [U]INT64CONST safe for use in #if conditions. Tom Lane 19:14
pgsql: Make [U]INT64CONST safe for use in #if conditions. Tom Lane 19:14
pgsql: Make [U]INT64CONST safe for use in #if conditions. Tom Lane 19:14
pgsql: Make [U]INT64CONST safe for use in #if conditions. Tom Lane 19:14
pgsql: Make [U]INT64CONST safe for use in #if conditions. Tom Lane 19:14
pgsql: Make [U]INT64CONST safe for use in #if conditions. Tom Lane 19:14

Browse Archives

Prev | Next