]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2004-11-23  danielk1977Ensure the test suite runs with SQLITE_OMIT_PAGER_PRAGM...
2004-11-23  danielk1977Have tests pass when SQLITE_OMIT_SCHEMA_PRAGMAS is...
2004-11-23  danielk1977Fix a bug involving balance_shallow() and the sqlite_ma...
2004-11-23  drhMore work on the implementation of cursors, but they...
2004-11-22  drhAdd initial infrastructure for cursors. In where.c...
2004-11-22  drhFix a long-standing bug in btree.c in the sqlite3BtreeP...
2004-11-22  danielk1977Fix a couple of extra test-suite problems with SQLITE_O...
2004-11-22  danielk1977Ensure tests pass when SQLITE_OMIT_COMPOUND_SELECT...
2004-11-22  danielk1977Ensure tests pass when SQLITE_OMIT_TRIGGER is defined...
2004-11-22  danielk1977Fix a test-suite error made in check-in (2132) (CVS...
2004-11-22  danielk1977Back out changes allowing writes to tables that have...
2004-11-22  danielk1977Back out changes allowing writes to tables that have...
2004-11-22  danielk1977Back out changes allowing writes to tables that have...
2004-11-22  danielk1977Modify test suite to work when SQLITE_OMIT_VIEW is...
2004-11-22  danielk1977Have tests pass when SQLITE_OMIT_MEMORYDB is defined...
2004-11-22  danielk1977Fix auth.test to work when SQLITE_OMIT_ALTERTABLE is...
2004-11-21  drhAUTOINCREMENT documentation added. Improvements to...
2004-11-20  drhFix to the documentation on sqlite3_create_function...
2004-11-20  drhAvoid excess heap usage when copying expressions. ...
2004-11-20  drhCorrect use of usableSize versus pageSize in btree...
2004-11-20  drhBetter error message on an SQLITE_RANGE error. Ticket...
2004-11-20  drhRename source file sqlite.1 as sqlite3.1. Ticket ...
2004-11-20  drhOmit the maximum loop count on the random name chooser...
2004-11-20  drhRig the sqliteMalloc() routine so that we can make...
2004-11-20  drhFix segfaults that might occur after a malloc failure...
2004-11-20  danielk1977Documentation for REINDEX and ALTER TABLE commands...
2004-11-20  danielk1977Add a documentation page for compilation options. Still...
2004-11-19  danielk1977Split up the lang.html page into a seperate page for...
2004-11-19  danielk1977Ensure ALTER TABLE respects the system table convention...
2004-11-19  danielk1977Update the sqlite_sequence table when a table is rename...
2004-11-19  danielk1977When dropping a table, update the sqlite_sequence table...
2004-11-19  danielk1977Fix bugs in ALTER TABLE related to (a) whitespace in...
2004-11-18  danielk1977Handle triggers correctly in ALTER TABLE. (CVS 2111)
2004-11-18  drhSpeed improvement on the LIKE command. (CVS 2110)
2004-11-18  drhFix an obsolete comment that resulted in incorrect...
2004-11-18  drhClarify the documentation of the sqlite3_create_functio...
2004-11-17  danielk1977Add the ESCAPE clause to the LIKE operator. Not fully...
2004-11-17  danielk1977Extra tests and resulting bugfixes for btree cursors...
2004-11-16  drhClarify the LIMIT clause in the documentation. Ticket...
2004-11-16  danielk1977Perform deletes in a single pass. (CVS 2104)
2004-11-16  danielk1977Allow btree cursors to persist through BtreeDelete...
2004-11-15  drhFix a typo in the header comment to the MakeRecord...
2004-11-15  drhAdd test cases for escape characters in the GLOB operat...
2004-11-14  drhThe SQLITE_OMIT_UTF16 macro now removes lots of code...
2004-11-14  drhChanges toward reducing code size when SQLITE_OMIT_UTF1...
2004-11-13  drhMore compile-time options for removing components....
2004-11-13  danielk1977Code toward having btree cursors persist when their...
2004-11-13  drhFix the keyword generator so that it works with SQLITE_...
2004-11-13  drhAutoincrement is now working and has regression tests...
2004-11-12  danielk1977Change pragmas schema_cookie and user_cookie to schema_...
2004-11-12  danielk1977Add authorization callbacks to ALTER TABLE. (CVS 2093)
2004-11-12  danielk1977Add the "ALTER TABLE xxx RENAME TO yyy" command. (CVS...
2004-11-12  drhAutoincrement code installed. Simple smoke-testing...
2004-11-11  drhWebsite updates. (CVS 2090)
2004-11-11  danielk1977Add the schema_cookie and user_cookie pragmas. (CVS...
2004-11-11  danielk1977Add documentation for DEFAULT CURRENT_TIME & co. (CVS...
2004-11-10  danielk1977Ensure the test suite can run with either SQLITE_OMIT_A...
2004-11-10  danielk1977Fix expr.test so that it works when the date-time funct...
2004-11-10  danielk1977Ensure tables cannot be created/dropped when btree...
2004-11-10  danielk1977Add user documentation for the "pragma auto_vacuum...
2004-11-09  danielk1977Have "DEFAULT CURRENT_TIME" & co. work even if SQLITE_O...
2004-11-09  danielk1977Port the "DEFAULT CURRENT_TIME" etc. functionality...
2004-11-09  danielk1977Refactor the space-analysis script for readability...
2004-11-08  danielk1977Update the space-analyzer tool to support auto-vacuum...
2004-11-08  danielk1977A few more auto-vacuum tests. (CVS 2079)
2004-11-08  danielk1977Check in the file autovacuum_crash.test that should...
2004-11-08  danielk1977Test auto-vacuum mode for crash-proofness. Also fix...
2004-11-08  danielk1977Auto-vacuum: Account for the page reserved for windows...
2004-11-07  drhReindex tests added and bugs fixed. (CVS 2075)
2004-11-06  danielk1977Auto-vacuum: Ensure pages to be removed by database...
2004-11-06  drhCompile and pass the quick regression tests with autova...
2004-11-05  drhFirst cut at a REINDEX command. Basic testing only...
2004-11-05  drhUse sqlite3NestedParse to implement DROP INDEX. (CVS...
2004-11-05  drhUse sqlite3NestedParse to implement CREATE INDEX. ...
2004-11-05  drhCreate table now works with sqlite3NestedParse. This...
2004-11-05  danielk1977Do not truncate a database file until after fsync(...
2004-11-05  danielk1977Make auto-vacuum a run-time option (default determined...
2004-11-05  danielk1977Auto-vacuum bug: Don't set meta(3) to a pointer-map...
2004-11-05  danielk1977Fix allocation of tables in an auto-vacuum database...
2004-11-05  danielk1977Don't code an OP_Statement within sqlite3NestedParse...
2004-11-05  danielk1977When using sqlite3NestedParse() to modify the sqlite_ma...
2004-11-05  drhAnother bug fix from two check-ins ago. (CVS 2062)
2004-11-05  drhFix a bug in the previous check-in. (CVS 2061)
2004-11-05  drhMore use of sqlite3NestedParse. This version of the...
2004-11-05  drhBegin using sqlite3NestedParse() to generate sections...
2004-11-05  danielk1977Fix bug introduced with (2057). (CVS 2058)
2004-11-05  danielk1977Pop the value pushed by OP_Destroy if SQLITE_OMIT_AUTOV...
2004-11-05  drhIncremental check-in of changes that will ultimately...
2004-11-04  drhAll tests pass when SQLITE_OMIT_INTEGRITY_CHECK is...
2004-11-04  danielk1977Support root-page allocation/deallocation in auto-vacuu...
2004-11-04  drhAll tests pass even if OMIT_TRIGGER is defined. (CVS...
2004-11-04  drhFix a #ifdef in util.c. Ticket #984. (CVS 2052)
2004-11-04  danielk1977Add support for table allocation (not deallocation...
2004-11-03  drhUpdate tests to work even if some features of the libra...
2004-11-03  drhMore work on optionally removing unused features at...
2004-11-03  danielk1977Auto-vacuum bug: Deallocate pointer-map pages when...
2004-11-03  danielk1977Comment the autovacuum.test script. No code or test...
2004-11-03  danielk1977Auto-vacuum bug: Correctly manipulate page cache hash...
2004-11-03  drhThe makefile now runs mkkeywordhash.c. Keywords that...
2004-11-03  danielk1977Auto-vacuum bugfix: Do not attempt to move a pointer...
next