aboutsummaryrefslogtreecommitdiff
path: root/sql/mysql.new.sql (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-06-20Move mod_irc to ejabberd-contribEvgeniy Khramtsov1-10/+0
2018-04-24Pubsub creation/modification use varchar (#2397)Christophe Romain1-2/+2
2018-02-26Use length on fields in mysql indexesPaweł Chmielowski1-3/+3
2018-02-24sql/*: Add username to peer indexesHolger Weiss1-3/+3
The username is available for all MAM queries in question, and adding it to the indexes can improve the lookup performance significantly.
2018-02-05Fix MySQL error server_host used in key specification without a key lengthphejman1-2/+2
2017-12-26Add new schemas for SQLite and MySQLAlexey Shchepin1-58/+91
2017-11-16PubSub: Cleanup tree requests, rename pubsub_node.type->pubsub_node.pluginChristophe Romain1-1/+1
2017-10-31Optimize muc subscriptions handlingChristophe Romain1-0/+12
2017-10-26Add SQL support for mod_pushEvgeniy Khramtsov1-0/+11
2017-09-27mysql.sql: Use multi-column index on username/IDHolger Weiss1-1/+1
2017-05-17Clean up database code related to mod_vcard_xupdateEvgeniy Khramtsov1-6/+0
2017-03-31Add SQL as mod_proxy65 RAM backendEvgeniy Khramtsov1-0/+12
2017-03-30Add SQL as mod_carboncopy RAM backendEvgeniy Khramtsov1-0/+10
2017-03-29Add SQL as mod_muc RAM backendEvgeniy Khramtsov1-0/+21
2017-03-28Add SQL as mod_bosh RAM backendEvgeniy Khramtsov1-0/+8
2017-03-28Add SQL as router RAM backendEvgeniy Khramtsov1-0/+11
2017-02-23Fix pubsub MySQL schemaJerome Sautret1-3/+3
2017-02-22Add missing NOT NULL restrictionsChristophe Romain1-16/+16
2017-01-02Update copyright date automatically (#1442)Badlop1-1/+1
2016-08-01Add OAUTH SQL backendAlexey Shchepin1-0/+7
2016-05-02Use MEDIUMTEXT type for muc_room.opts in MySQL schemaJuan Pablo Carlino1-1/+1
2016-04-12Synchronizing master changesMickael Remond1-4/+4
2016-04-08Switch to varchar(64) in mysql user.server/salt as text can't have default ↵Paweł Chmielowski1-4/+4
values
2016-03-29In SQL files create Users table with SCRAM support by default (#956)Badlop1-1/+4
2016-01-13Update copyright to 2016 (#901)Badlop1-1/+1
2015-12-11Use UTF8MB4 character set in MySQL tablesEvgeniy Khramtsov1-71/+71
2015-12-11Use BLOB instead of TEXT on mysql in stanza storagePablo Polvorin1-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.
2015-08-08Add support for MUC MAMEvgeniy Khramtsov1-0/+2
2015-06-22Add MAM (XEP-0313) supportEvgeniy Khramtsov1-0/+25
2015-03-21Remove duplicate CREATE INDEX in mysql.sqlAlexey Shchepin1-2/+1
2015-03-20Add SCRAM support to ejabberd_auth_odbcAlexey Shchepin1-0/+4
2015-03-20Add a missed SQL index on privacy_list_data tableAlexey Shchepin1-0/+2
2015-03-20Added MySQL support for delete_old_messages (offline) command.Jerome Sautret1-0/+1
2015-03-09Make it possible to use SQL as an SM backendEvgeniy Khramtsov1-0/+14
2015-01-08Update copyright dates to 2015 (EJAB-1733)Badlop1-1/+1
2014-04-24added privacy_list_data index for mysql database.HAMANO Tsukasa1-0/+1
2014-03-13Update copyright dates to 2014 (EJAB-1679)Badlop1-1/+1
2014-02-22Update FSF addressJamie Nguyen1-4/+3
2013-10-23Get rid of deprecated MySQL variable 'table_type'Evgeniy Khramtsov1-29/+25
2013-06-13Switch to rebar build toolEvgeniy Khramtsov1-0/+0
Use dynamic Rebar configuration Make iconv dependency optional Disable transient_supervisors compile option Add hipe compilation support Only compile ibrowse and lhttpc when needed Make it possible to generate an OTP application release Add --enable-debug compile option Add --enable-all compiler option Add --enable-tools configure option Add --with-erlang configure option. Add --enable-erlang-version-check configure option. Add lager support Improve the test suite
2013-03-14Accumulated patch to binarize and indent codeBadlop1-0/+9
2013-01-24Update copyright datesAlexey Shchepin1-1/+1
2012-04-04ODBC support for mod_shared_rosterEvgeniy Khramtsov1-0/+15
2012-04-03ODBC support for mod_ircEvgeniy Khramtsov1-0/+9
2012-04-02ODBC support for mod_vcard_xupdateEvgeniy Khramtsov1-0/+5
2012-04-02ODBC support for mod_announceEvgeniy Khramtsov1-0/+6
2012-03-31ODBC support for mod_mucEvgeniy Khramtsov1-0/+19
2012-02-23Update copyright datesAlexey Shchepin1-1/+1
2011-02-14update copyright up to 2011Christophe Romain1-1/+1
2010-11-17Use MEDIUMTEXT type for vcard avatars in MySQL schema (EJAB-1252)Evgeniy Khramtsov1-1/+1