Remove emphasis from 9.1alpha3 items.
authorRobert Haas
Sat, 5 Mar 2011 12:36:35 +0000 (07:36 -0500)
committerRobert Haas
Sat, 5 Mar 2011 12:37:34 +0000 (07:37 -0500)
In preparation for 9.1alpha4 release notes, where only the 9.1alpha4
features will be emphasized.

doc/src/sgml/release-9.1.sgml

index 6c201b61e6a575f4bb2dac781c7d3d975bd10db8..649d6b0599cd0b47e4d564bf3c95c76346c29fc1 100644 (file)
 
        
         
-         Add ALTER ... SET SCHEMA support for conversions,
+         Add ALTER ... SET SCHEMA support for conversions,
          operators, operator classes, operator families, text search
          configurations, text search dictionaries, text search
-         parsers, and text search templates
+         parsers, and text search templates
         
        
 
        
         
-         Make TRUNCATE ... RESTART IDENTITY restart
-         sequences transactionally
+         Make TRUNCATE ... RESTART IDENTITY restart sequences transactionally
         
 
         
@@ -96,8 +95,8 @@
 
        
         
-         Prevent invoking I/O conversion casts via
-         functional/attribute notation
+         Prevent invoking I/O conversion casts via
+         functional/attribute notation
         
         
          This was found to be confusing in some cases.  The
 
        
         
-         Optimize the commit_siblings configuration parameter
+         Optimize the commit_siblings configuration parameter
         
        
 
        
         
-         KNN GiST, otherwise known as order-by-operator support for GiST
+         KNN GiST, otherwise known as order-by-operator support for GiST
         
 
         
        
        
         
-         Improve process shutdown speed
+         Improve process shutdown speed
         
        
 
        
         
-         Speed up conversion of signed integers to C strings
+         Speed up conversion of signed integers to C strings
         
        
 
 
        
         
-         Instrument checkpoint sync calls
+         Instrument checkpoint sync calls
         
        
 
        
         
-         Use the same lexer for recovery.conf that has been used for postgresql.conf
+         Use the same lexer for recovery.conf that has been used for postgresql.conf
         
 
         
 
        
         
-         Add column buffers_backend_fsync to pg_stat_bgwriter
+         Add column buffers_backend_fsync to pg_stat_bgwriter
         
        
 
        
         
-         Add monitoring function pg_last_xact_replay_timestamp()
+         Add monitoring function pg_last_xact_replay_timestamp()
         
        
 
 
        
         
-         Add pg_read_binary_file() and whole-file-at-once
-         versions of pg_read_file()
+         Add pg_read_binary_file() and whole-file-at-once
+         versions of pg_read_file()
         
        
 
        
         
-         Add new function format(), for sprintf-like string formatting
+         Add new function format(), for sprintf-like string formatting
         
        
 
        
         
-         Add pg_describe_object() function to obtain textual
-         descriptions of objects as stored in pg_depend
+         Add pg_describe_object() function to obtain textual
+         descriptions of objects as stored in pg_depend
         
        
 
 
        
         
-         Add S option to \dn command in psql
+         Add S option to \dn command in psql
         
         
          System schemas are now hidden by default by \dn.
 
        
         
-         Add PQlibVersion() function
+         Add PQlibVersion() function
         
        
 
        
         
-         When reporting the server as not responding, if the
-         hostname was supplied, also print the IP address
+         When reporting the server as not responding, if the
+         hostname was supplied, also print the IP address
         
         
          This allows IPv4 and IPv6 failures to be distinguished.  Also
 
        
         
-         Add functions PQping and PQpingParams to allow
+         Add functions PQping and PQpingParams to allow
          detection of the server's status, including a status where
-         the server is running but refuses ordinary connections
+         the server is running but refuses ordinary connections
         
         
          pg_ctl uses the new function.  This fixes the case where
 
        
         
-         New module contrib/auth_delay
+         New module contrib/auth_delay
         
        
 
 
        
         
-         Rewrite the GiST insertion logic so that the
+         Rewrite the GiST insertion logic so that the
          post-recovery cleanup stage to finish incomplete inserts or
-         splits is not needed anymore
+         splits is not needed anymore
         
        
 
        
         
-         Add support for collecting
-         minidump-style crash dumps on
-         Windows
+         Add support for collecting minidump-style crash dumps
+         on Windows
         
        
 
        
         
-         Replace pg_class.relistemp column with relpersistence
+         Replace pg_class.relistemp column with relpersistence
         
 
         
 
        
         
-         GNU make 3.80 or newer is now required
+         GNU make 3.80 or newer is now required
         
        
 
        
         
-         Improved support for parallel make, make -k, and make -q
+         Improved support for parallel make, make -k, and make -q