]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2008-10-11  drhFix an assertion fault that occurs with SQLITE_THREADSA...
2008-10-10  drhAdd the SQLITE_OMIT_TRUNCATE_OPTIMIZATION option. ...
2008-10-10  shaneFurther simplifications of the code for the LIMIT claus...
2008-10-10  danielk1977Add the genfkey program to the tool/ directory. (CVS...
2008-10-10  danielk1977Change 'pragma foreign_key_list' to return some extra...
2008-10-10  drhSimplify the symbol hash table to use only a single...
2008-10-10  drhDocumentation updates. No changes to code. (CVS 5793)
2008-10-10  drhSimplify the parser reduction code for the LIMIT clause...
2008-10-10  shaneRe-factored memory allocation failure handling in the...
2008-10-10  shaneAdded mallocJ.test to test allocation failure handling...
2008-10-10  shaneInitial test cases for the new LIMIT/OFFSET support...
2008-10-10  shaneUpdated LIMIT support for DELETE/UPDATE. Omit option...
2008-10-09  danielk1977Fix an assert() failure that can occur if the user...
2008-10-09  drhNew speed testing tools. (CVS 5786)
2008-10-09  drhAdd a test to verify the sqlite3_column_name() interfac...
2008-10-09  drhUpdate the version number to 3.6.4. (CVS 5784)
2008-10-09  drhMinor cleanup of the new "status" command on the TCL...
2008-10-08  danielk1977After an OP_NullRow is executed on a cursor, cause...
2008-10-07  drhAdd the experimental sqlite3_stmt_status() interface...
2008-10-07  drhRaise the hard upper bound on SQLITE_MAX_FUNCTION_ARG...
2008-10-07  drhRemove the SQLITE_MUTEX_APPDEF compile-time option...
2008-10-07  danielk1977Fix a recently introduced test script bug causing rollb...
2008-10-07  danielk1977Have sqlite3_bind_value() call sqlite3ApiExit() before...
2008-10-07  drhDo not use double unnecessarily in date+time functions...
2008-10-07  danielk1977Fix a problem with hot-journal rollback. SQLITE_CANTOPE...
2008-10-07  shaneInitial support for LIMIT clause on DELETEs and UPDATEs...
2008-10-07  shaneRemoved redundant assert(). (CVS 5773)
2008-10-06  danielk1977Allow INDEXED BY and NOT INDEXED to be used in UPDATE...
2008-10-06  drhAdd a test script to verify that ticket #3419 stays...
2008-10-06  drhFix a typo in check-in (5769) (CVS 5770)
2008-10-06  drhExpression nodes of type TK_ROW mean the rowid of the...
2008-10-06  drhIn sqlite3_bind() interfaces, avoid acquiring the mutex...
2008-10-06  danielk1977Add a test to indexedby.test to check that automatic...
2008-10-06  danielk1977Allow INDEXED BY and NOT INDEXED clauses in SELECT...
2008-10-03  danielk1977Modifications to bind.test to account for different...
2008-10-03  danielk1977Change one of the test cases in incrblob2.test to avoid...
2008-10-02  danielk1977Change to reduce the number of OP_Null opcodes in ...
2008-10-02  danielk1977Fix for sqlite3_blob_write(): If either 3rd or 4th...
2008-10-02  drhFix a typo that prevents the sqlite3_sql() interface...
2008-10-02  danielk1977Optimize queries that contain "WHERE rowid IN (x, y...
2008-10-01  drhAdjust the memory usage bounds on the memsubsys1.test...
2008-10-01  danielk1977Fix a bug in where.c where a non-temp register was...
2008-09-30  drhAdd some testcase() and assert() macros to btree.c...
2008-09-30  danielk1977Fix a comment in btree.c. No code changes. (CVS 5756)
2008-09-30  drhChange leading tabs into spaces. (CVS 5755)
2008-09-30  danielk1977Fix a recently introduced problem with deleting entries...
2008-09-30  shaneMisc clean up. Wrapped a CE only variable in if-defs...
2008-09-30  drhA few minor changes to test scripts so that they work...
2008-09-29  danielk1977Remove the reparentPage() and reparentChildPages()...
2008-09-29  danielk1977Remove the MemPage.idxShift variable. It is no longer...
2008-09-29  danielk1977Do not run vacuum.test as part of the "exclusive" permu...
2008-09-29  danielk1977Update shared_err.test to work with (5668) (return...
2008-09-29  danielk1977Instead of storing a pointer to the parent page in...
2008-09-29  vapierfix #3077: use full version in pkg-config files (CVS...
2008-09-26  drhAdd the "truncate" journal mode which commits transacti...
2008-09-26  drhMake sure the queueMutex is held prior to writing the...
2008-09-26  danielk1977Performance enhancement: avoid calling reparentChildPag...
2008-09-24  danielk1977On windows, avoid running those tests in exclusive...
2008-09-24  danielk1977Add file fts3_icu.c to the amalgamation. Because of...
2008-09-24  danielk1977Fix some function declarations (change "int foo()"...
2008-09-23  danielk1977Catch another case where SQLITE_IOERR could be returned...
2008-09-23  danielk1977Always transform error code SQLITE_IOERR_NOMEM to SQLIT...
2008-09-23  drhEnable the LOCKING_STYLE extensions by default on a...
2008-09-23  drhRemove an unused variable from the test logic. (CVS...
2008-09-23  drhFix the TCL installer so that it omits the release...
2008-09-23  drhAdd no-op Unload entry points to the TCL interface...
2008-09-23  drhFix for ticket #3382 was mistakenly removed by (5712...
2008-09-22  drhGet rid of all of the compiler magic associated with...
2008-09-22  danielk1977Fix a memory leak that can follow a malloc failure...
2008-09-22  danielk1977Add instrumentation to os_unix.c to test that a return...
2008-09-22  drhVersion 3.6.3 (CVS 5729)
2008-09-22  danielk1977Remove unused macro Release() from vdbe.c. (CVS 5728)
2008-09-21  drhGive file scope to non-API routines in pcache. Ticket...
2008-09-19  danielk1977Speed up releaseMemArray() a bit by handling the most...
2008-09-19  danielk1977In function moveToRoot(), use the MemPage.pParent point...
2008-09-19  danielk1977In sqlite3BtreeGetMeta(), if BtShared.pPage1 is availab...
2008-09-19  danielk1977Remove an obsolete layer of redirection in pager.c...
2008-09-18  drhDo not run the async tests if the async module is not...
2008-09-18  danielk1977Fix a segfault introduced by (5720) that can follow...
2008-09-18  danielk1977Avoid parsing the structure of b-tree pages (in sqlite3...
2008-09-18  drhUpdate the version number to 3.6.3. (CVS 5719)
2008-09-18  danielk1977Changes to test script nan.test to work on symbian...
2008-09-18  danielk1977Changes to test script io.test to work on symbian....
2008-09-18  drhPerformance improvements in getAndInitPage(): omit...
2008-09-17  drhSpeed improvements for in-memory databases by omitting...
2008-09-17  danielk1977Changes to test scripts to support running on symbian...
2008-09-17  danielk1977Add a type identifier to argument sz to sqlite3PageMall...
2008-09-17  drhFix for tickets #3378 and #3381 that preserves the...
2008-09-16  drhAdd test cases for ticket #3378 and #3381. Add a tempo...
2008-09-16  danielk1977Initialize variable pKeyDup in multiSelectOrderBy(...
2008-09-16  danielk1977Use (file nativename (pwd)) instead of just (pwd) to...
2008-09-16  drhAdd test script selectC.test which demonstrates ticket...
2008-09-16  danielk1977If the xAccess() call used by "PRAGMA temp_store_direct...
2008-09-16  danielk1977Modify the sqlite3VdbeMemCompare() routine so that...
2008-09-16  drhAdd test case for ticket #3376. (CVS 5705)
2008-09-16  danielk1977Set the type of the "comment" field to SQLITE_TEXT...
2008-09-16  danielk1977Do not attempt to change the page size after a pager...
2008-09-15  danielk1977Minor comment change to test_async.c. No code changes...
2008-09-15  drhAdjust the page recycling algorithm so that the number...
2008-09-15  danielk1977Fix the async.test test script so that it invokes ...
next