|
254 | 254 |
|
255 | 255 | <listitem>
|
256 | 256 | <para>
|
257 |
| - Treat ECPG cursor names as case-insensitive (Zoltan Boszormenyi) |
| 257 | + Treat <application>ECPG</> cursor names as case-insensitive (Zoltan Boszormenyi) |
258 | 258 | </para>
|
259 | 259 | </listitem>
|
260 | 260 |
|
|
385 | 385 | </para>
|
386 | 386 |
|
387 | 387 | <para>
|
388 |
| - Previously only host IP addresses and CIDR values were supported. |
| 388 | + Previously only host <acronym>IP</> addresses and <acronym>CIDR</> |
| 389 | + values were supported. |
389 | 390 | </para>
|
390 | 391 | </listitem>
|
391 | 392 |
|
392 | 393 | <listitem>
|
393 | 394 | <para>
|
394 |
| - Support the keyword 'all' in the host column of <link |
| 395 | + Support the keyword <literal>all</> in the host column of <link |
395 | 396 | linkend="auth-pg-hba-conf"><filename>pg_hba.conf</></link>
|
396 | 397 | (Peter Eisentraut)
|
397 | 398 | </para>
|
|
404 | 405 |
|
405 | 406 | <listitem>
|
406 | 407 | <para>
|
407 |
| - Allow <link linkend="gssapi-auth">GSSAPI</link> to be used to |
408 |
| - authenticate to servers via <link linkend="sspi-auth">SSPI</link> |
409 |
| - (Christian Ullrich) |
| 408 | + Allow <link linkend="gssapi-auth"><acronym>GSSAPI</></link> |
| 409 | + to be used to authenticate to servers via <link |
| 410 | + linkend="sspi-auth"><acronym>SSPI</></link> (Christian Ullrich) |
410 | 411 | </para>
|
411 | 412 |
|
412 | 413 | <para>
|
413 |
| - Specifically this allows Unix-based GSSAPI clients to authenticate |
414 |
| - to Windows SSPI servers. |
| 414 | + Specifically this allows Unix-based <acronym>GSSAPI</> clients |
| 415 | + to <acronym>SSPI</> authenticate to Windows servers. |
415 | 416 | </para>
|
416 | 417 | </listitem>
|
417 | 418 |
|
|
426 | 427 |
|
427 | 428 | <listitem>
|
428 | 429 | <para>
|
429 |
| - Add details to the logging of restart points and checkpoints, |
| 430 | + Add details to the logging of restartpoints and checkpoints, |
430 | 431 | which is controlled by <link
|
431 | 432 | linkend="guc-log-checkpoints"><varname>log_checkpoints</></link>
|
432 | 433 | (Fujii Masao, Greg Smith)
|
433 | 434 | </para>
|
434 | 435 |
|
435 | 436 | <para>
|
436 |
| - New details show WAL file and sync activity. |
| 437 | + New details show <acronym>WAL</> file and sync activity. |
437 | 438 | </para>
|
438 | 439 | </listitem>
|
439 | 440 |
|
|
655 | 656 | <para>
|
656 | 657 | Add system view <link
|
657 | 658 | linkend="monitoring-stats-views-table"><structname>pg_stat_replication</></link>
|
658 |
| - which displays activity of WAL sender processes (Itagaki |
| 659 | + which displays activity of <acronym>WAL</> sender processes (Itagaki |
659 | 660 | Takahiro, Simon Riggs)
|
660 | 661 | </para>
|
661 | 662 |
|
|
1152 | 1153 | <listitem>
|
1153 | 1154 | <para>
|
1154 | 1155 | Add nearest-neighbor (order-by-operator) searching to <link
|
1155 |
| - linkend="GiST">GiST indexes</link> (Teodor Sigaev, Tom Lane) |
| 1156 | + linkend="GiST"><acronym>GiST</> indexes</link> (Teodor Sigaev, Tom Lane) |
1156 | 1157 | </para>
|
1157 | 1158 |
|
1158 | 1159 | <para>
|
1159 |
| - This allows GiST indexes to quickly return |
| 1160 | + This allows <acronym>GiST</> indexes to quickly return |
1160 | 1161 | <literal>LIMIT</>-specified closest values.
|
1161 | 1162 | </para>
|
1162 | 1163 | </listitem>
|
1163 | 1164 |
|
1164 | 1165 | <listitem>
|
1165 | 1166 | <para>
|
1166 |
| - Allow <link linkend="GIN">GIN indexes</link> to index null |
| 1167 | + Allow <link linkend="GIN"><acronym>GIN</> indexes</link> to index null |
1167 | 1168 | and empty values (Tom Lane)
|
1168 | 1169 | </para>
|
1169 | 1170 |
|
1170 | 1171 | <para>
|
1171 |
| - This allows full GIN index scans. |
| 1172 | + This allows full <acronym>GIN</> index scans. |
1172 | 1173 | </para>
|
1173 | 1174 | </listitem>
|
1174 | 1175 |
|
1175 | 1176 | <listitem>
|
1176 | 1177 | <para>
|
1177 |
| - Fix <link linkend="GiST">GiST indexes</link> to be fully |
| 1178 | + Fix <link linkend="GiST"><acronym>GiST</> indexes</link> to be fully |
1178 | 1179 | crash-safe (Heikki Linnakangas)
|
1179 | 1180 | </para>
|
1180 | 1181 |
|
|
1244 | 1245 | </sect4>
|
1245 | 1246 |
|
1246 | 1247 | <sect4>
|
1247 |
| - <title><link linkend="functions-xml">XML</link></title> |
| 1248 | + <title><link linkend="functions-xml"><acronym>XML</></link></title> |
1248 | 1249 |
|
1249 | 1250 | <itemizedlist>
|
1250 | 1251 |
|
1251 | 1252 | <listitem>
|
1252 | 1253 | <para>
|
1253 |
| - Add XML function <link |
| 1254 | + Add <acronym>XML</> function <link |
1254 | 1255 | linkend="xml-exists"><literal>XMLEXISTS</></link> and <link
|
1255 | 1256 | linkend="xml-exists"><function>xpath_exists()</></link>
|
1256 | 1257 | functions (Mike Fowler)
|
|
1263 | 1264 |
|
1264 | 1265 | <listitem>
|
1265 | 1266 | <para>
|
1266 |
| - Add XML functions <link |
| 1267 | + Add <acronym>XML</> functions <link |
1267 | 1268 | linkend="xml-is-well-formed"><function>xml_is_well_formed()</></link>,
|
1268 | 1269 | <link
|
1269 | 1270 | linkend="xml-is-well-formed"><function>xml_is_well_formed_document()</></link>,
|
|
1273 | 1274 | </para>
|
1274 | 1275 |
|
1275 | 1276 | <para>
|
1276 |
| - These check whether the input is properly-formed XML. |
| 1277 | + These check whether the input is properly-formed <acronym>XML</>. |
1277 | 1278 | </para>
|
1278 | 1279 | </listitem>
|
1279 | 1280 |
|
|
1330 | 1331 |
|
1331 | 1332 | <listitem>
|
1332 | 1333 | <para>
|
1333 |
| - Add single-parameter version of function <link |
| 1334 | + Add a single-parameter version of function <link |
1334 | 1335 | linkend="functions-admin-genfile"><function>pg_read_file()</></link>
|
1335 | 1336 | to read an entire file (Dimitri Fontaine, Itagaki Takahiro)
|
1336 | 1337 | </para>
|
|
1355 | 1356 |
|
1356 | 1357 | <listitem>
|
1357 | 1358 | <para>
|
1358 |
| - Add <link |
| 1359 | + Add the <link |
1359 | 1360 | linkend="functions-info-catalog-table"><function>pg_describe_object()</></link>
|
1360 | 1361 | function (Alvaro Herrera)
|
1361 | 1362 | </para>
|
|
1378 | 1379 | Add variable <link
|
1379 | 1380 | linkend="guc-quote-all-identifiers"><varname>quote_all_identifiers</></link>
|
1380 | 1381 | to force the quoting of all identifiers in <command>EXPLAIN</>
|
1381 |
| - and system catalog functions like <link |
| 1382 | + and in system catalog functions like <link |
1382 | 1383 | linkend="functions-info-catalog-table"><function>pg_get_viewdef()</></link>
|
1383 | 1384 | (Robert Haas)
|
1384 | 1385 | </para>
|
|
1599 | 1600 |
|
1600 | 1601 | <listitem>
|
1601 | 1602 | <para>
|
1602 |
| - Report PL/Python errors from iterators with PLy_elog (Jan |
| 1603 | + Report PL/Python errors from iterators with <literal>PLy_elog</> (Jan |
1603 | 1604 | Urbanski)
|
1604 | 1605 | </para>
|
1605 | 1606 | </listitem>
|
|
1651 | 1652 |
|
1652 | 1653 | <listitem>
|
1653 | 1654 | <para>
|
1654 |
| - Add <application>psql</> command <literal>\sf</> command to |
| 1655 | + Add <application>psql</> command <literal>\sf</> to |
1655 | 1656 | show a function's definition (Pavel Stehule)
|
1656 | 1657 | </para>
|
1657 | 1658 | </listitem>
|
1658 | 1659 |
|
1659 | 1660 | <listitem>
|
1660 | 1661 | <para>
|
1661 |
| - Add <application>psql</> <literal>\dL</> command |
1662 |
| - <literal>\dL</> to list languages (Fernando Ike) |
| 1662 | + Add <application>psql</> command <literal>\dL</> to list |
| 1663 | + languages (Fernando Ike) |
1663 | 1664 | </para>
|
1664 | 1665 | </listitem>
|
1665 | 1666 |
|
|
1684 | 1685 |
|
1685 | 1686 | <para>
|
1686 | 1687 | This is passed to the editor using the
|
1687 |
| - <literal>EDITOR_LINENUMBER_SWITCH</> environment variable. |
| 1688 | + <envar>EDITOR_LINENUMBER_SWITCH</> environment variable. |
1688 | 1689 | </para>
|
1689 | 1690 | </listitem>
|
1690 | 1691 |
|
|
1695 | 1696 | </para>
|
1696 | 1697 |
|
1697 | 1698 | <para>
|
1698 |
| - This only happens if the <literal>PGCLIENTENCODING</> environment |
| 1699 | + This only happens if the <envar>PGCLIENTENCODING</> environment |
1699 | 1700 | variable is not set.
|
1700 | 1701 | </para>
|
1701 | 1702 | </listitem>
|
1702 | 1703 |
|
1703 | 1704 | <listitem>
|
1704 | 1705 | <para>
|
1705 |
| - Allow tab completion of <application>psql</> variables (Pavel |
| 1706 | + Additional tab completion of <application>psql</> variables (Pavel |
1706 | 1707 | Stehule)
|
1707 | 1708 | </para>
|
1708 | 1709 | </listitem>
|
|
1780 | 1781 | <listitem>
|
1781 | 1782 | <para>
|
1782 | 1783 | Add <literal>promote</> option to <application>pg_ctl</> to
|
1783 |
| - change a standby server to primary (Fujii Masao) |
| 1784 | + switch a standby server to primary (Fujii Masao) |
1784 | 1785 | </para>
|
1785 | 1786 | </listitem>
|
1786 | 1787 |
|
|
1800 | 1801 |
|
1801 | 1802 | <listitem>
|
1802 | 1803 | <para>
|
1803 |
| - Add a libpq connection option client_encoding which behaves |
1804 |
| - like the <literal>PGCLIENTENCODING</> environment variable |
1805 |
| - (Heikki Linnakangas) |
| 1804 | + Add a libpq connection option <literal>client_encoding</> |
| 1805 | + which behaves like the <envar>PGCLIENTENCODING</> environment |
| 1806 | + variable (Heikki Linnakangas) |
1806 | 1807 | </para>
|
1807 | 1808 |
|
1808 | 1809 | <para>
|
|
1890 | 1891 |
|
1891 | 1892 | <listitem>
|
1892 | 1893 | <para>
|
1893 |
| - Require GNU <link |
| 1894 | + Require <acronym>GNU</> <link |
1894 | 1895 | linkend="install-requirements"><application>make</></link>
|
1895 | 1896 | 3.80 or newer (Peter Eisentraut)
|
1896 | 1897 | </para>
|
|
1990 | 1991 |
|
1991 | 1992 | <listitem>
|
1992 | 1993 | <para>
|
1993 |
| - Add support for DragonFly BSD (Rumko) |
| 1994 | + Add support for DragonFly <acronym>BSD</> (Rumko) |
1994 | 1995 | </para>
|
1995 | 1996 | </listitem>
|
1996 | 1997 |
|
|
2165 | 2166 | <listitem>
|
2166 | 2167 | <para>
|
2167 | 2168 | Add <link linkend="sepgsql"><filename>contrib/sepgsql</></link>
|
2168 |
| - to interface permission checks with SE-Linux (KaiGai Kohei) |
| 2169 | + to interface permission checks with <acronym>SE</>-Linux (KaiGai Kohei) |
2169 | 2170 | </para>
|
2170 | 2171 |
|
2171 | 2172 | <para>
|
|
2305 | 2306 |
|
2306 | 2307 | <listitem>
|
2307 | 2308 | <para>
|
2308 |
| - Extensive <link linkend="ecpg">ECPG documentation</link> |
| 2309 | + Extensive <link linkend="ecpg"><application>ECPG</> documentation</link> |
2309 | 2310 | improvements (Satoshi Nagayasu)
|
2310 | 2311 | </para>
|
2311 | 2312 | </listitem>
|
|
0 commit comments