[COMMITTERS] pgsql: Add a small cache of locks owned by a resource owner in Resource

2015-08-27 Thread Tom Lane
Add a small cache of locks owned by a resource owner in ResourceOwner. Back-patch 9.3-era commit eeb6f37d89fc60c6449ca12ef9e91491069369cb, to improve the older branches' ability to cope with pg_dump dumping a large number of tables. I back-patched into 9.2 and 9.1, but not 9.0 as it would have re

[COMMITTERS] pgsql: Add a small cache of locks owned by a resource owner in Resource

2015-08-27 Thread Tom Lane
Add a small cache of locks owned by a resource owner in ResourceOwner. Back-patch 9.3-era commit eeb6f37d89fc60c6449ca12ef9e91491069369cb, to improve the older branches' ability to cope with pg_dump dumping a large number of tables. I back-patched into 9.2 and 9.1, but not 9.0 as it would have re

[COMMITTERS] pgsql: dblink docs: fix typo to use "connname" (3 n's), not "conname"

2015-08-27 Thread Bruce Momjian
dblink docs: fix typo to use "connname" (3 n's), not "conname" This makes the parameter names match the documented prototype names. Report by Erwin Brandstetter Backpatch through 9.0 Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/119cf760d01c2a41d68ff489ad3c3b7ed

[COMMITTERS] pgsql: dblink docs: fix typo to use "connname" (3 n's), not "conname"

2015-08-27 Thread Bruce Momjian
dblink docs: fix typo to use "connname" (3 n's), not "conname" This makes the parameter names match the documented prototype names. Report by Erwin Brandstetter Backpatch through 9.0 Branch -- REL9_3_STABLE Details --- http://git.postgresql.org/pg/commitdiff/be49d7d69fb32cdf3b1aceb744

[COMMITTERS] pgsql: dblink docs: fix typo to use "connname" (3 n's), not "conname"

2015-08-27 Thread Bruce Momjian
dblink docs: fix typo to use "connname" (3 n's), not "conname" This makes the parameter names match the documented prototype names. Report by Erwin Brandstetter Backpatch through 9.0 Branch -- REL9_5_STABLE Details --- http://git.postgresql.org/pg/commitdiff/440fc48cac7f450bb71d1f06f0

[COMMITTERS] pgsql: dblink docs: fix typo to use "connname" (3 n's), not "conname"

2015-08-27 Thread Bruce Momjian
dblink docs: fix typo to use "connname" (3 n's), not "conname" This makes the parameter names match the documented prototype names. Report by Erwin Brandstetter Backpatch through 9.0 Branch -- REL9_0_STABLE Details --- http://git.postgresql.org/pg/commitdiff/bbe6d231a0819915081e4693ea

[COMMITTERS] pgsql: dblink docs: fix typo to use "connname" (3 n's), not "conname"

2015-08-27 Thread Bruce Momjian
dblink docs: fix typo to use "connname" (3 n's), not "conname" This makes the parameter names match the documented prototype names. Report by Erwin Brandstetter Backpatch through 9.0 Branch -- REL9_2_STABLE Details --- http://git.postgresql.org/pg/commitdiff/5690c13ca0887a7828d933323e

[COMMITTERS] pgsql: dblink docs: fix typo to use "connname" (3 n's), not "conname"

2015-08-27 Thread Bruce Momjian
dblink docs: fix typo to use "connname" (3 n's), not "conname" This makes the parameter names match the documented prototype names. Report by Erwin Brandstetter Backpatch through 9.0 Branch -- REL9_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/bef458460fc4cf33939c55dc11

[COMMITTERS] pgsql: dblink docs: fix typo to use "connname" (3 n's), not "conname"

2015-08-27 Thread Bruce Momjian
dblink docs: fix typo to use "connname" (3 n's), not "conname" This makes the parameter names match the documented prototype names. Report by Erwin Brandstetter Backpatch through 9.0 Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/7c1c1c6d4600879ffb087db5d0

[COMMITTERS] pgsql: Simplify Perl chmod calls

2015-08-27 Thread Peter Eisentraut
Simplify Perl chmod calls The Perl chmod function already takes multiple file arguments, so we don't need a separate looping function. Branch -- REL9_5_STABLE Details --- http://git.postgresql.org/pg/commitdiff/aed688eb730f0e46bc7950589d7577db6bb2d724 Modified Files -- src/t

[COMMITTERS] pgsql: Simplify Perl chmod calls

2015-08-27 Thread Peter Eisentraut
Simplify Perl chmod calls The Perl chmod function already takes multiple file arguments, so we don't need a separate looping function. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/c86762a242b81395d5f72b106adfe371cd33c67e Modified Files -- src/test/ssl