]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2011-04-02  drhMerge in the latest changes from trunk.
2011-04-02  drhChange the name of the "tAttachMask" datatype to "yDbMask".
2011-04-02  danAvoid returning SQLITE_NOTFOUND when the unix xSetSyste...
2011-04-02  drhWhen resetting any non-TEMP schema, also reset the...
2011-04-02  drhBegin a series of changes designed to reduce the scope...
2011-04-02  danFix a race condition in OP_ParseSchema.
2011-04-02  danDo not attempt to run tests that use the 'wholenumber...
2011-04-02  danFix additional test cases so that they work with DEFAUL...
2011-04-01  drhAdd the "wholenumber" virtual table module to the test...
2011-04-01  drhFix up the Makefile.in so that the configuration script...
2011-04-01  drhMerge the word-fuzzer branch into trunk.
2011-04-01  drhAdd additional test data and documentation to the fuzze... word-fuzzer
2011-04-01  danChanges to wal tests so that they work with DEFAULT_AUT...
2011-04-01  drhMerge the multiplexer enhancements back into the trunk.
2011-04-01  drhAdd a script that will break the amalgamation source...
2011-04-01  danChange analyze7.test so that it works without SQLITE_EN...
2011-04-01  danWhen simulating an error in the close() system call...
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  shanehUpdates to multiplex.test script; misc. bug fixes;
2011-03-30  danFurther tests for os_unix.c.
2011-03-30  drhDo not generate sqlite_stat1 entries for empty tables...
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  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-24  shanehMinor change to sqlite3Utf8Read() to make consistent...
2011-03-24  shanehFix problem with tableapi.test on Windows.
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  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  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-21  drhAdd the ability to enable and disable foreign key const...
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-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  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-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  shanehAllow multiplex file names to be preceeded by prefix...
2011-03-15  shanehFix cut-and-paste typo in debugging print statement...
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  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  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  drhUpdates to the OS/2 implementation from Rich Walsh.
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-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-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.
next