Commits
Showing commits that first shipped in 9.6 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2016-03-25 | Move psql's psqlscan.l into src/fe_utils. | Tom Lane | 9.6.0 |
| 2016-03-24 | Create src/fe_utils/, and move stuff into there from pg_dump's dumputils. | Tom Lane | 9.6.0 |
| 2016-03-24 | Move keywords.c/kwlookup.c into src/common/. | 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 |