PostgreSQL 9.3.1 Documentation | ||||
---|---|---|---|---|
Prev | Up | Appendix E. Release Notes | Next |
Release Date: 2013-10-10
This release contains a variety of fixes from 9.3.0. For information about new features in the 9.3 major release, see Section E.2.
A dump/restore is not required for those running 9.3.X.
Update hstore extension with JSON functionality (Andrew Dunstan)
Users who installed hstore prior to 9.3.1 must execute:
ALTER EXTENSION hstore UPDATE;
to add two new JSON functions and a cast.
Fix memory leak when creating range indexes (Heikki Linnakangas)
Serializable snapshot fixes (Kevin Grittner, Heikki Linnakangas)
Fix libpq SSL deadlock bug (Stephen Frost)
Fix timeline handling bugs in pg_receivexlog (Heikki Linnakangas, Andrew Gierth)
Prevent CREATE FUNCTION from checking SET variables unless function body checking is enabled (Tom Lane)
Remove rare inaccurate warning during vacuum of index-less tables (Heikki Linnakangas)