- Version 9.1 contains a number of changes that ...
- Observe the following incompatibilities:
+ Version 9.1 contains a number of changes that may affect compatibility
+ with previous releases. Observe the following incompatibilities:
+
+ Increase the maximum values for ,
+ ,
+ ,
+ , and
+ .
+
+
+ The maximum value for each of these parameters was previously
+ only about 35 minutes. Much larger values are now allowed.
+
+
+
+
+ ident
+ authentication over local sockets is now known as
+ peer
+ (Magnus Hagander)
+
+
+ The old term is still accepted for backward compatibility.
+
+
+
+
+ Fix possible "tuple concurrently updated" error when two server
+ backends attempted to add an inheritance parent to the same
+ table at the same time (Robert Haas)
+
+
+ now takes a stronger lock on the
+ parent table, so that both children do not try to update it
+ simultaneously.
+
+
+
- This function is used to obtain comments on objects.
+ This function is used to obtain a human-readable string describing an
+ object, based on the pg_class OID, object OID, and sub-object OID. It can be used to
+ help interpret the contents of pg_depend.
- Additional tab completion of
psql> variables (Pavel
- Stehule)
-
-
-
-
- More
psql> tab completion support (Itagaki
- Takahiro)
+ Additional tab completion support (Itagaki Takahiro, Pavel Stehule,
+ Andrey Popp, Christoph Berg, David Fetter, Josh Kupershmidt)