28 Commits (93ee863e2004dddcb038e24d09033e6c926d9c53)

Author SHA1 Message Date
Graham 93ee863e20 Add initial support for plotting a map of valid/invalid XTEA keys 3 years ago
Graham f6961a50f1 Add cache size in bytes to master_index_stats 3 years ago
Graham 8c395bcf4b Add index on key_id 3 years ago
Graham a8fbfd851c Replace PL/pgSQL functions with inlineable SQL functions 3 years ago
Graham 5d1fa42623 Remove pointless LATERAL JOINs 3 years ago
Graham b792b65f5e Remove smarter resolution algorithm for now 3 years ago
Graham 18d7fdc343 Resolve collisions by prioritising groups from the same source 3 years ago
Graham f04d163d98 Add non-truncated version numbers to the collisions view 3 years ago
Graham c49ce684c8 Optimize master_index_stats 3 years ago
Graham 24d5b91ebe Mark functions as stable, strict and parallel safe 3 years ago
Graham cba34b54c9 Add resolve_{group,index} functions 3 years ago
Graham a8794aca99 Include empty master index in master_index_stats 3 years ago
Graham c0f9590f48 Add foreign key to source_groups 3 years ago
Graham b98d045cfe Add group source tracking 3 years ago
Graham 4deabceb9e Move container_id to the end of the groups index 3 years ago
Graham 995cdbd1b7 Add index to speed up the XTEA key brute force command 3 years ago
Graham ea63769fe9 Add container IDs to the collisions view for debugging 3 years ago
Graham 76dba3f404 Count indexes with a zero version/checksum as valid 3 years ago
Graham 42c3c4c120 Fix over-counting in the master_index_stats view 3 years ago
Graham 509d88b18f Add support for storing multiple build numbers per master index 3 years ago
Graham 8a25d3d31a Use CREATE EXTENSION IF NOT EXISTS in V1__init.sql 3 years ago
Graham 70644b5e06 Combine master_index_{archive,group}_stats 3 years ago
Graham 20988a70cc Add size column to the master_index_group_stats view 3 years ago
Graham f20070d8c3 Fix indentation in V1__init.sql 3 years ago
Graham f8c44f1de4 Rename master_index_valid_{indexes,groups} to resolved_{indexes,groups} 3 years ago
Graham 29541b03a8 Remove collision TODO from V1__init.sql 3 years ago
Graham 3a067b8b9c Add support for downloading keys from Polar's archive 3 years ago
Graham 03cb7701c5 Move migrations to a separate directory to speed up classpath scanning 3 years ago
Graham e3e0094b43 Remove empty loc group special case 3 years ago
Graham 3f8b8eec1a Add view for detecting collisions 3 years ago
Graham a920570f04 Fix total archive, group and key counts 3 years ago
Graham 1cbd97d3c9 Fix case (on -> ON) 3 years ago
Graham 416dabec4c Include empty loc groups in the total number of known keys 3 years ago
Graham 2ac2ab8230 Add groups and total_uncompressed_length to master_index_archives 3 years ago
Graham 81e2dedee5 Add number of valid indexes, groups and keys to the web interface 3 years ago
Graham 971fb642c1 Remove pointless cast 3 years ago
Graham bdaf5aae2c Rename WHIRLPOOL to DIGESTS for consistency with the Js5Index flags 3 years ago
Graham 53db5b3314 Add support for the current master index format 3 years ago
Graham 4ca9bcb6d2 Rename master_index_id to last_master_index_id 3 years ago
Graham 06ff7a9d3b Download all groups that changed between the previous and current cache 3 years ago
Graham 5d8f89e319 Add master_index_valid_{indexes,groups} views to reduce duplication 3 years ago
Graham 3289af5ddf Add uncompressed_{length,crc32} columns to the containers table 3 years ago
Graham 97640774f9 Store index protocol, version and flags in the database 3 years ago
Graham 1c061c0f66 Store master index format in the database 3 years ago
Graham 4154e4fdb4 Store non-truncated versions in the archiving service if available 3 years ago
Graham a19a69b21e Add name and description to the master_indexes table 3 years ago
Graham a3593e9326 Rename master_index_entries to master_index_archives 3 years ago
Graham 6a87159f30 Add lengths and uncompressed checksum to index_groups 3 years ago
Graham 77e227c93d Store game, build and timestamp in the master index table 3 years ago
Graham 689c315bf3 Track current build number automatically 3 years ago