pgsql: C includes: Reorder C includes in partition.c

2018-01-27 Thread Bruce Momjian
C includes: Reorder C includes in partition.c Discussion: https://postgr.es/m/5a69aa50.2060...@lab.ntt.co.jp Author: Etsuro Fujita Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/010123e144a5a5d395a15067f301a2c2443f49cf Modified Files -- src/backend/ca

pgsql: Update time zone data files to tzdata release 2018c.

2018-01-27 Thread Tom Lane
Update time zone data files to tzdata release 2018c. DST law changes in Brazil, Sao Tome and Principe. Historical corrections for Bolivia, Japan, and South Sudan. The "US/Pacific-New" zone has been removed (it was only a link to America/Los_Angeles anyway). Branch -- REL9_6_STABLE Details

pgsql: Update time zone data files to tzdata release 2018c.

2018-01-27 Thread Tom Lane
Update time zone data files to tzdata release 2018c. DST law changes in Brazil, Sao Tome and Principe. Historical corrections for Bolivia, Japan, and South Sudan. The "US/Pacific-New" zone has been removed (it was only a link to America/Los_Angeles anyway). Branch -- master Details ---

pgsql: Update time zone data files to tzdata release 2018c.

2018-01-27 Thread Tom Lane
Update time zone data files to tzdata release 2018c. DST law changes in Brazil, Sao Tome and Principe. Historical corrections for Bolivia, Japan, and South Sudan. The "US/Pacific-New" zone has been removed (it was only a link to America/Los_Angeles anyway). Branch -- REL_10_STABLE Details

pgsql: Update time zone data files to tzdata release 2018c.

2018-01-27 Thread Tom Lane
Update time zone data files to tzdata release 2018c. DST law changes in Brazil, Sao Tome and Principe. Historical corrections for Bolivia, Japan, and South Sudan. The "US/Pacific-New" zone has been removed (it was only a link to America/Los_Angeles anyway). Branch -- REL9_5_STABLE Details

pgsql: Update time zone data files to tzdata release 2018c.

2018-01-27 Thread Tom Lane
Update time zone data files to tzdata release 2018c. DST law changes in Brazil, Sao Tome and Principe. Historical corrections for Bolivia, Japan, and South Sudan. The "US/Pacific-New" zone has been removed (it was only a link to America/Los_Angeles anyway). Branch -- REL9_3_STABLE Details

pgsql: Update time zone data files to tzdata release 2018c.

2018-01-27 Thread Tom Lane
Update time zone data files to tzdata release 2018c. DST law changes in Brazil, Sao Tome and Principe. Historical corrections for Bolivia, Japan, and South Sudan. The "US/Pacific-New" zone has been removed (it was only a link to America/Los_Angeles anyway). Branch -- REL9_4_STABLE Details

pgsql: Avoid crash during EvalPlanQual recheck of an inner indexscan.

2018-01-27 Thread Tom Lane
Avoid crash during EvalPlanQual recheck of an inner indexscan. Commit 09529a70b changed nodeIndexscan.c and nodeIndexonlyscan.c to postpone initialization of the indexscan proper until the first tuple fetch. It overlooked the question of mark/restore behavior, which means that if some caller atte

pgsql: Avoid crash during EvalPlanQual recheck of an inner indexscan.

2018-01-27 Thread Tom Lane
Avoid crash during EvalPlanQual recheck of an inner indexscan. Commit 09529a70b changed nodeIndexscan.c and nodeIndexonlyscan.c to postpone initialization of the indexscan proper until the first tuple fetch. It overlooked the question of mark/restore behavior, which means that if some caller atte

pgsql: Add missing semicolons in documentation examples

2018-01-27 Thread Magnus Hagander
Add missing semicolons in documentation examples Author: Daniel Gustafsson Branch -- REL_10_STABLE Details --- https://git.postgresql.org/pg/commitdiff/56067dee74a096af951386740bf8a1ab5f1ce590 Modified Files -- doc/src/sgml/ddl.sgml | 6 +++--- 1 file changed, 3 insertions(+

pgsql: Add missing semicolons in documentation examples

2018-01-27 Thread Magnus Hagander
Add missing semicolons in documentation examples Author: Daniel Gustafsson Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/ba8c2dfffd8e018fa0fae554fee69a7b7e93472e Modified Files -- doc/src/sgml/ddl.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 de