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(-)
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(-)
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(-)
Tag refs/tags/REL_11_BETA1 was created.
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
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
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
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
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
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
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
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(-)
12 matches
Mail list logo