]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2010-04-26  drhEnhancements to the showdb.c utility program. Automati...
2010-04-25  drhRemove an unreachable branch from the function initiali...
2010-04-24  drhWhen commands such as ALTER TABLE and VACUUM use SQL...
2010-04-23  shanehMerge of notify.c changes from experimental.
2010-04-17  drhIt is possible for sqlite3.pUnlockConnection to be...
2010-04-17  drhChange sqlite3_step() so that it automatically calls...
2010-04-16  shanehChanges for branch coverage of notify.c. Fixed quirk of
2010-04-15  drhDisable query flattening when the outer query is a...
2010-04-15  drhThe query planner fix of check-in [33b1f584ef] should...
2010-04-15  drhFurther refinements to table order selection on join...
2010-04-14  drhThe query planner uses non-indexable WHERE clause terms...
2010-04-13  danTest that the rollback-hook is invoked if a commit...
2010-04-12  drhAdd e_fts3.test to the set of tests excluded from the...
2010-04-12  drhRecent changes cause the xSync method of the memory...
2010-04-12  drhClear a global variable in e_fts3.test before it is...
2010-04-12  danFix a problem where a process in exclusive mode could...
2010-04-12  drhReset the simulated device in the test harness to its...
2010-04-10  drhFix issues and clarify the operation of pager_playback_...
2010-04-09  drhAdd a test case for the OOM-fault corruption issue.
2010-04-09  drhCandidate fix for a pager bug associated with sqlite3Pa...
2010-04-09  drhAvoid unnecessary calls to sqlite3_step() with null...
2010-04-08  drhFix a typo in a comment. No changes to code.
2010-04-08  drhFix code coverage problems in where.c.
2010-04-08  drhAdditional automatic index tests.
2010-04-08  drhNew test cases for automatic indices. New testcase...
2010-04-08  drhFix the computation of the number of rows in a table...
2010-04-08  drhFix an integer overflow bug in the automatic index...
2010-04-08  drhAdd testcase() macros to the automatic index logic...
2010-04-08  drhMake sure F_OK, R_OK, and W_OK are defined in test_demo...
2010-04-08  drhMerge automatic index changes into the trunk.
2010-04-08  drhWhen constructing automatic indices do not include...
2010-04-07  drhPull over the latest changes from the trunk.
2010-04-07  drhWhen rolling back a savepoint to the beginning of the...
2010-04-07  drhAdd an interface to the SQLITE_STMTSTATUS_AUTOINDEX...
2010-04-07  drhWrap all automatic index changes inside SQLITE_OMIT_AUT...
2010-04-07  drhMake sure that all automatic indices are covering indic...
2010-04-07  drhEnhance comments on the SrcList object definition to...
2010-04-07  drhFix the trace output of the OP_Function opcode to show...
2010-04-07  danAdd file test_demovfs.c, containing a simple VFS implem...
2010-04-06  drhVeryquick.test is now working. The SQLITE_STMTSTATUS_A...
2010-04-06  drhRuns quicktest without hitting an assert now. Some...
2010-04-06  drhProgress toward getting automatic indices to work....
2010-04-06  drhAutomatically generate transient indices for tables...
2010-04-05  drhMinor comment changes to the OP_OpenEphemeral header...
2010-04-03  drhSilently abandon a rollback if the journal has been...
2010-04-02  drhCheck for a failure in the call to sqlite3PagerPagecoun...
2010-04-02  drhTake care to avoid a buffer over-read when adding a...
2010-04-02  drhIf the size of the database according to the header...
2010-04-02  drhPager changes for code coverage testing.
2010-04-01  drhDisable the corruptE.test script when ENABLE_OVERSIZE_C...
2010-04-01  drhZero the filesize-in-header word for bigfile.tcl. ...
2010-04-01  drhDo not journal the content of freelist leaf pages....
2010-04-01  drhRemove a NEVER in sqlite3PagerPagecount() that can...
2010-04-01  drhRestore the size information in the BtShared structure...
2010-03-31  drhMake sure an OOM error on sqlite3PagerPagecount() is...
2010-03-31  drhReport corruption if a database contains a reference...
2010-03-31  drhClarification of the implementation of SQLITE_STMTSTATU...
2010-03-31  danClear the column cache before populating aggregate...
2010-03-31  drhDocumentation enhancements for the sqlite3_log() interf...
2010-03-31  drhInclude shell.c and sqlite3.def in the amalgamation...
2010-03-31  drhIncrease test coverage following the introduction of...
2010-03-30  drhContinuing refinements to the filesize-in-header enhanc...
2010-03-30  drhAdd a NEVER macro around a test in btree.c that can...
2010-03-30  danDo not crash when compiling an "INSERT INTO tbl DEFAULT...
2010-03-30  drhChange an #if into an #ifdef.
2010-03-29  drhPull the experimental file-size-in-header changes into...
2010-03-29  drhThe btree layer now tracks when a database is empty...
2010-03-29  drhFix issues with the io.test script. There is still...
2010-03-27  drhExperimental changes that cause SQLite to use bytes...
2010-03-27  danIncrease the estimated cost of using a virtual table...
2010-03-26  shanehFix OOM error on ANALYZE with STAT2 enabled with zero...
2010-03-24  danFix for [9861b74ab9]. Correctly handle strings with...
2010-03-24  drhAttempt to suppress a warning from Borland Code Guard.
2010-03-23  drhMore commenting and documentation enhancements in FTS3.
2010-03-23  drhFix up obsolete comments in FTS3 to conform to the...
2010-03-23  drhClose the auxiliary database db2 at the end of the...
2010-03-22  danAdd an extra test case for crash recovery.
2010-03-22  danAfter a rollback that writes or truncates the database...
2010-03-22  drhDisable the "init.test" test script when compiled with...
2010-03-22  danChange the formatting of the preprocessor macros surrou...
2010-03-19  drhPut an ALWAYS() around a condition in pcache.c that...
2010-03-19  danHave the xUpdate() method of the rtree module virtual...
2010-03-19  drhStore the SQLite version number of the last writer...
2010-03-19  drhMake sure the in-journal boolean vector is cleared...
2010-03-19  drhDo create, open, or initialize the rollback journal...
2010-03-19  danRewrite a couple of queries used internally by FTS3...
2010-03-18  drhMark internal routines as "static" in FTS3.
2010-03-15  drhImproved error message when the right-hand operand...
2010-03-15  drhFix FTS3 so that it does not run illegal SQL and cause...
2010-03-13  drhStore the database size in pages in bytes 28..31 of...
2010-03-12  drhAdd assert()s to mem2.c (activated by SQLITE_MEMDEBUG...
2010-03-10  drhMove the ctime.c source module near the beginning of...
2010-03-10  drhAdd the SQLITE_DBSTATUS_CACHE_SIZE verb for sqlite3_db_...
2010-03-10  drhRemove the "experimental" markings on most interfaces...
2010-03-10  drhFix typo in a comment in the sqliteInt.h. No changes...
2010-03-09  drhVersion 3.6.22
2010-03-09  shanehFix a test script issue affecting the TCL backup tests...
2010-03-09  shanehVersion 3.6.23 release candidate 4
2010-03-09  shanehMinor changes to silence compiler warnings on various...
2010-03-09  drhVersion 3.6.23 release candidate 3
next