aboutsummaryrefslogtreecommitdiff
path: root/src/node_flat_sql.erl (unfollow)
Commit message (Expand)AuthorFilesLines
2022-02-11Update copyright year to 2022Badlop1-1/+1
2021-10-30PubSub: Add delete_expired_pubsub_items commandHolger Weiss1-1/+18
2021-08-23node_flat_sql: Avoid catch-all clauses for RSMHolger Weiss1-7/+6
2021-08-22PubSub: Add delete_old_pubsub_items commandHolger Weiss1-3/+19
2021-08-21PubSub: Optimize publishing on large nodes (SQL)Holger Weiss1-3/+13
2021-08-21PubSub: Support unlimited number of itemsHolger Weiss1-1/+2
2021-01-27Update newest copyright year to 2021 (#3464)Badlop1-1/+1
2020-09-03Use include_lib() to include headers from dependencies (#3369)Stu Tomlinson1-1/+1
2020-05-15Make SQL query more generic for MSSQL compatibility (#3271)yuriyz-w1-2/+2
2020-03-18Fix type of computed field in node_flat sql queryPaweł Chmielowski1-5/+4
2020-02-04Use SQL ESCAPE statement only with MSSQL and SQLite, improve compatibility wi...Alexey Shchepin1-6/+6
2020-01-31Optimize sql queries in pubsub select_affiliation_subscriptionsPaweł Chmielowski1-4/+17
2020-01-28Update copyright to 2020 (#3149)Badlop1-1/+1
2019-12-16Improve compatibility with CockroachDB (#3074)Alexey Shchepin1-1/+1
2019-07-31For pubsub items with max_item = 1 use order by in sql queriesPaweł Chmielowski1-1/+21
2019-07-29Improve handling of errors in pubsub codeEvgeny Khramtsov1-7/+7
2019-07-17Fix pending nodes retrieval for SQL backendEvgeny Khramtsov1-32/+17
2019-06-22Improve extraction of translated stringsEvgeny Khramtsov1-1/+2
2019-06-14Use new configuration validatorEvgeny Khramtsov1-2/+1
2019-02-27Replace code using p1_time_compat wrapper with native functionsPaweł Chmielowski1-1/+1
2019-01-08Update copyright to 2019 (#2756)Badlop1-1/+1
2018-06-14Get rid of ejabberd.hrl headerEvgeniy Khramtsov1-1/+1
2018-01-05Update copyright datesEvgeniy Khramtsov1-1/+1
2017-12-28Don't force rsm when max_items is not defined (#2189)Christophe Romain1-8/+1
2017-12-13PubSub: Add missing Nidx building records from sql resultChristophe Romain1-0/+2
2017-11-16PubSub: Cleanup tree requests, rename pubsub_node.type->pubsub_node.pluginChristophe Romain1-5/+5
2017-11-15Cleanup pubsub subscriptions quering, fix pep caseChristophe Romain1-71/+46
2017-09-27Remove useless conditionChristophe Romain1-2/+0
2017-09-27PubSub: enforce controls on publish and deleteChristophe Romain1-13/+38
2017-09-27Fix xref errorChristophe Romain1-2/+5
2017-09-27Remove calls to deprecated functionsChristophe Romain1-2/+2
2017-09-27PubSub: add correct order when requesting all itemsChristophe Romain1-1/+2
2017-09-27PubSub: fix RSM support (#1994)(#2Â014)Christophe Romain1-102/+101
2017-04-11Rename aux.erl as misc.erl17.04Christophe Romain1-7/+7
2017-03-30Refactor pubsub's get_last_itemsChristophe Romain1-1/+2
2017-03-30Deprecate jlib.erl in favor of aux.erlEvgeniy Khramtsov1-7/+7
2017-03-21Use item creation date in rsm order (#1516)Christophe Romain1-8/+8
2017-02-26Get rid of jid:to_string/1 and jid:from_string/1Evgeniy Khramtsov1-3/+3
2017-01-02Update copyright date automatically (#1442)Badlop1-1/+1
2016-12-09Enforce pubsub node removal, revert previous commit (#1320)Christophe Romain1-3/+0
2016-12-09Enforce affiliation removal, remove corresponding items (#1320)Christophe Romain1-0/+3
2016-11-15Minor cosmetic changes on pubsub codeChristophe Romain1-1/+1
2016-10-20Nidx may be integer or binary, so use jlib:i2l insteadBadlop1-3/+3
2016-10-07Add xdata generator and make some code using itEvgeniy Khramtsov1-1/+1
2016-09-30PubSub: creation jid must be bare jidChristophe Romain1-1/+1
2016-09-30PubSub: fix error type on item deletion with insufficient priviledgeChristophe Romain1-5/+5
2016-09-29PubSub: creation jid must be bare jidChristophe Romain1-1/+1
2016-09-29PubSub: fix error type on item deletion with insufficient priviledgeChristophe Romain1-5/+5
2016-09-08Fix typo on previous commit (#1284)Christophe Romain1-1/+1
2016-09-08Full jid entity subscriptions should include bare jid records (#1284)Christophe Romain1-2/+3