[COMMITTERS] pgsql: Once again allow LWLocks to be used within DSM segments.

2016-08-15 Thread Robert Haas
Once again allow LWLocks to be used within DSM segments. Prior to commit 7882c3b0b95640e361f1533fe0f2d02e4e5d8610, it was possible to use LWLocks within DSM segments, but that commit broke this use case by switching from a doubly linked list to a circular linked list. Switch back, using a new bit

[COMMITTERS] pgsql: Allow .so minor version numbers above 9 in .gitignore.

2016-08-15 Thread Tom Lane
Allow .so minor version numbers above 9 in .gitignore. Needed now that libpq.so's minor version has reached 10. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/2bf06f756142f4c398270cdc30bbba9b9dfbd38b Modified Files -- .gitignore | 2 ++ 1 file changed, 2

[COMMITTERS] pgsql: Update git_changelog to know that there's a 9.6 branch.

2016-08-15 Thread Tom Lane
Update git_changelog to know that there's a 9.6 branch. Missed this in the main 10devel version stamping patch. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/3149a12166120d0b476f5ca7837ebcf0e7124703 Modified Files -- src/tools/git_changelog | 2 +- 1 fi

[COMMITTERS] pgsql: Stamp shared-library minor version numbers for v10.

2016-08-15 Thread Tom Lane
Stamp shared-library minor version numbers for v10. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/0b9358d4406b9b45a06855d53f491cc7ce9550a9 Modified Files -- src/interfaces/ecpg/compatlib/Makefile | 2 +- src/interfaces/ecpg/ecpglib/Makefile| 2 +- sr

[COMMITTERS] pgsql: Stamp HEAD as 10devel.

2016-08-15 Thread Tom Lane
Stamp HEAD as 10devel. This is a good bit more complicated than the average new-version stamping commit, because it includes various adjustments in pursuit of changing from three-part to two-part version numbers. It's likely some further work will be needed around that change; but this is enough

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

2016-08-15 Thread pgsql
Branch refs/heads/REL9_6_STABLE was created. View: http://git.postgresql.org/pg/shortlog/refs/heads/REL9_6_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: Final pgindent + perltidy run for 9.6.

2016-08-15 Thread Tom Lane
Final pgindent + perltidy run for 9.6. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/b5bce6c1ec6061c8a4f730d927e162db7e2ce365 Modified Files -- src/backend/access/brin/brin_validate.c| 4 +- src/backend/access/gin/ginvalidate.c

[COMMITTERS] pgsql: Simplify the process of perltidy'ing our Perl files.

2016-08-15 Thread Tom Lane
Simplify the process of perltidy'ing our Perl files. Wrap the perltidy invocation into a shell script to reduce the risk of copy-and-paste errors. Include removal of *.bak files in the script, so they don't accidentally get committed. Improve the directions in the README file. Branch -- mas