Commits
Showing commits that first shipped in 14 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2022-09-16 | Improve plpgsql's ability to handle arguments declared as RECORD. | Tom Lane | 14.6 |
| 2021-09-13 | Fix EXIT out of outermost block in plpgsql. | Tom Lane | 14.0 |
| 2021-06-10 | Reconsider the handling of procedure OUT parameters. | Tom Lane | 14.0 |
| 2021-01-26 | Improve performance of repeated CALLs within plpgsql procedures. | Tom Lane | 14.0 |
| 2021-01-04 | Re-implement pl/pgsql's expression and assignment parsing. | Tom Lane | 14.0 |
| 2021-01-02 | Update copyright for 2021 | Bruce Momjian | 14.0 |
| 2020-12-20 | Multirange datatypes | Alexander Korotkov | 14.0 |
| 2020-12-15 | Improve hash_create()'s API for some added robustness. | Tom Lane | 14.0 |
| 2020-12-09 | Support subscripting of arbitrary types, not only arrays. | Tom Lane | 14.0 |
| 2020-10-29 | Don't use custom OID symbols in pg_type.dat, either. | Tom Lane | 14.0 |
| 2020-10-05 | Support for OUT parameters in procedures | Peter Eisentraut | 14.0 |
| 2020-07-07 | Don't create pg_type entries for sequences or toast tables. | Tom Lane | 14.0 |