]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2008-10-22  shaneMake sure variable declarations occur first in code...
2008-10-22  shaneTest cases for ticket #3442. (CVS 5835)
2008-10-22  danielk1977Fix an assert() failure that can occur following a...
2008-10-21  danielk1977Update the autoconf build system to include memjournal...
2008-10-19  drhWhen a name in double quotes falls back to being a...
2008-10-17  danielk1977Add the memjournal.c file that should have been with...
2008-10-17  danielk1977Add "pragma journal_mode=memory". Change the way rollba...
2008-10-17  drhFix a typo in documentation. Ticket #3447. (CVS 5829)
2008-10-16  danielk1977Fix an error in (5826). (CVS 5828)
2008-10-15  drhFix a naming problem when SQLITE_MUTEX_NOOP is used...
2008-10-15  danielk1977Do not open and sync the directory in unixDelete()...
2008-10-15  drhVersion 3.6.4 (CVS 5825)
2008-10-15  danielk1977After running speed1.test and speed1p.test, reset the...
2008-10-14  danielk1977Disable the page-cache at the end of pcache2.test....
2008-10-14  drhFix the amalgamation generator to recognize indented...
2008-10-14  drhFix the xRandomness() method on the unix VFS to return...
2008-10-14  drhMake sure malloc3.test runs even if a CREATE TABLE...
2008-10-14  danielk1977Update main.mk so that a couple of fts3 files are compi...
2008-10-14  danielk1977Modifications to main.mk so that -DSQLITE_ENABLE_FTS3...
2008-10-13  pweilbacherfix a few return codes in the OS/2 VFS (CVS 5817)
2008-10-13  drhGet the load extension tests working on amd64. Needed...
2008-10-13  drhFix the SQLITE_OMIT_DATETIME_FUNCS compile-time option...
2008-10-13  drhIn rollback.test, do not check for journal deletion...
2008-10-13  danielk1977Use one less temporary table in genfkey.c. The retired...
2008-10-13  danielk1977If sqlite3_column_value() is called to obtain a value...
2008-10-12  shaneCheck for failures in winTruncate. Ticket #3415. ...
2008-10-12  shaneAdded -DSQLITE_ENABLE_RTREE=1 to the mkdll.sh script...
2008-10-12  shaneAdd gcov compile options to link line when GCOV option...
2008-10-12  shaneAdded SQLITE_OMIT_DEPRECATED compile time option to...
2008-10-11  drhAdd macros tests so that the compiler always recognizes...
2008-10-11  danielk1977When transfering an error message from a statement...
2008-10-11  drhConditionally omit prototypes in pcache.h when the...
2008-10-11  drhFix to sqlite3DbMallocRaw() when SQLITE_OMIT_LOOKASIDE...
2008-10-11  drhFix a OOM segfault in the BETWEEN operator parsing...
2008-10-11  danielk1977Add "nolookaside" case to permutations.test. (CVS 5802)
2008-10-11  drhFix a memory leak on ORDER BY of a compound select...
2008-10-11  drhAdded an assert() to detect lookaside memory leaks...
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...
next