Commits
Showing commits that first shipped in 18 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2024-12-02 | Add a planner support function for numeric generate_series(). | Dean Rasheed | 18.0 |
| 2024-10-04 | Speed up numeric division by always using the "fast" algorithm. | Dean Rasheed | 18.0 |
| 2024-08-26 | Fix compiler warning in mul_var_short(). | Dean Rasheed | 18.0 |
| 2024-08-15 | Optimise numeric multiplication using base-NBASE^2 arithmetic. | Dean Rasheed | 18.0 |
| 2024-08-15 | Extend mul_var_short() to 5 and 6-digit inputs. | Dean Rasheed | 18.0 |
| 2024-07-10 | Improve the numeric width_bucket() computation. | Dean Rasheed | 18.0 |
| 2024-07-09 | Optimise numeric multiplication for short inputs. | Dean Rasheed | 18.0 |
| 2024-07-08 | Fix scale clamping in numeric round() and trunc(). | Dean Rasheed | 18.0 |