pgsql: doc: PG 11 release notes fix for pg_dump --create, author

2018-05-22 Thread Bruce Momjian
doc: PG 11 release notes fix for pg_dump --create, author Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/e41c2b057f92c3824ffe0157e83ee43624487035 Modified Files -- doc/src/sgml/release-11.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

pgsql: doc: PG 11 release notes, add third author

2018-05-22 Thread Bruce Momjian
doc: PG 11 release notes, add third author Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/fd287b4669cd728d6b436fac32a9b7ff26608248 Modified Files -- doc/src/sgml/release-11.sgml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)

pgsql: doc: PG 11 release note fixes: PGhost, typo

2018-05-22 Thread Bruce Momjian
doc: PG 11 release note fixes: PGhost, typo Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/9490c2da28662ca2b0f60d09e83d278d00f20501 Modified Files -- doc/src/sgml/release-11.sgml | 9 + 1 file changed, 5 insertions(+), 4 deletions(-)

pgsql: Tag refs/tags/REL_11_BETA1 was created

2018-05-22 Thread pgsql
Tag refs/tags/REL_11_BETA1 was created.

pgsql: Widen COPY FROM's current-line-number counter from 32 to 64 bits

2018-05-22 Thread Tom Lane
Widen COPY FROM's current-line-number counter from 32 to 64 bits. Because the code for the HEADER option skips a line when this counter is zero, a very long COPY FROM WITH HEADER operation would drop a line every 2^32 lines. A lesser but still unfortunate problem is that errors would show a wrong

pgsql: Widen COPY FROM's current-line-number counter from 32 to 64 bits

2018-05-22 Thread Tom Lane
Widen COPY FROM's current-line-number counter from 32 to 64 bits. Because the code for the HEADER option skips a line when this counter is zero, a very long COPY FROM WITH HEADER operation would drop a line every 2^32 lines. A lesser but still unfortunate problem is that errors would show a wrong

pgsql: Widen COPY FROM's current-line-number counter from 32 to 64 bits

2018-05-22 Thread Tom Lane
Widen COPY FROM's current-line-number counter from 32 to 64 bits. Because the code for the HEADER option skips a line when this counter is zero, a very long COPY FROM WITH HEADER operation would drop a line every 2^32 lines. A lesser but still unfortunate problem is that errors would show a wrong

pgsql: Widen COPY FROM's current-line-number counter from 32 to 64 bits

2018-05-22 Thread Tom Lane
Widen COPY FROM's current-line-number counter from 32 to 64 bits. Because the code for the HEADER option skips a line when this counter is zero, a very long COPY FROM WITH HEADER operation would drop a line every 2^32 lines. A lesser but still unfortunate problem is that errors would show a wrong

pgsql: Widen COPY FROM's current-line-number counter from 32 to 64 bits

2018-05-22 Thread Tom Lane
Widen COPY FROM's current-line-number counter from 32 to 64 bits. Because the code for the HEADER option skips a line when this counter is zero, a very long COPY FROM WITH HEADER operation would drop a line every 2^32 lines. A lesser but still unfortunate problem is that errors would show a wrong

pgsql: Widen COPY FROM's current-line-number counter from 32 to 64 bits

2018-05-22 Thread Tom Lane
Widen COPY FROM's current-line-number counter from 32 to 64 bits. Because the code for the HEADER option skips a line when this counter is zero, a very long COPY FROM WITH HEADER operation would drop a line every 2^32 lines. A lesser but still unfortunate problem is that errors would show a wrong

pgsql: Add missing files to src/backend/lib/README.

2018-05-22 Thread Heikki Linnakangas
Add missing files to src/backend/lib/README. The README lists all the files available in the directory, along with short descriptions of each, but a few newly added ones were missing. While we're at it, reorder the list into alphabetical order. Author: Takeshi Ideriha Discussion: https://www.pos

pgsql: Fix typo in comment.

2018-05-22 Thread Heikki Linnakangas
Fix typo in comment. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/a0b37684ba1c7ce6380db6ff6817cf9f3a85b94c Modified Files -- src/backend/optimizer/path/joinpath.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)