summaryrefslogtreecommitdiff
path: root/src/mailman/database/sql/sqlite.sql (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Schema migrations have been implemented.Barry Warsaw2012-02-121-321/+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.
* Merge PostgreSQL support from Stephen A. Goss, with refactoring by Barry. LP:Barry Warsaw2011-10-221-0/+322
#860159.