Commits

Showing commits that first shipped in 9.5 (backpatches included). Clear

DateSubjectAuthorReleases
2020-11-09 Ignore attempts to \gset into specially treated variables. Noah Misch 9.5.24
2019-09-02 Handle corner cases correctly in psql's reconnection logic. Tom Lane 9.5.20
2019-01-26 Fix psql's "\g target" meta-command to work with COPY TO STDOUT. Tom Lane 9.5.16
2018-10-20 Client-side fixes for delayed NOTIFY receipt. Tom Lane 9.5.15
2017-02-06 Fix typos in comments. Heikki Linnakangas 9.5.6
2016-08-16 Fix assorted places in psql to print version numbers >= 10 in new style. Tom Lane 9.5.5
2016-06-03 Suppress -Wunused-result warnings about write(), again. Tom Lane 9.5.4
2015-12-03 Clean up some psql issues around handling of the query output file. Tom Lane 9.5.0
2015-12-02 Fix behavior of printTable() and friends with externally-invoked pager. Tom Lane 9.5.0
2015-05-24 pgindent run for 9.5 Bruce Momjian 9.5.0
2015-05-22 Remove the new UPSERT command tag and use INSERT instead. Andres Freund 9.5.0
2015-05-08 Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE. Andres Freund 9.5.0
2015-04-02 psql: fix \connect with URIs and conninfo strings Alvaro Herrera 9.5.0
2015-03-28 Add a pager_min_lines setting to psql Andrew Dunstan 9.5.0
2015-03-20 psql: allow DROP INDEX CONCURRENTLY in AUTOCOMMIT off mode Bruce Momjian 9.5.0
2015-01-06 Update copyright for 2015 Bruce Momjian 9.5.0
2014-10-23 Remove the unused argument of PSQLexec(). Fujii Masao 9.5.0
2014-09-04 Allow \watch to display query execution time if \timing is enabled. Fujii Masao 9.5.0
2014-07-10 Add new ECHO mode 'errors' that displays only failed commands in psql. Fujii Masao 9.5.0
2014-07-02 Prevent psql from issuing BEGIN before ALTER SYSTEM when AUTOCOMMIT is off. Fujii Masao 9.5.0