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:           Sat Mar  3 14:01:13 UTC 2012

Modified Files:
        pkgsrc/databases/postgresql90: Makefile.common distinfo
        pkgsrc/databases/postgresql90-client: PLIST
        pkgsrc/databases/postgresql90-docs: PLIST
        pkgsrc/databases/postgresql90-plperl: PLIST
        pkgsrc/databases/postgresql90-plpython: PLIST
        pkgsrc/databases/postgresql90-pltcl: PLIST
        pkgsrc/databases/postgresql90-server: PLIST
        pkgsrc/databases/postgresql91: Makefile.common distinfo
        pkgsrc/databases/postgresql91-client: PLIST
        pkgsrc/databases/postgresql91-docs: PLIST
        pkgsrc/databases/postgresql91-plperl: PLIST
        pkgsrc/databases/postgresql91-plpython: PLIST
        pkgsrc/databases/postgresql91-pltcl: PLIST
        pkgsrc/databases/postgresql91-server: PLIST
        pkgsrc/databases/postgresql91/patches: patch-src_pl_plperl_GNUmakefile

Log Message:
Changes:
* Fix btree index corruption from insertions concurrent with vacuuming
* Recover from errors occurring during WAL replay of DROP TABLESPACE
* Fix transient zeroing of shared buffers during WAL replay
* Fix postmaster to attempt restart after a hot-standby crash
* Fix corner case in SSI transaction cleanup
* Update per-column permissions, not only per-table permissions, when changing
  table owner
* Fix handling of data-modifying WITH subplans in READ COMMITTED rechecking
* Fix for "could not find plan for CTE" failures
* Fix unsupported node type error caused by COLLATE in an INSERT expression
* Avoid crashing when we have problems deleting table files post-commit
* Fix recently-introduced memory leak in processing of inet/cidr
* Fix GIN cost estimation to handle column IN (...) index conditions
* Fix I/O-conversion-related memory leaks in plpgsql
* Teach pg_upgrade to handle renaming of plpython's shared library (affecting
  upgrades to 9.1)


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/databases/postgresql90/Makefile.common
cvs rdiff -u -r1.9 -r1.10 pkgsrc/databases/postgresql90/distinfo
cvs rdiff -u -r1.6 -r1.7 pkgsrc/databases/postgresql90-client/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/databases/postgresql90-docs/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql90-plperl/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/postgresql90-plpython/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/postgresql90-pltcl/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/databases/postgresql90-server/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql91/Makefile.common \
    pkgsrc/databases/postgresql91/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql91-client/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql91-docs/PLIST
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/databases/postgresql91-plperl/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql91-plpython/PLIST
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/databases/postgresql91-pltcl/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/postgresql91-server/PLIST
cvs rdiff -u -r1.2 -r1.3 \
    pkgsrc/databases/postgresql91/patches/patch-src_pl_plperl_GNUmakefile

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