Commits
Showing commits that first shipped in 13 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2020-05-14 | Initial pgindent and pgperltidy run for v13. | Tom Lane | 13.0 |
| 2020-03-19 | Introduce "anycompatible" family of polymorphic types. | Tom Lane | 13.0 |
| 2020-03-04 | Introduce macros for typalign and typstorage constants. | Tom Lane | 13.0 |
| 2020-01-29 | Move jsonapi.c and jsonapi.h to src/common. | Robert Haas | 13.0 |
| 2020-01-27 | Move some code from jsonapi.c to jsonfuncs.c. | Robert Haas | 13.0 |
| 2020-01-27 | Adjust pg_parse_json() so that it does not directly ereport(). | Robert Haas | 13.0 |
| 2020-01-24 | Split JSON lexer/parser from 'json' data type support. | Robert Haas | 13.0 |
| 2020-01-01 | Update copyrights for 2020 | Bruce Momjian | 13.0 |
| 2019-11-12 | Make the order of the header file includes consistent in backend modules. | Amit Kapila | 13.0 |
| 2019-09-25 | Allow datetime values in JsonbValue | Alexander Korotkov | 13.0 |