-Relations larger than wal_skip_threshold will have their files fsync'ed rather than writing their WAL records.
+Relations larger than wal_skip_threshold will have their files fsync'ed rather than writing their WAL records. Previously this was done only for COPY operations, but the implementation had a bug
+that could cause data loss during crash recovery.
+
-->
-Allow Unicode escapes, e.g., E'\u####', U&'\####', to represent any
+Allow Unicode escapes, e.g., E'\u####', U&'\####', to specify any
character available in the database encoding, even when the database
encoding is not UTF-8 (Tom Lane)