pgsql: ecpg: Change --version output to common style

2018-09-12 Thread Peter Eisentraut
ecpg: Change --version output to common style When we removed the ecpg-specific versions, we also removed the "(PostgreSQL)" from the --version output, which we show in other programs. Reported-by: Ioseph Kim Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/ba37349

pgsql: ecpg: Change --version output to common style

2018-09-12 Thread Peter Eisentraut
ecpg: Change --version output to common style When we removed the ecpg-specific versions, we also removed the "(PostgreSQL)" from the --version output, which we show in other programs. Reported-by: Ioseph Kim Branch -- REL_11_STABLE Details --- https://git.postgresql.org/pg/commitdiff/

pgsql: ecpg: Change --version output to common style

2018-09-12 Thread Peter Eisentraut
ecpg: Change --version output to common style When we removed the ecpg-specific versions, we also removed the "(PostgreSQL)" from the --version output, which we show in other programs. Reported-by: Ioseph Kim Branch -- REL_10_STABLE Details --- https://git.postgresql.org/pg/commitdiff/

pgsql: On all Windows platforms, not just Cygwin, use _timezone and _tz

2018-09-12 Thread Andrew Dunstan
On all Windows platforms, not just Cygwin, use _timezone and _tzname. Back-patch commit 868628e4f into the 9.5 branch, so that we can support building that branch with Visual Studio 2015. This patch itself could go further back, but other VS2015 patches such as 0fb54de9a and c8e81afc6 were only b

pgsql: On all Windows platforms, not just Cygwin, use _timezone and _tz

2018-09-12 Thread Andrew Dunstan
On all Windows platforms, not just Cygwin, use _timezone and _tzname. Back-patch commit 868628e4f into the 9.5 branch, so that we can support building that branch with Visual Studio 2015. This patch itself could go further back, but other VS2015 patches such as 0fb54de9a and c8e81afc6 were only b

pgsql: Repair bug in regexp split performance improvements.

2018-09-12 Thread Andrew Gierth
Repair bug in regexp split performance improvements. Commit c8ea87e4b introduced a temporary conversion buffer for substrings extracted during regexp splits. Unfortunately the code that sized it was failing to ignore the effects of ignored degenerate regexp matches, so for regexp_split_* calls it

pgsql: Repair bug in regexp split performance improvements.

2018-09-12 Thread Andrew Gierth
Repair bug in regexp split performance improvements. Commit c8ea87e4b introduced a temporary conversion buffer for substrings extracted during regexp splits. Unfortunately the code that sized it was failing to ignore the effects of ignored degenerate regexp matches, so for regexp_split_* calls it

pgsql: Repair bug in regexp split performance improvements.

2018-09-12 Thread Andrew Gierth
Repair bug in regexp split performance improvements. Commit c8ea87e4b introduced a temporary conversion buffer for substrings extracted during regexp splits. Unfortunately the code that sized it was failing to ignore the effects of ignored degenerate regexp matches, so for regexp_split_* calls it

pgsql: Repair bug in regexp split performance improvements.

2018-09-12 Thread Andrew Gierth
Repair bug in regexp split performance improvements. Commit c8ea87e4b introduced a temporary conversion buffer for substrings extracted during regexp splits. Unfortunately the code that sized it was failing to ignore the effects of ignored degenerate regexp matches, so for regexp_split_* calls it

pgsql: Repair bug in regexp split performance improvements.

2018-09-12 Thread Andrew Gierth
Repair bug in regexp split performance improvements. Commit c8ea87e4b introduced a temporary conversion buffer for substrings extracted during regexp splits. Unfortunately the code that sized it was failing to ignore the effects of ignored degenerate regexp matches, so for regexp_split_* calls it

pgsql: Repair bug in regexp split performance improvements.

2018-09-12 Thread Andrew Gierth
Repair bug in regexp split performance improvements. Commit c8ea87e4b introduced a temporary conversion buffer for substrings extracted during regexp splits. Unfortunately the code that sized it was failing to ignore the effects of ignored degenerate regexp matches, so for regexp_split_* calls it

pgsql: Repair bug in regexp split performance improvements.

2018-09-12 Thread Andrew Gierth
Repair bug in regexp split performance improvements. Commit c8ea87e4b introduced a temporary conversion buffer for substrings extracted during regexp splits. Unfortunately the code that sized it was failing to ignore the effects of ignored degenerate regexp matches, so for regexp_split_* calls it

pgsql: Minor fixes for psql tab completion.

2018-09-12 Thread Tom Lane
Minor fixes for psql tab completion. * Include partitioned tables in what's offered after ANALYZE. * Include toast_tuple_target in what's offered after ALTER TABLE ... SET|RESET. * Include HASH in what's offered after PARTITION BY. This is extracted from a larger patch; these bits seem like unc

pgsql: Minor fixes for psql tab completion.

2018-09-12 Thread Tom Lane
Minor fixes for psql tab completion. * Include partitioned tables in what's offered after ANALYZE. * Include toast_tuple_target in what's offered after ALTER TABLE ... SET|RESET. * Include HASH in what's offered after PARTITION BY. This is extracted from a larger patch; these bits seem like unc

pgsql: Simplify index tuple descriptor initialization

2018-09-12 Thread Peter Eisentraut
Simplify index tuple descriptor initialization We have two code paths for initializing the tuple descriptor for a new index: For a normal index, we copy the tuple descriptor from the table and reset a number of fields that are not applicable to indexes. For an expression index, we make a blank tu

pgsql: doc: Update broken links

2018-09-12 Thread Peter Eisentraut
doc: Update broken links Discussion: https://www.postgresql.org/message-id/flat/153044458767.13254.16049977382403131287%40wrigleys.postgresql.org Branch -- REL9_3_STABLE Details --- https://git.postgresql.org/pg/commitdiff/6884491bd865ee7e2e01d06a2d35e3b3e5919989 Modified Files ---

pgsql: doc: Update broken links

2018-09-12 Thread Peter Eisentraut
doc: Update broken links Discussion: https://www.postgresql.org/message-id/flat/153044458767.13254.16049977382403131287%40wrigleys.postgresql.org Branch -- REL9_6_STABLE Details --- https://git.postgresql.org/pg/commitdiff/4659632dbaadc33baa9fa42c49582d5f8e77f711 Modified Files ---

pgsql: doc: Update broken links

2018-09-12 Thread Peter Eisentraut
doc: Update broken links Discussion: https://www.postgresql.org/message-id/flat/153044458767.13254.16049977382403131287%40wrigleys.postgresql.org Branch -- REL_10_STABLE Details --- https://git.postgresql.org/pg/commitdiff/aed0150eda2cb8b56b00b1a5cfcb452f0fa8235b Modified Files ---

pgsql: doc: Update broken links

2018-09-12 Thread Peter Eisentraut
doc: Update broken links Discussion: https://www.postgresql.org/message-id/flat/153044458767.13254.16049977382403131287%40wrigleys.postgresql.org Branch -- REL9_4_STABLE Details --- https://git.postgresql.org/pg/commitdiff/3cac7c2e4b837ab4e67aa903e667b0479a128e34 Modified Files ---

pgsql: doc: Update broken links

2018-09-12 Thread Peter Eisentraut
doc: Update broken links Discussion: https://www.postgresql.org/message-id/flat/153044458767.13254.16049977382403131287%40wrigleys.postgresql.org Branch -- REL9_5_STABLE Details --- https://git.postgresql.org/pg/commitdiff/93a508efb2456517af6d8756ddff4a427aee4a0c Modified Files ---