|
608 | 608 | <para>
|
609 | 609 | Treat object-name columns in
|
610 | 610 | the <link linkend="information-schema"><structname>information_schema</structname></link>
|
611 |
| - views as being of type <type>name</type> not <type>varchar</type> |
| 611 | + views as being of type <type>name</type>, not <type>varchar</type> |
612 | 612 | (Tom Lane)
|
613 | 613 | </para>
|
614 | 614 |
|
|
969 | 969 |
|
970 | 970 | <para>
|
971 | 971 | Reduce the <acronym>WAL</acronym> write overhead
|
972 |
| - of <acronym>GiST</acronym>, <acronym>GIN</acronym> and |
| 972 | + of <acronym>GiST</acronym>, <acronym>GIN</acronym>, and |
973 | 973 | <acronym>SP-GiST</acronym> index creation (Anastasia Lubennikova,
|
974 | 974 | Andrey V. Lepikhov)
|
975 | 975 | </para>
|
|
1288 | 1288 | -->
|
1289 | 1289 |
|
1290 | 1290 | <para>
|
1291 |
| - Allow <link linkend="storage-toast"><literal>TOASTed</literal></link> |
| 1291 | + Allow <link linkend="storage-toast">toasted</link> |
1292 | 1292 | values to be minimally decompressed (Paul Ramsey)
|
1293 | 1293 | </para>
|
1294 | 1294 |
|
|
1305 | 1305 | -->
|
1306 | 1306 |
|
1307 | 1307 | <para>
|
1308 |
| - Allow <link linkend="sql-altertable"><command>ALTER TABLE .. SET |
| 1308 | + Allow <link linkend="sql-altertable"><command>ALTER TABLE ... SET |
1309 | 1309 | NOT NULL</command></link> to avoid unnecessary table scans (Sergei
|
1310 | 1310 | Kornilov)
|
1311 | 1311 | </para>
|
|
1323 | 1323 | -->
|
1324 | 1324 |
|
1325 | 1325 | <para>
|
1326 |
| - Allow <command>ALTER TABLE .. SET DATA TYPE</command> changing between |
| 1326 | + Allow <command>ALTER TABLE ... SET DATA TYPE</command> changing between |
1327 | 1327 | <type>timestamp</type> and <type>timestamptz</type> to avoid a
|
1328 | 1328 | table rewrite when the session time zone is <acronym>UTC</acronym>
|
1329 | 1329 | (Noah Misch)
|
|
1438 | 1438 | <para>
|
1439 | 1439 | Progress is reported in the <link
|
1440 | 1440 | linkend="create-index-progress-reporting"><structname>pg_stat_progress_create_index</structname></link>
|
1441 |
| - system view |
| 1441 | + system view. |
1442 | 1442 | </para>
|
1443 | 1443 | </listitem>
|
1444 | 1444 |
|
|
2235 | 2235 | </para>
|
2236 | 2236 |
|
2237 | 2237 | <para>
|
2238 |
| - This output can also be obtained in <xref linkend="auto-explain"/> |
| 2238 | + This output can also be obtained when using <xref linkend="auto-explain"/> |
2239 | 2239 | by setting <varname>auto_explain.log_settings</varname>.
|
2240 | 2240 | </para>
|
2241 | 2241 | </listitem>
|
|
2620 | 2620 |
|
2621 | 2621 | <para>
|
2622 | 2622 | Add connection parameter <xref linkend="libpq-tcp-user-timeout"/>
|
2623 |
| - to control libpq's <acronym>TCP</acronym> timeout (Ryohei Nagaura) |
| 2623 | + to control <application>libpq</application>'s <acronym>TCP</acronym> |
| 2624 | + timeout (Ryohei Nagaura) |
2624 | 2625 | </para>
|
2625 | 2626 | </listitem>
|
2626 | 2627 |
|
|
2631 | 2632 | -->
|
2632 | 2633 |
|
2633 | 2634 | <para>
|
2634 |
| - Allow libpq (and thus psql) to report only |
2635 |
| - the <literal>SQLSTATE</literal> value in error messages (Didier |
2636 |
| - Gautheron) |
| 2635 | + Allow <application>libpq</application> (and thus |
| 2636 | + <application>psql</application>) to report only the |
| 2637 | + <literal>SQLSTATE</literal> value in error messages (Didier Gautheron) |
2637 | 2638 | </para>
|
2638 | 2639 | </listitem>
|
2639 | 2640 |
|
|
2644 | 2645 | -->
|
2645 | 2646 |
|
2646 | 2647 | <para>
|
2647 |
| - Add libpq |
| 2648 | + Add <application>libpq</application> |
2648 | 2649 | function <link linkend="libpq-pqresultmemorysize"><function>PQresultMemorySize()</function></link>
|
2649 | 2650 | to report the memory used by a query result (Lars Kanis, Tom Lane)
|
2650 | 2651 | </para>
|
|
2657 | 2658 | -->
|
2658 | 2659 |
|
2659 | 2660 | <para>
|
2660 |
| - Remove the no-display/debug flag from libpq's |
| 2661 | + Remove the no-display/debug flag from <application>libpq</application>'s |
2661 | 2662 | <literal>options</literal> connection parameter (Peter Eisentraut)
|
2662 | 2663 | </para>
|
2663 | 2664 |
|
|
2729 | 2730 | -->
|
2730 | 2731 |
|
2731 | 2732 | <para>
|
2732 |
| - Allow vacuumdb to disable waiting for locks or skipping all-visible |
2733 |
| - pages (Nathan Bossart) |
| 2733 | + Allow <application>vacuumdb</application> to disable waiting for locks |
| 2734 | + or skipping all-visible pages (Nathan Bossart) |
2734 | 2735 | </para>
|
2735 | 2736 |
|
2736 | 2737 | <para>
|
|
2835 | 2836 | -->
|
2836 | 2837 |
|
2837 | 2838 | <para>
|
2838 |
| - Improve tab completion of <command>CREATE TABLE, CREATE TRIGGER, |
2839 |
| - CREATE EVENT TRIGGER, ANALYZE, EXPLAIN, VACUUM, ALTER TABLE, |
2840 |
| - ALTER INDEX, ALTER DATABASE, ALTER INDEX ALTER COLUMN</command> |
| 2839 | + Improve tab completion of <command>CREATE TABLE</command>, |
| 2840 | + <command>CREATE TRIGGER</command>, |
| 2841 | + <command>CREATE EVENT TRIGGER</command>, |
| 2842 | + <command>ANALYZE</command>, <command>EXPLAIN</command>, |
| 2843 | + <command>VACUUM</command>, <command>ALTER TABLE</command>, |
| 2844 | + <command>ALTER INDEX</command>, <command>ALTER DATABASE</command>, |
| 2845 | + and <command>ALTER INDEX ALTER COLUMN</command> |
2841 | 2846 | (Dagfinn Ilmari Mannsåker, Tatsuro Yamada, Michaël Paquier,
|
2842 | 2847 | Tom Lane, Justin Pryzby)
|
2843 | 2848 | </para>
|
|
2878 | 2883 | -->
|
2879 | 2884 |
|
2880 | 2885 | <para>
|
2881 |
| - Improve precision of pgbench's <option>--rate</option> |
2882 |
| - option (Tom Lane) |
| 2886 | + Improve precision of <application>pgbench</application>'s |
| 2887 | + <option>--rate</option> option (Tom Lane) |
2883 | 2888 | </para>
|
2884 | 2889 | </listitem>
|
2885 | 2890 |
|
|
2889 | 2894 | 2018-10-15 [5b75a4f82] pgbench: Report errors during run better
|
2890 | 2895 | -->
|
2891 | 2896 | <para>
|
2892 |
| - Improve pgbench's error reporting with clearer messages and return |
2893 |
| - codes (Peter Eisentraut) |
| 2897 | + Improve <application>pgbench</application>'s error reporting with |
| 2898 | + clearer messages and return codes (Peter Eisentraut) |
2894 | 2899 | </para>
|
2895 | 2900 | </listitem>
|
2896 | 2901 |
|
@@ -3160,7 +3165,7 @@ existin
|
3160 | 3165 | <para>
|
3161 | 3166 | This enables the development of new <link linkend="tableam">table
|
3162 | 3167 | access methods</link>, which can optimize storage for different
|
3163 |
| - use-cases. The existing <literal>heap</literal> access method |
| 3168 | + use cases. The existing <literal>heap</literal> access method |
3164 | 3169 | remains the default.
|
3165 | 3170 | </para>
|
3166 | 3171 | </listitem>
|
|
0 commit comments