Commits
Showing commits that first shipped in 14 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2022-08-13 | Catch stack overflow when recursing in transformFromClauseItem(). | Tom Lane | 14.6 |
| 2022-05-18 | Check column list length in XMLTABLE/JSON_TABLE alias | Alvaro Herrera | 14.4 |
| 2021-06-06 | Fix inconsistent equalfuncs.c behavior for FuncCall.funcformat. | Tom Lane | 14.0 |
| 2021-04-13 | Allow table-qualified variable names in ON CONFLICT ... WHERE. | Tom Lane | 14.0 |
| 2021-03-31 | Allow an alias to be attached to a JOIN ... USING | Peter Eisentraut | 14.0 |
| 2021-03-31 | Add p_names field to ParseNamespaceItem | Peter Eisentraut | 14.0 |
| 2021-02-11 | Remove no-longer-used RTE argument of markVarForSelectPriv(). | Tom Lane | 14.0 |
| 2021-01-02 | Update copyright for 2021 | Bruce Momjian | 14.0 |
| 2020-11-04 | Improve our ability to regurgitate SQL-syntax function calls. | Tom Lane | 14.0 |
| 2020-10-27 | Add select_common_typmod() | Peter Eisentraut | 14.0 |
| 2020-09-14 | Message fixes and style improvements | Peter Eisentraut | 14.0 |