]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2011-03-29  drhIf the keyword "unordered" appears at the end of the... unordered-index-hack
2011-03-29  danFix a problem in the unix VFS implementation of xNextSy...
2011-03-29  drhFix the documentation for the sqlite3_column_*_name...
2011-03-28  danAdd test infrastructure (and some tests) to inject...
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  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.
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...
2011-02-09  shanehMake sure code *compiles* with each OMIT and ENABLE...
2011-02-09  danDo not report corruption if the the db size header...
2011-02-09  shanehUpdate Makefile.in for fts3_aux changes.
2011-02-09  drhUse macros to define the relative costs of search and...
2011-02-09  drhSimplifications to the sqlite3_wal_checkpoint_v2()...
2011-02-07  drhCleanup to the OP_Checkpoint opcode.
2011-02-07  danFix some test cases in walfault.test. Extend one test...
2011-02-07  danChange blocking-checkpoint tests so that they run once...
2011-02-05  danEnsure fts4aux can handle a table name in single or...
2011-02-05  danAdd test cases for fts4aux. Fix a bug affecting fts3...
2011-02-04  danChange fts4aux to (additionally) report on term frequen...
2011-02-04  drhSignificant changes have occurred since the 3.7.5 relea...
2011-02-04  drhMerge the stat2 query planner enhancements into the...
2011-02-04  drhIf a deferred foreign key constraint fails on a stateme...
2011-02-04  drhFix the ATTACH command so that the filename argument...
2011-02-03  danExtra tests for fts4 compress/uncompress hooks. Fix...
next