[COMMITTERS] pgsql: Ignore PQcancel errors properly

2017-05-09 Thread Alvaro Herrera
Ignore PQcancel errors properly Add a (void) cast to all PQcancel() calls that purposefully don't check the return value, to keep compilers and static checkers happy. Per Coverity. Branch -- REL9_3_STABLE Details ---

[COMMITTERS] pgsql: Ignore PQcancel errors properly

2017-05-09 Thread Alvaro Herrera
Ignore PQcancel errors properly Add a (void) cast to all PQcancel() calls that purposefully don't check the return value, to keep compilers and static checkers happy. Per Coverity. Branch -- master Details ---

[COMMITTERS] pgsql: Ignore PQcancel errors properly

2017-05-09 Thread Alvaro Herrera
Ignore PQcancel errors properly Add a (void) cast to all PQcancel() calls that purposefully don't check the return value, to keep compilers and static checkers happy. Per Coverity. Branch -- REL9_6_STABLE Details ---

[COMMITTERS] pgsql: Improve memory use in logical replication apply

2017-05-09 Thread Peter Eisentraut
Improve memory use in logical replication apply Previously, the memory used by the logical replication apply worker for processing messages would never be freed, so that could end up using a lot of memory. To improve that, change the existing ApplyContext memory context to ApplyMessageContext

[COMMITTERS] pgsql: Tag refs/tags/REL9_5_7 was created

2017-05-09 Thread pgsql
Tag refs/tags/REL9_5_7 was created. -- 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: Tag refs/tags/REL9_6_3 was created

2017-05-09 Thread pgsql
Tag refs/tags/REL9_6_3 was created. -- 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: Tag refs/tags/REL9_4_12 was created

2017-05-09 Thread pgsql
Tag refs/tags/REL9_4_12 was created. -- 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: Tag refs/tags/REL9_2_21 was created

2017-05-09 Thread pgsql
Tag refs/tags/REL9_2_21 was created. -- 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: Tag refs/tags/REL9_3_17 was created

2017-05-09 Thread pgsql
Tag refs/tags/REL9_3_17 was created. -- 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: Don't permit transition tables with TRUNCATE triggers.

2017-05-09 Thread Robert Haas
Don't permit transition tables with TRUNCATE triggers. Prior to this prohibition, such a trigger caused a crash. Thomas Munro, per a report from Neha Sharma. I added a regression test. Discussion: http://postgr.es/m/CAEepm=0VR5W-N38eTkO_FqJbGqQ_ykbBRmzmvHyxDhy1p=0...@mail.gmail.com Branch

[COMMITTERS] pgsql: Prohibit transition tables on views and foreign tables.

2017-05-09 Thread Robert Haas
Prohibit transition tables on views and foreign tables. Thomas Munro, per off-list report from Prabhat Sabu. Changes to the message wording for consistency with the existing relkind check for partitioned tables by me. Discussion:

[COMMITTERS] pgsql: Fix typos in comments.

2017-05-09 Thread Robert Haas
Fix typos in comments. Etsuro Fujita Discussion: http://postgr.es/m/968d99bf-0fa8-085b-f0a1-a379f8d66...@lab.ntt.co.jp Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/df1a4eba948f386845f75c2864de0a35e5ede849 Modified Files --

[COMMITTERS] pgsql: Remove no-longer-needed compatibility code for hash indexes.

2017-05-09 Thread Robert Haas
Remove no-longer-needed compatibility code for hash indexes. Because commit ea69a0dead5128c421140dc53fac165ba4af8520 bumped the HASH_VERSION, we don't need to worry about PostgreSQL 10 seeing bucket pages from earlier versions. Amit Kapila Discussion:

[COMMITTERS] pgsql: Disallow finite partition bound following earlier UNBOUNDED colu

2017-05-09 Thread Robert Haas
Disallow finite partition bound following earlier UNBOUNDED column. Amit Langote, per an observation by me. Discussion: http://postgr.es/m/ca+tgmoywnv2gmnylg-czsix-e1wgabo4d+0tx7t9ndfybdm...@mail.gmail.com Branch -- master Details ---

[COMMITTERS] pgsql: Pass EXEC_FLAG_REWIND when initializing a tuplestore scan.

2017-05-09 Thread Robert Haas
Pass EXEC_FLAG_REWIND when initializing a tuplestore scan. Since a rescan is possible, we must be able to rewind. Thomas Munro, per a report from Prabhat Sabu Discussion: http://postgr.es/m/CAEepm=2=Uv5fm=exqL+ygBxaO+-tgmC=o+63h4zyaxi9htx...@mail.gmail.com Branch -- master Details

[COMMITTERS] pgsql: Document trigger-firing behavior for inheritance/partitioning.

2017-05-09 Thread Robert Haas
Document trigger-firing behavior for inheritance/partitioning. Amit Langote, reviewed Thomas Munro and by me. Discussion: http://postgr.es/m/CA+Tgmoadpcs3=mmgdyqvx7l7l_pwo_dn5j-98a6tj7bybui...@mail.gmail.com Branch -- master Details ---

[COMMITTERS] pgsql: Ignore PQcancel errors properly

2017-05-09 Thread Alvaro Herrera
Ignore PQcancel errors properly Add a (void) cast to all PQcancel() calls that purposefully don't check the return value, to keep compilers and static checkers happy. Per Coverity. Branch -- REL9_4_STABLE Details ---

[COMMITTERS] pgsql: Ignore PQcancel errors properly

2017-05-09 Thread Alvaro Herrera
Ignore PQcancel errors properly Add a (void) cast to all PQcancel() calls that purposefully don't check the return value, to keep compilers and static checkers happy. Per Coverity. Branch -- REL9_5_STABLE Details ---

[COMMITTERS] pgsql: Avoid theoretical infinite loop loading relcache partition key.

2017-05-09 Thread Robert Haas
Avoid theoretical infinite loop loading relcache partition key. Amit Langote, per report from 甄明洋 Discussion: http://postgr.es/m/57bd1e1.1886.15bd7b79cee.coremail.18612389...@yeah.net Branch -- master Details ---

[COMMITTERS] pgsql: Fix typo.

2017-05-09 Thread Robert Haas
Fix typo. Thomas Munro Discussion: http://postgr.es/m/CAEepm=3vv1ykxdflmqq-nym2fn+stmylwpkfcoah4m0gxqq...@mail.gmail.com Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/03bf59676ea0473e85b5540fe23be399ee3b3ac4 Modified Files --

[COMMITTERS] pgsql: Remove the NODROP SLOT option from DROP SUBSCRIPTION

2017-05-09 Thread Peter Eisentraut
Remove the NODROP SLOT option from DROP SUBSCRIPTION It turned out this approach had problems, because a DROP command should not have any options other than CASCADE and RESTRICT. Instead, always attempt to drop the slot if there is one configured, but also add an ALTER SUBSCRIPTION action to set

[COMMITTERS] pgsql: pgindent: use HTTP instead of FTP to retrieve pg_bsd_indent src

2017-05-09 Thread Bruce Momjian
pgindent: use HTTP instead of FTP to retrieve pg_bsd_indent src FTP support will be removed from ftp.postgresql.org in months, but http still works. Typedefs already used http. Branch -- master Details ---

[COMMITTERS] pgsql: doc: Add info about replication slot management

2017-05-09 Thread Peter Eisentraut
doc: Add info about replication slot management Add some more information about managing replication slots associated with logical replication subscriptions. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/ab178bb2f4b35fbcc0f78822c72063a8a5e9dbb0 Modified Files

[COMMITTERS] pgsql: pg_dump: Add --no-subscriptions option

2017-05-09 Thread Peter Eisentraut
pg_dump: Add --no-subscriptions option Author: Michael Paquier Reviewed-by: Petr Jelinek Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/26aa1cf376f68b800b73c326edeea6d1996ec246 Modified Files