|
552 | 552 | </para>
|
553 | 553 | </listitem>
|
554 | 554 |
|
| 555 | + <listitem> |
| 556 | + <!-- |
| 557 | + Author: Tom Lane <tgl@sss.pgh.pa.us> |
| 558 | + 2016-09-09 [b1328d78f] Invent PageIndexTupleOverwrite, and teach BRIN and GiST |
| 559 | + --> |
| 560 | + <para> |
| 561 | + Allow faster <acronym>GiST</> inserts and updates by reusing |
| 562 | + index space more efficiently (Andrey Borodin) |
| 563 | + </para> |
| 564 | + </listitem> |
| 565 | + |
555 | 566 | </itemizedlist>
|
556 | 567 |
|
557 | 568 | <sect5>
|
|
675 | 686 | <para>
|
676 | 687 | The new settings are <xref
|
677 | 688 | linkend="guc-max-pred-locks-per-relation"> and
|
678 |
| - <varname>max_pred_locks_per_page</>. |
| 689 | + <xref linkend="guc-max-pred-locks-per-page">. |
679 | 690 | </para>
|
680 | 691 | </listitem>
|
681 | 692 |
|
|
1840 | 1851 | </para>
|
1841 | 1852 |
|
1842 | 1853 | <para>
|
1843 |
| - This uses the syntax <link linkend="SQL-ALTERTABLE"><command>ALTER |
| 1854 | + This uses the syntax <link linkend="SQL-ALTERTYPE"><command>ALTER |
1844 | 1855 | TYPE ... RENAME VALUE</></>.
|
1845 | 1856 | </para>
|
1846 | 1857 | </listitem>
|
|
2220 | 2231 | <!--
|
2221 | 2232 | Author: Tom Lane <tgl@sss.pgh.pa.us>
|
2222 | 2233 | 2017-03-30 [e984ef586] Support \if ... \elif ... \else ... \endif in psql scrip
|
| 2234 | + Author: Tom Lane <tgl@sss.pgh.pa.us> |
| 2235 | + 2017-04-02 [5dbc5da11] Fix behavior of psql's \p to agree with \g, \w, etc. |
| 2236 | + Author: Tom Lane <tgl@sss.pgh.pa.us> |
| 2237 | + 2017-04-02 [68dba97a4] Document psql's behavior of recalling the previously exe |
2223 | 2238 | -->
|
2224 | 2239 | <para>
|
2225 | 2240 | Add conditional branch support to <application>psql</> (Corey
|
|
2299 | 2314 | </para>
|
2300 | 2315 | </listitem>
|
2301 | 2316 |
|
2302 |
| - <listitem> |
2303 |
| - <!-- |
2304 |
| - Author: Tom Lane <tgl@sss.pgh.pa.us> |
2305 |
| - 2017-04-02 [5dbc5da11] Fix behavior of psql's \p to agree with \g, \w, etc. |
2306 |
| - Author: Tom Lane <tgl@sss.pgh.pa.us> |
2307 |
| - 2017-04-02 [68dba97a4] Document psql's behavior of recalling the previously exe |
2308 |
| - --> |
2309 |
| - <para> |
2310 |
| - Fix <application>psql</> \p to always print what would be executed |
2311 |
| - by \g or \w (Daniel Vérité) |
2312 |
| - </para> |
2313 |
| - |
2314 |
| - <para> |
2315 |
| - Previously \p didn't properly print the reverted-to command after |
2316 |
| - a buffer contents reset. CLARIFY? |
2317 |
| - </para> |
2318 |
| - </listitem> |
2319 |
| - |
2320 | 2317 | <listitem>
|
2321 | 2318 | <!--
|
2322 | 2319 | Author: Tom Lane <tgl@sss.pgh.pa.us>
|
|
0 commit comments