Commits
Showing commits that first shipped in 9.6 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2021-06-07 | Fix incautious handling of possibly-miscoded strings in client code. | Tom Lane | 9.6.23 |
| 2020-10-28 | Use mode "r" for popen() in psql's evaluate_backtick(). | Tom Lane | 9.6.20 |
| 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 |