File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 187187
188188 <listitem>
189189 <para>
190- Use a binary heap for Merge-Append operations (Abhijit Menon-Sen)
190+ Implement a generic binary heap and use it for Merge-Append
191+ operations (Abhijit Menon-Sen)
191192 </para>
192193 </listitem>
193194
537538 <listitem>
538539 <para>
539540 Store WAL in a continuous stream, rather than skipping the last
540- 16MB segment every 4GB (Heikki Linnakangas)
541+ 16MB segment every 4GB (Heikki Linnakangas) BACKWARD COMPATIBLE BREAK
541542 </para>
542543 </listitem>
543544
622623
623624 <listitem>
624625 <para>
625- Add CREATE SCHEMA ... IF NOT EXIST clause (Fabrízio de Royes Mello)
626+ Add CREATE SCHEMA ... IF NOT EXIST clause (Fabrízio de
627+ Royes Mello)
626628 </para>
627629 </listitem>
628630
12531255
12541256 <listitem>
12551257 <para>
1256- Add pg_dump --jobs to dump in parallel (Joachim Wieland)
1258+ Add pg_dump --jobs to dump in parallel when using directory
1259+ output format (Joachim Wieland)
12571260 </para>
12581261 </listitem>
12591262
14971500
14981501 <listitem>
14991502 <para>
1500- Split out WAL reading as an independent facility (Andres Freund, Heikki
1501- Linnakangas)
1503+ Split out WAL reading as an independent facility (Heikki
1504+ Linnakangas, Andres Freund )
15021505 </para>
15031506 </listitem>
15041507
You can’t perform that action at this time.
0 commit comments