+ Add
columns to the
linkend="infoschema-sequences">information_schema.sequences>
system view (Peter Eisentraut)
- Previously, though the view existed, all of these view fields
- were unimplemented.
+ Previously, though the view existed, the columns about the
+ sequence parameters were unimplemented.
- plpy.Fatal now raises FATAL>, rather
- than ERROR (Jan Urbanski)
-
-
- The old behavior was incorrect.
-
-
-
-
- Overhaul of PL/Python (Jan Urbanski)
+ Fix exception handling with Python 3 (Jan Urbanski)
- This includes exception support for Python 3. **More detail?
+ Exception classes were previously not available in
+ plpy> under Python 3.
Make
psql distinguish between unique
- indices and unique constraints (Josh Kupershmidt)
+ indexes and unique constraints (Josh Kupershmidt)
- start's "wait" (
- port numbers, non-standard Unix-domain socket locations,
- permission problems, and stale postmaster lock files (Bruce
- Momjian)
+ Improve
pg_ctl> start's wait
+ (
+ non-standard Unix-domain socket locations, permission
+ problems, and stale postmaster lock files (Bruce Momjian)
- This allows for faster compiles. Also, make -k>
- and make .
+ This allows for faster compiles. Also, make -k>
+ now works properly.
Improve ability to use C++ compilers for
- linkend="xfunc-c">backend compiles by removing
- conflicting keywords (Tom Lane)
+ linkend="xfunc-c">compiling add-on modules by removing
+ conflicting key words (Tom Lane)
Allow contrib/intarray>
- to work properly on multi-dimensional arrays (Tom Lane)
+ to work properly on multidimensional arrays (Tom Lane)
- Document that it is possible to access all composite fields
- using (compositeval).*
- syntax> (Peter Eisentraut)
+ Document that it is possible to access all composite type
+ fields using
+ linkend="field-selection">(compositeval).*>
+ syntax (Peter Eisentraut)