Changes 8.4.6:
authoradam <adam>
Sun, 19 Dec 2010 09:53:43 +0000 (09:53 +0000)
committeradam <adam>
Sun, 19 Dec 2010 09:53:43 +0000 (09:53 +0000)
commit8586b9351593687b96903af26a8af0cd96abbd2f
treee1ff7590d727744e10aaf64beeeb770c7e6c68f6
parent4886a653ba2533b388eaa63938ff0ca53bd964a9
Changes 8.4.6:
* Force the default wal_sync_method to be fdatasync on Linux
* Fix assorted bugs in WAL replay logic for GIN indexes
* Fix recovery from base backup when the starting checkpoint WAL
  record is not in the same WAL segment as its redo point
* Fix persistent slowdown of autovacuum workers when multiple workers
  remain active for a long time
* Add support for detecting register-stack overrun on IA64
* Add a check for stack overflow in copyObject()
* Fix detection of page splits in temporary GiST indexes
* Fix error checking during early connection processing
* Improve efficiency of window functions
* Avoid memory leakage while "ANALYZE"'ing complex index expressions
* Ensure an index that uses a whole-row Var still depends on its table
* Do not "inline" a SQL function with multiple OUT parameters
* Behave correctly if ORDER BY, LIMIT, FOR UPDATE, or WITH is
  attached to the VALUES part of INSERT ... VALUES
* Fix constant-folding of COALESCE() expressions
* Fix postmaster crash when connection acceptance (accept() or one of
  the calls made immediately after it) fails, and the postmaster was
  compiled with GSSAPI support
* Fix missed unlink of temporary files when log_temp_files is active
* Add print functionality for InhRelation nodes
* Fix incorrect calculation of distance from a point to a horizontal
  line segment
* Fix incorrect calculation of transaction status in ecpg
* Fix PL/pgSQL's handling of "simple" expressions to not fail in
  recursion or error-recovery cases
* Fix PL/Python's handling of set-returning functions
* Fix bug in "contrib/cube"'s GiST picksplit algorithm
* Don't emit "identifier will be truncated" notices in
  "contrib/dblink" except when creating new connections
* Fix potential coredump on missing public key in "contrib/pgcrypto"
* Fix memory leak in "contrib/xml2"'s XPath query functions
* Update time zone data files to tzdata release 2010o for DST law
  changes in Fiji and Samoa; also historical corrections for Hong
  Kong.
24 files changed:
databases/postgresql84-adminpack/Makefile
databases/postgresql84-adminpack/PLIST
databases/postgresql84-client/Makefile
databases/postgresql84-client/PLIST
databases/postgresql84-client/buildlink3.mk
databases/postgresql84-dblink/Makefile
databases/postgresql84-pgcrypto/Makefile
databases/postgresql84-pgcrypto/PLIST
databases/postgresql84-plperl/Makefile
databases/postgresql84-plperl/PLIST
databases/postgresql84-plpython/Makefile
databases/postgresql84-plpython/PLIST
databases/postgresql84-pltcl/Makefile
databases/postgresql84-pltcl/PLIST
databases/postgresql84-server/MESSAGE
databases/postgresql84-server/Makefile
databases/postgresql84-server/PLIST
databases/postgresql84-server/files/pgsql.sh
databases/postgresql84/Makefile
databases/postgresql84/Makefile.common
databases/postgresql84/distinfo
databases/postgresql84/options.mk
databases/postgresql84/patches/patch-an
databases/postgresql84/patches/patch-ao