- Implement a generic binary heap and use it for Merge-Append
- operations (Abhijit Menon-Sen)
-
-
-
-
- "Allow in-memory sorts to use their full memory allocation (Jeff Janes)
+ Allow in-memory sorts to use their full memory allocation (Jeff Janes)
-
- Allow heap-only tuple updates on system tables (Andres Freund)
-
-
-
Have vacuum recheck visibility after it has removed expired tuples
-
- Add function to report the size of the GIN pending index insertion
- list (Fujii Masao)
-
-
- The function is pgstatginindex() in pgstattuple.
-
-
-
- Add support to event triggers (Dimitri Fontaine, Tom Lane)
+ Add support to event triggers (Dimitri Fontaine, Tom Lane,
+ Robert Haas)
Throw an error if expiring tuple is again updated or deleted (Kevin Grittner)
- KEEP?
-
-
-
-
- Have DROP OWNED only remove user-matching GRANTs on shared objects,
- e.g. databases, tablespaces (Álvaro Herrera)
-
-
- Previously it tried to remove such objects, leading to an error.
+ DETAILS? BACKWARD INCOMPATIBILITY
- These were previously stored as "&unspecified&".
+ These were previously stored as "<unspecified>".
This changes the value stored in system column
pg_constraint.confmatchtype. BACKWARD COMPATIBILITY CHANGE
+
+ Implement a generic binary heap and use it for Merge-Append
+ operations (Abhijit Menon-Sen)
+
+
+
Improve ability to detect official timezone abbreviation changes
+
+ Add function to report the size of the GIN pending index insertion
+ list (Fujii Masao)
+
+
+ The function is pgstatginindex() in pgstattuple.
+
+
+
Have oid2name, pgbench, and vacuumlo set fallback_application_name (Amit Kapila)