]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2007-08-23  danielk1977Add some further tests and a bugfix for the atomic...
2007-08-23  danielk1977Add some tests for the atomic-write optimization. ...
2007-08-23  drhChange names of constants in lemon.c to work around...
2007-08-23  drhImprovements to memory leak detection. The --backtrace...
2007-08-22  drhAll of the malloc test cases run. Still seeing failure...
2007-08-22  drhThe malloc.test script now passes all tests with no...
2007-08-22  danielk1977Fix a bug in the logic for journaling pages when the...
2007-08-22  drhGet the quick.test script running with SQLITE_THREADSAF...
2007-08-22  danielk1977Add code for the atomic-write optimisation. Disabled...
2007-08-22  drhRemove a debugging btree_breakpoint from vtab1.test...
2007-08-22  drhA complete run of quick.test with mutex debugging enabl...
2007-08-22  drhReenable the memory management logic. The quick.test...
2007-08-21  drhAll mutexing and locking appears to be in place. Now...
2007-08-21  drhThe sqlite3_value object now carries an sqlite3* pointe...
2007-08-21  drhAdding more thread locking code. This is an incrementa...
2007-08-21  drhReadded the sqlite3_open_v2() interface. No test cases...
2007-08-21  danielk1977Delay opening temporary pager files until they are...
2007-08-21  drhRemove the obsolete static mutexes. Use only the laste...
2007-08-21  danielk1977Add the tests that go with the previous commit. (CVS...
2007-08-21  danielk1977Avoid journalling an extra page when a btree insert...
2007-08-21  danielk1977Fix some problems in the crash-test backend. (CVS 4256)
2007-08-21  drhRemove unnecessary #includes of "os.h". New mutex...
2007-08-20  drhThe quick test runs again with a handfull of errors...
2007-08-20  drhWork toward multithreading support. Currently crashes...
2007-08-20  shessOops - a random fts2 test I had abandoned slipped into...
2007-08-20  shessReplicate the fts2*.test files as fts3a*.test, and...
2007-08-20  shessAdd support for building with fts3. (CVS 4250)
2007-08-20  shessCopy fts2 to fts3, renaming, and replacing references...
2007-08-20  danielk1977Call sqlite3OsSleep() with an argument in microseconds...
2007-08-20  danielk1977Changes to crash-test io backend (test6.c) so that...
2007-08-20  drhBug fix in BTree shared cache locking code. (CVS 4246)
2007-08-20  drhGet main.c to compile when HAVE_USLEEP is 0. (CVS 4245)
2007-08-20  danielk1977Update the locking-style code in os_unix.c. The updates...
2007-08-20  danielk1977Fix full_fsync() related functionality broken as part...
2007-08-18  danielk1977Further progress on migration to sqlite3_vfs. (CVS...
2007-08-17  danielk1977Remove some old OsFile and IoMethod related code. Add...
2007-08-17  danielk1977Begin migration to using sqlite3_vfs interface. (CVS...
2007-08-17  drhBegin adding mutexes. Compiles without SQLITE_OMIT_SHA...
2007-08-16  drhChange the design of the mutex interface to allow for
2007-08-16  drhRemove the thread specific data subsystem from the...
2007-08-16  drhCombine sqlite3DbOfVdbe() and sqlite3VdbeDb() into...
2007-08-16  danielk1977Fix some more small problems introduced by recent refac...
2007-08-16  danielk1977Replace a few sqlite3_malloc() calls that should be...
2007-08-16  danielk1977More work on refactoring of malloc() interfaces. There...
2007-08-16  danielk1977Add a test for malloc() failure when compiling a trigge...
2007-08-16  drhHalf-way through a major refactoring of the memory...
2007-08-15  drhEnhancements and smoke testing of the new memory alloca...
2007-08-15  drhTest infrastructure for the new memory subsystem. ...
2007-08-15  danielk1977Modify the crash-recovery test code in test6.c for...
2007-08-15  drhAdd a debugging memory allocator. (CVS 4227)
2007-08-15  drhAdd initial implementations of mutex and memory subsyst...
2007-08-15  drhRevisions to the interface design for 3.5. (CVS 4225)
2007-08-14  drhClarify documentation on sqlite3_interrupt(). (CVS...
2007-08-14  danielk1977Add comments describing upcoming changes to crash-test...
2007-08-14  drhAdd a first cut at the new version 3.5 interface defini...
2007-08-13  drhVersion 3.4.2 (CVS 4218)
2007-08-13  drhUpdate version number of documentation in preparation...
2007-08-13  danielk1977Invalidate prepared SQL statements when rolling back...
2007-08-13  drhDisable tests that require 80-bit long doubles when...
2007-08-13  drhFix a page leak in btree balance routines that follows...
2007-08-13  danielk1977When loading a database schema, do not clear the SQLITE...
2007-08-13  drhFix the test labels in mallocC.test. (CVS 4212)
2007-08-13  drhAdd a new test cases for a problem with malloc failure...
2007-08-13  drhRemove a memory allocation from sqlite3VdbeIOTraceSql...
2007-08-12  drhUpdates to test scripts for better support of soft...
2007-08-11  drhBackout check-in (4206) and replace it with a much...
2007-08-10  drhFix some incorrect asserts() in the pager - problems...
2007-08-10  drhFix the corruption problem of ticket #2565 as demonstra...
2007-08-10  shessConvert fts2 to use sqlite3_prepare_v2() to prevent...
2007-08-10  drhAdd a test case to reproduce the database corruption...
2007-08-10  drhUpdate tests so that they work properly even if the...
2007-08-10  drhAdd the --soft-heap-limit=N option to the test scripts...
2007-08-09  drhFix documentation typos. Tickets #2168 and #2560....
2007-08-08  drhMore tweaking of linkage. Ticket #2554. (CVS 4200)
2007-08-08  drhAdditional refinements on the amalgamation: Give a...
2007-08-07  drhRemove all tabs from source code files. Ticket #2556...
2007-08-07  drhRevise the amalgamation so that all symbols have file...
2007-08-05  drhFix some compiler warnings. (CVS 4196)
2007-08-03  danielk1977Change some (English language) grammar in faq.tcl....
2007-08-03  danielk1977Avoid reloading the schema when an expired statement...
2007-07-30  drhFix a typo in limits.html. (CVS 4193)
2007-07-30  drhMake excess output from the CLI appear inside SQL comme...
2007-07-30  rseFix ticket #2439: the FTS1 and FTS2 extensions use...
2007-07-30  rse"extern" declarations inside function bodies are not...
2007-07-30  rseGet rid of the following compile-time warnings:
2007-07-30  rseGet rid of the following compile-time warning:
2007-07-30  danielk1977Fix a bug with explicit collation sequences attached...
2007-07-26  danielk1977Test that an explicit collation sequence overrides...
2007-07-26  danielk1977Fix two obscure memory leaks that can follow a malloc...
2007-07-25  shessImplement xRename() for fts1 so that it is possible...
2007-07-25  shessReplicates http://www.sqlite.org/cvstrac/chngview?cn...
2007-07-25  shessSorry, previous check-in included a last-minute "Did...
2007-07-25  shessApply change 4095 to fts1. Fix snippet generation...
2007-07-24  drhRemove the comment in the documentation that says that...
2007-07-23  drhDetect nested aggregate functions even if the inner...
2007-07-23  drhThe REPLACE conflict resolution falls back to FAIL...
2007-07-23  drhMove prototypes for LEMON-generated parser functions...
2007-07-23  drhCheck the return value of sqlite3PagerWrite() when...
2007-07-23  drhRework the UTF8 reader logic in order to avoid the...
2007-07-22  drhFix a bad sizeof in vdbe.c. Ticket #2522. (CVS 4174)
next