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:           Wed Dec 16 21:18:31 UTC 2009

Modified Files:
        pkgsrc/databases/postgresql82: Makefile.common distinfo
        pkgsrc/databases/postgresql82-client: Makefile PLIST
        pkgsrc/databases/postgresql82-server: Makefile PLIST

Log Message:
Changes 8.2.15:
* Protect against indirect security threats caused by index functions
  changing session-local state
* Reject SSL certificates containing an embedded null byte in the
  common name (CN) field
* Fix possible crash during backend-startup-time cache initialization
* Prevent signals from interrupting VACUUM at unsafe times
* Fix possible crash due to integer overflow in hash table size
  calculation
* Fix very rare crash in inet/cidr comparisons
* Ensure that shared tuple-level locks held by prepared transactions
  are not ignored
* Fix premature drop of temporary files used for a cursor that is
  accessed within a subtransaction
* Fix incorrect logic for GiST index page splits, when the split
  depends on a non-first column of the index
* Don't error out if recycling or removing an old WAL file fails at
  the end of checkpoint
* Ensure WAL files aren't repeatedly archived on Windows
* Fix PAM password processing to be more robust
* Fix processing of ownership dependencies during CREATE OR REPLACE
  FUNCTION
* Fix bug with calling plperl from plperlu or vice versa
* Fix session-lifespan memory leak when a PL/Perl function is
  redefined
* Ensure that Perl arrays are properly converted to PostgreSQL arrays
  when returned by a set-returning PL/Perl function
* More...


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/databases/postgresql82/Makefile.common \
    pkgsrc/databases/postgresql82/distinfo
cvs rdiff -u -r1.10 -r1.11 pkgsrc/databases/postgresql82-client/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/databases/postgresql82-client/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/databases/postgresql82-server/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/databases/postgresql82-server/PLIST

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