|
72 | 72 |
|
73 | 73 | <listitem>
|
74 | 74 | <para>
|
75 |
| - <emphasis>Add ALTER ... SET SCHEMA support for conversions, |
| 75 | + Add ALTER ... SET SCHEMA support for conversions, |
76 | 76 | operators, operator classes, operator families, text search
|
77 | 77 | configurations, text search dictionaries, text search
|
78 |
| - parsers, and text search templates</emphasis> |
| 78 | + parsers, and text search templates |
79 | 79 | </para>
|
80 | 80 | </listitem>
|
81 | 81 |
|
82 | 82 | <listitem>
|
83 | 83 | <para>
|
84 |
| - <emphasis>Make TRUNCATE ... RESTART IDENTITY restart |
85 |
| - sequences transactionally</emphasis> |
| 84 | + Make TRUNCATE ... RESTART IDENTITY restart sequences transactionally |
86 | 85 | </para>
|
87 | 86 |
|
88 | 87 | <para>
|
|
96 | 95 |
|
97 | 96 | <listitem>
|
98 | 97 | <para>
|
99 |
| - <emphasis>Prevent invoking I/O conversion casts via |
100 |
| - functional/attribute notation</emphasis> |
| 98 | + Prevent invoking I/O conversion casts via |
| 99 | + functional/attribute notation |
101 | 100 | </para>
|
102 | 101 | <para>
|
103 | 102 | This was found to be confusing in some cases. The
|
|
172 | 171 |
|
173 | 172 | <listitem>
|
174 | 173 | <para>
|
175 |
| - <emphasis>Optimize the commit_siblings configuration parameter</emphasis> |
| 174 | + Optimize the commit_siblings configuration parameter |
176 | 175 | </para>
|
177 | 176 | </listitem>
|
178 | 177 |
|
179 | 178 | <listitem>
|
180 | 179 | <para>
|
181 |
| - <emphasis>KNN GiST, otherwise known as order-by-operator support for GiST</emphasis> |
| 180 | + KNN GiST, otherwise known as order-by-operator support for GiST |
182 | 181 | </para>
|
183 | 182 |
|
184 | 183 | <para>
|
|
187 | 186 | </listitem>
|
188 | 187 | <listitem>
|
189 | 188 | <para>
|
190 |
| - <emphasis>Improve process shutdown speed</emphasis> |
| 189 | + Improve process shutdown speed |
191 | 190 | </para>
|
192 | 191 | </listitem>
|
193 | 192 |
|
194 | 193 | <listitem>
|
195 | 194 | <para>
|
196 |
| - <emphasis>Speed up conversion of signed integers to C strings</emphasis> |
| 195 | + Speed up conversion of signed integers to C strings |
197 | 196 | </para>
|
198 | 197 | </listitem>
|
199 | 198 |
|
|
307 | 306 |
|
308 | 307 | <listitem>
|
309 | 308 | <para>
|
310 |
| - <emphasis>Instrument checkpoint sync calls</emphasis> |
| 309 | + Instrument checkpoint sync calls |
311 | 310 | </para>
|
312 | 311 | </listitem>
|
313 | 312 |
|
314 | 313 | <listitem>
|
315 | 314 | <para>
|
316 |
| - <emphasis>Use the same lexer for recovery.conf that has been used for postgresql.conf</emphasis> |
| 315 | + Use the same lexer for recovery.conf that has been used for postgresql.conf |
317 | 316 | </para>
|
318 | 317 |
|
319 | 318 | <para>
|
|
323 | 322 |
|
324 | 323 | <listitem>
|
325 | 324 | <para>
|
326 |
| - <emphasis>Add column buffers_backend_fsync to pg_stat_bgwriter</emphasis> |
| 325 | + Add column buffers_backend_fsync to pg_stat_bgwriter |
327 | 326 | </para>
|
328 | 327 | </listitem>
|
329 | 328 |
|
330 | 329 | <listitem>
|
331 | 330 | <para>
|
332 |
| - <emphasis>Add monitoring function pg_last_xact_replay_timestamp()</emphasis> |
| 331 | + Add monitoring function pg_last_xact_replay_timestamp() |
333 | 332 | </para>
|
334 | 333 | </listitem>
|
335 | 334 |
|
|
413 | 412 |
|
414 | 413 | <listitem>
|
415 | 414 | <para>
|
416 |
| - <emphasis>Add pg_read_binary_file() and whole-file-at-once |
417 |
| - versions of pg_read_file()</emphasis> |
| 415 | + Add pg_read_binary_file() and whole-file-at-once |
| 416 | + versions of pg_read_file() |
418 | 417 | </para>
|
419 | 418 | </listitem>
|
420 | 419 |
|
421 | 420 | <listitem>
|
422 | 421 | <para>
|
423 |
| - <emphasis>Add new function format(), for sprintf-like string formatting</emphasis> |
| 422 | + Add new function format(), for sprintf-like string formatting |
424 | 423 | </para>
|
425 | 424 | </listitem>
|
426 | 425 |
|
427 | 426 | <listitem>
|
428 | 427 | <para>
|
429 |
| - <emphasis>Add pg_describe_object() function to obtain textual |
430 |
| - descriptions of objects as stored in pg_depend</emphasis> |
| 428 | + Add pg_describe_object() function to obtain textual |
| 429 | + descriptions of objects as stored in pg_depend |
431 | 430 | </para>
|
432 | 431 | </listitem>
|
433 | 432 |
|
|
528 | 527 |
|
529 | 528 | <listitem>
|
530 | 529 | <para>
|
531 |
| - <emphasis>Add <quote>S</quote> option to \dn command in psql</emphasis> |
| 530 | + Add <quote>S</quote> option to \dn command in psql |
532 | 531 | </para>
|
533 | 532 | <para>
|
534 | 533 | System schemas are now hidden by default by \dn.
|
|
578 | 577 |
|
579 | 578 | <listitem>
|
580 | 579 | <para>
|
581 |
| - <emphasis>Add PQlibVersion() function</emphasis> |
| 580 | + Add PQlibVersion() function |
582 | 581 | </para>
|
583 | 582 | </listitem>
|
584 | 583 |
|
585 | 584 | <listitem>
|
586 | 585 | <para>
|
587 |
| - <emphasis>When reporting the server as not responding, if the |
588 |
| - hostname was supplied, also print the IP address</emphasis> |
| 586 | + When reporting the server as not responding, if the |
| 587 | + hostname was supplied, also print the IP address |
589 | 588 | </para>
|
590 | 589 | <para>
|
591 | 590 | This allows IPv4 and IPv6 failures to be distinguished. Also
|
|
595 | 594 |
|
596 | 595 | <listitem>
|
597 | 596 | <para>
|
598 |
| - <emphasis>Add functions PQping and PQpingParams to allow |
| 597 | + Add functions PQping and PQpingParams to allow |
599 | 598 | detection of the server's status, including a status where
|
600 |
| - the server is running but refuses ordinary connections</emphasis> |
| 599 | + the server is running but refuses ordinary connections |
601 | 600 | </para>
|
602 | 601 | <para>
|
603 | 602 | pg_ctl uses the new function. This fixes the case where
|
|
663 | 662 |
|
664 | 663 | <listitem>
|
665 | 664 | <para>
|
666 |
| - <emphasis>New module contrib/auth_delay</emphasis> |
| 665 | + New module contrib/auth_delay |
667 | 666 | </para>
|
668 | 667 | </listitem>
|
669 | 668 |
|
|
717 | 716 |
|
718 | 717 | <listitem>
|
719 | 718 | <para>
|
720 |
| - <emphasis>Rewrite the GiST insertion logic so that the |
| 719 | + Rewrite the GiST insertion logic so that the |
721 | 720 | post-recovery cleanup stage to finish incomplete inserts or
|
722 |
| - splits is not needed anymore</emphasis> |
| 721 | + splits is not needed anymore |
723 | 722 | </para>
|
724 | 723 | </listitem>
|
725 | 724 |
|
726 | 725 | <listitem>
|
727 | 726 | <para>
|
728 |
| - <emphasis>Add support for collecting |
729 |
| - <quote>minidump</quote>-style crash dumps on |
730 |
| - Windows</emphasis> |
| 727 | + Add support for collecting <quote>minidump</quote>-style crash dumps |
| 728 | + on Windows |
731 | 729 | </para>
|
732 | 730 | </listitem>
|
733 | 731 |
|
734 | 732 | <listitem>
|
735 | 733 | <para>
|
736 |
| - <emphasis>Replace pg_class.relistemp column with relpersistence</emphasis> |
| 734 | + Replace pg_class.relistemp column with relpersistence |
737 | 735 | </para>
|
738 | 736 |
|
739 | 737 | <para>
|
|
743 | 741 |
|
744 | 742 | <listitem>
|
745 | 743 | <para>
|
746 |
| - <emphasis>GNU make 3.80 or newer is now required</emphasis> |
| 744 | + GNU make 3.80 or newer is now required |
747 | 745 | </para>
|
748 | 746 | </listitem>
|
749 | 747 |
|
750 | 748 | <listitem>
|
751 | 749 | <para>
|
752 |
| - <emphasis>Improved support for parallel make, make -k, and make -q</emphasis> |
| 750 | + Improved support for parallel make, make -k, and make -q |
753 | 751 | </para>
|
754 | 752 | </listitem>
|
755 | 753 |
|
|
0 commit comments