]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
2004-11-03  danielk1977Fix an auto-vacuum bug that occurs when a btree cell...
2004-11-02  drhFix a problem in the pragma.test script. (CVS 2041)
2004-11-02  drhGet btree.c to compile with -DNDEBUG=1. (CVS 2040)
2004-11-02  danielk1977Fix an auto-vacuum bug for btree entries that span...
2004-11-02  drhRequire that the page size be a power of 2. (CVS 2038)
2004-11-02  danielk1977Code to auto-vacuum the database if all root pages...
2004-11-01  drhUpdates to the support.html page. (CVS 2036)
2004-10-31  danielk1977Add code to create/update the btree 'pointer-map' for...
2004-10-31  drhInsert #ifdefs that can optionally remove features...
2004-10-30  drhBegin adding the ability to remove unused features...
2004-10-26  drhMove affinity.html into the attic. (CVS 2032)
2004-10-26  drhMark the affinity.html file as obsolete. (CVS 2031)
2004-10-26  drhFix a bug in the ".databases" command of the command...
2004-10-25  drhMinor optimizations in the pragma module. (CVS 2029)
2004-10-23  drhTighter encoding of the keyword hash table in the token...
2004-10-22  drhAdd the experimental and scary pragma "writable_schema...
2004-10-22  drhFix alignment problems in btree and pager and allow...
2004-10-19  drhReinsert code deleted by (1998) that we thought was...
2004-10-19  drhFix a typo in the quickstart document. (CVS 2024)
2004-10-18  drhFix typos in the names of some regression tests. Ticke...
2004-10-12  drhFix typo on homepage. Ticket #956. (CVS 2022)
2004-10-12  drhVersion 3.0.8 (CVS 2021)
2004-10-12  drhUpdates to the README file (CVS 2020)
2004-10-11  drhIncrement the version number. Prepare for release...
2004-10-11  drhFix typo on the homepage. (CVS 2018)
2004-10-11  drhFix typo in the lockingv3.html page on the website...
2004-10-10  drhThe mkopcodeh.awk script removes \r for use with msys...
2004-10-10  drhDocumentation updates (CVS 2015)
2004-10-10  drhTypos and spelling errors in documention. (CVS 2014)
2004-10-09  drhNew links on the common header page of the website...
2004-10-07  drhSort the output of glob in test script attach2.test...
next