diff --git a/doc/src/sgml/release-10.sgml b/doc/src/sgml/release-10.sgml new file mode 100644 index dafddfb..f4da5b8 *** a/doc/src/sgml/release-10.sgml --- b/doc/src/sgml/release-10.sgml *************** *** 458,470 **** Add GUC to limit the number of worker processes that can be used for ! parallelism (Julien Rouhaud) This can be set lower than to reserve worker processes ! for non-parallel purposes. --- 458,470 ---- Add GUC to limit the number of worker processes that can be used for ! query parallelism (Julien Rouhaud) This can be set lower than to reserve worker processes ! for purposes other than parallel queries. *************** *** 479,500 **** - - Add full text search support for JSON and JSONB - (Dmitry Dolgov) - - - - This is accessed via ts_headline() and - to_tsvector. RIGHT SECTION? - - - - - --- 479,484 ---- *************** *** 525,536 **** 2017-04-01 [7526e1022] BRIN auto-summarization --> ! Cause BRIN index summarization to happen more ! aggressively (Álvaro Herrera) ! Specifically, summarize the previous page range when a new page range is created. --- 509,522 ---- 2017-04-01 [7526e1022] BRIN auto-summarization --> ! Add option to allow BRIN index summarization to happen ! more aggressively (Álvaro Herrera) ! Specifically, a new CREATE ! INDEX option allows auto-summarizion of the ! previous BRIN page range when a new page range is created. *************** *** 541,554 **** 2017-04-01 [c655899ba] BRIN de-summarization --> ! Add function brin_desummarize_range() to remove ! BRIN summarization of a specified range (Álvaro Herrera) ! This allows future BRIN index summarization to be ! more compact. CLARIFY --- 527,544 ---- 2017-04-01 [c655899ba] BRIN de-summarization --> ! Add functions to remove and re-add BRIN ! summarization for BRIN index ranges (Álvaro Herrera) ! New SQL function brin_summarize_range() ! updates BRIN index summarization for a specified ! range and brin_desummarize_range() removes it. ! This is helpful to update summarization of a range that is now ! smaller due to UPDATEs and DELETEs. *************** *** 863,881 **** - - Add pg_sequences view - to show all sequences (Peter Eisentraut) - - - - - Create a Create a ! Sequence metadata includes start, increment, etc, which is now ! transactional. Sequence counters are still stored in separate ! heap relations. --- 864,874 ---- ! Sequence metadata includes start, increment, etc, ! which is now transactional. Sequence counters are ! still stored in separate heap relations. Also add pg_sequences view ! to show all sequences. *************** *** 1167,1173 **** ! This proves better security than the existing md5 negotiation and storage method. --- 1149,1155 ---- ! This provides better security than the existing md5 negotiation and storage method. *************** *** 1238,1245 **** 2017-01-04 [6667d9a6d] Re-allow SSL passphrase prompt at server start, but not --> ! Allow SSL configuration to be updated at ! SIGHUP (Andreas Karlsson, Tom Lane) --- 1220,1227 ---- 2017-01-04 [6667d9a6d] Re-allow SSL passphrase prompt at server start, but not --> ! Allow SSL configuration to be updated during ! configuration reload (Andreas Karlsson, Tom Lane) *************** *** 1317,1339 **** - - - - Remove orphaned temporary tables more aggressively (Robert Haas, - Tom Lane) - - - - Previously such tables were removed only when necessary. SECTION? - - - --- 1299,1304 ---- *************** *** 1376,1383 **** 2017-04-05 [00b6b6feb] Allow \-\-with-wal-segsize=n up to n=1024MB --> ! Increase the maximum configurable WAL size to 1 ! gigabyte (Beena Emerson) --- 1341,1354 ---- 2017-04-05 [00b6b6feb] Allow \-\-with-wal-segsize=n up to n=1024MB --> ! Increase the maximum configurable WAL segment size ! to one gigabyte (Beena Emerson) ! ! ! ! Larger WAL segment sizes allows for fewer ! invocations and fewer ! WAL files to manage. *************** *** 1571,1576 **** --- 1542,1560 ---- + + Add XMLTABLE + function that converts XML-formatted data into a row set + (Pavel Stehule, Álvaro Herrera) + + + + + *************** *** 1821,1826 **** --- 1805,1826 ---- + + + + Add full text search support for JSON and JSONB + (Dmitry Dolgov) + + + + This is accessed via ts_headline() and + to_tsvector. + + + - - Add support for converting XML-formatted data into a row - set (Pavel Stehule, Álvaro Herrera) - - - - This is done by referencing the new XMLTABLE - function. - - - - - --- 1939,1944 ---- *************** *** 2572,2578 **** ! Also add --- 2555,2561 ---- ! Also add *************** *** 2617,2623 **** 2016-10-19 [0be22457d] pg_ctl: Add long options for -w and -W --> ! Add log options for pg_ctl wait ( --- 2600,2606 ---- 2016-10-19 [0be22457d] pg_ctl: Add long options for -w and -W --> ! Add long options for pg_ctl wait (