]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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  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...
2011-03-12  drhAdd the new optional "unix-excl" VFS. This VFS grabs...
2011-03-12  shanehMore tests for SQLITE_OMIT_UNIQUE_ENFORCEMENT and minor...
2011-03-11  danAdd the sqlite3changeset_apply() function. Does not...
2011-03-11  drhRemove an unused field from the unix sqlite3_file object.
2011-03-10  shanehSimplification of tests and more added for SQLITE_OMIT_...
2011-03-10  shanehSkip unique constraint enforcement if compiled with...
2011-03-10  shanehMinor clean-up of previous mem5 allocator fix.
2011-03-09  shanehFix issue with mem5 allocator when min request size...
2011-03-09  drhOmit unnecessary OP_Next and OP_Prev operators when...
2011-03-09  danAdd a function to the session extension invert a changeset.
2011-03-09  drhUpdates to the OS/2 implementation from Rich Walsh.
2011-03-08  danAdd start of sessions feature.
2011-03-08  drhMerge the syscall-override changes into trunk.
2011-03-08  drhUnix errno integer can vary from one system to the...
2011-03-08  drhFix two compiler warnings. No functional code changes.
2011-03-08  drhFix additional cases of possible signed integer overflo...
2011-03-06  drhAnother minor simplification brought to light by clang.
2011-03-06  drhRemove dead code identified by the clang static analyzer.
2011-03-05  drhSimplifications to the overflow-free multiplier. Also...
2011-03-05  drhFix all known instances of signed-integer overflow...
2011-03-05  drhFix an instance of signed arithmetic overflow and an...
2011-03-04  drhHandle EINTR errors from open(). syscall-override
2011-03-04  drhDo a better job of choosing the join table order when...
2011-03-03  danAdd the experimental sqlite3_transaction_hook() API.
2011-03-02  drhFix quoting of the result in rtreeB.test.
2011-03-02  drhAdd additional VFS methods to retrieve system call...
2011-03-02  drhAdd more system calls to the set that can be overridden...
2011-03-02  drhFix bugs in [7b6e30e6a7] that only show up on Mac.
2011-03-02  drhMake sure the rtreenode() testing and analysis routine...
2011-03-02  drhProof-of-concept prototype for the proposed xSetSystemC...
2011-03-02  drhLog all error from close() in os_unix.c to sqlite3_log...
2011-03-01  danAdd the experimental sqlite3_preupdate_hook() API.
2011-02-25  drhComment out some code in os_unix.c that only runs on...
2011-02-24  drhFix a typo in a comment. No changes to code.
2011-02-23  drhReserve a range of bits in the SQLITE_OPEN_xxxx bit...
2011-02-23  drhFix a typo in the robust_flock() macro for systems...
2011-02-23  drhRetry selected system calls on unix when they fail...
2011-02-22  drhWhen a stale schema-cookie is seen, expire only the...
2011-02-21  danFix a problem with "EXPLAIN QUERY PLAN SELECT count...
2011-02-21  danHave os_unix.c call sqlite3_log() following errors...
2011-02-19  drhAn SQLITE_PROTOCOL error counts as a locking error...
2011-02-19  drhChange a testcase() added by the previous checkin into...
2011-02-19  drhAdd testcase macros to verify that all return values...
2011-02-19  drhChanges to make WAL more robust against SQLITE_PROTOCOL...
2011-02-18  drhFix the sqlite3ValueFromExpr() routine so that it retur...
2011-02-17  drhRemove a no-op code path from sqlite3ExprIsInteger...
2011-02-17  drhRemove an assert() that was made redundant by the previ...
2011-02-17  drhAdd an ALWAYS() around a always-true test in where.c.
2011-02-16  drhFix harmless compiler warnings in the query planner.
2011-02-16  shanehAdd "do_not_use_codec" logic to some of the TCL based...
2011-02-14  shanehSkip some tests in capi3e.test when compiled with SQLIT...
2011-02-11  drhAdd a NEVER() around a test that is believed to always...
2011-02-11  shanehSkip flattening if subquery has LIMIT and outer query...
2011-02-11  drhFix a bug in the new WHERE-clause processing that tries...
2011-02-11  drhAllow an index paired with a NOT NULL constraint to...
2011-02-11  drhDisable unused NULL tests when SQLITE_ENABLE_STAT2...
2011-02-10  shanehAdd .testctrl option to CLI.
2011-02-10  drhSplit the documentation for sqlite3_wal_checkpoint_v2...
2011-02-10  drhPrevent a segfault when automatic indices try to use...
2011-02-10  drhRefactor the cost function in the query planner. Give...
next