- This removes the server start instructions that are normally output.
+ printed.
Add configure option
linkend="configure-options-features">--with-ssl={openssl}
- to behave like --with-openssl (Daniel Gustafsson,
+ to allow future choice of the SSL library to use (Daniel Gustafsson,
Michael Paquier)
- The option --with-openssl is kept for
+ The spelling --with-openssl is kept for
compatibility.
-->
- Add parameter
+ Add server parameter
to control cache flushing for test purposes (Craig Ringer)
Various improvements in
valgrind
- detection (Álvaro Herrera, Peter Geoghegan)
+ error detection ability (Álvaro Herrera, Peter Geoghegan)
-->
- Remove build control over the random library used (Daniel
- Gustafsson)
+ Remove separate build-time control over the choice of random number
+ generator (Daniel Gustafsson)
+
+
+ This is now always determined by the choice of SSL library.
-->
- Add direct conversion routines between EUC_TW and Big5 (Heikki
- Linnakangas)
+ Add direct conversion routines between EUC_TW and Big5 encodings
+ (Heikki Linnakangas)
-->
- Add collation version
s for
FreeBSD
+ Add collation version
support for
FreeBSD
(Thomas Munro)
- REMOVE?
+ This allows an index access method to provide validity checking
+ during creation of a new operator class or family.
- The new server variable 's
+ The new server parameter 's
default of auto will automatically enable query
id computation when this extension is loaded.
-->
-
Allow pg_stat_statements to track top
- and nested statements independent ly (Julien Rohaud)
+
Cause pg_stat_statements to track top
+ and nested statements separate ly (Julien Rohaud)
Previously, when tracking all statements, identical top and nested
- statements were tracked together.
+ statements were tracked as a single entry; but it seems more useful
+ to separate such usages.
Add row counts for utility commands to
- <structname>pg_stat_statements> (Fujii Masao, Katsuragi
+ <application>pg_stat_statements> (Fujii Masao, Katsuragi
Yuta, Seino Yuki)
Add pg_stat_statements_info system view
- to show <structname>pg_stat_statements> activity
+ to show <application>pg_stat_statements> activity
(Katsuragi Yuta, Yuki Seino, Naoki Nakamichi)
- By default, only the root of partitioned tables is imported.
+ By default, only the root of a partitioned table is imported.