Commits
Showing commits that first shipped in 13 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2023-03-06 | Fix some more cases of missed GENERATED-column updates. | Tom Lane | 13.11 |
| 2023-01-15 | Make new GENERATED-expressions code more bulletproof. | Tom Lane | 13.10 |
| 2023-01-05 | Fix calculation of which GENERATED columns need to be updated. | Tom Lane | 13.10 |
| 2020-05-14 | Initial pgindent and pgperltidy run for v13. | Tom Lane | 13.0 |
| 2020-03-25 | Go back to returning int from ereport auxiliary functions. | Tom Lane | 13.0 |
| 2020-03-24 | Improve the internal implementation of ereport(). | Tom Lane | 13.0 |
| 2019-08-12 | Remove EState.es_range_table_array. | Tom Lane | 13.0 |
| 2019-07-15 | Represent Lists as expansible arrays, not chains of cons-cells. | Tom Lane | 13.0 |