Log

plugins/mod_storage_sql.lua @ 13213:50324f66ca2a

description author age
plugins: Use integer config API with interval specification where sensible Kim Alvefur 17 months ago
mod_storage_sql: Remove completed TODO (testing UPSERT on PostgreSQL) Kim Alvefur 18 months ago
mod_storage_sql: Fix column name in index check for PostgreSQL Kim Alvefur 18 months ago
mod_storage_sql: Adjust indentation to align with surrounding code Kim Alvefur 18 months ago
mod_storage_sql: Only remove old index if it exists Kim Alvefur 18 months ago
mod_storage_sql: Be more specific when checking for old index in SQLite3 Kim Alvefur 18 months ago
mod_storage_sql: Improve check for old table index on PostgreSQL Kim Alvefur 18 months ago
mod_storage_sql: Enable UPSERT with PostgreSQL Kim Alvefur 18 months ago
mod_storage_sql: Add some TODO comments for future UPSERT work Kim Alvefur 19 months ago
mod_storage_sql: Do not keep track of quota when no quota is set Kim Alvefur 19 months ago
mod_storage_sql: Add setting to tune SQLite3 performance vs safety Kim Alvefur 19 months ago
mod_storage_sql: Record all SQLite3 compile options for potential use Kim Alvefur 19 months ago
mod_storage_sql: Compose a keyval+ store out of keyval and map store methods Kim Alvefur 19 months ago
mod_storage_sql: Add UPSERT support Kim Alvefur 19 months ago
plugins: Prefix module imports with prosody namespace Kim Alvefur 21 months ago
mod_storage_sql: Remove module status on unknown 'debug' level Kim Alvefur 23 months ago
mod_storage_sql: Silence luacheck warning Kim Alvefur 23 months ago
mod_storage_sql: Record connection to database as module status Kim Alvefur 23 months ago
mod_storage_sql: Support SQLite3 without LuaDBI Kim Alvefur 23 months ago
Merge 0.12->trunk Kim Alvefur 24 months ago
mod_storage_sql: Fix #1639 0.12 Kim Alvefur 2023-01-01
Merge 0.12->trunk Kim Alvefur 2022-12-29
mod_storage_sql: Don't avoid initialization under prosodyctl (fix #1787) 0.12 Kim Alvefur 2022-12-29
mod_storage_sql: Strip timestamp precision in queries to fix error (thanks muppeth) Kim Alvefur 2022-09-07
mod_storage_sql: Drop archive timestamp precision pending schema update Kim Alvefur 2022-08-14
Merge 0.12->trunk Kim Alvefur 2022-07-29
mod_storage_sql: Fix summary API with Postgres (fixes #1766) 0.12 Kim Alvefur 2022-07-22
Merge 0.12->trunk Kim Alvefur 2022-07-26
mod_storage_sql: Fix bypass of load procedure under prosodyctl 0.12 Kim Alvefur 2022-07-25
compat: Remove handling of Lua 5.1 location of 'unpack' function Kim Alvefur 2022-07-11
mod_storage_sql: Remove Lua 5.1 compatibility hack Kim Alvefur 2022-07-02
mod_storage_sql: Return cached total where it makes sense Kim Alvefur 2021-11-30
mod_storage_sql: Adjust handling of 'total' for multi-id queries Kim Alvefur 2021-11-30
mod_storage_sql: Fix traceback on multi-user deletion Kim Alvefur 2021-11-30
mod_storage_sql: Expose multi-user deletion capability Kim Alvefur 2021-11-30
mod_storage_sql: Fix for move of yes/no function (Thanks Kasim) Kim Alvefur 2021-06-21
mod_storage_sql: Implement map-like API for archives Kim Alvefur 2021-02-01
mod_storage_sql: Fix compatibilty with Lua 5.1 Kim Alvefur 2021-01-13
mod_storage_sql: Support query for set of IDs Kim Alvefur 2021-01-12
mod_storage_sql: Advertise support for id range query Kim Alvefur 2021-01-09
mod_storage_sql: Measure hits/misses on the item count cache Kim Alvefur 2020-07-02
mod_storage_sql: Fix incorrect results when fetching items before specific archive id Matthew Wild 2020-06-12
mod_storage_sql: Log database connection parameters when creating engine Kim Alvefur 2020-05-02
Merge 0.11->trunk Kim Alvefur 2020-03-22
mod_storage_sql: Add index covering sort_id to improve performance (fixes #1505) 0.11 Kim Alvefur 2020-03-22
storagemanager, mod_storage_sql: Rename methods to :get_all() and :delete_all() Matthew Wild 2020-03-11
mod_storage_sql: Add map_store:find_key() and map_store:delete_key() (+ tests) Matthew Wild 2020-03-11
Merge 0.11->trunk Kim Alvefur 2020-02-22
mod_storage_sql: Move update limit check back one step, fixes traceback 0.11 Kim Alvefur 2020-02-22
Merge 0.11->trunk Kim Alvefur 2020-02-21
mod_storage_sql: Fix check for deletion limits (fixes #1494) 0.11 Kim Alvefur 2020-02-21
mod_storage_sql: Remove unused and not actually returned return value [luacheck] Kim Alvefur 2019-12-23
mod_storage_*: Also include timestmap of first message in :summary API Kim Alvefur 2019-08-22
mod_storage_*: Include timestamp of latest message in :summary API Kim Alvefur 2019-08-22
mod_storage_*: Tweak :summary API to allow future expansion with more fields Kim Alvefur 2019-08-22
mod_storage_sql: Ignore shadowed error variable [luacheck] Kim Alvefur 2019-05-27
mod_storage_sql: Fix to use correct arguments to archive id lookup Kim Alvefur 2019-05-27
mod_storage_sql: Correctly return item-not-found error Kim Alvefur 2019-05-27
mod_storage_sql: Look up archive IDs in separate queries (fixes #1325) Kim Alvefur 2019-03-22
Merge 0.11->trunk Kim Alvefur 2019-05-26
mod_storage_sql: Handle SQLite DELETE with LIMIT being optional (fixes #1359) 0.11 Kim Alvefur 2019-05-13
mod_storage_sql: Move code out of if-else chain 0.11 Kim Alvefur 2019-05-13
mod_storage_sql: Add support for iterating over users in archive stores Kim Alvefur 2019-05-05
mod_storage_sql: Implement archive summary API Kim Alvefur 2019-02-25
mod_storage_sql: No archive item limit by default Kim Alvefur 2019-03-22
mod_storage_sql: Return cached count if only this is queried for Kim Alvefur 2019-03-22
mod_storage_sql: Cache total count if it's calculated as part of the current query Kim Alvefur 2019-03-22
mod_storage_sql: Skip cache write Kim Alvefur 2019-03-22
mod_storage_sql: Fix to use currently queried store Kim Alvefur 2019-03-22
mod_storage_sql: Don't increment counter twice (fixes accounting error) Kim Alvefur 2019-03-22
mod_storage_internal,_sql: Key item count cache on both username and store Kim Alvefur 2019-03-22
mod_storage_internal,_sql: Expose archive capabilities feature set Kim Alvefur 2019-03-22
mod_storage_internal,_sql: Add limit to number of items in an archive store (fixes #733) Matthew Wild 2017-10-20
various: Don't rely on _G.unpack existing Kim Alvefur 2018-12-08
mod_storage_sql: Catch errors during schema upgrade (thanks Nothing4You) 0.11 Matthew Wild 2018-11-15
mod_storage_sql: Handle Lua 5.3 move of unpack function Kim Alvefur 2018-10-21
mod_storage_sql: Fix issue number in comment that was fixed by 55b40f3fa659 (fixes #1073) Matthew Wild 2018-10-13
mod_storage_sql: Keep prosodyarchive_index unique constraint on non-MySQL DBs Matthew Wild 2018-10-12
mod_storage_sql: Change prosodyarchive_index to be non-unique (fixes #1087) Matthew Wild 2018-10-11
mod_storage_sql: Have :users() throw an error on failure instead of returning non-iterator values Matthew Wild 2018-10-11
mod_storage_sql: Workaround MySQL not supporting LIMIT subquery in archive truncate operations, fixes #1200 Matthew Wild 2018-10-11
mod_storage_sql: Remove unused function argument [luacheck] Kim Alvefur 2018-10-10
mod_storage_sql: Catch and report value deserialization errors Kim Alvefur 2018-02-24
Merge 0.10->trunk Kim Alvefur 2017-12-22
mod_storage_sql: Index over contact and timestamp (happy now Ge0rg?) Kim Alvefur 2017-12-12
mod_storage_sql: Remove ability to override name of key-value table (unreachable and would not work) Kim Alvefur 2017-12-11
Merge 0.10->trunk Kim Alvefur 2017-11-21
mod_storage_sql: Add indices that include the with and when columns of archives Kim Alvefur 2017-11-21
mod_storage_sql: Add support for truncating deletion Kim Alvefur 2017-11-09
Merge 0.10->trunk Kim Alvefur 2017-10-05
mod_storage_sql: Also clear the prosodyarchive table when an user is deleted (fixes #1009) Kim Alvefur 2017-10-05
mod_storage_sql: Remove return values from purge method Kim Alvefur 2017-10-05
Merge 0.10->trunk Kim Alvefur 2017-05-16
mod_storage_sql: Fix logic error introduced by variable rename in aa9f198cb3c9 (thanks waqas) Matthew Wild 2017-04-30
Merge 0.10->trunk Kim Alvefur 2017-04-12
mod_storage_sql: Limit encoding check to current database Kim Alvefur 2017-04-12
mod_storage_sql: Break long lines Kim Alvefur 2017-04-12
mod_storage_sql: Pass charset and collation names via variable binding Kim Alvefur 2017-04-12
mod_storage_sql: Quote some field names Kim Alvefur 2017-04-12
Merge 0.10->trunk Kim Alvefur 2017-04-12
mod_storage_sql: Raise error if encoding check query fails Kim Alvefur 2017-04-12
Merge 0.10->trunk Kim Alvefur 2017-04-10
SQL: Use standard quotes for columns and other identifiers, rewrite to grave accents for MySQL only (fixes #885) Kim Alvefur 2017-04-10
Merge 0.10->trunk Kim Alvefur 2017-04-02
mod_storage_sql: Fix to use correct SQL query (thanks carlos) Kim Alvefur 2017-04-02
Merge 0.10->trunk Kim Alvefur 2017-04-01
mod_storage_sql: Remove unused return values (should those actually be used?) Kim Alvefur 2017-04-01
mod_storage_sql: Ignore name clash [luacheck] Kim Alvefur 2017-04-01
mod_storage_sql: Split long lines [luacheck] Kim Alvefur 2017-04-01
mod_storage_sql: Ignore name clash [luacheck] Kim Alvefur 2017-04-01
mod_storage_sql: Pass SQL engine as an argument to upgrade and table creator functions Kim Alvefur 2017-04-01
mod_storage_sql: Move SQL queries into multiline strings for readability [luacheck] Kim Alvefur 2017-04-01
mod_storage_sql: Rename variables to avoid name clashes [luacheck] Kim Alvefur 2017-04-01
mod_storage_sql: Sensible defaults for 'when' and 'with' arguments Kim Alvefur 2017-04-01
mod_storage_sql: Remove compat for argument order change Kim Alvefur 2017-04-01
Merge 0.10->trunk Kim Alvefur 2017-02-20
mod_storage_sql: Make archive:append() to return the id (or key) as first return value Kim Alvefur 2017-02-20
Merge 0.10->trunk Kim Alvefur 2017-01-24
mod_storage_sql: Fix to use correct order for return values from transaction (thanks postblue) Kim Alvefur 2017-01-24
Merge 0.10->trunk Kim Alvefur 2017-01-23