]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
2011-02-03  danExtra tests for the fts4aux module.
2011-02-03  drhFix a superlock test case to conform to the new wal_che...
2011-02-02  danFix minor problems with the output of "PRAGMA wal_check...
2011-02-02  danOptimize handling of equality and range constraints...
2011-02-02  drhMerge in the blocking-checkpoint enhancement, including...
2011-02-02  danMerge fts4aux branch.
2011-02-02  danAdd missing file fts3_aux.c. fts4aux
2011-02-01  danRemove extra instances of the text "checked out." from...
2011-02-01  danFix a problem causing builds with SQLITE_OMIT_WAL defin...
2011-02-01  danFix a case in fts4 where a corrupt %_stat table could...
2011-02-01  danAdd virtual table module "fts4aux", used to inspect...
2011-01-28  drhSQLite version 3.7.5 release candidate 2 version-3.7.5
2011-01-28  danAdd test script pagerfault3.test. No changes to code...
2011-01-28  drhChange pager_truncate() to a different method for exten...
2011-01-28  danWhen extending a database file, do so by writing one...
2011-01-28  drhReactivate the analyze5.test script. stat2-enhancement
2011-01-28  drhChange the weighting of binary searches on tables to...
2011-01-27  drhSQLite version 3.7.5 release candidate 1
2011-01-26  drhUpdate all built-in VFSes to return SQLITE_OK for the
2011-01-26  danUpdate test file mutex1.test to account for [e3b500fb5d].
2011-01-26  drhMore mutexes around another sqlite3StatusAdd() call.
2011-01-26  drhAdd a mutex around an sqlite3StatusAdd() call to preven...
2011-01-26  danUpdate mutex1.test so that it works with the memsubsys1...
2011-01-26  danChanges to exclusive2.test to make it more deterministic.
2011-01-26  drhRename the PCache1.mxPinned field to n90pct (since...
2011-01-25  drhFix new compiler warnings in pcache1.c that were introd...
2011-01-25  danAdd a missing call to sqlite3PagerSync() removed by...
2011-01-25  drhMake sure the return code from doing an xSync is correc...
next