]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2007-10-21  pweilbacherWe need an extra define to activate OS/2 semaphores...
2007-10-21  pweilbacherFinally bring OS/2 to the 3.5 level. This at least...
2007-10-20  drhUse the 2-argument version of substr() in the SQL conta...
2007-10-20  drhAdd the new memory allocator to the amalgamation. ...
2007-10-20  drhBug fix in the realloc algorithm of the static memory...
2007-10-20  drhSimplify the mem3.c memory allocator. Have it call...
2007-10-20  drhGo back to allocating each page and its header with...
2007-10-20  drhFix a mutex leak in the new malloc-free memory allocato...
2007-10-19  drhAdded an experimental malloc-free memory allocation...
2007-10-17  drhReorder some tests at the beginning of sqlite3_step...
2007-10-16  drhA cosmetic changes to btree.c which (we are told) works...
2007-10-15  drhAdd a malloc size histogram to the debugging malloc...
2007-10-15  danielk1977Fix for OMIT_AUTHORIZATION builds. (CVS 4489)
2007-10-12  drhDo not invoke the authorizer when reparsing the schema...
2007-10-12  drhConvert a K&R style function to ANSI style. Ticket...
2007-10-12  drhMake the 3rd parameter of the SUBSTR() function optiona...
2007-10-12  drhAdd an explicit type conversion in an AWK script to...
2007-10-12  drhUpdate documentation to talk about the SQLITE_UTF16_ALI...
2007-10-12  drhFix to the main.mk makefile. (CVS 4483)
2007-10-09  drhStill more tweaks to the wince interface. Ticket ...
2007-10-09  drhFix a typo in the wince driver. Ticket #2710. See...
2007-10-09  danielk1977Fixes to the test suite (no code changes) so that quick...
2007-10-08  drhMore untested changes for wince contributed by users...
2007-10-08  drhReverting check-in (3836) at the request of winCE users...
2007-10-08  drhFix a bug in code for winCE. Ticket #2700. (CVS 4477)
2007-10-08  drhIn windows, always open files using FILE_FLAG_RANDOM_AC...
2007-10-06  drhFix a memory leak in the sqlite3_realloc() implementati...
2007-10-05  drhRemove #include <math.h> from all source files. It...
2007-10-05  drhChanges lemon so that the generated parser does not...
2007-10-05  danielk1977Changes to a couple of test scripts to handle the tcl...
2007-10-05  drhDo not attempt to use TryEnterCriticalSection() under...
2007-10-05  danielk1977Fix problem building testfixture on mac. Ticket #2689...
2007-10-05  drhThe sqlite3internal.h file obsolete as of version 3...
2007-10-05  drhUse FormatMessageA() instead of FormatMessage() in...
2007-10-04  drhCorrect the name on the new test script for ticket...
2007-10-04  danielk1977Fixes for OMIT_AUTHORIZATION builds. #2691. (CVS 4466)
2007-10-04  drhVersion 3.5.1 (CVS 4465)
2007-10-04  drhUpdates to the documentation index page. (CVS 4464)
2007-10-03  drhGet io.test to work even if auto_vacuum is on by defaul...
2007-10-03  drhFix a syntax error that comes up when memory debugging...
2007-10-03  drhUpdate documentation in preparation for the release...
2007-10-03  drhUpdate documentation to talk about the response to...
2007-10-03  drhSimplify the vdbeHalt logic slightly. (CVS 4459)
2007-10-03  drhRollback the transaction if an SQLITE_FULL error is...
2007-10-03  danielk1977Fix a memory leak that could occur during error-state...
2007-10-03  danielk1977Add a test case to malloc.test. (CVS 4456)
2007-10-03  danielk1977Fix a problem in test script malloc5.test. (CVS 4455)
2007-10-03  danielk1977Add automatic recovery from the pager "error-state...
2007-10-02  pweilbacherUse local variables instead of #defines for the mutex...
2007-10-01  drhAdditional #ifdefing around _XOPEN_SOURCE. Ticket...
2007-10-01  drhDocument that END TRANSACTION is an alias for COMMIT...
2007-10-01  drhOmit the _XOPEN_SOURCE 500 define on Mac OS-X. Ticket...
2007-10-01  drhUpdate the build process so that it includes sqlite3ext...
2007-10-01  drhUse sqlite3_int64, not sqlite_in64, consistently in...
2007-10-01  drhFix comment typos in sqlite3.h. Ticket #2666. (CVS...
2007-10-01  drhAdd text to the load_extension SQL function documentati...
2007-09-21  drhRemove "const" keywords from the sqlite3_index_info...
2007-09-21  danielk1977Another comment typo. Also #2660. (CVS 4444)
2007-09-21  danielk1977Fix a typo in comments. Ticket #2660. (CVS 4443)
2007-09-20  pweilbacherInitial attempt of the new OS/2 mutex implementation...
2007-09-20  drhReplace "i64" with "sqlite3_int64" in the w32 VFS....
2007-09-20  drhCleanup the hash functions in FTS3. (CVS 4440)
2007-09-20  rseget rid of remaining GCC 4.3 -Wall compiler warnings...
2007-09-20  rsefix typo in comment (CVS 4438)
2007-09-20  drhFixes for uninitialized variables. Tickets #2658 and...
2007-09-20  rseThe code is correct as it contains an assert(3) in...
2007-09-18  drhAdd disabled test cases for ticket #2652. We will...
2007-09-18  drhRemove unneeded pSchema field from the Expr structure...
2007-09-17  danielk1977Add a parameter to specify the size of the output buffe...
2007-09-17  danielk1977Change the names of xGetTempName and sqlite3OsGetTempNa...
2007-09-14  drhCorrections to the winCE code. Untested. (CVS 4431)
2007-09-14  danielk1977Minor fixes for the OMIT_INCRBLOB compilation option...
2007-09-14  danielk1977Add demo code for a vfs that operates on a single pre...
2007-09-14  drhAdd tests to prevent a regression of the short read...
2007-09-13  shessDrop the forced error from fts3.c and add forced errors...
2007-09-13  shessAdd an implicit (HIDDEN) docid column. This works...
2007-09-13  shessMark the table-named column HIDDEN. Add tests to make...
2007-09-13  drhFix incorrect index cost assumptions that occur after...
2007-09-12  danielk1977Fixes for compilation/testing when the various OMIT...
2007-09-12  drhIn the query optimizer, make sure table dependencies...
2007-09-12  danielk1977Add a missing semi-colon to os_win.c. Ticket #2642...
2007-09-10  danielk1977Fix a problem in the noop-mutexes used for testing...
2007-09-10  danielk1977Add another test file to help verify thread-safety...
2007-09-10  danielk1977Enhance thread001.test again, this time to also test...
2007-09-10  danielk1977Upgrade thread001.test to test with multiple database...
2007-09-10  danielk1977Fix an undeclared identifier in an IOTRACE (debugging...
2007-09-07  danielk1977Modify test_thread.c to use tcl apis for creating threa...
2007-09-07  drhFix a segfault that could occur while attempting to...
2007-09-07  danielk1977Add the beginning of the thread-safety tests. There...
2007-09-07  drhModify the CLI so that it will ignore whitespace at...
2007-09-06  drhThrow an error on an attempt to open a database where...
2007-09-06  drhBase the name of the statement journal on the original...
2007-09-06  drhAllocate page cache headers and page cache data buffers...
2007-09-06  drhUpdated comments on journal.c. No changes to code...
2007-09-06  danielk1977Add some extra comments to the header in test_async...
2007-09-05  pweilbacherFix temp file handling for OS/2 so that trailing slashe...
2007-09-05  drhFix a harmless typo in the PRNG initialization on win32...
2007-09-05  danielk1977Fix error handling (malloc and io errors) in the asynch...
2007-09-05  danielk1977Test that the asynchronous backend works with component...
2007-09-05  drhRestore the sqlite3_mutex_try() optimization on winNT...
next