]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2015-02-19  danEnsure the mutex used to protect the linked list of...
2015-02-19  danUpdate various documentation comments in sqlite3ota...
2015-02-19  drhFix errors in the EBCDIC upper-case to lower-case trans...
2015-02-19  drhRemove a redundant call to statfs() in the xOpen()...
2015-02-19  danMerge latest trunk changes with this branch.
2015-02-19  danAdd tests for a couple of previously untested branches...
2015-02-19  drhMove the os_unix.c file closer to apple-osx.
2015-02-19  drhFirst small steps toward brining trunk and apple-osx...
2015-02-18  danAdd new file ota12.test, containing tests for applying...
2015-02-18  danAdd ota tests to increase code coverage. Fix some minor...
2015-02-18  danFix a problem with OTA updates in the presence of datab...
2015-02-17  danImprove test coverage of ota code a bit.
2015-02-16  danAdd extra tests and fixes for ota.
2015-02-16  danAdd further tests and fixes for ota.
2015-02-16  danMove tcl test code from sqlite3ota.c to new file ext...
2015-02-14  danChange the way the "incremental checkpoint" function...
2015-02-13  drhImprovements to SQLITE_ENABLE_API_ARMOR.
2015-02-13  drhMake sure the prepared statement auto-resets on extende...
2015-02-12  mistachkinFor the shell '.import' command, make sure the last...
2015-02-11  danMerge the ota-update-no-pager_ota_mode branch into...
2015-02-11  danMerge latest trunk changes with this branch. ota-update-no-pager_ota_mode
2015-02-11  danEnsure that an error is reported if an attempt is made...
2015-02-10  danFurther tweaks to work with zipvfs.
2015-02-10  danAdd documentation and test cases for sqlite3ota_create_...
2015-02-09  danAdd the sqlite3ota_create_vfs() and sqlite3ota_destroy_...
2015-02-09  drhPropagate COLLATE operators upward through function...
2015-02-09  danFix WITHOUT ROWID table handing in sqlite3_analyzer.
2015-02-09  drhAdd test cases for the query flattener fix for tkt-2f7170d7
2015-02-09  drhPropagate the COLLATE operator upward through function...
2015-02-09  drhDisable the query flattener for aggregate subqueries...
2015-02-09  drhRename the internal "EP_Constant" bitmask to a less...
2015-02-09  drhIn selecttrace 0x100 mode, show the parse tree after...
2015-02-09  drhIn selecttrace mode 0x100, show a complete parse-tree...
2015-02-09  drhFix over-length source code lines in resolver.c. No...
2015-02-07  danAdd comments to explain the role of the ota vfs.
2015-02-07  danRemove "PRAGMA pager_ota_mode".
2015-02-07  drhFix potential 32-bit integer overflow problems on the...
2015-02-06  drhMerge all the latest enhancements from trunk.
2015-02-06  drhMerge the command-line shell enhancements from trunk.
2015-02-06  drhChange the name of ".info" to ".dbinfo" and add an...
2015-02-06  drhAdd the ".info" command to the shell.
2015-02-06  drhAdd the index_xinfo pragma which gives information...
2015-02-06  drhRevise the way that the index structure for a WITHOUT...
2015-02-05  danChange a comment in sqlite3ota.h to make it clear that...
2015-02-05  danPrevent ota updates from violating NOT NULL constraints...
2015-02-05  drhFigure out the primary-key type of a table using querie...
2015-02-04  drhMerge all changes from index_xinfo, including the move...
2015-02-04  drhMerge all recent trunk changes, including the movement... index_xinfo
2015-02-04  drhFix a missing mutex in SQLITE_TESTCTRL_IMPOSTER.
2015-02-04  danFix the error messages returned by ota if an update...
2015-02-04  danAvoid a linear scan of the entire table when ota update...
2015-02-04  danFix a memory leak that could follow an OOM error in...
2015-02-03  drhFix a typo in the --help output for speedtest1. Fix...
2015-02-03  danFix some problems surrounding WITHOUT ROWID tables...
2015-02-03  danRemove "PRAGMA ota_mode".
2015-02-02  drhBreak out the (script-generated) pragma parsing tables...
2015-02-02  danEnsure generated header file fts5parse.h is included...
2015-02-02  danFix some problems with building fts5 and fts3 together...
2015-02-02  danMerge latest trunk changes with this branch.
2015-01-31  danHave ota use imposter tables to write to indexes instea...
2015-01-31  danMinor optimizations to fts5 writes.
2015-01-31  drhMerge in support for the index_xinfo pragma.
2015-01-31  drhAdd the "index_xinfo" pragma. Add new columns to the...
2015-01-30  drhMerge the SQLITE_TESTCTRL_IMPOSTER changes from trunk.
2015-01-30  drhChange SQLITE_TESTCTRL_INITMODE to SQLITE_TESTCTRL_IMPO...
2015-01-30  drhMerge all recent trunk changes, and especially the...
2015-01-30  drhAdded SQLITE_TESTCTRL_INITMODE for improved testability.
2015-01-30  drhAdd a few simple test cases for SQLITE_TESTCTRL_INITMOD... initmode-testctrl
2015-01-29  danFix some problems with transactions that both read...
2015-01-29  mistachkinFix some duplicated test names.
2015-01-29  danEnsure that "PRAGMA wal_checkpoint = TRUNCATE|FULL...
2015-01-29  drhSplit up the SRC variable in Makefile.msc to avoid...
2015-01-29  drhAdd the INITMODE test-control.
2015-01-29  danOptimize range constraints on the rowid column of fts3...
2015-01-28  drhAdd missing VdbeCoverage() macros to the sqlite3_index_...
2015-01-28  danWhen a "full", "restart" or "truncate" checkpoint is...
2015-01-28  drhCorrectly detect errors returned by walCheckpointStart...
2015-01-28  drhMerge in all changes from trunk.
2015-01-27  mistachkinFix harmless compiler warnings.
2015-01-27  danFix a problem with fts5 doclist-indexes that occured...
2015-01-27  danFix a bug in the fts3 snippet() function causing it...
2015-01-27  danImprove the performance of fts3/4 queries that use...
2015-01-27  drhFix a (almost always harmless) read past the end of...
2015-01-25  drhThe va_list argument cannot take on a NULL value and...
2015-01-24  danHave fts5 store rowids in ascending order. Query speed...
2015-01-24  drhIn the command-line shell, make sure stderr is unbuffer...
2015-01-23  danFix compression of keys stored on internal segment...
2015-01-23  danRemove some redundant code from fts5.
2015-01-22  danAdd further tests and fixes for fts5.
2015-01-22  drhMake sure errors in the FROM clause of a SELECT cause...
2015-01-22  drhChange the undocumented ".selecttrace" command in the...
2015-01-21  danFurther tests and fixes for fts5.
2015-01-21  danFix an fts5 issue with loading doclist-indexes for...
2015-01-21  danMerge trunk changes with this branch.
2015-01-21  danFix an assert() that may fail following an OOM error.
2015-01-21  danAdd further tests for fts5 backend.
2015-01-21  danMerge latest trunk changes with this branch.
2015-01-21  mistachkinFix harmless compiler warning seen with MSVC.
2015-01-21  mistachkinEnhancements to entropy generation for the Win32 VFS.
2015-01-20  danAdd extra fault injection tests to fts5.
next