diff options
author | Bruce Momjian <bruce@momjian.us> | 2013-04-22 14:33:28 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2013-04-22 14:33:28 -0400 |
commit | 4f8799a948a6b701e23de692237094c83146d3b6 (patch) | |
tree | acfe237f936f2661e138e8277434a2aed224c1e7 | |
parent | beaa823bea8663779b12ce896e40038dd4796eaa (diff) | |
download | postgresql-4f8799a948a6b701e23de692237094c83146d3b6.tar.gz postgresql-4f8799a948a6b701e23de692237094c83146d3b6.zip |
9.3 release notes: apply fixes suggested by Alvaro
-rw-r--r-- | doc/src/sgml/release-9.3.sgml | 62 |
1 files changed, 23 insertions, 39 deletions
diff --git a/doc/src/sgml/release-9.3.sgml b/doc/src/sgml/release-9.3.sgml index ddecec7d8e1..20468af9f3f 100644 --- a/doc/src/sgml/release-9.3.sgml +++ b/doc/src/sgml/release-9.3.sgml @@ -187,14 +187,7 @@ <listitem> <para> - Implement a generic binary heap and use it for Merge-Append - operations (Abhijit Menon-Sen) - </para> - </listitem> - - <listitem> - <para> - "Allow in-memory sorts to use their full memory allocation (Jeff Janes) + Allow in-memory sorts to use their full memory allocation (Jeff Janes) </para> <para> @@ -220,12 +213,6 @@ <listitem> <para> - Allow heap-only tuple updates on system tables (Andres Freund) - </para> - </listitem> - - <listitem> - <para> Have vacuum recheck visibility after it has removed expired tuples (Pavan Deolasee) </para> @@ -288,17 +275,6 @@ </para> </listitem> - <listitem> - <para> - Add function to report the size of the GIN pending index insertion - list (Fujii Masao) - </para> - - <para> - The function is pgstatginindex() in pgstattuple. - </para> - </listitem> - </itemizedlist> </sect4> @@ -614,7 +590,8 @@ <listitem> <para> - Add support to event triggers (Dimitri Fontaine, Tom Lane) + Add support to event triggers (Dimitri Fontaine, Tom Lane, + Robert Haas) </para> <para> @@ -638,18 +615,7 @@ <listitem> <para> Throw an error if expiring tuple is again updated or deleted (Kevin Grittner) - KEEP? - </para> - </listitem> - - <listitem> - <para> - Have DROP OWNED only remove user-matching GRANTs on shared objects, - e.g. databases, tablespaces (Álvaro Herrera) - </para> - - <para> - Previously it tried to remove such objects, leading to an error. + DETAILS? BACKWARD INCOMPATIBILITY </para> </listitem> @@ -730,7 +696,7 @@ </para> <para> - 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 </para> @@ -1487,6 +1453,13 @@ <listitem> <para> + Implement a generic binary heap and use it for Merge-Append + operations (Abhijit Menon-Sen) + </para> + </listitem> + + <listitem> + <para> Improve ability to detect official timezone abbreviation changes (Tom Lane) </para> @@ -1567,6 +1540,17 @@ <listitem> <para> + Add function to report the size of the GIN pending index insertion + list (Fujii Masao) + </para> + + <para> + The function is pgstatginindex() in pgstattuple. + </para> + </listitem> + + <listitem> + <para> Have oid2name, pgbench, and vacuumlo set fallback_application_name (Amit Kapila) </para> </listitem> |