pgsql-committers since 2017-06-25 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

June 25, 2017

Thread Author Time
pgsql: Doc: minor improvements for collation-related man pages. Tom Lane 16:27

June 26, 2017

Thread Author Time
pgsql: Consistently use () for function calls in release notes Magnus Hagander 13:35
pgsql: Minor code review for parse_phrase_operator(). Tom Lane 14:31
pgsql: Minor code review for parse_phrase_operator(). Tom Lane 14:31
pgsql: Avoid useless "x = ANY(ARRAY[])" test for empty partition list. Tom Lane 14:43
pgsql: Improve wait logic in TAP tests for streaming replication. Tom Lane 18:39
pgsql: Reduce pg_ctl's reaction time when waiting for postmaster start/ Tom Lane 19:13
pgsql: Ignore old stats file timestamps when starting the stats collect Tom Lane 20:17
pgsql: Ignore old stats file timestamps when starting the stats collect Tom Lane 20:17
pgsql: Ignore old stats file timestamps when starting the stats collect Tom Lane 20:17
pgsql: Ignore old stats file timestamps when starting the stats collect Tom Lane 20:17
pgsql: Ignore old stats file timestamps when starting the stats collect Tom Lane 20:17
pgsql: Ignore old stats file timestamps when starting the stats collect Tom Lane 20:17
pgsql: Don't lose walreceiver start requests due to race condition in p Tom Lane 21:32
pgsql: Don't lose walreceiver start requests due to race condition in p Tom Lane 21:32
pgsql: Don't lose walreceiver start requests due to race condition in p Tom Lane 21:32
pgsql: Don't lose walreceiver start requests due to race condition in p Tom Lane 21:32
pgsql: Don't lose walreceiver start requests due to race condition in p Tom Lane 21:32
pgsql: Don't lose walreceiver start requests due to race condition in p Tom Lane 21:32
pgsql: Reduce wal_retrieve_retry_interval in applicable TAP tests. Tom Lane 23:01
pgsql: Reduce wal_retrieve_retry_interval in applicable TAP tests. Tom Lane 23:01

June 27, 2017

Thread Author Time
pgsql: Re-allow SRFs and window functions within sub-selects within agg Tom Lane 21:51
pgsql: Re-allow SRFs and window functions within sub-selects within agg Tom Lane 21:51
pgsql: Re-allow SRFs and window functions within sub-selects within agg Tom Lane 21:51
pgsql: Re-allow SRFs and window functions within sub-selects within agg Tom Lane 21:51
pgsql: Re-allow SRFs and window functions within sub-selects within agg Tom Lane 21:51
pgsql: Support tcp_keepalives_idle option on Solaris. Tom Lane 22:48
pgsql: Support tcp_keepalives_idle option on Solaris. Tom Lane 22:48
pgsql: Support tcp_keepalives_idle option on Solaris. Tom Lane 22:48
pgsql: Support tcp_keepalives_idle option on Solaris. Tom Lane 22:48
pgsql: Support tcp_keepalives_idle option on Solaris. Tom Lane 22:48
pgsql: Support tcp_keepalives_idle option on Solaris. Tom Lane 22:48

June 28, 2017

Thread Author Time
pgsql: Do not require 'public' to exist for pg_dump -c Stephen Frost 14:34
pgsql: Do not require 'public' to exist for pg_dump -c Stephen Frost 14:34
pgsql: Second try at fixing tcp_keepalives_idle option on Solaris. Tom Lane 16:30
pgsql: Second try at fixing tcp_keepalives_idle option on Solaris. Tom Lane 16:30
pgsql: Second try at fixing tcp_keepalives_idle option on Solaris. Tom Lane 16:30
pgsql: Second try at fixing tcp_keepalives_idle option on Solaris. Tom Lane 16:30
pgsql: Second try at fixing tcp_keepalives_idle option on Solaris. Tom Lane 16:30
pgsql: Second try at fixing tcp_keepalives_idle option on Solaris. Tom Lane 16:30
pgsql: Fix transition tables for ON CONFLICT. Andrew Gierth 18:18
pgsql: Fix transition tables for wCTEs. Andrew Gierth 18:18
pgsql: Fix transition tables for partition/inheritance. Andrew Gierth 18:18
pgsql: Change pg_ctl to detect server-ready by watching status in postm Tom Lane 21:31
pgsql: Ooops, WIN32 code in pg_ctl.c still needs PQExpBuffer. Tom Lane 22:00

June 29, 2017

Thread Author Time
pgsql: Eat XIDs more efficiently in recovery TAP test. Tom Lane 02:11

June 30, 2017

Thread Author Time
pgsql: Copy collencoding in CREATE COLLATION / FROM Peter Eisentraut 12:55
pgsql: Add missing period to comment. Robert Haas 14:02
pgsql: Prohibit creating ICU collation with different ctype Peter Eisentraut 15:25
pgsql: Fix walsender to exit promptly if client requests shutdown. Tom Lane 16:00
pgsql: Fix walsender to exit promptly if client requests shutdown. Tom Lane 16:00
pgsql: Fix walsender to exit promptly if client requests shutdown. Tom Lane 16:00
pgsql: Fix walsender to exit promptly if client requests shutdown. Tom Lane 16:00
pgsql: Check for error during PQendcopy. Tom Lane 16:22
pgsql: Update code comments for pg_xlog -> pg_wal Peter Eisentraut 18:41
pgsql: Remove outdated comment Peter Eisentraut 18:43
pgsql: Fix typo in comment Peter Eisentraut 18:49
pgsql: Fix typo in comment Peter Eisentraut 18:51
pgsql: Fix race conditions and missed wakeups in syncrep worker signali Tom Lane 18:57
Re: pg_ctl wait exit code (was Re: [COMMITTERS] pgsql: Additional tests for subtransactions in recovery) 📎 Peter Eisentraut 19:47
pgsql: Fix typo in comment Peter Eisentraut 19:54
pgsql: PL/Python: Fix hint about returning composite type from Python Peter Eisentraut 20:58
pgsql: Fix locking in WAL receiver/sender shmem state structs Alvaro Herrera 22:08

July 1, 2017

Thread Author Time
pgsql: Fix UPDATE of GENERATED ALWAYS identity columns Peter Eisentraut 03:46
pgsql: Shorten timeouts while waiting for logicalrep worker slot attach Tom Lane 16:16
pgsql: Reduce delay for last logicalrep feedback message when master go Tom Lane 16:16
pgsql: Clean up misuse and nonuse of poll_query_until(). Tom Lane 18:25

July 2, 2017

Thread Author Time
pgsql: Refine memory allocation in ICU conversions Peter Eisentraut 03:09
pgsql: doc: Document that logical replication supports synchronous repl Peter Eisentraut 04:12
pgsql: Improve TAP test function PostgresNode::poll_query_until(). Tom Lane 18:03
pgsql: Try to improve readability of recovery/t/009_twophase.pl test. Tom Lane 19:27
pgsql: Fix bug in PostgresNode::query_hash's split() call. Tom Lane 21:22

July 3, 2017

Thread Author Time
Re: pg_ctl wait exit code (was Re: [COMMITTERS] pgsql: Additional tests for subtransactions in recovery) Michael Paquier 00:28
pgsql: Fix race condition in recovery/t/009_twophase.pl test. Tom Lane 02:01
pgsql: Forbid gen_random_uuid() with --disable-strong-random Heikki Linnakangas 09:10
pgsql: Treat clean shutdown of an SSL connection same as the non-SSL ca Heikki Linnakangas 11:54
pgsql: Treat clean shutdown of an SSL connection same as the non-SSL ca Heikki Linnakangas 11:54
pgsql: Treat clean shutdown of an SSL connection same as the non-SSL ca Heikki Linnakangas 11:54
pgsql: Treat clean shutdown of an SSL connection same as the non-SSL ca Heikki Linnakangas 11:54
pgsql: Treat clean shutdown of an SSL connection same as the non-SSL ca Heikki Linnakangas 11:54
pgsql: Treat clean shutdown of an SSL connection same as the non-SSL ca Heikki Linnakangas 11:54
pgsql: Don't mention SSL methods that aren't reachable in docs Magnus Hagander 15:17

July 4, 2017

Thread Author Time
pgsql: Improve subscription locking Peter Eisentraut 02:48
pgsql: Document how logical replication deals with statement triggers Peter Eisentraut 03:39

July 5, 2017

Thread Author Time
pgsql: psql documentation fixes Peter Eisentraut 01:13
pgsql: Fix output of char node fields Peter Eisentraut 14:56
pgsql: pg_ctl: Make failure to complete operation a nonzero exit Peter Eisentraut 17:39
pgsql: Remove unnecessary pg_is_in_recovery calls in tests Peter Eisentraut 17:39
Re: Re: pg_ctl wait exit code (was Re: [COMMITTERS] pgsql: Additional tests for subtransactions in recovery) Peter Eisentraut 17:41
Re: pgsql: Ooops, WIN32 code in pg_ctl.c still needs PQExpBuffer. Andrew Dunstan 18:04
Re: pgsql: Ooops, WIN32 code in pg_ctl.c still needs PQExpBuffer. Tom Lane 19:07
pgsql: Restore linking libpq into pg_ctl on Mingw builds. Tom Lane 19:23
Re: Re: pg_ctl wait exit code (was Re: [COMMITTERS] pgsql: Additional tests for subtransactions in recovery) Michael Paquier 23:29

July 6, 2017

Thread Author Time
pgsql: Fix another race-condition-ish issue in recovery/t/001_stream_re Tom Lane 03:59
pgsql: Simplify the logic checking new range partition bounds. Dean Rasheed 09:03
pgsql: Clarify the contract of partition_rbound_cmp(). Dean Rasheed 11:49
pgsql: Fix potential data corruption during freeze Teodor Sigaev 14:19
pgsql: Fix potential data corruption during freeze Teodor Sigaev 14:20
pgsql: Fix potential data corruption during freeze Teodor Sigaev 14:20
pgsql: Fix potential data corruption during freeze Teodor Sigaev 14:20
pgsql: Fix potential data corruption during freeze Teodor Sigaev 14:21
Re: [COMMITTERS] pgsql: pg_test_timing: Add NLS Alvaro Herrera 18:56

July 7, 2017

Thread Author Time
pgsql: Fix out of date comment Magnus Hagander 12:09
pgsql: Fix typo Alvaro Herrera 21:12
pgsql: Fix typo Alvaro Herrera 21:12

July 8, 2017

Thread Author Time
pgsql: Avoid unreferenced-function warning on low-functionality platfor Tom Lane 16:42

July 9, 2017

Thread Author Time
pgsql: MSVC: Repair libpq.rc generator. Noah Misch 07:45
pgsql: Doc: fix backwards description of visibility map's all-frozen da Tom Lane 16:51
pgsql: Doc: fix backwards description of visibility map's all-frozen da Tom Lane 16:51
pgsql: Doc: update v10 release notes through today. Tom Lane 19:27

July 10, 2017

Thread Author Time
pgsql: Doc: desultory copy-editing for v10 release notes. Tom Lane 00:11
Re: pgsql: Doc: desultory copy-editing for v10 release notes. 📎 Amit Langote 01:09
Re: pgsql: Doc: desultory copy-editing for v10 release notes. Tom Lane 03:36
pgsql: Doc: clarify wording about tool requirements in sourcerepo.sgml. Tom Lane 04:09
pgsql: Doc: clarify wording about tool requirements in sourcerepo.sgml. Tom Lane 04:09
pgsql: Doc: clarify wording about tool requirements in sourcerepo.sgml. Tom Lane 04:09
pgsql: Doc: clarify wording about tool requirements in sourcerepo.sgml. Tom Lane 04:09
pgsql: Doc: clarify wording about tool requirements in sourcerepo.sgml. Tom Lane 04:09
pgsql: Doc: clarify wording about tool requirements in sourcerepo.sgml. Tom Lane 04:09
Re: pgsql: Doc: desultory copy-editing for v10 release notes. Amit Langote 04:38
pgsql: Doc: remove claim that PROVE_FLAGS defaults to '--verbose'. Tom Lane 04:44
pgsql: Allow multiple hostaddrs to go with multiple hostnames. Heikki Linnakangas 09:30
Re: [COMMITTERS] pgsql: Allow multiple hostaddrs to go with multiple hostnames. 📎 Masahiko Sawada 10:27
pgsql: Fix COPY's handling of transition tables with indexes. Andrew Gierth 10:44
pgsql: Fix check for empty hostname. Heikki Linnakangas 12:32
pgsql: Fix missing tag in the docs. Heikki Linnakangas 12:37
Re: pgsql: Allow multiple hostaddrs to go with multiple hostnames. Heikki Linnakangas 13:01
pgsql: On Windows, retry process creation if we fail to reserve shared Tom Lane 15:00
pgsql: On Windows, retry process creation if we fail to reserve shared Tom Lane 15:00
pgsql: On Windows, retry process creation if we fail to reserve shared Tom Lane 15:00
pgsql: On Windows, retry process creation if we fail to reserve shared Tom Lane 15:00
pgsql: On Windows, retry process creation if we fail to reserve shared Tom Lane 15:00
pgsql: On Windows, retry process creation if we fail to reserve shared Tom Lane 15:00
pgsql: Translation updates Alvaro Herrera 16:01
pgsql: Stamp 10beta2. Tom Lane 20:27

July 11, 2017

Thread Author Time
Re: pgsql: Allow multiple hostaddrs to go with multiple hostnames. Masahiko Sawada 00:21
pgsql: Fix multiple assignments to a column of a domain type. Tom Lane 20:49
pgsql: Fix multiple assignments to a column of a domain type. Tom Lane 20:49
pgsql: Fix multiple assignments to a column of a domain type. Tom Lane 20:49
pgsql: Fix multiple assignments to a column of a domain type. Tom Lane 20:49
pgsql: Fix multiple assignments to a column of a domain type. Tom Lane 20:49
pgsql: Fix multiple assignments to a column of a domain type. Tom Lane 20:49
pgsql: Tag refs/tags/REL_10_BETA2 was created pgsql 22:57

July 12, 2017

Thread Author Time
pgsql: Remove unnecessary braces, to match the surrounding style. Heikki Linnakangas 09:32
pgsql: Remove unnecessary braces, to match the surrounding style. Heikki Linnakangas 09:32
pgsql: Remove unnecessary braces, to match the surrounding style. Heikki Linnakangas 09:32
pgsql: Remove unnecessary braces, to match the surrounding style. Heikki Linnakangas 09:32
pgsql: Remove unnecessary braces, to match the surrounding style. Heikki Linnakangas 09:32
pgsql: Remove unnecessary braces, to match the surrounding style. Heikki Linnakangas 09:32
pgsql: Fix ordering of operations in SyncRepWakeQueue to avoid assertio Heikki Linnakangas 12:45
pgsql: Fix ordering of operations in SyncRepWakeQueue to avoid assertio Heikki Linnakangas 12:45
pgsql: Fix ordering of operations in SyncRepWakeQueue to avoid assertio Heikki Linnakangas 12:45
pgsql: Fix variable and type name in comment. Heikki Linnakangas 14:11
pgsql: Fix variable and type name in comment. Heikki Linnakangas 14:11
pgsql: Fix variable and type name in comment. Heikki Linnakangas 14:11
pgsql: Fix variable and type name in comment. Heikki Linnakangas 14:11
pgsql: Fix variable and type name in comment. Heikki Linnakangas 14:11
pgsql: Fix variable and type name in comment. Heikki Linnakangas 14:11
pgsql: Avoid integer overflow while sifting-up a heap in tuplesort.c. Tom Lane 17:24
pgsql: Avoid integer overflow while sifting-up a heap in tuplesort.c. Tom Lane 17:24
pgsql: Avoid integer overflow while sifting-up a heap in tuplesort.c. Tom Lane 17:24
pgsql: Avoid integer overflow while sifting-up a heap in tuplesort.c. Tom Lane 17:24
pgsql: commit_ts test: Set node name in test Alvaro Herrera 18:41
pgsql: commit_ts test: Set node name in test Alvaro Herrera 18:41
pgsql: Reduce memory usage of tsvector type analyze function. Heikki Linnakangas 19:06
pgsql: Reduce memory usage of tsvector type analyze function. Heikki Linnakangas 19:06
pgsql: Reduce memory usage of tsvector type analyze function. Heikki Linnakangas 19:06
pgsql: Reduce memory usage of tsvector type analyze function. Heikki Linnakangas 19:06
pgsql: Reduce memory usage of tsvector type analyze function. Heikki Linnakangas 19:06
pgsql: Reduce memory usage of tsvector type analyze function. Heikki Linnakangas 19:06
pgsql: Fix ruleutils.c for domain-over-array cases, too. Tom Lane 22:00
pgsql: Fix ruleutils.c for domain-over-array cases, too. Tom Lane 22:00
pgsql: Fix ruleutils.c for domain-over-array cases, too. Tom Lane 22:00
pgsql: Fix ruleutils.c for domain-over-array cases, too. Tom Lane 22:00
pgsql: Fix ruleutils.c for domain-over-array cases, too. Tom Lane 22:00
pgsql: Fix ruleutils.c for domain-over-array cases, too. Tom Lane 22:00

July 13, 2017

Thread Author Time
pgsql: Fix race between GetNewTransactionId and GetOldestActiveTransact Heikki Linnakangas 12:49
pgsql: Fix race between GetNewTransactionId and GetOldestActiveTransact Heikki Linnakangas 12:49
pgsql: Fix race between GetNewTransactionId and GetOldestActiveTransact Heikki Linnakangas 12:49
pgsql: Fix race between GetNewTransactionId and GetOldestActiveTransact Heikki Linnakangas 12:49
pgsql: Fix race between GetNewTransactionId and GetOldestActiveTransact Heikki Linnakangas 12:49
pgsql: Fix race between GetNewTransactionId and GetOldestActiveTransact Heikki Linnakangas 12:49
pgsql: Fix typo in v10 release notes Alvaro Herrera 22:17
pgsql: Fix dumping of FUNCTION RTEs that contain non-function-call expr Tom Lane 23:25
pgsql: Fix dumping of FUNCTION RTEs that contain non-function-call expr Tom Lane 23:25
pgsql: Fix dumping of FUNCTION RTEs that contain non-function-call expr Tom Lane 23:25
pgsql: Fix dumping of FUNCTION RTEs that contain non-function-call expr Tom Lane 23:25
pgsql: Fix dumping of FUNCTION RTEs that contain non-function-call expr Tom Lane 23:25
pgsql: Fix dumping of FUNCTION RTEs that contain non-function-call expr Tom Lane 23:25

July 14, 2017

Thread Author Time
pgsql: Fix pg_basebackup output to stdout on Windows. Heikki Linnakangas 13:06
pgsql: Fix pg_basebackup output to stdout on Windows. Heikki Linnakangas 13:06
pgsql: Fix pg_basebackup output to stdout on Windows. Heikki Linnakangas 13:06
pgsql: Fix pg_basebackup output to stdout on Windows. Heikki Linnakangas 13:06
pgsql: Fix pg_basebackup output to stdout on Windows. Heikki Linnakangas 13:06
pgsql: Fix pg_basebackup output to stdout on Windows. Heikki Linnakangas 13:06
pgsql: Fix broken link-command-line ordering for libpgfeutils. Tom Lane 16:27
pgsql: Fix broken link-command-line ordering for libpgfeutils. Tom Lane 16:27
pgsql: Code review for NextValueExpr expression node type. Tom Lane 19:25
pgsql: pg_upgrade i18n: Fix "%s server/cluster" wording Alvaro Herrera 23:32

July 15, 2017

Thread Author Time
pgsql: Improve comments for execExpr.c's isAssignmentIndirectionExpr(). Tom Lane 18:03

Browse Archives

Prev | Next