summaryrefslogtreecommitdiff
path: root/src/mailman/database/sql/postgres.sql
Commit message (Collapse)AuthorAgeFilesLines
* * Schema migrations have been implemented.Barry Warsaw2012-02-121-345/+0
|
* * Stop adding the X-BeenThere header.Barry Warsaw2011-11-061-1/+0
| | | | | | | * Separate out the RFC 2369 header adding handler. * Dynamically calculate the `List-Id` header instead of storing it in the database. This means it cannot be changed. * Be sure to clean out any digest .mmdf files when the world is reset.
* digest_size_thresholds should be floats. This still doesn't work inBarry Warsaw2011-10-221-1/+1
| | | | PostgreSQL.
* - Be a little more careful about preparing the SQL statements for executionBarry Warsaw2011-10-221-3/+5
| | | | | | in the database, namely strip out empty lines and comments first, otherwise PostgreSQL spews "empty statement" errors at us. - Down to 4 test failures.
* - Ensure that class removal is deterministic.Barry Warsaw2011-10-221-27/+42
| | | | | | - Comment out a few more foreign key constraints since they break the tests. - Enable the PostgreSQLDatabase for testing (this one should not be committed on trunk.
* Merge PostgreSQL support from Stephen A. Goss, with refactoring by Barry. LP:Barry Warsaw2011-10-221-0/+329
#860159.