]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2011-03-04  drhHandle EINTR errors from open(). syscall-override
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...
2011-01-25  drhChange the name of SQLITE_FCNTL_SYNC to SQLITE_FCNTL_SY...
2011-01-25  danFix a couple of typos in comments. No changes to actual...
2011-01-25  danFix a broken assert() in pager.c.
2011-01-25  danFix a problem in memsubsys1.test. Modifications to...
2011-01-25  drhShave a few cycles so that performance is better than...
2011-01-24  drhModify the test_quote.c demonstration shim so that...
2011-01-24  drhFix a typo in the documentation for sqlite3_snprintf...
2011-01-24  drhFix a harmless compiler warning (a shadowed local varia...
2011-01-24  drhRestructuring and generalizing analyze5.test. The...
2011-01-24  danEnsure that if a deferred FK constraint is violated... deferred-fk-quirk
2011-01-24  drhChange the cost estimator in the query planner to take...
2011-01-22  danModify the trace callback mechanism so that SQL command...
2011-01-22  drhAdd the ability to use indices for constraints of the...
2011-01-21  danChange sqlite3StrAccumAppend() to use realloc instead...
2011-01-21  drhAdjustments to the result row estimator for the IN...
2011-01-21  drhMake use of histogram data to make better estimates...
2011-01-21  danAdd options to test command [do_faultsim_test] to suppo...
2011-01-21  drhAdd the ability to use indices when a range contraint...
2011-01-20  drhUpdate ANALYZE test cases to check out the use of histo...
2011-01-20  drhUse histogram data to improve the row-count estimates...
2011-01-20  drhThe first of a planned series of enhancements to the...
next