[COMMITTERS] pgsql: Update copyright for 2015

2015-01-06 Thread Bruce Momjian
Update copyright for 2015 Backpatch certain files through 9.0 Branch -- REL9_0_STABLE Details --- http://git.postgresql.org/pg/commitdiff/1d74e16dd59a4dee4f753c0bab6cb6d2c3b89d35 Modified Files -- COPYRIGHT |2 +- doc/src/sgml/legal.sgml |4 ++-- 2 files

[COMMITTERS] pgsql: Update copyright for 2015

2015-01-06 Thread Bruce Momjian
Update copyright for 2015 Backpatch certain files through 9.0 Branch -- REL9_2_STABLE Details --- http://git.postgresql.org/pg/commitdiff/a5902566f245a17398517a8ce3d504bba8b38fdb Modified Files -- COPYRIGHT |2 +- doc/src/sgml/legal.sgml |4 ++-- 2 files

[COMMITTERS] pgsql: Update copyright for 2015

2015-01-06 Thread Bruce Momjian
Update copyright for 2015 Backpatch certain files through 9.0 Branch -- REL9_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/0e52f5b507f4e27540291efa8dc25476fec42bed Modified Files -- COPYRIGHT |2 +- doc/src/sgml/legal.sgml |6 +++--- 2 file

[COMMITTERS] pgsql: Update copyright for 2015

2015-01-06 Thread Bruce Momjian
Update copyright for 2015 Backpatch certain files through 9.0 Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/f57802a463826882fa08dd796272b1ad8dc2ff11 Modified Files -- COPYRIGHT |2 +- doc/src/sgml/legal.sgml |4 ++-- 2 files

[COMMITTERS] pgsql: Update copyright for 2015

2015-01-06 Thread Bruce Momjian
Update copyright for 2015 Backpatch certain files through 9.0 Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/4baaf863eca5412e07a8441b3b7e7482b7a8b21a Modified Files -- COPYRIGHT|2 +- configure

[COMMITTERS] pgsql: Simplify post-copyright update instructions.

2015-01-06 Thread Bruce Momjian
Simplify post-copyright update instructions. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/338c10b7f9157ac2fb6a785505f800f4fd919577 Modified Files -- src/tools/copyright.pl |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- Sent via pgsql

[COMMITTERS] pgsql: Update copyright for 2015

2015-01-06 Thread Bruce Momjian
Update copyright for 2015 Backpatch certain files through 9.0 Branch -- REL9_3_STABLE Details --- http://git.postgresql.org/pg/commitdiff/2153002be3facf5329db2d4f3349bcae3554eac3 Modified Files -- COPYRIGHT |2 +- doc/src/sgml/legal.sgml |6 +++--- 2 file

[COMMITTERS] pgsql: Clarify which files need manual copyright updates

2015-01-06 Thread Bruce Momjian
Clarify which files need manual copyright updates Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/29c18d919e3e45fcb0c40747636c3bc2c79253ae Modified Files -- src/tools/copyright.pl |8 1 file changed, 4 insertions(+), 4 deletions(-) -- Sent

[COMMITTERS] pgsql: Fix thinko in plpython error message

2015-01-06 Thread Alvaro Herrera
Fix thinko in plpython error message Branch -- REL9_3_STABLE Details --- http://git.postgresql.org/pg/commitdiff/319ecff1ebbcdfbff88e9ebb726fb17fbd9f0d9a Modified Files -- src/pl/plpython/plpy_exec.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgsql

[COMMITTERS] pgsql: Fix thinko in plpython error message

2015-01-06 Thread Alvaro Herrera
Fix thinko in plpython error message Branch -- REL9_0_STABLE Details --- http://git.postgresql.org/pg/commitdiff/9dcfb2bca5fdad3ddc4539efe5636de8db4fe9c4 Modified Files -- src/pl/plpython/plpython.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgsql-

[COMMITTERS] pgsql: Fix thinko in plpython error message

2015-01-06 Thread Alvaro Herrera
Fix thinko in plpython error message Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/91539c56986da740fd733765b06920cc73aaf33e Modified Files -- src/pl/plpython/plpy_exec.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgsql-commit

[COMMITTERS] pgsql: Fix thinko in plpython error message

2015-01-06 Thread Alvaro Herrera
Fix thinko in plpython error message Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/97f8a240785ec098420581e5e6a0ff2bd489a0ad Modified Files -- src/pl/plpython/plpython.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgsql-

[COMMITTERS] pgsql: Fix thinko in plpython error message

2015-01-06 Thread Alvaro Herrera
Fix thinko in plpython error message Branch -- REL9_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/0cc6cef5a6e9f3af98c793d70173ac9e048009be Modified Files -- src/pl/plpython/plpy_exec.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgsql

[COMMITTERS] pgsql: Fix thinko in plpython error message

2015-01-06 Thread Alvaro Herrera
Fix thinko in plpython error message Branch -- REL9_2_STABLE Details --- http://git.postgresql.org/pg/commitdiff/753e62e17d520fa5181932cb11de70bc03d70746 Modified Files -- src/pl/plpython/plpy_exec.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgsql

[COMMITTERS] pgsql: Document that Perl's Tie might add a trailing newline

2015-01-06 Thread Bruce Momjian
Document that Perl's Tie might add a trailing newline Report by Stefan Kaltenbrunner Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/cb075178ec7f04545f43f455ae93e6c9ef6ef160 Modified Files -- src/tools/copyright.pl |2 ++ 1 file changed, 2 insertions(

[COMMITTERS] pgsql: Correctly handle relcache invalidation corner case during logica

2015-01-06 Thread Andres Freund
Correctly handle relcache invalidation corner case during logical decoding. When using a historic snapshot for logical decoding it can validly happen that a relation that's in the relcache isn't visible to that historic snapshot. E.g. if a newly created relation is referenced in the query that us

[COMMITTERS] pgsql: Improve relcache invalidation handling of currently invisible re

2015-01-06 Thread Andres Freund
Improve relcache invalidation handling of currently invisible relations. The corner case where a relcache invalidation tried to rebuild the entry for a referenced relation but couldn't find it in the catalog wasn't correct. The code tried to RelationCacheDelete/RelationDestroyRelation the entry.

[COMMITTERS] pgsql: Improve relcache invalidation handling of currently invisible re

2015-01-06 Thread Andres Freund
Improve relcache invalidation handling of currently invisible relations. The corner case where a relcache invalidation tried to rebuild the entry for a referenced relation but couldn't find it in the catalog wasn't correct. The code tried to RelationCacheDelete/RelationDestroyRelation the entry.

[COMMITTERS] pgsql: Improve relcache invalidation handling of currently invisible re

2015-01-06 Thread Andres Freund
Improve relcache invalidation handling of currently invisible relations. The corner case where a relcache invalidation tried to rebuild the entry for a referenced relation but couldn't find it in the catalog wasn't correct. The code tried to RelationCacheDelete/RelationDestroyRelation the entry.

[COMMITTERS] pgsql: Correctly handle relcache invalidation corner case during logica

2015-01-06 Thread Andres Freund
Correctly handle relcache invalidation corner case during logical decoding. When using a historic snapshot for logical decoding it can validly happen that a relation that's in the relcache isn't visible to that historic snapshot. E.g. if a newly created relation is referenced in the query that us

[COMMITTERS] pgsql: Improve relcache invalidation handling of currently invisible re

2015-01-06 Thread Andres Freund
Improve relcache invalidation handling of currently invisible relations. The corner case where a relcache invalidation tried to rebuild the entry for a referenced relation but couldn't find it in the catalog wasn't correct. The code tried to RelationCacheDelete/RelationDestroyRelation the entry.

[COMMITTERS] pgsql: Improve relcache invalidation handling of currently invisible re

2015-01-06 Thread Andres Freund
Improve relcache invalidation handling of currently invisible relations. The corner case where a relcache invalidation tried to rebuild the entry for a referenced relation but couldn't find it in the catalog wasn't correct. The code tried to RelationCacheDelete/RelationDestroyRelation the entry.

[COMMITTERS] pgsql: Improve relcache invalidation handling of currently invisible re

2015-01-06 Thread Andres Freund
Improve relcache invalidation handling of currently invisible relations. The corner case where a relcache invalidation tried to rebuild the entry for a referenced relation but couldn't find it in the catalog wasn't correct. The code tried to RelationCacheDelete/RelationDestroyRelation the entry.

[COMMITTERS] pgsql: Fix namespace handling in xpath function

2015-01-06 Thread Peter Eisentraut
Fix namespace handling in xpath function Previously, the xml value resulting from an xpath query would not have namespace declarations if the namespace declarations were attached to an ancestor element in the input xml value. That means the output value was not correct XML. Fix that by running t