pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases
Module Name: pkgsrc
Committed By: adam
Date: Sun Dec 19 09:53:55 UTC 2010
Modified Files:
pkgsrc/databases/postgresql83: Makefile Makefile.common distinfo
options.mk
pkgsrc/databases/postgresql83-adminpack: Makefile PLIST
pkgsrc/databases/postgresql83-client: Makefile PLIST buildlink3.mk
pkgsrc/databases/postgresql83-plperl: Makefile PLIST
pkgsrc/databases/postgresql83-plpython: Makefile PLIST
pkgsrc/databases/postgresql83-pltcl: Makefile PLIST
pkgsrc/databases/postgresql83-server: MESSAGE Makefile PLIST
pkgsrc/databases/postgresql83-server/files: pgsql.sh
pkgsrc/databases/postgresql83/patches: patch-an
Log Message:
Changes 8.3.13:
* 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
* 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 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.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/postgresql83/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/databases/postgresql83/Makefile.common
cvs rdiff -u -r1.13 -r1.14 pkgsrc/databases/postgresql83/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql83/options.mk
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql83-adminpack/Makefile
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/databases/postgresql83-adminpack/PLIST
cvs rdiff -u -r1.18 -r1.19 pkgsrc/databases/postgresql83-client/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/databases/postgresql83-client/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql83-client/buildlink3.mk
cvs rdiff -u -r1.8 -r1.9 pkgsrc/databases/postgresql83-plperl/Makefile
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/databases/postgresql83-plperl/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/databases/postgresql83-plpython/Makefile
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/databases/postgresql83-plpython/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql83-pltcl/Makefile
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/databases/postgresql83-pltcl/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql83-server/MESSAGE
cvs rdiff -u -r1.12 -r1.13 pkgsrc/databases/postgresql83-server/Makefile \
pkgsrc/databases/postgresql83-server/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql83-server/files/pgsql.sh
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/databases/postgresql83/patches/patch-an
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index