|
89 | 89 | linkend="functions-formatting-table"><function>to_timestamp()</></link> |
90 | 90 | and <function>to_date()</> format strings to consume a corresponding |
91 | 91 | number of characters in the input string (whitespace or not), then |
92 | | - conditionally additional adjacent whitespace if not in <literal>FX</> |
| 92 | + conditionally consume adjacent whitespace if not in <literal>FX</> |
93 | 93 | mode (Jeevan Chalke) |
94 | 94 | </para> |
95 | 95 |
|
|
98 | 98 | format string behaved like a single whitespace character and consumed |
99 | 99 | all adjacent whitespace in the input string. For example, previously |
100 | 100 | format string space-space-space would consume only the first space in |
101 | | - ' 12', while it will not consume all three characters. |
| 101 | + ' 12', while it will now consume all three characters. |
102 | 102 | </para> |
103 | 103 | </listitem> |
104 | 104 |
|
|
122 | 122 | </para> |
123 | 123 |
|
124 | 124 | <para> |
125 | | - Previously empty arrays were returned as one-dimensional empty arrays |
| 125 | + Previously, empty arrays were returned as one-dimensional empty arrays |
126 | 126 | whose text representation looked the same as zero-dimensional arrays |
127 | 127 | (<literal>{}</>). <application>intarray</>'s behavior in this area |
128 | 128 | now matches the built-in array operators. |
|
131 | 131 |
|
132 | 132 | <listitem> |
133 | 133 | <para> |
134 | | - NULL <link |
| 134 | + Disallow NULL <link |
135 | 135 | linkend="xfunc-sql-variadic-functions"><literal>VARIADIC</></link> |
136 | | - function arguments are now disallowed (Pavel Stehule) |
| 136 | + function arguments (Pavel Stehule) |
137 | 137 | </para> |
138 | 138 |
|
139 | 139 | <para> |
|
300 | 300 |
|
301 | 301 | <listitem> |
302 | 302 | <para> |
303 | | - <command>DISCARD ALL</> now also discards the state of sequences. |
| 303 | + <command>DISCARD ALL</> now also discards sequence state. |
304 | 304 | </para> |
305 | 305 | </listitem> |
306 | 306 |
|
|
366 | 366 |
|
367 | 367 | <listitem> |
368 | 368 | <para> |
369 | | - During immediate shutdown, send uncatchable termination signals |
| 369 | + During immediate shutdown send uncatchable termination signals |
370 | 370 | to child processes that have not already shutdown (MauMau, |
371 | 371 | Álvaro Herrera) |
372 | 372 | </para> |
|
740 | 740 |
|
741 | 741 | <para> |
742 | 742 | In contrast |
743 | | - to <link linkend="guc-local-preload-libraries"><varname>local_preload_libraries</></link>, |
| 743 | + to <link linkend="guc-local-preload-libraries"><varname>local_preload_libraries</></link> |
744 | 744 | this parameter can load any shared library, not just those in |
745 | 745 | the <filename>$libdir/plugins</> directory. |
746 | 746 | </para> |
|
789 | 789 | <listitem> |
790 | 790 | <para> |
791 | 791 | Have Windows <acronym>ASCII</>-encoded databases and server process |
792 | | - (e.g. <link linkend="app-postmaster">postmaster) emit messages |
793 | | - in the <envar>LC_CTYPE</></link>-defined language (Alexander Law, |
| 792 | + (e.g. <link linkend="app-postmaster">postmaster</>) emit messages |
| 793 | + in the <envar>LC_CTYPE</>-defined language (Alexander Law, |
794 | 794 | Noah Misch) |
795 | 795 | </para> |
796 | 796 |
|
|
994 | 994 | <listitem> |
995 | 995 | <para> |
996 | 996 | Add <link linkend="queries-tablefunctions"><literal>WITH |
997 | | - ORDINALITY</></link> syntax which numbers rows returned from |
| 997 | + ORDINALITY</></link> syntax to number rows returned from |
998 | 998 | <literal>FROM</>-clause functions (Andrew Gierth, David Fetter) |
999 | 999 | </para> |
1000 | 1000 |
|
|
1042 | 1042 | Add <command>FORCE NULL</> option |
1043 | 1043 | to <link linkend="SQL-COPY"><command>COPY FROM</></link> which causes |
1044 | 1044 | quoted strings matching the null string to be converted to NULL in |
1045 | | - in <literal>CSV</> mode (Ian Barwick, Michael Paquier) |
| 1045 | + <literal>CSV</> mode (Ian Barwick, Michael Paquier) |
1046 | 1046 | </para> |
1047 | 1047 |
|
1048 | 1048 | <para> |
|
1178 | 1178 |
|
1179 | 1179 | <listitem> |
1180 | 1180 | <para> |
1181 | | - Improve the internal definition of system relations (Andres Freund, |
| 1181 | + Improve how system-level relations are designated (Andres Freund, |
1182 | 1182 | Robert Haas) |
1183 | 1183 | </para> |
1184 | 1184 |
|
|
0 commit comments