- 1b361ff Add the experimental SQLITE_FCNTL_WIN32_GET_HANDLE file control. by mistachkin ยท 10 years ago win32GetHandle
- 799730b The session extension is disabled by default. To enable it using by drh ยท 10 years ago
- 5e18d40 Turn the session extension off by default. Enable using --enable-session on by drh ยท 10 years ago session-make
- 48cd59a Avoid left-shifts of signed integers. by drh ยท 10 years ago
- 39f98c5 Remove some randomness from test script temptable2.test. by dan ยท 10 years ago
- b1c6995 Fix a test case in temptable2.test so that it works on systems that by drh ยท 10 years ago
- cf7e755 Fix harmless LLVM compiler warnings in the srcck1.c utility program used by drh ยท 10 years ago
- 57a07ba Disable the multi-row one-pass DELETE optimization when the WHERE clause by drh ยท 10 years ago
- 44aebff Improvements to the way the LIKE optimization is implemented, resulting in by drh ยท 10 years ago
- 40cf36f Change the way tester.tcl handes $argv so that in "permutations.test <permutation> <filename>" <filename> may be the name of any file in the test/ directory. by dan ยท 10 years ago
- 2f55511 Remove an unnecessary branch from the OP_String8 opcode. by drh ยท 10 years ago
- 2e55b04 More bug fixes to Lemon identified by Kelvin Sherlock. None of these by drh ยท 10 years ago
- 99f5de7 Simplifications to the OP_Halt opcode implementation. by drh ยท 10 years ago
- 2aab11f Fix the temporary directory search algorithm for unix so that it fails by drh ยท 10 years ago
- 54606bb Postpone I/O associated with TEMP files for as long as possible, with the by drh ยท 10 years ago
- 4a030c6 Fix test script temptable2.test so that it works with the "inmemory_journal" and "journaltest" permutations. by dan ยท 10 years ago tempfiles-25
- 20ae326 Merge latest trunk changes, including test case fixes, with this branch. by dan ยท 10 years ago
- 288327e Modify the permutations.test script so as to set any permutation specific configuration values before running each individual test script. Fix a mostly harmless buffer overread in the sessions module. by dan ยท 10 years ago
- afb8cd9 Lemon bug fix: Do not merge action routines unless their destructors are by drh ยท 10 years ago
- 14faa06 Fix an almost entirely harmless buffer overread in the sessions module. by dan ยท 10 years ago permutations-fix
- a3fa140 Some optimization comments added to vdbe.c. No functional changes to code. by drh ยท 10 years ago
- aa50271 Further simplifications and improved commentting on the rowset.c module, by drh ยท 10 years ago
- 396794f Comment changes only: Add several optimization marks in rowset.c. Add by drh ยท 10 years ago
- 2075fb0 Fix typo in comment. No changes to code. by mistachkin ยท 10 years ago
- cb6d66b Rearrange some code in the RowSet logic for clarity of presentation, while by drh ยท 10 years ago
- 8443533 Merge latest changes from trunk with this branch. by dan ยท 10 years ago
- 14cee38 Avoid running sessionfault.test and sessionfault2.test as part of the "inmemory_journal" permutation. by dan ยท 10 years ago
- 75ab50c Use comments to mark several branches as optimizations. No changes to code. by drh ยท 10 years ago
- 3104c4d Ensure that quota.test deletes the directory named "test.db" that it creates. by dan ยท 10 years ago
- 10c0a2a Remove an unnecessary conditional from the sqlite3DecOrHexToI64() routine. by drh ยท 10 years ago
- 609d584 Change the sqlite3Atoi64() routine so that it returns failure if not all of by drh ยท 10 years ago
- 05accd2 Modify the permutations.test script so as to set any permutation specific configuration values before running each individual test script. by dan ยท 10 years ago
- ad975d5 More simplification of the sqlite3AtoF() routine. Add special comments by drh ยท 10 years ago
- 9bf0136 Fix a couple of test script problems on this branch. Both related to the fact that temp database page sizes can no longer be changed by VACUUM or the backup API after the temp db is populated. by dan ยท 10 years ago
- c6daa01 Remove still more unnecessary branches from sqlite3AtoF(). by drh ยท 10 years ago
- 15af62a Further simplifications to sqlite3AtoF() to remove unneeded branches. by drh ยท 10 years ago
- e5f06fd Remove an unnecessary line from the sqlite3AtoF() routine. by drh ยท 10 years ago
- 97a7e5e The pcache and the built-in VFSes should not use mutexes when by drh ยท 10 years ago
- 4516482 Fix an issue in temptable2.test preventing it from working with SQLITE_DEFAULT_AUTOVACUUM=1 builds. by dan ยท 10 years ago
- 0a5ced4 Merge the checksymbols fix from trunk into this branch. by dan ยท 10 years ago
- b283a0c Fix the "checksymbols" target in Makefile.in to be able to deal with the by drh ยท 10 years ago
- ead01fd Add an sqlite3FaultSim() all to make it easier to simulate IO errors in by drh ยท 10 years ago
- 6c96358 Remove an obsolete comment from the pager. No code changes. by drh ยท 10 years ago
- ae20690 Update the RBU vacuum code so that databases that use custom collation sequences can be vacuumed. by dan ยท 10 years ago
- 835f22d Fix some unreachable branches in the pager. by drh ยท 10 years ago
- dc7adf2 Merge bug fix from trunk. by drh ยท 10 years ago
- b1ec87a When checking for the WHERE-clause push-down optimization, verify that by drh ยท 10 years ago
- 1de86ca Fix a typo in the Makefile. by mistachkin ยท 10 years ago
- d456e92 Merge the temporary directory search algorithm fix from trunk. by drh ยท 10 years ago
- 23ee893 Fix the fix to the temporary directory search algorithm so that it continues by drh ยท 10 years ago
- 7ff5d52 Merge the latest trunk changes. by drh ยท 10 years ago
- 2d36f06 Fix a problem with mixing temp-files and mmap-mode. by dan ยท 10 years ago
- 6572c16 Fix some problems to do with temp-file databases and recovering from IO and SQLITE_FULL errors. by dan ยท 10 years ago
- 7694e06 Change the temporary directory search algorithm on unix so that directories by drh ยท 10 years ago
- 83b74f2 Add the sqlite3rbu_vacuum() API, to create an RBU handle that can be used to rebuild a database in the same way as the VACUUM command. by dan ยท 10 years ago
- b7a2086 If a call to sqlite3rbu_close() on an rbu handle opened by sqlite3rbu_vacuum() returns other than SQLITE_OK, delete the contents of the rbu_state table. This ensures that if an RBU vacuum operation either completes successfully or encounters an error, the next call to sqlite3rbu_vacuum() with the same parameters starts a new RBU vacuum operation. by dan ยท 10 years ago rbu-vacuum
- 2e8bfb6 Fix a problem in rbu vacuum on tables with a large sqlite_master table. by dan ยท 10 years ago
- 6bcfe8b Add a function prototype in order to fix a compiler warning. by drh ยท 10 years ago
- 518aca1 Merge updates from trunk. by drh ยท 10 years ago
- 26f7977 Add the SQLITE_DBCONFIG_ENABLE_LOAD_EXTENSION method for enabling by drh ยท 10 years ago
- f602a16 Test cases for SQLITE_DBCONFIG_ENABLE_LOAD_EXTENSION. by drh ยท 10 years ago load-ext-security
- 191dd06 Revert sqlite3_enable_load_extension() to its original long-standing behavior. by drh ยท 10 years ago
- 94d4969 Add a documentation comment for sqlite3rbu_vacuum() to sqlite3rbu.h. by dan ยท 10 years ago
- cdce61e When an error occurs while transitioning out of WAL mode, make sure the by drh ยท 10 years ago
- 333f805 Fix a locking race condition in Windows 10 that can occur when two or more by drh ยท 10 years ago
- 132dde5 Add fault injection tests for rbu vacuum. Fix some problems revealed by the same. by dan ยท 10 years ago
- 1a55ded <b>API Change:</b> Modify sqlite3_enable_load_extension() so that it only by drh ยท 10 years ago
- 1aea630 Updates to ensure the values of PRAGMA settings like "page_size", "auto_vacuum", "user_version" and "application_id" are not lost when a database is RBU vacuumed. by dan ยท 10 years ago
- 46f0035 When an RBU vacuum is started on a db identified using a URI filename, pass the same URI parameters when creating the new version of the db. This ensures that RBU vacuum works with password protected databases. by dan ยท 10 years ago
- bff4b63 Detect attempts to use rbu vacuum on a wal mode database (not allowed). And attempts to write to a database in the middle of an rbu vacuum (which prevents the vacuum from resuming). by dan ยท 10 years ago
- 58e3812 Another fix to rbu vacuum for a zipvfs case. by dan ยท 10 years ago
- beccf1d Fix some zipvfs related problems in RBU vacuum. by dan ยท 10 years ago
- a6dddd9 Remove quotes from identifiers used as datatype names in a CREATE TABLE by drh ยท 10 years ago
- 2c03652 Merge recent trunk changes. by drh ยท 10 years ago
- b5895e5 sqlite3PCachePerecentDirty() should return 0 if the pcache is empty. by drh ยท 10 years ago
- f9986d9 The last parameter to pread64() and pwrite64() should be off64_t, not off_t. by drh ยท 10 years ago
- 303a094 Add the -vacuum switch to the "rbu" demonstration program. by dan ยท 10 years ago
- 2bb5f44 Changes so that rbu vacuum works with zipvfs databases. by dan ยท 10 years ago
- 977cbe7 Avoid creating any extra files ("<target>-vacuum") when running an RBU vacuum. Ensure that the OAL file created is "<target>-oal", not "<target>-vacuum-oal". by dan ยท 10 years ago
- ee65eea Fix a couple of assert() statements that were failing with OOM error tests. by dan ยท 10 years ago
- f891576 Add the experimental sqlite3rbu_vacuum() API function. For opening an RBU handle that rebuilds a database from scratch. by dan ยท 10 years ago
- eacd29d CLI enhancement: Add the ".eqp full" option, that shows both the EXPLAIN by drh ยท 10 years ago
- 5313f2e In the ICU extension toupper() and tolower() SQL functions, avoid calling u_strToUpper() or u_strToLower() a second time if the buffer passed to the first invocation turns out to be large enough. by dan ยท 10 years ago
- 4971160 Add the SF_HasAgg constant (currently unused). Also enhance the comments on by drh ยท 10 years ago
- fc26f7c Correctly interpret negative "PRAGMA cache_size" values when determining the cache-size used for sorting large amounts of data (i.e. the functionality in vdbesort.c). by dan ยท 10 years ago
- 7111c93 Add some missing testcase() macros to the pushDownWhereTerms() routine. by drh ยท 10 years ago
- f1b5ff7 Rename WhereInfo.pResultSet to pDistinctSet to more accurately reflect what by drh ยท 10 years ago
- 8f2ce91 Since the return value of sqlite3OsClose() is always ignored, we might as by drh ยท 10 years ago
- 7512cb4 Additional ".selecttrace" debugging output when the query is transformed from a by drh ยท 10 years ago
- 07d683f Fix compiler warnings by removing surplus local variables in the schema by drh ยท 10 years ago
- 1454b26 Merge enhancements from trunk via tempfiles-lazy-open. by drh ยท 10 years ago
- 0f52455 On commit, flush dirty temp-file pages only if the file is already open and 25% or more of the cache is dirty. by dan ยท 10 years ago
- 8ca7b17 Merge enhancements from trunk. by drh ยท 10 years ago tempfiles-lazy-open
- 0cb64ed Fixes for harmless compiler warnings. by drh ยท 10 years ago
- 4926fec Add the --indent option to the .schema and .fullschema commands in the shell, by drh ยท 10 years ago
- 02d436b A couple more compiler warning fixes. by mistachkin ยท 10 years ago
- c5896b5 Even more compiler warning fixes. by mistachkin ยท 10 years ago
- 77fac87 More harmless compiler warning fixes. by mistachkin ยท 10 years ago
- 02267cc Compilation fix for a C99-ism in the 'fts3view' tool. by mistachkin ยท 10 years ago
- 74f598b Fix harmless compiler warnings in the 'session' module. by mistachkin ยท 10 years ago