]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2007-11-23  drhChanges fts3 to use only sqlite3_malloc() and not syste...
2007-11-23  drhRemove most documentation from the source code repository.
2007-11-23  drhMake sure that INSERT INTO ... SELECT ... always uses...
2007-11-23  drhAvoid a double-free in an out-of-memory situation with...
2007-11-22  drhChange to sqlite3.pc.in recommended by ticket #2786...
2007-11-21  drhHandle out-of-memory situations inside the query flattener.
2007-11-17  drhFix a bug in the grammar. We were giving the ones...
2007-11-16  danielk1977Fix a crash that can occur after a malloc failure....
2007-11-16  shessDon't do anything when input doclists are both empty...
2007-11-15  danielk1977Return SQLITE_MISUSE instead of crashing if NULL is...
2007-11-15  danielk1977Fix a segfault that can occur after a malloc failure...
2007-11-14  danielk1977Add an experimental API for retrieving the SQL source...
2007-11-13  danielk1977Modify the Tcl interface to use sqlite3_prepare_v2...
2007-11-12  chwVarious changes to enable compilation of SQLite library...
2007-11-12  drhAnother attempt at fixing a memory leak in the TCL...
2007-11-12  danielk1977Fix a code comment in select.c. No code changes. (CVS...
2007-11-12  danielk1977Where possible, transform the DISTINCT qualifier to...
2007-11-12  danielk1977Allow collation sequence names to be quoted. Ticket...
2007-11-12  danielk1977Modify the order of assert() macros in vdbe.c as per...
2007-11-11  drhFix the code generation for UPDATE and DELETE so that
2007-11-07  drhAdd asserts on sqlite3_mutex_held() to the zero-malloc...
2007-11-07  drhChanges the asynchronous I/O test module so that it...
2007-11-07  drhIn the windows VFS, make sure we do not return an error...
2007-11-05  drhVersion 3.5.2 (CVS 4531)
2007-11-05  drhPreparing documentation for the release of version...
2007-11-05  drhDrop support for the SQLITE_OMIT_MEMORY_ALLOCATION...
2007-11-05  danielk1977Reset the writer-thread halt criteria after halting...
2007-11-05  danielk1977Fix some minor problems with malloc failure and in...
2007-11-05  drhFix a bug in the misc1 test script. (CVS 4526)
2007-11-05  drhMake sure the default page size never exceeds the maxim...
2007-11-05  danielk1977Use malloc to obtain space for sqlite3_aggregate_contex...
2007-11-05  danielk1977Handle "IS NULL" constraints on virtual table scans...
2007-11-02  drhAdd the ".timer" command to the CLI. (CVS 4522)
2007-11-02  drhFix building of sqlite3_analyzer on Mac. (CVS 4521)
2007-11-02  danielk1977Add some assert() statements to the asychronous backend...
2007-11-01  drhAdd a prototype "group_concat()" aggregate function...
2007-10-30  danielk1977Avoid leaking a file descriptor after a malloc failure...
2007-10-30  danielk1977Remove a debugging assert() that went in by accident...
2007-10-30  danielk1977Fix a race condtion in test_async.c. (CVS 4516)
2007-10-27  drhClarify the behavior of sqlite3_last_insert_rowid(...
2007-10-24  shessBe a bit more susicious of invalid results from the...
2007-10-24  pweilbacherFix os2CurrentTime() to give correct results for negati...
2007-10-24  pweilbacherFix os2GetTempname() to actually work: DosScanEnv(...
2007-10-24  shessfts3.c buildTerms() passes -1 for nInput. (CVS 4511)
2007-10-23  drhAdd comments, assertions, and test cases to demonstrate...
2007-10-23  drhAdd comments to the code warning that _XOPEN_SOURCE...
2007-10-23  drhMake sure the _LARGEFILE_SOURCE macro occurs before...
2007-10-23  drhFloating point and 64-bit integer constants store in...
2007-10-23  drhFix limit assertions in vdbe.c. Ticket #2740. (CVS...
2007-10-23  drhMake sure the sqlite3_vfs_register() and sqlite3_vfs_un...
2007-10-23  danielk1977Add speed4.test, with some speed tests for triggers...
2007-10-23  danielk1977Fix an error message in the tcl interface. (CVS 4503)
2007-10-22  danielk1977Add the NEAR operator to fts3. (CVS 4502)
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)
next