pgsql: pgindent run prior to branching

2018-06-30 Thread Andrew Dunstan
pgindent run prior to branching Branches REL_11_STABLE master Details --- https://git.postgresql.org/pg/commitdiff/1e9c8580904625576871eeb2efec7f04d4c3bc1c Modified Files -- contrib/postgres_fdw/postgres_fdw.c | 19 +- src/backend/access/gin/gi

pgsql: Stamp HEAD as 12devel

2018-06-30 Thread Andrew Dunstan
Stamp HEAD as 12devel Let the hacking begin ... Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/feced1387f07c3fa6c47d36a68962750e6065486 Modified Files -- configure| 18 +- configure.in | 2 +-

pgsql: Branch refs/heads/REL_11_STABLE was created

2018-06-30 Thread pgsql
Branch refs/heads/REL_11_STABLE was created. View: https://git.postgresql.org/pg/shortlog/refs/heads/REL_11_STABLE

pgsql: perltidy run prior to branching

2018-06-30 Thread Andrew Dunstan
perltidy run prior to branching Branches REL_11_STABLE master Details --- https://git.postgresql.org/pg/commitdiff/d8421390996dcd762383a28e57d1f3f16cc5f76f Modified Files -- src/bin/pg_basebackup/t/010_pg_basebackup.pl | 5 - src/test/ssl/ServerSetup.pm

pgsql: Update typedefs list

2018-06-30 Thread Andrew Dunstan
Update typedefs list Branches REL_11_STABLE master Details --- https://git.postgresql.org/pg/commitdiff/2c64d200484c40c1bfbd532bf140bea672f267a1 Modified Files -- src/tools/pgindent/typedefs.list | 2 ++ 1 file changed, 2 insertions(+)

pgsql: Use optimized bitmap set function for membership test in postgre

2018-06-30 Thread Michael Paquier
Use optimized bitmap set function for membership test in postgres_fdw Deparsing logic in postgres_fdw for locking, FROM clause (alias) and Var (column qualification) does not need to know the exact number of members involved, which can be calculated with bms_num_members(), but just if there is mor