Commit Graph

193 Commits (654edd37bbf7608fa1f1889cda4604cdba76f20f)

Author SHA1 Message Date
Kim Alvefur ede98f71e4 mod_storage_sql: Remove the word 'error' from debug messages 12 months ago
Kim Alvefur 91a064bd49 mod_storage_sql: Fix #1639 3 years ago
Kim Alvefur 2317f6a09f mod_storage_sql: Don't avoid initialization under prosodyctl (fix #1787) 3 years ago
Kim Alvefur 2dbbce2382 mod_storage_sql: Fix summary API with Postgres (fixes #1766) 3 years ago
Kim Alvefur 9f51add3a8 mod_storage_sql: Fix bypass of load procedure under prosodyctl 3 years ago
Kim Alvefur 1c4021b70f mod_storage_sql: Use UUIDv7 as keys 2 years ago
Kim Alvefur 51daea2530 mod_storage_sql: Spell out missing dependencies 2 years ago
Kim Alvefur 0df158712d mod_storage_sql: Pass variables as arguments instead of upvalues 2 years ago
Kim Alvefur 91d95d4c33 plugins: Use boolean config method in some places 2 years ago
Kim Alvefur 5d673d0620 mod_storage_sql: Use integer config option for cache size 2 years ago
Kim Alvefur 3b448c4479 mod_storage_sql: Use config enum for 'sqlite_tune' 2 years ago
Kim Alvefur e1b3be0015 mod_storage_sql: Allow higher precision timestamps in SQLite3 2 years ago
Kim Alvefur 71ad48095d plugins: Use integer config API with interval specification where sensible 2 years ago
Kim Alvefur 84c161c278 mod_storage_sql: Remove completed TODO (testing UPSERT on PostgreSQL) 2 years ago
Kim Alvefur 9f0a28f1c4 mod_storage_sql: Fix column name in index check for PostgreSQL 3 years ago
Kim Alvefur 935f28230a mod_storage_sql: Adjust indentation to align with surrounding code 3 years ago
Kim Alvefur 02469e4e8e mod_storage_sql: Only remove old index if it exists 3 years ago
Kim Alvefur a45c06b51f mod_storage_sql: Be more specific when checking for old index in SQLite3 3 years ago
Kim Alvefur f70ab44b4c mod_storage_sql: Improve check for old table index on PostgreSQL 3 years ago
Kim Alvefur b2cc309529 mod_storage_sql: Enable UPSERT with PostgreSQL 3 years ago
Kim Alvefur 23273ed228 mod_storage_sql: Add some TODO comments for future UPSERT work 3 years ago
Kim Alvefur 3efb1a72e7 mod_storage_sql: Do not keep track of quota when no quota is set 3 years ago
Kim Alvefur 5d6098bc1a mod_storage_sql: Add setting to tune SQLite3 performance vs safety 3 years ago
Kim Alvefur 0b74dcbdfb mod_storage_sql: Record all SQLite3 compile options for potential use 3 years ago
Kim Alvefur 1ece33405d mod_storage_sql: Compose a keyval+ store out of keyval and map store methods 3 years ago
Kim Alvefur 77e0a63ab1 mod_storage_sql: Add UPSERT support 3 years ago
Kim Alvefur 98922d54b1 plugins: Prefix module imports with prosody namespace 3 years ago
Kim Alvefur 3605137656 mod_storage_sql: Remove module status on unknown 'debug' level 3 years ago
Kim Alvefur 89f652ff0b mod_storage_sql: Silence luacheck warning 3 years ago
Kim Alvefur 0147b972e0 mod_storage_sql: Record connection to database as module status 3 years ago
Kim Alvefur 4c14111c76 mod_storage_sql: Support SQLite3 without LuaDBI 3 years ago
Kim Alvefur 1dd9e547ce mod_storage_sql: Strip timestamp precision in queries to fix error (thanks muppeth) 3 years ago
Kim Alvefur 50304f83fd mod_storage_sql: Drop archive timestamp precision pending schema update 3 years ago
Kim Alvefur 5251c9b686 compat: Remove handling of Lua 5.1 location of 'unpack' function 4 years ago
Kim Alvefur 2ec8fbe7e5 mod_storage_sql: Remove Lua 5.1 compatibility hack 4 years ago
Kim Alvefur 65a654d726 mod_storage_sql: Add index covering sort_id to improve performance (fixes #1505) 6 years ago
Kim Alvefur 6e53a3a601 mod_storage_sql: Move update limit check back one step, fixes traceback 6 years ago
Kim Alvefur 84e0c87b7e mod_storage_sql: Fix check for deletion limits (fixes #1494) 6 years ago
Kim Alvefur 0bb07b9711 mod_storage_sql: Return cached total where it makes sense 4 years ago
Kim Alvefur 36bbf6b077 mod_storage_sql: Adjust handling of 'total' for multi-id queries 4 years ago
Kim Alvefur 0d9065ae80 mod_storage_sql: Fix traceback on multi-user deletion 4 years ago
Kim Alvefur 0a50cf1be4 mod_storage_sql: Expose multi-user deletion capability 4 years ago
Kim Alvefur d4c3f44ade mod_storage_sql: Fix for move of yes/no function (Thanks Kasim) 5 years ago
Kim Alvefur 0f0d32d335 mod_storage_sql: Implement map-like API for archives 5 years ago
Kim Alvefur 68bd24d94c mod_storage_sql: Fix compatibilty with Lua 5.1 5 years ago
Kim Alvefur 3c919b0ad4 mod_storage_sql: Support query for set of IDs 5 years ago
Kim Alvefur ae0d560197 mod_storage_sql: Advertise support for id range query 5 years ago
Kim Alvefur 18525691a4 mod_storage_sql: Measure hits/misses on the item count cache 6 years ago
Matthew Wild 371d05a0c6 mod_storage_sql: Fix incorrect results when fetching items before specific archive id 6 years ago
Kim Alvefur 75a3d7758b mod_storage_sql: Log database connection parameters when creating engine 6 years ago