- to output parameters passed to queries generating
- linkend="plpgsql-statements-sql-onerow">STRICT>
- errors (Marko Tiikkaja)
+ linkend="plpgsql-statements-sql-onerow">
+ to display the parameters passed to a query that violated a
+ STRICT> constraint (Marko Tiikkaja)
- Currently only shadowed variable errors/warnings are available.
+ Currently only warnings/errors about shadowed variables are available.
- Allow Control-C to abort
psql> when hung at connection
- startup (Peter Eisentraut)
+ Allow Control-C to abort
psql> when it's hung at
+ connection startup (Peter Eisentraut)
- Make
psql> \db+> show tablespace options
+ Make
psql>'s \db+> show tablespace options
(Magnus Hagander)
- Make <application>psql> <command>\do+> display the functions
- which implement the operators (Marko Tiikkaja)
+ Make \do+> display the functions
+ that implement the operators (Marko Tiikkaja)
- Make <application>psql> <command>\d+> output an
+ Make \d+> output an
OID> line only if an oid column
- exists in a table (Bruce Momjian)
+ exists in the table (Bruce Momjian)
- Fix <application>psql> <command>\copy> to no longer require
+ Fix \copy> to no longer require
a space between stdin> and a semicolon (Etsuro Fujita)
- Output the row count at the end
- like (Kumar Rajeev Rastogi)
+ Output the row count at the end of \copy>, just
+ like COPY> already did (Kumar Rajeev Rastogi)
- Fix <application>psql> <command>\conninfo> to display the
- server's
IP> address for clients that connect using
+ Fix \conninfo> to display the
+ server's
IP> address for connections using
hostaddr> (Fujii Masao)
-
Mention the
SSL> protocol version in
- <application>psql>'s <command>\conninfo> (Marko Kreen)
+
Show the
SSL> protocol version in
+ \conninfo> (Marko Kreen)
- Add
psql> tab completion for
\pset>
+ Add tab completion for \pset>
(Pavel Stehule)
- Allow <application>psql>'s <command>\pset> with no arguments
+ Allow \pset> with no arguments
to show all settings (Gilles Darold)
- In
psql>, display the history file name written by
- \s> without converting it to an absolute path (Tom Lane)
+ Make \s> display the name of the history file it wrote
+ without converting it to an absolute path (Tom Lane)
Currently, these tests are run by make check-world>
only if the
- This might become the default in some future release.
+ This might become the default behavior in some future release.
Improve support for
VPATH> builds of PGXS>
- modules (Cédric Villemain, Andrew Dunstan)
+ modules (Cédric Villemain, Andrew Dunstan, Peter Eisentraut)
- Various minor security and sanity fixes reported by the
+ Fix various minor security and sanity issues reported by the
Coverity> scanner (Stephen Frost)
- Improve
Valgrind> detection of invalid memory usage
+ Improve detection of invalid memory usage when testing
+
PostgreSQL> with Valgrind>
(Noah Misch)
Allow
pgindent> to accept a command-line list
of typedefs (Bruce Momjian)
+
+
-
pgindent> is also now smarter about blank lines
- around preprocessor conditionals.
+
Make pgindent> smarter about blank lines
+ around preprocessor conditionals (Bruce Momjian)
Improve 's choice of trigrams for indexed
- regular expression searches by discouraging the selection of
- trigrams containing whitespace (Alexander Korotkov)
+ regular expression searches (Alexander Korotkov)
+
+
+ This change discourages use of trigrams containing whitespace, which
+ are usually less selective.
- Pass user name ( to
- analyze scripts (Bruce Momjian)
+ Pass 's user name ( to
+ generated analyze scripts (Bruce Momjian)