Commits

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

DateSubjectAuthorReleases
2021-11-12 Make psql's \password default to CURRENT_USER, not PQuser(conn). Tom Lane 10.20
2021-03-23 Fix psql's \connect command some more. Tom Lane 10.17
2021-03-12 Fix race condition in psql \e's detection of file modification. Tom Lane 10.17
2020-11-29 Fix recently-introduced breakage in psql's \connect command. Tom Lane 10.16
2020-10-21 Fix connection string handling in psql's \connect command. Tom Lane 10.15
2019-09-02 Handle corner cases correctly in psql's reconnection logic. Tom Lane 10.11
2018-08-03 Remove no-longer-appropriate special case in psql's \conninfo code. Tom Lane 10.5
2017-09-06 Add psql variables showing server version and psql version. Tom Lane 10.0
2017-07-27 Fix very minor memory leaks in psql's command.c. Tom Lane 10.0
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2017-04-02 Fix behavior of psql's \p to agree with \g, \w, etc. Tom Lane 10.0
2017-03-30 Support \if ... \elif ... \else ... \endif in psql scripting. Tom Lane 10.0
2017-03-10 Fix hard-coded relkind constants in assorted src/bin files. Tom Lane 10.0
2017-02-25 Remove some configure header-file checks that we weren't really using. Tom Lane 10.0
2017-02-25 Remove useless duplicate inclusions of system header files. Tom Lane 10.0
2017-01-30 Make psql reject attempts to set special variables to invalid values. Tom Lane 10.0
2016-08-30 Fix a bunch of places that called malloc and friends with no NULL check. Tom Lane 10.0
2016-08-30 Simplify correct use of simple_prompt(). Tom Lane 10.0
2016-08-16 Fix assorted places in psql to print version numbers >= 10 in new style. Tom Lane 10.0