is still the default behavior.
functions.
the view owner is checked instead.
Add server setting
linkend="guc-ssl-passphrase-command">ssl_passphrase_command
- to allow supplying of the
the passphrase for
SSL
+ to allow supplying of the passphrase for
SSL
key files (Peter Eisentraut)
The new unit is "B". This is in addition to "kB", "MB", "GB"
- and "TB", which were accepted previously.
+ and "TB".
-->
- Exclude unlogged, temporary tables, and
+ Exclude unlogged tables, temporary tables, and
pg_internal.init files from streaming base
backups (David Steele)
Also, if any table mentioned in VACUUM uses
- a column list, then ANALYZE keyword must be
- supplied; previously ANALYZE was implied in
+ a column list, then the ANALYZE keyword must be
+ supplied; previously, ANALYZE was implied in
such cases.
- This is useful for allowing aggregate functions be optimized and
+ This is useful for allowing aggregate functions to be optimized and
to work as window functions.
- Also allow PL/PL/Perl, PL/Python, and PL/Tcl to handle
+ Also allow PL/Perl, PL/Python, and PL/Tcl to handle
composite-domain function arguments and results. Also improve
PL/Python domain handling.
Add text search function
linkend="textsearch-functions-table">websearch_to_tsquery()
- that supports a queries syntax similar to that used by web search
+ that supports a query syntax similar to that used by web search
engines (Victor Drobny, Dmitry Ivanov)
Add function
linkend="textsearch-functions-table">json(b)_to_tsvector()
- to create text search query for matching
+ to create a text search query for matching
JSON/JSONB values (Dmitry Dolgov)
-->
- Add approximated Zipfian-distributed random generator to
+ Add an approximated Zipfian-distributed random generator to
-->
- Add
+ Add
an option to
linkend="app-pgbasebackup">
pg_basebackup
- option to create a named replication slot (Michael Banck)
+ that creates a named replication slot (Michael Banck)
The option creates
the named replication slot ()
when the
WAL streaming method
- () is used.
+ () is used.
- This is useful if the system to be loaded has a different collation
+ This is useful if the system to be loaded has different collation
definitions or endianness, requiring the rows to be stored in
different partitions.
-->
- Add ability to suppress dumping and restoring of comments
+ Add an option to suppress dumping and restoring comments
(Robins Tharakan)
- Previously only super-users could call adminpack functions;
+ Previously only superusers could call adminpack functions;
now role permissions are checked.