Commits

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

DateSubjectAuthorReleases
2021-03-23 Fix psql's \connect command some more. Tom Lane 9.6.22
2021-03-12 Fix race condition in psql \e's detection of file modification. Tom Lane 9.6.22
2020-11-29 Fix recently-introduced breakage in psql's \connect command. Tom Lane 9.6.21
2020-10-21 Fix connection string handling in psql's \connect command. Tom Lane 9.6.20
2019-09-02 Handle corner cases correctly in psql's reconnection logic. Tom Lane 9.6.16
2016-08-16 Fix assorted places in psql to print version numbers >= 10 in new style. Tom Lane 9.6.0
2016-06-15 Use strftime("%c") to format timestamps in psql's \watch command. Tom Lane 9.6.0
2016-04-15 Rethink \crosstabview's argument parsing logic. Tom Lane 9.6.0
2016-04-04 Add a \gexec command to psql for evaluation of computed queries. Tom Lane 9.6.0
2016-04-03 Add psql \errverbose command to see last server error at full verbosity. Tom Lane 9.6.0
2016-03-24 Move psql's print.c and mbprint.c into src/fe_utils. Tom Lane 9.6.0
2016-03-24 Create src/fe_utils/, and move stuff into there from pg_dump's dumputils. Tom Lane 9.6.0
2016-03-21 Allow the delay in psql's \watch command to be a fractional second. Tom Lane 9.6.0
2016-03-21 Improve header output from psql's \watch command. Tom Lane 9.6.0
2016-03-19 Split psql's lexer into two separate .l files for SQL and backslash cases. Tom Lane 9.6.0
2015-12-03 Clean up some psql issues around handling of the query output file. Tom Lane 9.6.0
2015-11-27 Improve PQhost() to return useful data for default Unix-socket connections. Tom Lane 9.6.0
2015-11-25 Be more paranoid about null return values from libpq status functions. Tom Lane 9.6.0
2015-11-03 Code + docs review for unicode linestyle patch. Tom Lane 9.6.0
2015-09-05 Rearrange the handling of error context reports. Tom Lane 9.6.0
2015-07-03 Add psql \ev and \sv commands for editing and showing view definitions. Tom Lane 9.6.0