Commits
Showing commits that first shipped in 13 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2020-03-06 | Allow Unicode escapes in any server encoding, not only UTF-8. | Tom Lane | 13.0 |
| 2020-01-16 | Rationalize code placement between wchar.c, encnames.c, and mbutils.c. | Tom Lane | 13.0 |
| 2019-10-03 | Avoid unnecessary out-of-memory errors during encoding conversion. | Tom Lane | 13.0 |
| 2019-07-15 | Represent Lists as expansible arrays, not chains of cons-cells. | Tom Lane | 13.0 |