postgresql/src/backend
Tom Lane 8383486f10 Force idle_in_transaction_session_timeout off in pg_dump and autovacuum.
We disable statement_timeout and lock_timeout during dump and restore, to
prevent any global settings that might exist from breaking routine backups.
Commit c6dda1f48 should have added idle_in_transaction_session_timeout to
that list, but failed to.

Another place where these timeouts get turned off is autovacuum.  While
I doubt an idle timeout could fire there, it seems better to be safe than
sorry.

pg_dump issue noted by Bernd Helmle, the other one found by grepping.

Report: <352F9B77DB5D3082578D17BB@eje.land.credativ.lan>
2016-06-15 10:53:03 -04:00
..
access Improve the situation for parallel query versus temp relations. 2016-06-09 20:16:11 -04:00
bootstrap Revert CREATE INDEX ... INCLUDING ... 2016-04-08 21:52:13 +03:00
catalog Fix multiple minor infelicities in aclchk.c error reports. 2016-06-13 13:53:10 -04:00
commands pgindent run for 9.6 2016-06-09 18:02:36 -04:00
executor pgindent run for 9.6 2016-06-09 18:02:36 -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 Remove reltarget_has_non_vars flag. 2016-06-10 16:20:03 -04:00
optimizer In planner.c, avoid assuming that all PathTargets have sortgrouprefs. 2016-06-13 12:59:25 -04:00
parser pgindent run for 9.6 2016-06-09 18:02:36 -04:00
po Translation updates 2016-05-09 10:04:41 -04:00
port pgindent run for 9.6 2016-06-09 18:02:36 -04:00
postmaster Force idle_in_transaction_session_timeout off in pg_dump and autovacuum. 2016-06-15 10:53:03 -04:00
regex Suppress compiler warnings about useless comparison of unsigned to zero. 2016-02-15 17:12:16 -05:00
replication pgindent run for 9.6 2016-06-09 18:02:36 -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 Finish pgindent run for 9.6: Perl files. 2016-06-12 04:19:56 -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 Finish pgindent run for 9.6: Perl files. 2016-06-12 04:19:56 -04: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