-->
Prevent internal overflows in cross-type datetime
- comparisons (Alexander Korotkov, Tom Lane)
+ comparisons (Nikita Glukhov, Alexander Korotkov, Tom Lane)
+ Ensure that data is detoasted before being inserted into a BRIN
+ index (Tomas Vondra)
+
+
+ Index entries are not supposed to contain out-of-line TOAST
+ pointers, but BRIN didn't get that memo. This could lead to errors
+ like missing chunk number 0 for toast value NNN
.
+ (If you are faced with such an error from an existing
+ index, REINDEX should be enough to fix it.)
+
+
+
+
+
+ Fix edge-case memory leak
+ in index_get_partition() (Justin Pryzby)
+
+
+
+
+
+ Fix
ecpg's mis-processing
+ of B'...' and X'...' literals
+ (Shenhao Wang)
+
+
+
+
+