2016-01-07 |
dan | Add some assert() statements to verify, where possible... shared-cache-fix |
commit | commitdiff | tree |
2016-01-07 |
dan | Have the vdbe layer call sqlite3BtreeEnter() on all... |
commit | commitdiff | tree |
2016-01-07 |
drh | Add the "sqlite3 -sourceid" command in the TCL interfac... |
commit | commitdiff | tree |
2016-01-06 |
drh | Disable the --limit-mem option on fuzzcheck unless... |
commit | commitdiff | tree |
2016-01-06 |
drh | Version 3.10.0 version-3.10.0 |
commit | commitdiff | tree |
2016-01-05 |
drh | Always use -DSQLITE_ENABLE_MEMSYS5 for fuzzcheck so... |
commit | commitdiff | tree |
2016-01-05 |
drh | Another attempt to get reuse of excess opcode array... |
commit | commitdiff | tree |
2016-01-05 |
mistachkin | Permit the 'test_fs' test module to be compiled and... |
commit | commitdiff | tree |
2016-01-04 |
drh | Fix a corner case in the opcode-array reuse logic where... |
commit | commitdiff | tree |
2016-01-04 |
drh | Fix the conflict2.test module which was broken by check... |
commit | commitdiff | tree |
2016-01-04 |
drh | A new approach to very large sqlite3_mprintf() strings... |
commit | commitdiff | tree |
2016-01-04 |
drh | Improved comment on the vtabH-3.1 test. |
commit | commitdiff | tree |
2016-01-04 |
drh | Adjust the vtabH.test module to ignore files in the... |
commit | commitdiff | tree |
2016-01-04 |
drh | Limit the length of sqlite3_mprintf() output to 2^30... |
commit | commitdiff | tree |
2016-01-04 |
drh | Fix a harmless compiler warning. |
commit | commitdiff | tree |
2016-01-04 |
drh | Add releasetest.tcl cases for SQLITE_LIKE_DOESNT_MATCH_... |
commit | commitdiff | tree |
2016-01-03 |
drh | Bug fix: the conflict resolution behavior for the impli... |
commit | commitdiff | tree |
2016-01-03 |
drh | Fix a premature reference to utf8_printf in shell.c. |
commit | commitdiff | tree |
2016-01-03 |
drh | Add the number of cores used and the name of the host... |
commit | commitdiff | tree |
2016-01-02 |
drh | Fix a (harmless) typo in an #ifdef for SQLITE_ENABLE_CU... |
commit | commitdiff | tree |
2016-01-01 |
drh | Remember the size of the Vdbe.aOp[] array in bytes... |
commit | commitdiff | tree |
2016-01-01 |
drh | Avoid misaligned memory allocations on Sparc in sqlite3... |
commit | commitdiff | tree |
2016-01-01 |
drh | Fix an assert() that might be false for a corrupt database. |
commit | commitdiff | tree |
2016-01-01 |
drh | Remove unreachable branches from the new JSON aggregate... |
commit | commitdiff | tree |
2015-12-31 |
drh | Fix the ieee754.test module so that it works both on... |
commit | commitdiff | tree |
2015-12-31 |
mistachkin | In the shell, use utf8_printf() when any string formatt... |
commit | commitdiff | tree |
2015-12-31 |
mistachkin | Fix harmless compiler warning seen with MSVC. |
commit | commitdiff | tree |
2015-12-31 |
drh | Fix harmless compiler warnings associated with SQLITE_E... |
commit | commitdiff | tree |
2015-12-31 |
drh | Small size and performance optimization to the VDBE... |
commit | commitdiff | tree |
2015-12-30 |
drh | Reduce the size of the CellInfo object from 32 to 24... |
commit | commitdiff | tree |
2015-12-30 |
drh | Enhance the command-line shell so that it can handle... |
commit | commitdiff | tree |
2015-12-30 |
drh | Changes to the way that the default BINARY collating... |
commit | commitdiff | tree |
2015-12-30 |
drh | Simplification to the xfer-optimization logic. |
commit | commitdiff | tree |
2015-12-30 |
drh | Remove unnecessary tests from the LIKE pattern matcher... |
commit | commitdiff | tree |
2015-12-30 |
drh | Enhance the command-line shell to handle MBCS character... mbcs-shell |
commit | commitdiff | tree |
2015-12-30 |
drh | Add the json_group_array() and json_group_object()... |
commit | commitdiff | tree |
2015-12-24 |
drh | Avoid a harmless compiler warning on systems where... |
commit | commitdiff | tree |
2015-12-23 |
dan | Fix some harmless gcc compiler warnings. Mostly in... |
commit | commitdiff | tree |
2015-12-23 |
drh | Enhance the 'utc' modifier on date/time functions so... |
commit | commitdiff | tree |
2015-12-21 |
drh | Ensure that the Expr objects that describe indexed... |
commit | commitdiff | tree |
2015-12-18 |
drh | Micro-optimizations and comment fixes on the mem5.c... |
commit | commitdiff | tree |
2015-12-18 |
drh | Reduce the size of the CellInfo object from 32 to 24... optimize-cellinfo |
commit | commitdiff | tree |
2015-12-17 |
drh | Fix the spellfix1_scriptcode() function to ignore white... |
commit | commitdiff | tree |
2015-12-17 |
drh | Fixes for harmless compiler warnings. |
commit | commitdiff | tree |
2015-12-16 |
mistachkin | Fix even more harmless compiler warnings. |
commit | commitdiff | tree |
2015-12-16 |
mistachkin | Fix some more harmless compiler warnings. |
commit | commitdiff | tree |
2015-12-16 |
mistachkin | Fix compiler warning seen with MSVC. |
commit | commitdiff | tree |
2015-12-16 |
drh | Make greater use of the SQLITE_WITHIN macro. |
commit | commitdiff | tree |
2015-12-15 |
dan | Update the mkautoconfamal.sh script to make the buildin... |
commit | commitdiff | tree |
2015-12-15 |
drh | Add the SQLITE_OMIT_PARSER_TRACE compile-time option. |
commit | commitdiff | tree |
2015-12-14 |
dan | Add a missing memAboutToChange() macro to vdbe.c, the... |
commit | commitdiff | tree |
2015-12-11 |
dan | Add a new assert() statement to the snapshot-specific... |
commit | commitdiff | tree |
2015-12-11 |
drh | Simplified alignment constraints in the memory reuse... |
commit | commitdiff | tree |
2015-12-11 |
drh | Add the experimental snapshot interface. Because it... |
commit | commitdiff | tree |
2015-12-11 |
drh | Fix a memory allocation bug introduced last week by... |
commit | commitdiff | tree |
2015-12-11 |
drh | Mention that the snapshot interfaces are only available... snapshot-get |
commit | commitdiff | tree |
2015-12-11 |
drh | Disable the snapshot test scripts if not compiled with... |
commit | commitdiff | tree |
2015-12-11 |
drh | Fix a variable type mismatch problem in the snapshot... |
commit | commitdiff | tree |
2015-12-11 |
drh | Fix a bad assert related to snapshots. |
commit | commitdiff | tree |
2015-12-10 |
drh | Snapshot documentation updates. Comment changes only... |
commit | commitdiff | tree |
2015-12-10 |
dan | Update the sqlite3_snapshot_get() API so that if the... |
commit | commitdiff | tree |
2015-12-10 |
dan | Add tests to snapshot.test. |
commit | commitdiff | tree |
2015-12-10 |
dan | Return SQLITE_BUSY (not SQLITE_BUSY_SNAPSHOT) if sqlite... |
commit | commitdiff | tree |
2015-12-10 |
dan | Add tests to ensure that an sqlite3_snapshot_open(... |
commit | commitdiff | tree |
2015-12-10 |
drh | Move pointer range comparisons into a macro, where... |
commit | commitdiff | tree |
2015-12-10 |
dan | Have sqlite3_snapshot_open() avoid a race condition... |
commit | commitdiff | tree |
2015-12-10 |
drh | Move pointer range comparisons into a macro, where... stdint.h |
commit | commitdiff | tree |
2015-12-10 |
mistachkin | Fix spacing typo in comment. No changes to code. |
commit | commitdiff | tree |
2015-12-10 |
drh | Add the nBackfillAttempted field in formerly unused... |
commit | commitdiff | tree |
2015-12-09 |
dan | Update sqlite3_snapshot_open() to reduce the chances... |
commit | commitdiff | tree |
2015-12-09 |
drh | Further simplifications to the VDBE code generation... |
commit | commitdiff | tree |
2015-12-09 |
drh | Simplification of the DROP TRIGGER logic using sqlite3N... |
commit | commitdiff | tree |
2015-12-09 |
drh | Merge unrelated fixes from trunk. |
commit | commitdiff | tree |
2015-12-08 |
drh | Changes to avoid undefined behavior in memset() and... |
commit | commitdiff | tree |
2015-12-08 |
drh | Avoid doing comparisons with pointers that might have... |
commit | commitdiff | tree |
2015-12-08 |
drh | Add a test case of the form "WHERE a<2 OR a<3" using... |
commit | commitdiff | tree |
2015-12-08 |
mistachkin | Update the TclKit download URL. |
commit | commitdiff | tree |
2015-12-07 |
mistachkin | Update MSVC batch build tool to the latest Windows... |
commit | commitdiff | tree |
2015-12-07 |
drh | Add the ".changes ON|OFF" command to the sqlite3.exe... |
commit | commitdiff | tree |
2015-12-07 |
drh | Fix the openDirectory() routine in the unix VFS so... |
commit | commitdiff | tree |
2015-12-07 |
drh | Changes to avoid obscure, theoretical undefined behavio... |
commit | commitdiff | tree |
2015-12-07 |
dan | Add tests for snapshot_get(), _open() and _free(). |
commit | commitdiff | tree |
2015-12-05 |
dan | Add untested implementations of experimental APIs sqlit... |
commit | commitdiff | tree |
2015-12-04 |
drh | Remove the dependence on "exec ls -U" from the vtabH... |
commit | commitdiff | tree |
2015-12-04 |
drh | Prevent a segfault on Solaris in the test_fs.c due... |
commit | commitdiff | tree |
2015-12-03 |
drh | Fix typos in requirements text and update requirements... |
commit | commitdiff | tree |
2015-12-03 |
drh | Improved OOM recovery in the SELECT code generator... |
commit | commitdiff | tree |
2015-12-03 |
drh | Make the SQLITE_ENABLE_8_3_NAMES compile-time option... |
commit | commitdiff | tree |
2015-12-03 |
drh | Cleaner code and additional comments on the handling... |
commit | commitdiff | tree |
2015-12-03 |
drh | Make the sqlite3_status64(), sqlite3_strlike(), and |
commit | commitdiff | tree |
2015-12-03 |
dan | Fix threadtest3 so that it builds using the autoconf... |
commit | commitdiff | tree |
2015-12-03 |
dan | Improve concurrency in test_multiplex.c. Add a switch... |
commit | commitdiff | tree |
2015-12-03 |
drh | A unix VFS change replaces fsync() with fstat() when... |
commit | commitdiff | tree |
2015-12-02 |
drh | Remove unreachable branches from the decltype computati... |
commit | commitdiff | tree |
2015-12-02 |
dan | Have the sqlite3_column_decltype() API report the decla... |
commit | commitdiff | tree |
2015-12-02 |
drh | Fix an incorrect, though harmless, assert() in the... |
commit | commitdiff | tree |
2015-12-02 |
drh | Remove more (dead) SQLITE_FCNTL_WAL_BLOCK logic from... |
commit | commitdiff | tree |
2015-12-02 |
drh | Remove an unreachable branch from the unixMapfile(... |
commit | commitdiff | tree |
2015-12-02 |
drh | Minor simplifications to the unix VFS. |
commit | commitdiff | tree |
2015-12-02 |
drh | Change the SQLITE_NO_SYNC compile-time option to call... |
commit | commitdiff | tree |
next |