Commits

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

DateSubjectAuthorReleases
2021-06-07 Fix incautious handling of possibly-miscoded strings in client code. Tom Lane 9.6.23
2019-07-02 Fix tab completion of "SET variable TO|=" to not offer bogus completions. Tom Lane 9.6.15
2017-07-27 Fix psql tab completion for CREATE USER MAPPING. Tom Lane 9.6.4
2017-02-15 Fix tab completion for "ALTER SYSTEM SET variable ...". Tom Lane 9.6.3
2016-11-28 Fix busted tab-completion pattern for ALTER TABLE t ALTER c DROP ... Tom Lane 9.6.2
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-01-05 Convert psql's tab completion for backslash commands to the new style. Tom Lane 9.6.0
2016-01-05 In psql's tab completion, change most TailMatches patterns to Matches. Tom Lane 9.6.0
2015-12-21 Fix calculation of space needed for parsed words in tab completion. Tom Lane 9.6.0
2015-12-20 Remove silly completion for "DELETE FROM tabname ...". Tom Lane 9.6.0
2015-12-20 Teach psql's tab completion to consider the entire input string. Tom Lane 9.6.0
2015-12-19 Adopt a more compact, less error-prone notation for tab completion code. Tom Lane 9.6.0
2015-10-22 Remove redundant CREATEUSER/NOCREATEUSER options in CREATE ROLE et al. Tom Lane 9.6.0
2015-09-05 Rearrange the handling of error context reports. Tom Lane 9.6.0
2015-07-25 Redesign tablesample method API, and do extensive code review. 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