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-02-13 | Change floating-point output format for improved performance. | Andrew Gierth | 12.0 |
| 2019-01-10 | Use perfect hashing, instead of binary search, for keyword lookup. | Tom Lane | 12.0 |
| 2019-01-06 | Replace the data structure used for keyword lookup. | Tom Lane | 12.0 |
| 2018-09-28 | Build src/common files as a library with -fPIC. | Tom Lane | 12.0 |
| 2018-09-09 | Install a check for mis-linking of src/port and src/common functions. | Tom Lane | 12.0 |