Commits
Showing commits that first shipped in 18 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2025-01-22 | Support RN (roman-numeral format) in to_number(). | Tom Lane | 18.0 |
| 2024-10-04 | Speed up numeric division by always using the "fast" algorithm. | Dean Rasheed | 18.0 |
| 2024-09-26 | Modernize to_char's Roman-numeral code, fixing overflow problems. | Tom Lane | 18.0 |
| 2024-07-08 | Fix scale clamping in numeric round() and trunc(). | Dean Rasheed | 18.0 |