diff --git a/doc/src/sgml/release-9.3.sgml b/doc/src/sgml/release-9.3.sgml index ddecec7d8e..20468af9f3 100644 --- a/doc/src/sgml/release-9.3.sgml +++ b/doc/src/sgml/release-9.3.sgml @@ -187,14 +187,7 @@ - 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) @@ -218,12 +211,6 @@ - - - Allow heap-only tuple updates on system tables (Andres Freund) - - - Have vacuum recheck visibility after it has removed expired tuples @@ -288,17 +275,6 @@ - - - Add function to report the size of the GIN pending index insertion - list (Fujii Masao) - - - - The function is pgstatginindex() in pgstattuple. - - - @@ -614,7 +590,8 @@ - Add support to event triggers (Dimitri Fontaine, Tom Lane) + Add support to event triggers (Dimitri Fontaine, Tom Lane, + Robert Haas) @@ -638,18 +615,7 @@ 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 @@ -730,7 +696,7 @@ - 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 @@ -1485,6 +1451,13 @@ + + + Implement a generic binary heap and use it for Merge-Append + operations (Abhijit Menon-Sen) + + + Improve ability to detect official timezone abbreviation changes @@ -1565,6 +1538,17 @@ + + + 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)