Commits
Showing commits that first shipped in 13 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2020-12-21 | Remove "invalid concatenation of jsonb objects" error case. | Tom Lane | 13.2 |
| 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 |
| 2020-03-17 | Remove useless pfree()s at the ends of various ValuePerCall SRFs. | Tom Lane | 13.0 |
| 2020-03-04 | Introduce macros for typalign and typstorage constants. | Tom Lane | 13.0 |
| 2020-01-31 | Fix not-quite-right string comparison in parse_jsonb_index_flags(). | Tom Lane | 13.0 |
| 2020-01-20 | Further tweaking of jsonb_set_lax(). | Tom Lane | 13.0 |
| 2020-01-19 | Silence minor compiler warnings. | Tom Lane | 13.0 |
| 2019-08-19 | Restore json{b}_populate_record{set}'s ability to take type info from AS. | Tom Lane | 13.0 |