aboutsummaryrefslogtreecommitdiff
path: root/sql (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add new schemas for SQLite and MySQLAlexey Shchepin2017-12-262-0/+882
|
* Add missed server_host column in pg.new.sqlAlexey Shchepin2017-11-301-0/+1
|
* PubSub: Cleanup tree requests, rename pubsub_node.type->pubsub_node.pluginChristophe Romain2017-11-165-5/+5
|
* Add SQL_INSERT macro and update SQL queries to use server_host fieldAlexey Shchepin2017-11-021-0/+604
|
* Fix sql syntax error in lite.sqlPaweł Chmielowski2017-10-311-2/+2
|
* Optimize muc subscriptions handlingChristophe Romain2017-10-314-0/+48
|
* Update SQL archive index to match mysql.sqlAlexey Shchepin2017-10-273-3/+3
|
* Add SQL support for mod_pushEvgeniy Khramtsov2017-10-264-0/+47
|
* mysql.sql: Use multi-column index on username/IDHolger Weiss2017-09-271-1/+1
|
* Clean up database code related to mod_vcard_xupdateEvgeniy Khramtsov2017-05-174-28/+0
|
* Add SQL as mod_proxy65 RAM backendEvgeniy Khramtsov2017-03-313-0/+36
|
* Add SQL as mod_carboncopy RAM backendEvgeniy Khramtsov2017-03-304-1/+44
|
* Add SQL as mod_muc RAM backendEvgeniy Khramtsov2017-03-294-0/+87
|
* Add SQL as mod_bosh RAM backendEvgeniy Khramtsov2017-03-284-0/+34
|
* Add SQL as router RAM backendEvgeniy Khramtsov2017-03-284-0/+47
|
* Fix pubsub MySQL schemaJerome Sautret2017-02-231-3/+3
|
* Add missing NOT NULL restrictionsChristophe Romain2017-02-224-68/+68
|
* Move archive tables into lite.sql for better comparison with other schemasChristophe Romain2017-02-221-26/+25
|
* Update copyright date automatically (#1442)Badlop2017-01-024-4/+4
|
* Cleanup file headersChristophe Romain2016-12-272-2/+2
|
* Add OAUTH SQL backendAlexey Shchepin2016-08-014-0/+33
|
* Use MEDIUMTEXT type for muc_room.opts in MySQL schemaJuan Pablo Carlino2016-05-021-1/+1
|
* Switch to varchar(64) in mysql user.server/salt as text can't have default ↵Paweł Chmielowski2016-04-081-4/+4
| | | | values
* 'serverkey' and 'salt' should have empty string as defaultEvgeniy Khramtsov2016-04-081-2/+2
|
* In SQL files create Users table with SCRAM support by default (#956)Badlop2016-03-294-2/+14
|
* Update MSSQL schemaEvgeniy Khramtsov2016-03-291-0/+0
|
* Make it possible to define 'sm_db_type' per virtual hostEvgeniy Khramtsov2016-02-191-0/+14
|
* Update copyright to 2016 (#901)Badlop2016-01-133-3/+3
|
* Use UTF8MB4 character set in MySQL tablesEvgeniy Khramtsov2015-12-111-71/+71
|
* Use BLOB instead of TEXT on mysql in stanza storagePablo Polvorin2015-12-111-1/+1
| | | | | | | | | | | | | | Mysql 'utf8' do not support 4-bytes UTF8 chars. Characters like 'KISS MARK' (U+1F48B) causes mysql to cut the string at that point. There is utf8mb4 encoding available on newer mysql versions that do support 4-bytes utf8. But for storing stanzas, that doesn't need to be indexed or searched or inspected in any way, it was easier to use BLOB (the bytes stored are utf8 encoded anyway, like all XMPP), and avoids the need to redefine indexes (as allowed size is shorter on utf8mb4) or having mixed utf8 and utf8mb4 encodings on the same table.
* Improve MSSQL schemaEvgeniy Khramtsov2015-09-141-0/+0
|
* Fix MSSQL supportEvgeniy Khramtsov2015-09-134-4679/+0
|
* Add support for MUC MAMEvgeniy Khramtsov2015-08-083-0/+6
|
* Add MAM (XEP-0313) supportEvgeniy Khramtsov2015-06-223-3/+75
|
* Add missing sm table (thanks to Rasim Kalimullin)(EJAB-1740)Christophe Romain2015-05-201-0/+14
|
* Revert "added sm table to pg.sql"Evgeny Khramtsov2015-05-201-15/+0
|
* pg - added sm tableMatthias Rieber2015-05-171-0/+15
|
* Merge pull request #486 from saa/sqlite_supportEvgeny Khramtsov2015-04-081-0/+272
|\ | | | | Add SQLite support
| * Fix lite.sql and convert binary to integerSergey Abramyan2015-03-271-4/+4
| |
| * Add SQLite supportSergey Abramyan2015-03-201-0/+272
| |
* | Remove duplicate CREATE INDEX in mysql.sqlAlexey Shchepin2015-03-211-2/+1
| |
* | Add SCRAM support to ejabberd_auth_odbcAlexey Shchepin2015-03-202-0/+8
| |
* | Add a missed SQL index on privacy_list_data tableAlexey Shchepin2015-03-202-0/+4
| |
* | Added MySQL support for delete_old_messages (offline) command.Jerome Sautret2015-03-201-0/+1
|/
* Make it possible to use SQL as an SM backendEvgeniy Khramtsov2015-03-091-0/+14
|
* Update copyright dates to 2015 (EJAB-1733)Badlop2015-01-085-5/+5
|
* added privacy_list_data index for mysql database.HAMANO Tsukasa2014-04-241-0/+1
|
* Merge pull request #146 from jamielinux/masterbadlop2014-04-115-20/+15
|\ | | | | Update FSF address
| * Update FSF addressJamie Nguyen2014-02-225-20/+15
| |
* | Update copyright dates to 2014 (EJAB-1679)Badlop2014-03-135-5/+5
|/