- 933a5ff TCL tests now all pass. by drh ยท 12 years ago rtree-queue
- ab908cf Fix a bug in rowid=? query handling. More problems remain. by drh ยท 12 years ago
- f247982e Bug fixes to the priority-queue implementation for R-Trees. Improved tracing by drh ยท 12 years ago
- 96ce1b3 Initial attempt at getting R-Tree queries to work using a priority queue. by drh ยท 12 years ago
- de8c279 Fix comments on the rtreenode() and rtreedepth() test function in the R-Tree by drh ยท 12 years ago
- b6c3aea Remove over 300 lines of unused code, code that implemented the older by drh ยท 12 years ago
- 8ae04b5 Continuing work on the new custom query mechanism for r-tree. by drh ยท 12 years ago
- 0ccb6cd Continuing clean-up of the R-Tree module in preparation for cutting in the by drh ยท 12 years ago
- c9cb207 Add the new interfaces to rtree, though they do not yet work. Add the by drh ยท 12 years ago
- eb7c4f2 Add the --verify option to speedtest1. Add verification test cases to by drh ยท 12 years ago
- dcc5c7b Update comments in the R-Tree module in preparation for some big changes. by drh ยท 12 years ago
- 652cc4b Merge all recent changes from trunk, by drh ยท 12 years ago
- c438df1 Use OP_Copy instead of OP_SCopy when moving results out of a subquery, by drh ยท 12 years ago
- 831116d Fix a typo in the "Synopsis:" comment for the OP_VFilter opcode. by drh ยท 12 years ago
- 54d0d2d In the command-line shell, run set writable_schema before running the by drh ยท 12 years ago
- b663587 Avoid a (harmless) buffer overread that is possible on an OOM when by drh ยท 12 years ago
- 70c9320 Disable the wal64k.test script for non-unix systems since it depends on by drh ยท 12 years ago
- 36ed034 Fix a harmless compiler warning. by drh ยท 12 years ago
- a1f7c0a Enhance the sqlite3VdbeRecordCompare() routines so that if they encounter by drh ยท 12 years ago
- 27de5c5 Minor cleanup of the code in the query planner that computes the costs by drh ยท 12 years ago
- 382bdea Enhance the logest.c utility with new operators: "dup", "inv", "log", and by drh ยท 12 years ago
- 24ed9d0 Merge in fixes (including the corrupt-database crash fix) and by drh ยท 12 years ago
- 68916c9 Add an extra test case for the potential buffer overread patched by [28ddecff04]. by dan ยท 12 years ago
- d9c131c Add a test case to verify that the previous change avoids excess buffer by drh ยท 12 years ago
- 182ea4e Earlier detection of corruption in sqlite3VdbeRecordCompare() in order to by drh ยท 12 years ago
- e2ac506 Add an assert() and a comment to clarify the operation of the by drh ยท 12 years ago
- 5e8980d Adjust the repeat counts on several tests in speedtest1 so that the relative by drh ยท 12 years ago
- c872966 Add another performance test case to speedtest1. This case is another by drh ยท 12 years ago
- 0c60c1f Add an ORDER BY test case to speedtest1.c by drh ยท 12 years ago
- 86dd371 Detect when a VdbeCursor is still pointing at a valid row but that row has by drh ยท 12 years ago
- b22f38a Remove unused variables Parse.nColCache and Parse.iColCache. by dan ยท 12 years ago
- 3d1d90a Fix arithmetic operators so that they do not change the affinity of their by drh ยท 12 years ago
- 4979088 Avoid attempting to mmap memory from an offset that is not a multiple of the system page size on systems with page sizes larger than 32KB. by dan ยท 12 years ago
- 323913c Avoid a possible use of an uninitialized variable following an I/O or OOM error. by drh ยท 12 years ago
- dbfca2b Clear the sort-order flags on the KeyInfo object associated with the by drh ยท 12 years ago
- c83a6be Increase the version number to 3.8.5. by drh ยท 12 years ago
- 59b8f2e Fix the ORDER BY optimization logic so that it will do a block-sort on by drh ยท 12 years ago
- 9a44447 Add the ability to use indices for the first few terms of an ORDER BY clause, by drh ยท 12 years ago
- 8e1ee88 Change the names of SRT_DistTable and SRT_Table used by CTE to more by drh ยท 12 years ago
- 9afccba Avoid leaking memory in an obscure case where the flattener adds an ORDER BY clause to the recursive part of a recursive query. by dan ยท 12 years ago
- cc08fa4 Merge the OFFSET-on-query-without-FROM fix from trunk. by drh ยท 12 years ago
- a22a75e Fix the OFFSET clause so that it works correctly on queries that lack by drh ยท 12 years ago
- e99b9cd New test case for block-sorting. by drh ยท 12 years ago
- f9f1bdb Merge trunk fixes for "x IN (?)" handling. by drh ยท 12 years ago
- 5b1420e Remove a testcase() that is now always true due to the "x IN (?)" optimization. by drh ยท 12 years ago
- 8ad0de3 Fix the EXPLAIN indenter in the command-line shell to correctly by drh ยท 12 years ago
- fbb24d1 The "x IN (?)" optimization in check-ins [2ff3b25f40] and [e68b427afb] is by drh ยท 12 years ago
- 4ef7efa Fix harmless compiler warnings. by drh ยท 12 years ago
- 0a8d142 Previous check-in is not quite correct. "x IN (?)" is not exactly the same by drh ยท 12 years ago
- 2b59b3a Convert expressions of the form "X IN (?)" with exactly one value on the by drh ยท 12 years ago
- 0c8a934 Fix an unnecessarily obtuse use of a bitmask flag. by drh ยท 12 years ago
- bc76063 Add a test to ensure os_unix.c works with 64KiB OS pages. by dan ยท 12 years ago shm-mapping-fix
- 781e34c Add an experimental fix to avoid attempting to mmap memory from an offset that is not a multiple of the system page size on systems with page sizes larger than 32KB. by dan ยท 12 years ago
- db1cc09 Merge the vdbesort.c optimization from trunk. by drh ยท 12 years ago
- 6284db9 Fix query planner weights associated with choosing block-sorting. Fix by drh ยท 12 years ago
- 344510e Avoid some unnecessary calls to sqlite3VdbeRecordUnpack() that were being made when merging data from two or more temp files together in vdbesort.c by dan ยท 12 years ago
- 65ea12c Make it possible for block-sort to use the OP_SorterOpen sorter in addition by drh ยท 12 years ago
- 26d7e7c Fix a problem in the block-sort logic that can arise if the VDBE opcode by drh ยท 12 years ago
- ba19436 Avoid reusing temporary registers in co-routines when doing block-sorting. by drh ยท 12 years ago
- ea6c36e Make sure the where.c query planner never reports that the number of ORDER BY by drh ยท 12 years ago
- 079a307 First attempt at getting block-sort to work. This is an incremental check-in. by drh ยท 12 years ago
- ddba0c2 Make the partial-ORDER-BY information in the query planner available to the by drh ยท 12 years ago
- d2de861 Adjust the query planner to keep track of the number of ORDER BY terms by drh ยท 12 years ago
- 0401ace Experiments with the optimization of ORDER BY and GROUP BY clauses. by drh ยท 12 years ago
- 0e68209 Clean up some obsolete "register" declarations in printf.c. by drh ยท 12 years ago
- a70a073 Performance enhancements and size reduction for sqlite3VXPrintf() by drh ยท 12 years ago
- 18c7e40 Fix a harmless compiler warning that crops up with SQLITE_MAX_MMAP_SIZE=0. by drh ยท 12 years ago
- d88e521 Fix an obscure bug causing sqlite3_close() to fail if there are virtual tables on the disconnect list when it is called. by dan ยท 12 years ago
- 82d25da Changes to FTS to ensure that it does not access the database from within the xConnect method. by dan ยท 12 years ago
- 87af14a Prevent the rtree module from reading sqlite_stat1 data from the wrong database. by dan ยท 12 years ago
- 0923788 Bump the version number to 3.8.4.1., to conform with trunk. by drh ยท 12 years ago
- 4681086 Version 3.8.4.1 by drh ยท 12 years ago version-3.8.4.1
- 8073c70 Update version number to 3.8.4.1 by drh ยท 12 years ago
- 3afca7d Add a test to see what happens if an rtree constructor encounters an SQLITE_BUSY error. No changes to code. by dan ยท 12 years ago
- 181aed3 Version 3.8.4 for sessions (plus two minor fixes). by drh ยท 12 years ago
- 89212fb Adjustments to the cost computation for the skip-scan query plan, to take by drh ยท 12 years ago
- b06a4ec Attempt to work around MSVC's treatment of __LINE__ as a non-constant value by drh ยท 12 years ago
- 55aeee4 Version 3.8.4 by drh ยท 12 years ago version-3.8.4
- b72cad1 Fix a bug causing "SELECT char()" to return SQLITE_NOMEM. by dan ยท 12 years ago
- f3ccc38 Improved comment on the pager.c PERSIST rollback journal delete logic by drh ยท 12 years ago
- 4e2f459 Merge the fix for the journal_mode=PERSIST error recovery delay bug. by drh ยท 12 years ago
- eb44392 Revise change from the previous check-in to clarify the situation when handling open journal files, regardless of journal mode. by mistachkin ยท 12 years ago
- 8879481 Avoid calling sqlite3OsDelete() on a file that is open, since this causes Windows to run *very* slowly. Comes up on error recovery in journal_mode=PERSIST. by mistachkin ยท 12 years ago
- f0ec2a5 Do not run corruptH.test in mmap mode. by dan ยท 12 years ago
- 87778c7 Fix a harmless compiler warning in the sessions test harness. by drh ยท 12 years ago
- b7bc8c9 Enhance the test harness for the sessions interface so that it does not by drh ยท 12 years ago
- f2eded2 Merge the latest 3.8.4 tweaks from trunk. by drh ยท 12 years ago
- fe70510 Improved EXPLAIN indentation of a loop in the ANALYZE logic for STAT4. by drh ยท 12 years ago
- 0df163a Remove a branch that is never taken from where.c. by dan ยท 12 years ago
- 378d01a Cosmetic change to the shell in-memory database warning to skip coloring the trailing period. by mistachkin ยท 12 years ago
- b6e8fd1 Fix some incorrect comments and typos in comments. Add testcase() macros by drh ยท 12 years ago
- 6211715 Better loadable extension handling in the Win32 VFS when compiled for Cygwin. by mistachkin ยท 12 years ago
- 0d71d12 Better support for MinGW 4.x. by mistachkin ยท 12 years ago
- 3bde135 Merge compiler-warning fixes from trunk. by drh ยท 12 years ago
- dc90d3d Always include the ctype.h header in the spellfix.c extension. by drh ยท 12 years ago
- a6eaa63 Avoid running a couple of test cases that use realloc() extensively if SQLITE_MEMDEBUG is defined. by dan ยท 12 years ago
- fc5717c Fix a harmless compiler warning on MSVC. by drh ยท 12 years ago
- 03af216 Add SQLITE_OMIT_CTE to the list of compile options that might be returned by "PRAGMA compile_options". by dan ยท 12 years ago
- 13ef14a Add tests to join.test to verify that it is not possible to use more than 64 tables in a join. by dan ยท 12 years ago
- 6d1626e Count the number of elements in a SrcList object using an "int" rather than by drh ยท 12 years ago