Commits
Showing commits that first shipped in 12 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2019-01-06 | Replace the data structure used for keyword lookup. | Tom Lane | 12.0 |
| 2019-01-02 | Update copyright for 2019 | Bruce Momjian | 12.0 |
| 2018-11-13 | Fix realfailN lexer rules to not make assumptions about input format. | Tom Lane | 12.0 |
| 2018-11-13 | Align ECPG lexer more closely with the core and psql lexers. | Tom Lane | 12.0 |
| 2018-08-23 | Reduce an unnecessary O(N^3) loop in lexer. | Andrew Gierth | 12.0 |
| 2018-08-23 | Fix lexing of standard multi-character operators in edge cases. | Andrew Gierth | 12.0 |