]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2008-07-25  drhIncrease limits on memsubsys1 tests to accomodate the...
2008-07-25  drhRequire the SQLITE_ENABLE_INSTVFS symbol in order to...
2008-07-25  drhMake the libtclsqlite3.la shared library depend on...
2008-07-25  drhFix a build problem on tclsqlite in Makefile.in. (CVS...
2008-07-25  danielk1977Speed up the xFree() method of the mem6.c allocator...
2008-07-25  danielk1977Change mem6.c to use the malloc() and free() functions...
2008-07-25  danielk1977Updates to mem6.c allocator. (CVS 5473)
2008-07-24  drhReduce the size of the parser allocation. Add addition...
2008-07-24  drhUse a new algorithm for sqlite3Strlen that is slightly...
2008-07-24  drhUpdate the implementation of sqlite3ResultSetOfSelect...
2008-07-24  danielk1977Do not run capi3.test or capi3c.test when testing memsy...
2008-07-24  danielk1977Add a mutex to mem6.c to make it threadsafe. (CVS 5468)
2008-07-24  danielk1977Add mem6.c, a new allocator. More to come. (CVS 5467)
2008-07-23  drhError messages from virtual tables store on the sqlite3...
2008-07-23  drhRemove stray breakpoints from test scripts. (CVS 5465)
2008-07-23  drhClarify in the documentation that the database connecti...
2008-07-23  drhRead the sqlite3_vtab.zErrMsg after each call to a...
2008-07-23  drhUpdate requirements derivation information in sqlite...
2008-07-23  mihailimQuick typo fix. No changes to code. (CVS 5461)
2008-07-23  drhDocumentation updates. (CVS 5460)
2008-07-22  shessBe a bit more susicious of invalid results from the...
2008-07-22  shessImplement optimize() function.
2008-07-22  shessDelete all fts2 index data the table becomes empty.
2008-07-22  shessfts2 functions for testing scripts.
2008-07-22  shessChange prefix search from O(N*M) to O(NlogM).
2008-07-22  shessChanges fts2 to use only sqlite3_malloc() and not syste...
2008-07-22  shessfts2.c buildTerms() passes -1 for nInput.
2008-07-22  shessCleanup the hash functions in FTS2.
2008-07-22  drhDocumentation updates. No changes to code. (CVS 5451)
2008-07-22  shanewinGetLastError support added. Consolidated getLastErr...
2008-07-22  shaneChanged a few loop counters to unsigned ints to remove...
2008-07-22  shaneAdded comment on floating point precision compile optio...
2008-07-22  shaneAdd assertion check for NaN support at startup. (CVS...
2008-07-22  shane"configure" support updated. Removed unused features...
2008-07-22  shaneflattenSubquery() needed if either SQLITE_OMIT_SUBQUERY...
2008-07-19  danielk1977Reduce the number of "#ifndef SQLITE_OMIT_AUTOVACUUM...
2008-07-19  danielk1977To ensure SQLITE_THREADSAFE is always defined, have...
2008-07-19  danielk1977Improve the performance of balance_nonroot() on auto...
2008-07-18  drhRemove dead code from os_win.c. Ticket #3232. (CVS...
2008-07-18  drhUse the actual size of memory allocations to update...
2008-07-18  drhFix SQLITE_OMIT_AUTOVACUUM so that it works again....
2008-07-18  drhMake sure expression spans are set correctly for "x...
2008-07-18  danielk1977Performance improvement: reduce the number of calls...
2008-07-18  danielk1977Speed up sqlite3_finalize() by removing redundant code...
2008-07-18  pweilbacherInit zFullCp to prevent crashes in case DosQueryPathInf...
2008-07-18  drhThe zeroPage() routine in btree.c need not actually...
2008-07-18  drhOmit the check for cell-pointer consistency in sqlite3B...
2008-07-18  drhOptimization to sqltie3BtreeParseCellPtr. 0.3% perform...
2008-07-17  drhSimplify the b-tree logic by taking advantage of the...
2008-07-17  drhFix the test harness so that it does not try to link...
2008-07-16  pweilbacherGet rid of the debug output, and make pre-C99 compilers...
2008-07-16  drhMake sure the auxiliary database connection is closed...
2008-07-16  drhMore improvements to the 64-bit integer conversion...
2008-07-16  danielk1977Eliminate some unnecessary IO during a commit in full...
2008-07-16  drhFix a test in func.test so that it works on machines...
2008-07-16  drhVersion 3.6.0 (CVS 5423)
2008-07-16  drhAllow the r-tree extension to be compiled as part of...
2008-07-16  drhFix a bug in the error reporting of sqlite3_table_colum...
2008-07-16  drhUpdate the "experimental" markings on C/C++ interfaces...
2008-07-16  drhFix a bug in the HOMEGROWN_RECURSIVE_MUTEX implementati...
2008-07-16  drhActivate testing of mem3 and mem5. Fix problems found...
2008-07-15  pweilbacherWork around bugs in older versions of the OS/2 conversi...
2008-07-15  shessImplement optimize() function. This merges all segment...
2008-07-15  drhUpdate column naming rules. Ticket #3221. Rules for...
2008-07-15  drhContinuing work on improved test coverage. (CVS 5415)
2008-07-15  drhIncreased test coverage. (CVS 5414)
2008-07-14  shessDelete all fts3 index data the table becomes empty...
2008-07-14  drhAdd a new test script to exercise the deadlock avoidanc...
2008-07-14  drhFix a typo in the documentation. Ticket #3219. (CVS...
2008-07-14  danielk1977Have the rtree extension publish two virtual table...
2008-07-14  drhRemove the malloc2.test script since it was designed...
2008-07-14  drhWrite sqlite3_initialize() calls in sqlite3_malloc...
2008-07-14  drhFix a bug introduced by check-in (5406). Ticket #3216...
2008-07-14  drhWork around a bug in Borland C. Ticket #3216. (CVS...
2008-07-14  drhFix additional typos in comments within lemon. Ticket...
2008-07-14  drhFix a bug in the #line generator of lemon. Ticket ...
2008-07-13  drhFix a typo in the documentation. (CVS 5403)
2008-07-12  drhDocumentation updates. No changes to code. (CVS 5402)
2008-07-12  danielk1977Fix the test script --binarylog option. (CVS 5401)
2008-07-12  drhRemove leftover debugging commands (breakpoint and...
2008-07-11  drhDetect and handles the case where a row is modified...
2008-07-11  drhTweak to the ".timer" command in the CLI to help it...
2008-07-11  drhAdded corruptA.test for testing malformed database...
2008-07-11  drhImproved NaN testing for highly optimized GCC on x86.
2008-07-11  drhAdditional test coverage for the btree module. Remove...
2008-07-11  drhFix minor problems in the test scripts and harness...
2008-07-11  drhRemove an extra zeroPage() call that was left in the...
2008-07-11  drhMake the btree layer robust when faced with a corrupt...
2008-07-11  drhAdditional test coverage in btree.c. Added corruption...
2008-07-10  drhFix a bug in the mutex-testing logic introduced by...
2008-07-10  drhEnhancements to the testing logic for malloc and mutex...
2008-07-10  danielk1977Fix a crash in flattenSubquery(). (CVS 5388)
2008-07-10  danielk1977Add the SQLITE_OPEN_NOMUTEX flag. Used for opening...
2008-07-10  drhRemove unused code. Test coverage enhancements. Modif...
2008-07-09  drhTest coverage improvements on printf. (CVS 5385)
2008-07-09  danielk1977Add a test case to join.test. No code changes, no bugs...
2008-07-09  drhBegin adding the failsafe() macro. (CVS 5383)
2008-07-09  danielk1977Coverage testing for balance_quick() and balance_deeper...
2008-07-09  drhAdditional test coverage in select.c and expr.c. (CVS...
2008-07-08  drhRemove obsolete code from select.c, including the ...
next