summaryrefslogtreecommitdiff
path: root/sql
AgeCommit message (Expand)AuthorFilesLines
2005-10-03resync svn treepaul2-2/+2
2005-08-09merging git treepaul1-1/+4
2005-08-09merging git treepaul1-12/+12
2005-08-08add start_date/stop_date fields to dbmail_auto_replies and update the auto_re...paul2-0/+6
2005-06-17auto-reply cleanuppaul2-0/+24
2005-06-07ip-based virtual hosting and user-mappingpaul1-3/+7
2005-05-25added usermap featurepaul4-0/+29
2005-05-03closing memory leakspaul1-3/+3
2005-05-03updated the header caching code to include referencesfield, (base)subjectfiel...paul1-10/+25
2005-03-30updates on the header-cache codepaul1-1/+1
2005-03-22fix foreign keys in add_header_tables.mysqlpaul1-31/+44
2005-03-15header tables sql for postgres addedpaul1-0/+144
2005-03-10update create scripts for db_getmailbox speedup on pgsql and sqlitepaul1-0/+3
2005-03-10update create scripts for db_getmailbox speedup on pgsql and sqlitepaul1-10/+8
2005-03-07fix for foreign keyspaul1-16/+24
2005-02-23fixed sql/sqlite/create_tables.sqlite scriptpaul1-1/+5
2005-02-23fixed dbmail_acl_constraint_updatepaul1-1/+1
2005-02-18sqlite create_tables addedpaul1-0/+191
2005-02-14added ON UPDATE CASCADE to create and migrate sql scriptspaul4-38/+38
2005-01-222005-01-22 Ilja Booij <ilja@ic-s.nl>ilja2-6/+6
2005-01-06updated experimental schemapaul1-14/+24
2005-01-04new test suite, some cleanups and a couple of minor fixespaul1-45/+87
2005-01-01adding mysql statements for header tablespaul1-0/+79
2004-10-31 * db.c, dbmail.conf, dbmailtypes.h, sievecmd.c, sievecmd.h,aaron2-0/+22
2004-10-25db_getmailbox speeduppaul3-1/+5
2004-09-09fixed innodb migration script which still refered to the old-style tables use...paul1-8/+10
2004-09-06fixed errors in comments. I used '#' as comment prefix, but it should beilja2-2/+2
2004-09-03added 'anyone' user to dbmail_users in creation and migration scripts.ilja6-1/+20
2004-08-25the pair (dbmail_mailboxes.name, dbmail_mailboxes.owner_idnr) is nowilja6-8/+8
2004-08-23fixed faulty foreign key refernce in MySQL InnoDB migration script thanksilja1-1/+1
2004-08-20* sql/postgresql/migrate_from_1.x_to_2.0.pgsql:ilja1-3/+4
2004-08-16* PostgreSQL migration script now also renames primary keys of tablesilja1-0/+6
2004-08-05small fixes to MySQL migration scripts.ilja2-65/+40
2004-08-04Missed dbmail_pbsp.aaron1-1/+1
2004-08-04changed all database creation and migration scripts. They're now readyilja6-447/+418
2004-08-03added calculation for curmail size. This was missing earlier on.ilja1-0/+8
2004-08-03PostgreSQL now has dbmail_ prefixes and an hopefully faster migrationilja2-207/+227
2004-08-03auto_replies and auto_notifications tables are only created if theyilja3-84/+95
2004-07-15changed messages.status in all mysql files to default to '0' insteadilja4-4/+4
2004-07-15small postgres changes:ilja2-18/+22
2004-07-152 changes in migration of PostgreSQL installation:ilja1-13/+14
2004-07-09changed pbsp.idnr from BIGINT to INT8 after bug report byilja2-2/+2
2004-06-11Added is_header flag to messageblks table. Is not used in any code yet,ilja6-3/+17
2004-05-25all references to bounce.c and bounce.h have been removed becauseilja1-2/+2
2004-05-11changed mailboxes.name to VARCHAR BINARY for MySQL, so mailbox name isilja4-4/+4
2004-05-05 sql/mysql/create_tables.mysqlilja2-11/+11
2004-04-22last_login field of the users table is filled with the timestampilja1-0/+3
2004-03-19updated copyright warnings and GPL notices to files missing themilja6-6/+6
2004-03-18added pbsp (pop-before-smtp) table to all create tables scripts. Theilja8-30/+63
2004-03-08removed sql files that were not necessary for the current release. Theseilja23-367/+0