Commits
Showing commits that first shipped in 15 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2024-11-25 | Fix NULLIF()'s handling of read-write expanded objects. | Tom Lane | 15.11 |
| 2023-04-15 | Fix assignment to array of domain over composite, redux. | Tom Lane | 15.3 |
| 2023-02-25 | Fix MULTIEXPR_SUBLINK with partitioned target tables, yet again. | Tom Lane | 15.3 |
| 2022-05-12 | Pre-beta mechanical code beautification. | Tom Lane | 15.0 |
| 2022-03-17 | Revert applying column aliases to the output of whole-row Vars. | Tom Lane | 15.0 |
| 2021-12-15 | Always use ReleaseTupleDesc after lookup_rowtype_tupdesc et al. | Tom Lane | 15.0 |
| 2021-11-02 | Fix variable lifespan in ExecInitCoerceToDomain(). | Tom Lane | 15.0 |
| 2021-10-19 | Fix assignment to array of domain over composite. | Tom Lane | 15.0 |