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 Oct 12 07:04:22 UTC 2013

Modified Files:
        pkgsrc/databases/postgresql92: Makefile Makefile.common distinfo
        pkgsrc/databases/postgresql92-docs: Makefile PLIST
        pkgsrc/databases/postgresql92-server: Makefile

Log Message:
Changes 9.2.5:
Guarantee transmission of all WAL files before replica failover
Prevent downcasing of non-ASCII identifiers
Fix several minor memory leaks
Correct overcommit behavior when using more than 24GB of work memory
Improve planner cost estimates for choosing generic plans
Fix estimates of NULL rows in boolean columns
Make UNION ALL and inheritance query plans recheck parameterized paths
Correct pg_dump bugs for foreign tables, views, and extensions
Prevent a parallel pg_restore failure on certain indexes
Make REINDEX revalidate constraints
Prevent two deadlock issues in SP-GIST and REINDEX CONCURRENTLY
Prevent GiST index lookup crash
Fix several regular expression failures
Allow ALTER DEFAULT PRIVILEGES to work on all schemas
Loosen restrictions on keywords
Allow various spellings of infinity
Expand ability to compare rows to records and arrays
Prevent psql client crash on bad PSQLRC file
Add spinlock support for ARM64


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql92/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/postgresql92/Makefile.common
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql92/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql92-docs/Makefile \
    pkgsrc/databases/postgresql92-docs/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/postgresql92-server/Makefile

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