PostgreSQL 8.4.0 Documentation | ||||
---|---|---|---|---|
Prev | Fast Backward | Appendix E. Release Notes | Fast Forward | Next |
Release date: 2009-09-09, AS OF 2009-08-26
This release contains a variety of fixes from 8.3.7. For information about new features in the 8.3 major release, see Section E.11.
A dump/restore is not required for those running 8.3.X.
Treat to_char(..., 'TH')
as an uppercase ordinal
suffix with 'HH'/'HH12' (Heikki)
It was previously handled as 'th' (lowercase).
Fix /contrib/xml2 xslt_process()
to
properly handle the maximum number of parameters (twenty) (Tom)
Fix case where pg_ctl fast shutdown was not working if pg_ctl smart shutdown was already in progress (Fujii Masao)
Re-add documentation for configure flag --no-readline (Andrew)
Fix problem where Win32 shared memory allocation sometimes failed on startup (Tsutomu Yamada, Magnus)
This bug caused some Win32 backends to randomly not start.