pgsql: Replace an occurrence of slave with standby

2019-06-19 Thread Magnus Hagander
Replace an occurrence of slave with standby Commit a1ef920e27ba6ab3602aaf6d6751d8628fac1af8 replaced the use of slave with standby, but overlooked this comment. Author: Daniel Gustafsson Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/992fe54e77f66ed67b6480fcf7dd20

pgsql: Fix typo

2019-06-19 Thread Magnus Hagander
Fix typo Author: Daniel Gustafsson Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/66013fe73095f851c151a17ccc7553abe6246891 Modified Files -- src/backend/access/table/tableamapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Add XSL stylesheet to fix up SVG files

2019-06-19 Thread Peter Eisentraut
Add XSL stylesheet to fix up SVG files The SVG output produced by external tools needs some postprocessing. This is implemented by this new XSL stylesheet. Issues are: - SVG produced by Ditaa does not add a viewBox attribute to the svg element, needed to make the image scalable. - SVG produce

pgsql: Update list of combining characters

2019-06-19 Thread Peter Eisentraut
Update list of combining characters The list of combining characters to ignore for calculating the display width of a string (used for example by psql) was wildly outdated and incorrect. Discussion: https://www.postgresql.org/message-id/flat/bbb19114-af1e-513b-08a9-61272794bd5c%402ndquadrant.com

pgsql: Fix description for $varname jsonpath variable

2019-06-19 Thread Alexander Korotkov
Fix description for $varname jsonpath variable The description is ended part way and PASSING clause is not implemented yet. But the variables might be passed as parameters to several jsonpath functions. So, complete the description based on the current implementation, leaving description of PASSIN

pgsql: Support 'q' flag in jsonpath 'like_regex' predicate

2019-06-19 Thread Alexander Korotkov
Support 'q' flag in jsonpath 'like_regex' predicate SQL/JSON standard defines that jsonpath 'like_regex' predicate should support the same set of flags as XQuery/XPath. It appears that implementation of 'q' flag was missed. This commit fixes that. Discussion: https://postgr.es/m/CAPpHfdtyfPsxL

pgsql: Improve documentation for jsonpath like_regex predicate

2019-06-19 Thread Alexander Korotkov
Improve documentation for jsonpath like_regex predicate Reference posix regex documentation section and list supported flags. Discussion: https://postgr.es/m/CAKPRHz%2BxOuQSSvkuB1mCQjedd%2BB2B1Vnkrq0E-pLmoXyTO%2Bz9Q%40mail.gmail.com Author: Kyotaro Horiguchi, Alexander Korotkov Branch -- ma

pgsql: pg_upgrade: Improve invalid option handling

2019-06-19 Thread Peter Eisentraut
pg_upgrade: Improve invalid option handling Currently, calling pg_upgrade with an invalid command-line option aborts pg_upgrade but leaves a pg_upgrade_internal.log file lying around. Reorder things a bit so that that file is not created until all the options have been parsed. Discussion: https

pgsql: pg_upgrade: Improve error messages

2019-06-19 Thread Peter Eisentraut
pg_upgrade: Improve error messages Make wording more accurate and add strerror() information. Discussion: https://www.postgresql.org/message-id/[email protected] Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/cd917ffb9a43e9e4699

pgsql: Fix description of pg_class.relam for table access methods

2019-06-19 Thread Michael Paquier
Fix description of pg_class.relam for table access methods Author: Ian Barwick Discussion: https://postgr.es/m/[email protected] Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/252f9a2580b013fe45ba28bb6d7a4994abc93bb5 Modified Fi

pgsql: Rework some error strings for REINDEX CONCURRENTLY with system c

2019-06-19 Thread Michael Paquier
Rework some error strings for REINDEX CONCURRENTLY with system catalogs This makes the whole user experience more consistent when bumping into failures, and more in line with the rewording done via 508300e. Author: Michael Paquier Reviewed-by: Álvaro Herrera Discussion: https://postgr.es/m/201905