pgsql: Fix SQL:2008 FETCH FIRST syntax to allow parameters.

2018-05-21 Thread Andrew Gierth
Fix SQL:2008 FETCH FIRST syntax to allow parameters. OFFSET ROWS FETCH FIRST ROWS ONLY syntax is supposed to accept , which includes parameters as well as literals. When this syntax was added all those years ago, it was done inconsistently, with and being different subsets of the standard

pgsql: Fix SQL:2008 FETCH FIRST syntax to allow parameters.

2018-05-21 Thread Andrew Gierth
Fix SQL:2008 FETCH FIRST syntax to allow parameters. OFFSET ROWS FETCH FIRST ROWS ONLY syntax is supposed to accept , which includes parameters as well as literals. When this syntax was added all those years ago, it was done inconsistently, with and being different subsets of the standard

pgsql: Fix SQL:2008 FETCH FIRST syntax to allow parameters.

2018-05-21 Thread Andrew Gierth
Fix SQL:2008 FETCH FIRST syntax to allow parameters. OFFSET ROWS FETCH FIRST ROWS ONLY syntax is supposed to accept , which includes parameters as well as literals. When this syntax was added all those years ago, it was done inconsistently, with and being different subsets of the standard

pgsql: Fix SQL:2008 FETCH FIRST syntax to allow parameters.

2018-05-21 Thread Andrew Gierth
Fix SQL:2008 FETCH FIRST syntax to allow parameters. OFFSET ROWS FETCH FIRST ROWS ONLY syntax is supposed to accept , which includes parameters as well as literals. When this syntax was added all those years ago, it was done inconsistently, with and being different subsets of the standard

pgsql: Fix SQL:2008 FETCH FIRST syntax to allow parameters.

2018-05-21 Thread Andrew Gierth
Fix SQL:2008 FETCH FIRST syntax to allow parameters. OFFSET ROWS FETCH FIRST ROWS ONLY syntax is supposed to accept , which includes parameters as well as literals. When this syntax was added all those years ago, it was done inconsistently, with and being different subsets of the standard

pgsql: Fix SQL:2008 FETCH FIRST syntax to allow parameters.

2018-05-21 Thread Andrew Gierth
Fix SQL:2008 FETCH FIRST syntax to allow parameters. OFFSET ROWS FETCH FIRST ROWS ONLY syntax is supposed to accept , which includes parameters as well as literals. When this syntax was added all those years ago, it was done inconsistently, with and being different subsets of the standard

pgsql: Translation updates

2018-05-21 Thread Peter Eisentraut
Translation updates Source-Git-URL: git://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: 3a5a71cccad5c68e01008e9e3a4f06930197a05e Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/917a68f010eb4c7e91b11ae1abe229cad722f675 Modified Files

pgsql: Update key words table for version 11

2018-05-21 Thread Peter Eisentraut
Update key words table for version 11 Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/806d08c0489f72282e0a25629e0d6054176e0c9d Modified Files -- doc/src/sgml/keywords.sgml | 31 ++- 1 file changed, 26 insertions(+), 5

pgsql: Doc: fix bogus cross-reference link.

2018-05-21 Thread Tom Lane
Doc: fix bogus cross-reference link. An xref to a 's ID isn't very helpful because paras don't have names. This causes a warning while building PDFs, though for some reason not while building HTML. The link arguably went to the wrong place, too. To fix, introduce a sub-section we can

pgsql: doc: Fix some whitespace issues

2018-05-21 Thread Peter Eisentraut
doc: Fix some whitespace issues Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/17485552ec3a7f9a19d568e4bb9b4affae4efdfa Modified Files -- doc/src/sgml/jit.sgml| 12 - doc/src/sgml/textsearch.sgml | 62

pgsql: Doc: preliminary list of PG11 major features.

2018-05-21 Thread Tom Lane
Doc: preliminary list of PG11 major features. This might get bike-shedded a bit later, but it's better than shipping beta1 with no list. Jonathan Katz Discussion: https://postgr.es/m/d73971c5-8277-44f2-95d9-c0b6e46eb...@postgresql.org Branch -- master Details ---

pgsql: doc: Whitespace fixes in man pages

2018-05-21 Thread Peter Eisentraut
doc: Whitespace fixes in man pages Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/477d243b0f1fb4dfb3ca9e478824ccb7bcda72db Modified Files -- doc/src/sgml/ref/alter_index.sgml | 3 +-- doc/src/sgml/ref/alter_table.sgml | 1 -

pgsql: doc: Fix some trailing whitespace

2018-05-21 Thread Peter Eisentraut
doc: Fix some trailing whitespace Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/f037de6aeb6a4203d15b2b16dfaa194e952dffea Modified Files -- doc/src/sgml/ecpg.sgml| 2 +- doc/src/sgml/ref/alter_index.sgml | 2 +- doc/src/sgml/ref/pgbench.sgml

pgsql: Update SQL features list

2018-05-21 Thread Peter Eisentraut
Update SQL features list Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/4f72ca14de87eccd2bc622fcbc109a3e7bfccb77 Modified Files -- src/backend/catalog/sql_features.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)

pgsql: doc: Use = after long options in documentation

2018-05-21 Thread Peter Eisentraut
doc: Use = after long options in documentation It's good for consistency and makes the examples easier to read. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/ca797f5c049db4adf27495adef1d91b71f0d481c Modified Files -- doc/src/sgml/logicaldecoding.sgml

pgsql: Stamp 11beta1.

2018-05-21 Thread Tom Lane
Stamp 11beta1. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/586e4e6df5b85ddd28c9e881d237bd7380ffeb8e Modified Files -- configure | 18 +- configure.in | 2 +- doc/bug.template | 2 +-