+
Disallow NULL
linkend="xfunc-sql-variadic-functions">VARIADIC>
- function arguments are now disallowed (Pavel Stehule)
+ function arguments (Pavel Stehule)
- DISCARD ALL> now also discards the state of sequences.
+ DISCARD ALL> now also discards sequence state.
- During immediate shutdown, send uncatchable termination signals
+ During immediate shutdown send uncatchable termination signals
to child processes that have not already shutdown (MauMau,
Álvaro Herrera)
In contrast
- to local_preload_libraries>,
+ to local_preload_libraries>
this parameter can load any shared library, not just those in
the $libdir/plugins> directory.
Have Windows
ASCII>-encoded databases and server process
- (e.g. postmaster) emit messages
- in the LC_CTYPE>-defined language (Alexander Law,
+ (e.g. postmaster>) emit messages
+ in the LC_CTYPE>-defined language (Alexander Law,
Noah Misch)
Add WITH
- ORDINALITY> syntax which numbers rows returned from
+ ORDINALITY> syntax to number rows returned from
FROM>-clause functions (Andrew Gierth, David Fetter)
Add FORCE NULL> option
to COPY FROM> which causes
quoted strings matching the null string to be converted to NULL in
- in CSV> mode (Ian Barwick, Michael Paquier)
+ CSV> mode (Ian Barwick, Michael Paquier)
- Improve the internal definition of system relations (Andres Freund,
+ Improve how system-level relations are designated (Andres Freund,
Robert Haas)