Commits
Showing commits that first shipped in 12 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2019-05-14 | Move logging.h and logging.c from src/fe_utils/ to src/common/. | Tom Lane | 12.0 |
| 2019-04-01 | Unified logging system for command-line programs | Peter Eisentraut | 12.0 |
| 2019-03-25 | pgbench: Remove \cset | Alvaro Herrera | 12.0 |
| 2019-01-10 | pgbench: add \cset and \gset commands | Alvaro Herrera | 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 |