Commits
Showing commits that first shipped in 9.6 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 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 | Use yylex_init not yylex_init_extra(). | 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 |
| 2016-03-19 | Convert psql's flex lexer to be re-entrant, and make it compile standalone. | Tom Lane | 9.6.0 |
| 2016-03-18 | Decouple psqlscan.l from surrounding program. | Tom Lane | 9.6.0 |
| 2016-01-02 | Update copyright for 2016 | Bruce Momjian | 9.6.0 |