- Fix low-probability crash after constraint violation errors in
- partitioned tables (Andres Freund)
-
-
-
-
-
+ Avoid scanning irrelevant timelines during archive recovery (Kyotaro
+ Horiguchi)
+
+
+ This can eliminate many attempts to fetch non-existent WAL files from
+ archive storage, which is helpful if archive access is slow.
+
+
+
+
+
- Ensure nextXid can't go backwards on a standby
- server (Eka Palamadai)
-
-
- This race condition could allow incorrect hot standby feedback
- messages to be sent back to the primary server, potentially allowing
- VACUUM to run too soon on the primary.
-
-
-
-
-
Make
pg_checksums skip tablespace
Branch: master [bf883b211] 2020-02-24 18:13:25 +0900
Branch: REL_12_STABLE [a8beece95] 2020-02-24 18:14:16 +0900
Branch: REL_11_STABLE [da2a7180a] 2020-02-24 18:14:22 +0900
-XXX: it's pg_verify_checksums in v11
-->
Ignore temporary copies of pg_internal.init
- Include CFLAGS_SL in CXXFLAGS
- when building a shared library (Oleksii Kliukin)
-
-
- This ensures that C++ source files are compiled correctly, for
- example by adding -fPIC when needed.
-
-
-
-
-