aboutsummaryrefslogtreecommitdiff
path: root/sql/pg.new.sql (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add missing SQL migration for table push_sessionpitchum2021-08-011-0/+6
|
* Add missing indexes to sql sr_group tablesPaweł Chmielowski2021-05-181-0/+3
|
* Update newest copyright year to 2021 (#3464)Badlop2021-01-271-1/+1
|
* Update copyright to 2020 (#3149)Badlop2020-01-281-1/+1
|
* Make PostgreSQL schema compatible with CockroachDBEvgeny Khramtsov2019-10-231-1/+1
|
* Check redirect_uri for OAUTH implicit grantAlexey Shchepin2019-10-031-0/+7
|
* Add SQL schemas for MQTT tablesEvgeny Khramtsov2019-02-271-0/+17
|
* Merge branch 'mix'Evgeny Khramtsov2019-02-211-0/+54
|\
| * Update MIX code to reflect newest specificationEvgeny Khramtsov2018-12-051-0/+54
| | | | | | | | | | | | Note that support for older specification is completely dropped, i.e. no backward compatibility is provided since the XEPs are still very experimental and being changed drastically
* | Manually update 2017 copyright dates (#2756)Badlop2019-01-081-1/+1
|/
* Keep info about carbons inside session tableEvgeny Khramtsov2018-12-011-18/+0
| | | | | | | | | | | | | | | Accordingly, Mnesia/SQL/Riak table 'carboncopy' is not used anymore and can be safely removed. As a consequence, the commit deprecates the following options of mod_carboncopy: - ram_db_type - use_cache - cache_size - cache_missed - cache_life_time Fixes #2663
* Move mod_irc to ejabberd-contribEvgeniy Khramtsov2018-06-201-13/+0
|
* Pubsub creation/modification use varchar (#2397)Christophe Romain2018-04-241-2/+2
|
* sql/*: Add username to peer indexesHolger Weiss2018-02-241-7/+6
| | | | | The username is available for all MAM queries in question, and adding it to the indexes can improve the lookup performance significantly.
* 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-161-1/+1
|
* Add SQL_INSERT macro and update SQL queries to use server_host fieldAlexey Shchepin2017-11-021-0/+604