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
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
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
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
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
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
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
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
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
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-
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
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-
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
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
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(
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
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.
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.
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.
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
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.
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.
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.
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
24 matches
Mail list logo