Commits

DateSubjectAuthorReleases
2024-01-10 Allow noise semicolons ending psql \sf, \ef, \sv, \ev commands. Tom Lane 17.0
2023-04-06 psql: set SHELL_ERROR and SHELL_EXIT_CODE in more places. Tom Lane 16.0
2023-03-21 Add SHELL_ERROR and SHELL_EXIT_CODE magic variables to psql. Tom Lane 16.0
2022-08-29 Clean up inconsistent use of fflush(). Tom Lane 16.0
2021-06-07 Fix incautious handling of possibly-miscoded strings in client code. Tom Lane 12.8
2021-06-07 Fix incautious handling of possibly-miscoded strings in client code. Tom Lane 9.6.23
2021-06-07 Fix incautious handling of possibly-miscoded strings in client code. Tom Lane 11.13
2021-06-07 Fix incautious handling of possibly-miscoded strings in client code. Tom Lane 13.4
2021-06-07 Fix incautious handling of possibly-miscoded strings in client code. Tom Lane 10.18
2021-06-07 Fix incautious handling of possibly-miscoded strings in client code. Tom Lane 14.0
2020-10-28 Use mode "r" for popen() in psql's evaluate_backtick(). Tom Lane 12.5
2020-10-28 Use mode "r" for popen() in psql's evaluate_backtick(). Tom Lane 13.1
2020-10-28 Use mode "r" for popen() in psql's evaluate_backtick(). Tom Lane 11.10
2020-10-28 Use mode "r" for popen() in psql's evaluate_backtick(). Tom Lane 14.0
2020-10-28 Use mode "r" for popen() in psql's evaluate_backtick(). Tom Lane 10.15
2020-10-28 Use mode "r" for popen() in psql's evaluate_backtick(). Tom Lane 9.6.20
2019-05-14 Move logging.h and logging.c from src/fe_utils/ to src/common/. Tom Lane 12.0
2017-04-02 Allow psql variable substitution to occur in backtick command strings. Tom Lane 10.0
2017-03-30 Support \if ... \elif ... \else ... \endif in psql scripting. Tom Lane 10.0
2017-03-13 Add a "void *" passthrough pointer for psqlscan.l's callback functions. Tom Lane 10.0
2016-04-17 Avoid code duplication in \crosstabview. Tom Lane 9.6.0
2016-03-25 Move psql's psqlscan.l into src/fe_utils. Tom Lane 9.6.0
2016-03-21 Use %option bison-bridge in psql/pgbench lexers. Tom Lane 9.6.0
2016-03-19 Sync backend/parser/scan.l with bin/psql/psqlscan.l. 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