september.. dependency of pending buildbot update.
Schema migration tools for SQLAlchemy, designed to support an agile
approach to database design, and make it easier to keep development
and production databases in sync, as schema changes are required.
ok/feedback rpointel@
Inadvertently broken in last commit; the patch to the configure script
is fiddly and easily broken, so use extra lines of context for this patch
and add a warning comment.
Problem reported by James Turner, thanks!
PostgreSQL database client. It provides the following features:
+ Connection Pooling
+ Replication
+ Load Balance
+ Limiting Exceeding Connections
+ Parallel Query
with tweaks from ajacoutot@, thanks.
ok ajacoutot@
parameter to daemonize, move the parameter from daemon to daemon_flags,
so that the user cannot inadvertently prevent it from daemonizing by
adjusting the flags.
Discussed with ajacoutot and schwarze, this method was suggested
by schwarze@ as a simpler alternative to my diff. ok aja@
jdk-1.5, and nobody noticed/complained).
- Remove MAINTAINER, because of inactivity.
kind of ok@ all those people who find it still usefull (but didn't
use it since the removal of jdk-1.5)
Two important things:
+ Fix bugs in information_schema.referential_constraints view
If you need to fix this in an existing installation, you
can (as a superuser) drop the information_schema schema then re-create it
by sourcing /usr/local/share/postgresql/information_schema.sql.
This must be repeated in each database to be fixed.
+ Make contrib/citext's upgrade script fix collations of
citext columns and indexes.
If you have a previously-upgraded database that is suffering
from this problem, and you already ran the CREATE EXTENSION command,
you can manually run (as superuser) the UPDATE commands found
at the end of /usr/local/share/postgresql/extension/citext--unpackaged--1.0.sql.
ok jeremy@