Commits
Showing commits that first shipped in 13 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2024-04-15 | Fix type-checking of RECORD-returning functions in FROM, redux. | Tom Lane | 13.15 |
| 2023-09-15 | Fix get_expr_result_type() to find field names for RECORD Consts. | Tom Lane | 13.13 |
| 2021-01-25 | Fix broken ruleutils support for function TRANSFORM clauses. | Tom Lane | 13.2 |
| 2020-03-19 | Introduce "anycompatible" family of polymorphic types. | Tom Lane | 13.0 |
| 2020-03-14 | Restructure polymorphic-type resolution in funcapi.c. | Tom Lane | 13.0 |
| 2020-03-04 | Introduce macros for typalign and typstorage constants. | Tom Lane | 13.0 |
| 2020-01-01 | Update copyrights for 2020 | Bruce Momjian | 13.0 |
| 2019-10-28 | Allow extracting fields from a ROW() expression in more cases. | Tom Lane | 13.0 |