Commits
Showing commits that first shipped in 13 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2021-06-07 | Fix incautious handling of possibly-miscoded strings in client code. | Tom Lane | 13.4 |
| 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 |
| 2020-01-16 | Move wchar.c and encnames.c to src/common/. | Tom Lane | 13.0 |
| 2020-01-13 | Reduce size of backend scanner's tables. | Tom Lane | 13.0 |
| 2019-07-05 | Remove dead encoding-conversion functions. | Tom Lane | 13.0 |