postgresql/src/backend
Tom Lane f8c58554db Fix typo in ReorderBufferIterTXNInit().
This looks like it would cause changes from subtransactions to be missed
by the iterator being constructed, if those changes had been spilled to
disk previously.  This implies that large subtransactions might be lost
(in whole or in part) by logical replication.  Found and fixed by
Petru-Florin Mihancea, per bug #14208.

Report: <20160622144830.5791.22512@wrigleys.postgresql.org>
2016-06-30 12:37:02 -04:00
..
access Remove unused arguments in two GiST subroutines 2016-06-28 16:01:13 -04:00
bootstrap Revert CREATE INDEX ... INCLUDING ... 2016-04-08 21:52:13 +03:00
catalog Add conninfo to pg_stat_wal_receiver 2016-06-29 16:57:17 -04:00
commands Fix some infelicities in EXPLAIN output for parallel query plans. 2016-06-29 18:51:20 -04:00
executor Rethink node-level representation of partial-aggregation modes. 2016-06-26 14:33:38 -04:00
foreign Fix whitespace 2016-04-11 14:44:51 -04:00
lib Remove mergeHyperLogLog. 2016-04-27 10:55:32 -04:00
libpq pgindent run for 9.6 2016-06-09 18:02:36 -04:00
main Repair a bit of pgindent damage. 2016-06-09 18:09:17 -04:00
nodes Fix CREATE MATVIEW/CREATE TABLE AS ... WITH NO DATA to not plan the query. 2016-06-27 15:57:50 -04:00
optimizer Dodge compiler bug in Visual Studio 2013. 2016-06-29 19:07:19 -04:00
parser Rethink node-level representation of partial-aggregation modes. 2016-06-26 14:33:38 -04:00
po Translation updates 2016-06-20 09:48:08 -04:00
port pgindent run for 9.6 2016-06-09 18:02:36 -04:00
postmaster Make "postgres -C guc" print "" not "(null)" for null-valued GUCs. 2016-06-22 11:55:18 -04:00
regex Suppress compiler warnings about useless comparison of unsigned to zero. 2016-02-15 17:12:16 -05:00
replication Fix typo in ReorderBufferIterTXNInit(). 2016-06-30 12:37:02 -04:00
rewrite pgindent run for 9.6 2016-06-09 18:02:36 -04:00
snowball Update copyright for 2016 2016-01-02 13:33:40 -05:00
storage Fix obsolete comment. 2016-06-29 13:12:50 -04:00
tcop Stop the executor if no more tuples can be sent from worker to leader. 2016-06-06 14:52:58 -04:00
tsearch pgindent run for 9.6 2016-06-09 18:02:36 -04:00
utils Change predecence of phrase operator. 2016-06-27 20:55:24 +03:00
.gitignore Add .gitignore entries for AIX-specific intermediate build artifacts. 2015-07-08 20:44:22 -04:00
Makefile Support multiple synchronous standby servers. 2016-04-06 17:18:25 +09:00
common.mk Remove maintainer-check target, fold into normal build 2013-10-10 20:11:56 -04:00
nls.mk Remove trailing slashes from directories in find command 2015-09-18 22:06:54 -04:00