psql> setting
linkend="APP-PSQL-meta-commands">pager_min_lines>>
+
Improve
psql> line counting used when deciding
to invoke the pager (Andrew Dunstan)
+
Add
psql> tab completion when setting the
variable (Jeff Janes)
+
Improve
psql>'s tab completion for triggers and rules
(Andreas Karlsson)
+
Add
psql> \?> help sections
variables> and options> (Pavel Stehule)
+
Show tablespace size in
psql>'s \db+>
(Fabrízio de Royes Mello)
+
Show data type owners in
psql>'s \dT+>
(Magnus Hagander)
+
Allow
psql>'s \watch> to output
\timing> information (Fujii Masao)
+
Allow
psql>'s \sf> and \ef>
to honor ECHO_HIDDEN> (Andrew Dunstan)
+
Improve
psql> tab completion for \set>,
\unset>, and :variable> names (Pavel
+
Allow tab completion of role names
in
psql> \c> commands (Ian Barwick)
+
Allow
pg_dump> to share a snapshot taken by another
session using --snapshot> (Simon Riggs, Michael Paquier)
+
Always have
pg_dump> print server and
pg_dump> versions (Jing Wang)
+
Change
pg_ctl>'s default shutdown mode from
smart> to fast> (Bruce Momjian)
+
Allow multiple
pg_ctl> -o> options to
be appended (Bruce Momjian)
+
Allow control of
pg_ctl>'s event source logging
on MS Windows> (MauMau)
+
Move
pg_upgrade> from contrib> to
src/bin> (Peter Eisentraut)
+
Allow multiple
pg_upgrade>
-o>/ -O> options to be appended (Bruce Momjian)
+
Improve database collation comparisons in
pg_upgrade> (Heikki Linnakangas)
+
Document the use of
rsync> for standby server
upgrades using
pg_upgrade> (Stephen Frost,
+
Remove support for upgrading from 8.3 clusters (Bruce Momjian)
+
Move pgbench from contrib> to src/bin>
(Peter Eisentraut)
+
Allow counting of pgbench transactions that take over a specified
amount of time (Fabien Coelho)
+
Allow pgbench to generate Gaussian/exponential distributions
using \setrandom> (Kondo Mitsumasa, Fabien Coelho)
+
Allow
pgbench>'s \set> command to handle
multi-operator expressions (Robert Haas, Fabien Coelho)
+
Simplify
WAL>> record format
(Heikki Linnakangas)
+
- Add basic atomics
API> support (Andres Freund, Oskari
- Saarenmaa)
-
-
-
-
- Add native compiler and memory barriers for
Solaris
- Studio> (Oskari Saarenmaa)
-
-
- IS THIS PART OF ATOMICS?
+ Add atomic memory operations
API> (Andres Freund)
+
Allow custom path and scan methods (KaiGai Kohei, Tom Lane)
+
Allow foreign data wrappers to do post-filter locking (Etsuro
Fujita)
+
Improve hash_create()>'s API for selecting
simple-binary-key hash functions (Teodor Sigaev, Tom Lane)
+
Improve parallel execution infrastructure (Robert Haas, Amit
Kapila, Noah Misch, Rushabh Lathia, Jeevan Chalke)
+
Remove
Alpha> (CPU>) and
class="osname">Tru64> (OS) ports (Andres Freund)
+
Remove swap-byte-based spinlock implementation for
ARM>v5 and earlier CPU>s (Robert Haas)
+
Generate an error when excessively long (100+ character) file
paths are written to tar files (Peter Eisentraut)
+
Change index opclass for columns
linkend="catalog-pg-seclabel">pg_seclabel>>.provider>
+
+
+ Change the spinlock primitives to function as compiler barriers
+ (Robert Haas)
+
+
+
+
Allow higher-precision timestamp resolution on
class="osname">Windows 8> or Windows
+
Install shared libraries to
bin> in
class="osname">MS Windows> (Peter Eisentraut, Michael Paquier)
+
Install src/test/modules> together with
contrib> on MSVC> builds (Michael
+
Allow configure's
--with-extra-version>> to be honored by the
+
Pass
PGFILEDESC> into MSVC> contrib builds
(Michael Paquier)
+
Add icons to all
MSVC>-built binaries and version
information to all MS Windows>
+
Add optional-argument support to the internal
getopt_long()> implementation (Michael Paquier,
+
Add statistics for minimum, maximum,
mean, and standard deviation times to
+
pgp_armor_headers()> to extract PGP>
+
Allow empty replacement strings in
linkend="unaccent">
unaccent>> (Mohammad Alhashash)
+
Allow multi-character source strings in
linkend="unaccent">
unaccent>> (Tom Lane)
+
Add
contrib> modules
linkend="tsm-system-rows">
tsm_system_rows>> and
+
index inspection functions to
+
Add information about buffer pins to
linkend="pgbuffercache">
pg_buffercache>> display
+
to report approximate answers with less overhead using
+
Move
dummy_seclabel>, test_shm_mq>,
test_parser>, and worker_spi>