+ Allow multibyte characters as escape
s in
linkend="functions-similarto-regexp">SIMILAR TO>>
and SUBSTRING>>
(Jeff Davis)
- Now, role membership is sufficient; previously only the same
- role could perform these operations.
+ Previously, only the specific role owning the target session could
+ perform these operations; now membership in that role is sufficient.
2015-03-25 [a4847fc] Tom Lane: Add an ASSERT statement in plpgsql.
-->
- Add ASSERT>>
+ Add an ASSERT>>
statement in
PL/pgSQL> (Pavel Stehule)
+ prompt for the same password repeatedly when multiple connections
+ are necessary (Haribabu Kommi, Michael Paquier)
+
+
+
+
+
2014-07-10 [5b214c5] Fujii ..: Add new ECHO mode 'errors' that displays only ..
-->
- Add
errors> mode to psql>'s
- ECHO> variable to display only failed commands
+ Add an errors> mode that displays only failed commands
+ to
psql>'s ECHO> variable
(Pavel Stehule)
- This
can also be enabled with the psql>
+ This
behavior can also be selected with psql>'s
+
psql> now fails if the file specified by
+ an
+ written (Tom Lane, Daniel Verite)
+
+
+ Previously, it effectively ignored the switch in such cases.
+
+
+
+
+
-
variables> shows psql>'s special variables
- and options> shows command-line options.
- \? commands> is the default output. This help
- information can also be output via --help=section>.
+
\? variables> shows psql>'s special
+ variables and \? options> shows the command-line options.
+ \? commands> shows the meta-commands, which is the
+ traditional output and remains the default. These help displays
+ can also be obtained with the command-line
+ option --help=section>.
Also prevent
- \watch> queries.
+ \watch> queries, since that is generally unwanted.
2014-11-22 [eca2b9b] Andrew..: Rework echo_hidden for \sf and \ef from commit ..
-->
-
Allow psql>'s \sf> and \ef>
- to honor ECHO_HIDDEN> (Andrew Dunstan)
+
Make psql>'s \sf> and \ef>
+ commands honor ECHO_HIDDEN> (Andrew Dunstan)
+ Support table sizes exceeding 8GB in tar archive format (Tom Lane)
+
+
+ The POSIX standard for tar format does not allow elements of a tar
+ archive to exceed 8GB, but most modern implementations of tar
+ support an extension that does allow it. Use the extension format
+ when necessary, rather than failing.
+
+
+
+
+
-
Always have pg_dump> print server and
+
Make pg_dump> always print the server and
pg_dump> versions (Jing Wang)
2014-08-25 [ebe30ad] Bruce ..: pg_ctl, pg_upgrade: allow multiple -o/-O opti..
-->
- Allow multiple
pg_ctl>
- be appended (Bruce Momjian)
+ Support multiple
pg_ctl>
+ concatenating their values (Bruce Momjian)
+
+
+ If the server's listen address is set to a wildcard value
+ (0.0.0.0> in IPv4 or ::> in IPv6), connect via
+ the loopback address rather than trying to use the wildcard address
+ literally (Kondo Yuta)
+
+
+ This fix primarily affects Windows, since on other platforms
+
pg_ctl> will prefer to use a Unix-domain socket.
+
+
+
2014-08-25 [ebe30ad] Bruce ..: pg_ctl, pg_upgrade: allow multiple -o/-O optio..
-->
- Allow multiple
pg_upgrade>
-
+ Support multiple
pg_upgrade>
+
+ concatenating their values (Bruce Momjian)
- Document the use of
rsync> for standby server
- upgrades using
pg_upgrade> (Stephen Frost,
- Bruce Momjian)
-
-
-
-
-
- This is controlled by new
+ This is controlled by a new
Allow
pgbench>'s \set> command to handle
- multi-operator expressions (Robert Haas, Fabien Coelho)
+ arithmetic expressions containing more than one operator, and add
+ %> (modulo) to the set of operators it supports
+ (Robert Haas, Fabien Coelho)
-->
Allow higher-precision time stamp resolution on
- class="osname">Windows 8> or Windows
- Server 2012> and later Windows systems (Craig Ringer)
+ class="osname">Windows 8>, Windows
+ Server 2012>, and later Windows systems (Craig Ringer)