]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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 ...
2008-07-08  pweilbacherHandle sqlite3_temp_directory on OS/2. (CVS 5379)
2008-07-08  shaneAdded macros to convert between 32-bit ints and 64...
2008-07-08  shaneAdded test_mutex.c (for testfixture) to input file...
2008-07-08  pweilbachermake OS/2 VFS functions static (CVS 5376)
2008-07-08  drhFix a bug in where.c introduced by check-in (5373)...
2008-07-08  drhCompletely rework the sqlite3SetString() primitive...
2008-07-08  drhImproved testing of the min/max optimization. (CVS...
2008-07-08  danielk1977Prevent the flattening optimization from transforming...
2008-07-08  danielk1977Test another corruption case in btree.c. And an IO...
2008-07-08  danielk19773 more coverage tests for btree.c. (CVS 5370)
2008-07-08  drhTests for SQLITE_LIMIT_LENGTH enforcement in sqlite3_bi...
2008-07-08  drhImproved enforcement of the SQLITE_LIMIT_LENGTH limit...
2008-07-08  danielk1977Another corruption related test case. (CVS 5367)
2008-07-08  danielk1977Fix a compilation bug with SQLITE_OMIT_AUTOINIT. (CVS...
2008-07-08  danielk1977Extra coverage tests for btree.c. (CVS 5365)
2008-07-08  danielk1977Make sqlite3_shutdown() a no-op if the library is not...
2008-07-08  danielk1977Improve coverage of btree.c. (CVS 5363)
2008-07-08  danielk1977Prohibit the user from changing the temporary storage...
2008-07-08  shanechange to use sqlite_uint64 for MSVC compile; (CVS...
2008-07-08  drhTest coverage improvements in printf.c. (CVS 5360)
2008-07-08  drhAdd tests to verify correct behavior when mutex initial...
2008-07-08  drhTesting coverage enhancements. (CVS 5358)
2008-07-07  drhMake check-in (5356) compatible with builds that do...
2008-07-07  danielk1977Fix an error introduced by (5346). The list could becom...
2008-07-07  danielk1977Fix a problem in shared_err.test preventing it from...
2008-07-07  drhWhen sqlite3_create_collation is called with an invalid...
2008-07-07  danielk1977Fix an error checked in as part of (5350). (CVS 5353)
2008-07-07  danielk1977Another test case to test a specific kind of database...
2008-07-07  danielk1977Add a test case to test corruption discovered as part...
2008-07-07  danielk1977Test a couple of specific malloc() failures that were...
2008-07-07  drhAdditional test cases added on the sqlite3_create_funct...
2008-07-07  drhAdd the vfs_unregister_all and vfs_reregister_all test...
2008-07-07  drhFix a comment in alter.c. No changes to code. (CVS...
2008-07-07  danielk1977Make the Pager.pAll linked-list doubly linked when...
2008-07-06  drhFail to build if the -ffast-math option is specified...
2008-07-04  drhFix a bug in btree.c that caused it to report a databas...
2008-07-04  danielk1977Fix for explicitly inserting a NULL value into the...
2008-07-04  danielk1977Remove redundant code from sqlite3GetTempReg(). (CVS...
2008-07-04  danielk1977Remove references to temporary registers from the compi...
2008-07-03  shessfts3 functions for testing scripts. These are a first...
2008-07-02  danielk1977Fix a memory leak that can occur following a malloc...
2008-07-02  danielk1977Call the authorizer callback the same number of times...
2008-07-01  danielk1977Fix errors in in.test. Also add a few tests to selectB...
2008-07-01  danielk1977Fix another memory leak related to UNION ALL and sub...
2008-07-01  drhIn lemon: coalesce identical destructors. (CVS 5335)
2008-07-01  drhIn Lemon, if a non-terminal has the same type as a...
2008-07-01  danielk1977Fix a memory leak to do with the recent UNION ALL sub...
2008-07-01  danielk1977Fix a problem with LIMIT and OFFSET clauses on the...
2008-07-01  danielk1977Optimize sub-selects and views that use UNION ALL....
2008-06-30  danielk1977Call the query flattener while processing the parent...
2008-06-30  danielk1977Changes to loadext.test so that it works on osx as...
2008-06-30  danielk1977Fix a malloc() failure related problem in os_unix.c...
2008-06-30  danielk1977Add a couple of tests to see if the new compound select...
2008-06-28  danielk1977Remove an assert() that was failing if there were any...
2008-06-28  mihailimAdded reminder message to terminate SQL statements...
2008-06-28  danielk1977Rearrange some ENABLE_LOCKING_STYLE related code in...
2008-06-27  mihailimChanged copy-paste error in comment. Fixes #3193. ...
2008-06-27  drhDocumentation tweaks. (CVS 5322)
2008-06-27  danielk1977Fix mem3.c (broken by (5320)). (CVS 5321)
next