Commits
Showing commits that first shipped in 12 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2023-03-14 | Fix corner case bug in numeric to_char() some more. | Tom Lane | 12.15 |
| 2020-09-30 | Fix handling of BC years in to_date/to_timestamp. | Tom Lane | 12.5 |
| 2020-05-01 | Get rid of trailing semicolons in C macro definitions. | Tom Lane | 12.3 |
| 2020-01-23 | Fix an oversight in commit 4c70098ff. | Tom Lane | 12.2 |
| 2020-01-23 | Clean up formatting.c's logic for matching constant strings. | Tom Lane | 12.2 |
| 2019-05-22 | Phase 2 pgindent run for v12. | Tom Lane | 12.0 |
| 2019-05-22 | Initial pgindent run for v12. | Tom Lane | 12.0 |
| 2018-10-16 | Be smarter about age-counter overflow in formatting.c caches. | Tom Lane | 12.0 |
| 2018-10-16 | Avoid statically allocating formatting.c's format string caches. | Tom Lane | 12.0 |
| 2018-10-06 | Don't use is_infinite() where isinf() will do. | Tom Lane | 12.0 |