]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2011-04-01  danWhen simulating an error in the close() system call...
2011-04-01  danMerge latest trunk changes.
2011-04-01  danIf the sessions module is being built as part of the...
2011-04-01  danEnsure that it is not possible to add a column to a...
2011-04-01  drhMerge the ANALYZE-index enhancement into trunk.
2011-04-01  shanehRemoved dependency on sqliteInt.h so that multiplex... multiplex-enhancements
2011-04-01  drhTest cases for ANALYZE-index. analyze-idx
2011-04-01  drhMove a variable declaration inside an #ifdef to avoid...
2011-04-01  danIn os_unix.c, do not return SQLITE_BUSY to SQLite follo...
2011-04-01  danFix some problems in os_unix.c when compiled with ENABL...
2011-04-01  drhFix two compiler errors associated with non-standard...
2011-04-01  drhFix a compiler warning and an unreachable branch. ...
2011-03-31  shanehEnable/disable support.
2011-03-31  shanehTests and bug fixes for SELECT multiplex_control(op...
2011-03-31  shanehAdditional test cases; Round chunk size up to a multip...
2011-03-31  drhChange the ANALYZE command so that it will accept an...
2011-03-30  drhAdd the SQLITE_ENABLE_PREUPDATE_HOOK compile-time option.
2011-03-30  shanehUpdates to multiplex.test script; misc. bug fixes;
2011-03-30  danFurther tests for os_unix.c.
2011-03-30  drhDisable the truncate optimization if there is a preupda...
2011-03-30  drhAdd documentation to the sqlite3_preupdate_hook() inter...
2011-03-30  drhDo not generate sqlite_stat1 entries for empty tables...
2011-03-30  drhMerge in all the latest changes from trunk.
2011-03-30  drhMove to an O(NlogN) algorithm for the priority queue...
2011-03-29  drhAdd support for rowid.
2011-03-29  danAdd tests to syscall.test and sysfault.test.
2011-03-29  drhThe first simple test-case appears to be working now.
2011-03-29  danFix a problem whereby following an IO error in CommitPh...
2011-03-29  drhIf the keyword "unordered" appears at the end of the... unordered-index-hack
2011-03-29  drhFurther improvements to the fuzzer. It still is not...
2011-03-29  danFix a problem in the unix VFS implementation of xNextSy...
2011-03-29  shanehIn-progress changes - do not use; Removed prefix suppor...
2011-03-29  drhFix the documentation for the sqlite3_column_*_name...
2011-03-28  danAdd test infrastructure (and some tests) to inject...
2011-03-26  drhAdded most of the logic. Simple test runs without...
2011-03-26  drhSkeleton code for the word-fuzzer virtual table.
2011-03-25  danImprove coverage of session module a bit more.
2011-03-25  danImprove coverage of session module code.
2011-03-24  shanehMinor change to sqlite3Utf8Read() to make consistent...
2011-03-24  shanehFix problem with tableapi.test on Windows.
2011-03-24  danFix handling of schema changes mid-session.
2011-03-24  danFix handling of schema mismatches in sqlite3session...
2011-03-24  danStore primary key definitions for modified tables in...
2011-03-24  drhThe changes to fix [f7b4edece25c9948] mean that the...
2011-03-23  drhFix a signed/unsigned comparison compiler warning.
2011-03-23  drhUpdate the test_vfstrace.c shim to conform to the new...
2011-03-23  drhMerge in all the latest changes from the trunk, and...
2011-03-23  drhChange the xSetSyscall methods of the VFS so that they...
2011-03-23  drhIncrease the upper bound on SQLITE_MAX_ATTACHED from...
2011-03-23  danFix a bug in fts4 to do with matchinfo and deferred...
2011-03-23  danAdd the "indirect flag" to the changeset blob format...
2011-03-23  drhIn the shell, make sure the ".log" command has at least...
2011-03-23  danFix a numbering issue in rtree6.test. Add a couple...
2011-03-23  danChange the rtree module to support queries with multipl...
2011-03-22  danAdd API function sqlite3_preupdate_depth(), for determi...
2011-03-22  danFix a crash that can follow an OOM when "all tables...
2011-03-22  danIf a NULL pointer is passed to sqlite3session_attach...
2011-03-22  danAdd OOM tests and related fixes for the session module.
2011-03-22  shanehFix a couple typos for consistency in sessions document...
2011-03-21  danRemove some unreachable code in sqlite3session.c. Add...
2011-03-21  drhMerge in the sqlite3_db_config() enhancements for enabl...
2011-03-21  drhAdd the ability to enable and disable foreign key const...
2011-03-21  danAdd start of fault-injection tests for session module...
2011-03-21  danClarify handling of NULL values in PK columns in sqlite...
2011-03-21  danFix session module problems with real (floating point...
2011-03-21  danFix some typos in sqlite3session.h.
2011-03-20  danDocumentation format updates to sqlite3session.h.
2011-03-19  danFix a problem involving session objects and attached...
2011-03-19  danFix a bug in changeset generation code.
2011-03-19  danMove session1.test from test/ to ext/session/.
2011-03-19  danFix a problem with resizing a hash table in sqlite3sess...
2011-03-19  danFix some bugs in sqlite3changeset_apply().
2011-03-19  danFix a problem with INTEGER PRIMARY KEY columns and...
2011-03-19  drhMerge the fix to ticket [f7b4edece25c99485] into the...
2011-03-19  drhAdd a test case to verify that ticket [f7b4edece25c9948...
2011-03-18  drhAdd a generation counter to the Schema object and enhan...
2011-03-18  danHold the database mutex for the duration of an sqlite3c...
2011-03-18  drhFixes for compiler warnings. Minor code cleanup.
2011-03-18  danFurther improvements to documentation in sqlite3session.h.
2011-03-18  drhFix a memory allocation issues in the preupdate hook...
2011-03-18  danUpdate comments in sqlite3session.h. More to come.
2011-03-18  drhMerge all the latest trunk enhancements into the sessio...
2011-03-17  danChange to the session module to use user-defined primar...
2011-03-17  drhUpdate the implementation of ".testctrl" in the command...
2011-03-17  drhComment enhancement to better explain the logic in...
2011-03-17  drhEnhances to the query planner such that "x IS NULL...
2011-03-16  danAdd the sqlite3_preupdate_new() API, for retrieving...
2011-03-16  drhAdditional interpretation of flags and constants in...
2011-03-16  drhAdd the -vfstrace option to the usage error message...
2011-03-16  drhAdd the VFS-trace shim.
2011-03-16  danRemove the sqlite3_transaction_hook() API.
2011-03-15  drhMake the "unix-excl" VFS work exactly like "unix" if...
2011-03-15  drhFix an out-of-order variable declaration in shell.c.
2011-03-15  danFix some bugs and other code issues in the session...
2011-03-15  shanehAllow multiplex file names to be preceeded by prefix...
2011-03-15  shanehFix cut-and-paste typo in debugging print statement...
2011-03-14  danFix handling of return values from the conflict handler...
2011-03-14  drhMerge the unix-excl VFS into the trunk. This merge...
2011-03-12  drhIn the "unix-excl" VFS, use the heap for shared memory... unix-excl
2011-03-12  danFix some issues with UPDATE changes in the session...
next