[COMMITTERS] pgsql: Changed ecpg parser to allow RETURNING clauses without attached

2017-08-14 Thread Michael Meskes
Changed ecpg parser to allow RETURNING clauses without attached C variables. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/ea0ca75d5d14e0c98782a2188405685af4a475a0 Modified Files -- src/interfaces/ecpg/preproc/ecpg.trailer | 7 +-- src/interfaces/ec

[COMMITTERS] pgsql: Absorb -D_USE_32BIT_TIME_T switch from Perl, if relevant.

2017-08-14 Thread Tom Lane
Absorb -D_USE_32BIT_TIME_T switch from Perl, if relevant. Commit 3c163a7fc's original choice to ignore all #define symbols whose names begin with underscore turns out to be too simplistic. On Windows, some Perl installations are built with -D_USE_32BIT_TIME_T, and we must absorb that or we get th

[COMMITTERS] pgsql: Absorb -D_USE_32BIT_TIME_T switch from Perl, if relevant.

2017-08-14 Thread Tom Lane
Absorb -D_USE_32BIT_TIME_T switch from Perl, if relevant. Commit 3c163a7fc's original choice to ignore all #define symbols whose names begin with underscore turns out to be too simplistic. On Windows, some Perl installations are built with -D_USE_32BIT_TIME_T, and we must absorb that or we get th

[COMMITTERS] pgsql: Absorb -D_USE_32BIT_TIME_T switch from Perl, if relevant.

2017-08-14 Thread Tom Lane
Absorb -D_USE_32BIT_TIME_T switch from Perl, if relevant. Commit 3c163a7fc's original choice to ignore all #define symbols whose names begin with underscore turns out to be too simplistic. On Windows, some Perl installations are built with -D_USE_32BIT_TIME_T, and we must absorb that or we get th

[COMMITTERS] pgsql: Absorb -D_USE_32BIT_TIME_T switch from Perl, if relevant.

2017-08-14 Thread Tom Lane
Absorb -D_USE_32BIT_TIME_T switch from Perl, if relevant. Commit 3c163a7fc's original choice to ignore all #define symbols whose names begin with underscore turns out to be too simplistic. On Windows, some Perl installations are built with -D_USE_32BIT_TIME_T, and we must absorb that or we get th

[COMMITTERS] pgsql: Absorb -D_USE_32BIT_TIME_T switch from Perl, if relevant.

2017-08-14 Thread Tom Lane
Absorb -D_USE_32BIT_TIME_T switch from Perl, if relevant. Commit 3c163a7fc's original choice to ignore all #define symbols whose names begin with underscore turns out to be too simplistic. On Windows, some Perl installations are built with -D_USE_32BIT_TIME_T, and we must absorb that or we get th

[COMMITTERS] pgsql: Absorb -D_USE_32BIT_TIME_T switch from Perl, if relevant.

2017-08-14 Thread Tom Lane
Absorb -D_USE_32BIT_TIME_T switch from Perl, if relevant. Commit 3c163a7fc's original choice to ignore all #define symbols whose names begin with underscore turns out to be too simplistic. On Windows, some Perl installations are built with -D_USE_32BIT_TIME_T, and we must absorb that or we get th

[COMMITTERS] pgsql: doc: Fix logical replication protocol doc detail

2017-08-14 Thread Peter Eisentraut
doc: Fix logical replication protocol doc detail Author: Masahiko Sawada Reported-by: Kyle Conroy Bug: #14775 Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/79e5de690efce6e7aaa9c60e10389a8bc58c1617 Modified Files -- doc/src/sgml/protocol.sgml | 10 ++

[COMMITTERS] pgsql: Fix typo

2017-08-14 Thread Peter Eisentraut
Fix typo Author: Masahiko Sawada Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/7f1bb1d7346b67a62e8ec59f79f8284cb7fb4394 Modified Files -- src/backend/commands/sequence.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgsql-commit

[COMMITTERS] pgsql: Handle elog(FATAL) during ROLLBACK more robustly.

2017-08-14 Thread Tom Lane
Handle elog(FATAL) during ROLLBACK more robustly. Stress testing by Andreas Seltenreich disclosed longstanding problems that occur if a FATAL exit (e.g. due to receipt of SIGTERM) occurs while we are trying to execute a ROLLBACK of an already-failed transaction. In such a case, xact.c is in TBLOC

[COMMITTERS] pgsql: Handle elog(FATAL) during ROLLBACK more robustly.

2017-08-14 Thread Tom Lane
Handle elog(FATAL) during ROLLBACK more robustly. Stress testing by Andreas Seltenreich disclosed longstanding problems that occur if a FATAL exit (e.g. due to receipt of SIGTERM) occurs while we are trying to execute a ROLLBACK of an already-failed transaction. In such a case, xact.c is in TBLOC

[COMMITTERS] pgsql: Handle elog(FATAL) during ROLLBACK more robustly.

2017-08-14 Thread Tom Lane
Handle elog(FATAL) during ROLLBACK more robustly. Stress testing by Andreas Seltenreich disclosed longstanding problems that occur if a FATAL exit (e.g. due to receipt of SIGTERM) occurs while we are trying to execute a ROLLBACK of an already-failed transaction. In such a case, xact.c is in TBLOC

[COMMITTERS] pgsql: Handle elog(FATAL) during ROLLBACK more robustly.

2017-08-14 Thread Tom Lane
Handle elog(FATAL) during ROLLBACK more robustly. Stress testing by Andreas Seltenreich disclosed longstanding problems that occur if a FATAL exit (e.g. due to receipt of SIGTERM) occurs while we are trying to execute a ROLLBACK of an already-failed transaction. In such a case, xact.c is in TBLOC

[COMMITTERS] pgsql: Handle elog(FATAL) during ROLLBACK more robustly.

2017-08-14 Thread Tom Lane
Handle elog(FATAL) during ROLLBACK more robustly. Stress testing by Andreas Seltenreich disclosed longstanding problems that occur if a FATAL exit (e.g. due to receipt of SIGTERM) occurs while we are trying to execute a ROLLBACK of an already-failed transaction. In such a case, xact.c is in TBLOC

[COMMITTERS] pgsql: Handle elog(FATAL) during ROLLBACK more robustly.

2017-08-14 Thread Tom Lane
Handle elog(FATAL) during ROLLBACK more robustly. Stress testing by Andreas Seltenreich disclosed longstanding problems that occur if a FATAL exit (e.g. due to receipt of SIGTERM) occurs while we are trying to execute a ROLLBACK of an already-failed transaction. In such a case, xact.c is in TBLOC

[COMMITTERS] pgsql: Final pgindent + perltidy run for v10.

2017-08-14 Thread Tom Lane
Final pgindent + perltidy run for v10. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/21d304dfedb4f26d0d6587d9ac39b1b5c499bb55 Modified Files -- src/backend/access/hash/hashpage.c | 8 +- src/backend/access/transam/slru.c

[COMMITTERS] pgsql: Branch refs/heads/REL_10_STABLE was created

2017-08-14 Thread pgsql
Branch refs/heads/REL_10_STABLE was created. View: https://git.postgresql.org/pg/shortlog/refs/heads/REL_10_STABLE -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers

[COMMITTERS] pgsql: Stamp HEAD as 11devel.

2017-08-14 Thread Tom Lane
Stamp HEAD as 11devel. Note that we no longer require any manual adjustments to shared-library minor version numbers, cf commit a3bce17ef. So this should be everything. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/9f14dc393bd441dd9251bea2a5a3ad7f889b03c5 Modifi

[COMMITTERS] pgsql: Expand coverage of parallel gather merge a bit.

2017-08-14 Thread Andres Freund
Expand coverage of parallel gather merge a bit. Previously paths reaching heap_compare_slots weren't covered. Author: Rushabh Lathia Reviewed-By: Andres Freund Discussion: https://postgr.es/m/CAGPqQf3C+3PBujb+7m=ceWeii4-vBY=xs99ljzrpkpefvzj...@mail.gmail.com https://postgr.es/m/2

[COMMITTERS] pgsql: Expand coverage of parallel gather merge a bit.

2017-08-14 Thread Andres Freund
Expand coverage of parallel gather merge a bit. Previously paths reaching heap_compare_slots weren't covered. Author: Rushabh Lathia Reviewed-By: Andres Freund Discussion: https://postgr.es/m/CAGPqQf3C+3PBujb+7m=ceWeii4-vBY=xs99ljzrpkpefvzj...@mail.gmail.com https://postgr.es/m/2

[COMMITTERS] pgsql: pg_dump: Add a --load-via-partition-root option.

2017-08-14 Thread Robert Haas
pg_dump: Add a --load-via-partition-root option. Rushabh Lathia, reviewed and somewhat revised by me. Testing by Rajkumar Raghuwanshi. Discussion: http://postgr.es/m/CAGPqQf0C1he087bz9xRBOGZBuESYz9X=fp8ca_g+tfhgaff...@mail.gmail.com Branch -- master Details --- https://git.postgresql.