]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2015-03-05  danFix some problems with OTA and empty target databases...
2015-03-05  drhNew test cases and requirements marks for PRAGMA index_...
2015-03-05  drhRevert "PRAGMA index_info" to output only three columns...
2015-03-05  danAdd comments to sqlite3ota.h to make it clear that...
2015-03-05  danFix a typo in sqlite3ota.h.
2015-03-05  drhNew requirements marks on compound SELECT statements.
2015-03-04  drhNew requirements marks on INSERT and INDEXED BY and...
2015-03-04  mistachkinFix harmless compiler warning.
2015-03-04  drhRefinement to the wording of the documentation on depre...
2015-03-04  drhRemove a surplus </dl> mark in the documentation...
2015-03-04  danFix a couple of build problems.
2015-03-03  drhClean up #ifdef logic dealing with VxWorks in os_unix...
2015-03-03  drhFix compiler warnings when compiling under VxWorks 7.
2015-03-03  drhEnhance SQLITE_ALLOW_URI_AUTHORITITY to elide //localho...
2015-03-03  drhFix over-length source code lines in the main.c source...
2015-03-02  drhChanges so that the amalgamation and the command-line...
2015-03-02  drhEnsure that automatic indexes are *not* considered...
2015-02-28  drhIn the command-line shell, the inability to read ~...
2015-02-28  drhMore test cases and requirements marks for pragmas.
2015-02-27  drhRemove all references to SQLITE_DEFAULT_TEMP_CACHE_SIZE...
2015-02-27  drhNew requirements marks and a few new test cases to...
2015-02-27  mistachkinMerge updates from trunk.
2015-02-27  danFurther minor optimizations to flushing fts5 data to...
2015-02-27  danFix suffix and prefix compression of terms in top-level...
2015-02-27  drhAdd a couple of requirements marks.
2015-02-26  mistachkinFix potential memory leaks in the misc 'compress' exten...
2015-02-26  danOptimize copying data from fts5 in-memory hash tables...
2015-02-26  drhUpdate a requirements mark to reflect a change of wordi...
2015-02-26  drhFix a real bug (in test code) that was introduced while...
2015-02-26  danFix an fts5 bug in large incremental merges.
2015-02-26  drhSimplifications to the description of the nByte paramet...
2015-02-25  danInstead of the 4-byte fields, use regular varints for...
2015-02-25  drhMake sure the sqlite3_mutex.id field is initialized...
2015-02-25  drhMerge the latest trunk fixes into the sessions branch.
2015-02-25  drhAdd support for the linenoise command-line editing...
2015-02-25  danAdd support for linenoise to shell.c. linenoise
2015-02-25  mistachkinWhen cleaning with MSVC, prevent superfluous output...
2015-02-25  drhRemove an always-false conditional from constructAutoma...
2015-02-24  danPrevent partial indexes on the table on the left hand...
2015-02-24  drhMake sure partial indexes are not qualified incorrectly...
2015-02-24  drhMore test cases to help ensure that partial indexes... tkt-2326c258
2015-02-24  drhThis additional fix prevents a partial index from being...
2015-02-24  drhMake sure partial automatic indexes are not based on...
2015-02-23  danFix building with ENABLE_OTA and OMIT_LOAD_EXTENSION.
2015-02-23  danMerge latest trunk changes with this branch.
2015-02-23  danChange SQLITE_FCNTL_ZIPVFS_PAGER to SQLITE_FCNTL_ZIPVFS.
2015-02-23  danUpdate the sqlite3ota_db() API to account for the fact...
2015-02-23  danImprove tests for resuming ota updates following power...
2015-02-21  danFix some problems with resuming ota updates if saving...
2015-02-21  drhUpdate document on sqlite3_mprintf() and related functi...
2015-02-21  drhMerge all recent trunk changes into the sessions branch.
2015-02-21  drhFix a compiler warning associated with USE_PREAD64.
2015-02-21  drhFix over-length source code lines in os_unix.c.
2015-02-21  drhKeep track of the optimal number of reserved bytes...
2015-02-20  danAdd some missing comments and fix other minor code...
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...
next