Commits
Showing commits that first shipped in 14 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2025-03-13 | Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvector input. | Tom Lane | 14.18 |
| 2022-07-29 | In transformRowExpr(), check for too many columns in the row. | Tom Lane | 14.5 |
| 2022-01-29 | Fix failure to validate the result of select_common_type(). | Tom Lane | 14.2 |
| 2021-03-31 | Allow an alias to be attached to a JOIN ... USING | Peter Eisentraut | 14.0 |
| 2021-03-26 | Extended statistics on expressions | Tomas Vondra | 14.0 |
| 2021-02-11 | Remove no-longer-used RTE argument of markVarForSelectPriv(). | Tom Lane | 14.0 |
| 2021-02-01 | SEARCH and CYCLE clauses | Peter Eisentraut | 14.0 |
| 2021-01-02 | Update copyright for 2021 | Bruce Momjian | 14.0 |
| 2020-12-09 | Support subscripting of arbitrary types, not only arrays. | Tom Lane | 14.0 |
| 2020-12-08 | Remove operator_precedence_warning. | Tom Lane | 14.0 |
| 2020-11-19 | Remove undocumented IS [NOT] OF syntax. | Tom Lane | 14.0 |
| 2020-10-22 | Optimize a few list_delete_ptr calls | David Rowley | 14.0 |
| 2020-09-17 | Remove support for postfix (right-unary) operators. | Tom Lane | 14.0 |