- heap relations.
+ still stored in separate heap relations. Also add
+ linkend="view-pg-sequences">pg_sequences>> view
+ to show all sequences.
- This proves better security than the existing md5>
+ This provides better security than the existing md5>
negotiation and storage method.
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)
+ Allow
SSL> configuration to be updated during
+ configuration reload (Andreas Karlsson, Tom Lane)
-
-
- Remove orphaned temporary tables more aggressively (Robert Haas,
- Tom Lane)
-
-
- Previously such tables were removed only when necessary. SECTION?
-
-
-
2017-04-05 [00b6b6feb] Allow \-\-with-wal-segsize=n up to n=1024MB
-->
- Increase the maximum configurable
WAL> size to 1
- gigabyte (Beena Emerson)
+ Increase the maximum configurable
WAL> segment size
+ to one gigabyte (Beena Emerson)
+
+
+ Larger
WAL> segment sizes allows for fewer
+ invocations and fewer
+
+
+ Add
+ linkend="functions-xml-processing-xmltable">XMLTABLE>>
+ function that converts XML>-formatted data into a row set
+ (Pavel Stehule, Álvaro Herrera)
+
+
+
+ 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
- linkend="functions-xml-processing-xmltable">XMLTABLE>>
- function.
-
-
-
- Add log options for
pg_ctl> wait (
+ Add lo
ng options for
pg_ctl> wait (
and no-wait (