]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2007-05-08  drhBegin implementing a new system of upper bounds on...
2007-05-07  drhFix an NULL deref in the randomblob() function followin...
2007-05-07  danielk1977Add a version of the LIKE operator to the icu extension...
2007-05-07  danielk1977Change the name of create_collation_x() to create_colla...
2007-05-07  drhFix typo in Makefile.in. Ticket #2343 (CVS 3937)
2007-05-07  danielk1977Add interface to configure SQLite to use ICU collation...
2007-05-07  drhChange sqlite3_snprintf() so that it does not write...
2007-05-07  danielk1977Add the experimental create_collation_x() api. (CVS...
2007-05-06  drhFix missing word in the copyright.html web page. (CVS...
2007-05-06  drhDo not flatten subqueries that are part of a compound...
2007-05-06  danielk1977Add the start of the ICU extension. (CVS 3931)
2007-05-05  drhAdd "Powered By SQLite" logo contributed by Alberto...
2007-05-05  drhFix a header problem introduced in the previous check...
2007-05-05  drhFactor out btree test logic into a separate test_btree...
2007-05-05  drhFix a sprintf() problem introduced by (3916). (CVS...
2007-05-05  drhRefactoring. Split btreeInt.h off from btree.c. Split...
2007-05-05  drhRefactoring. Split btreeInt.h off from btree.c. Split...
2007-05-04  drhAdd documentation on the incremental vacuum feature...
2007-05-04  danielk1977Fix compilation and testing with OMIT_INCRBLOB defined...
2007-05-04  danielk1977Test interaction of incremental io and other database...
2007-05-04  drhChange incremental vacuum to be triggered by a pragma...
2007-05-04  drhTighter compression of the keyword hash table. (CVS...
2007-05-04  drhOptional parameter in the INCREMENTAL VACUUM statement...
2007-05-04  drhGet tests working with SQLITE_OMIT_AUTOVACUUM=1. (CVS...
2007-05-04  drhMake "incremental" a fallback token so that you can set
2007-05-04  drhEliminate all uses of sprintf() and strcpy(). These...
2007-05-04  danielk1977Test cases and corrections to IO and malloc() error...
2007-05-04  drhFix a formatting errror in I/O logging. (CVS 3914)
2007-05-04  drhAdd compile-time option -DSQLITE_MIXED_ENDIAN_64BIT_FLO...
2007-05-04  danielk1977Rework accessPayload() function for clarity. (CVS 3912)
2007-05-03  vapierfix from Gentoo for allowing TCLLIBDIR to be overridden...
2007-05-03  danielk1977Test some more incremental IO error cases. (CVS 3910)
2007-05-03  drhImprovements to I/O tracing output. Require -DSQLITE_E...
2007-05-03  drhGet the amalgamation builder working with incremental...
2007-05-03  danielk1977Test cases and minor bugfixes for incremental blob...
2007-05-03  danielk1977Fix a bug where accessPayload() was calling PagerWrite...
2007-05-03  drhUse memmove() instead of memcpy() when moving between...
2007-05-03  danielk1977Minor bugfixes for incrblob mode. (CVS 3904)
2007-05-03  danielk1977Minor bugfixes for incrblob mode. (CVS 3903)
2007-05-02  drhAllow CREATE TABLE to occur while other queries are...
2007-05-02  danielk1977Combine the internal btree functions BtreePutData(...
2007-05-02  drhMore fixes and improvements to the zeroblob() mechanism...
2007-05-02  danielk1977Cache the location of overflow pages in cursors used...
2007-05-02  drhFix an invalid UTF8 encoding in the tests for the trim...
2007-05-02  drhAdd support for zero-blobs to the OP_MakeRecord opcode.
2007-05-02  danielk1977Use the pointer-map pages to make the incremental blob...
2007-05-02  drhFix some compiler warnings. Add the (untested) zeroblo...
2007-05-02  drhBegin adding the zeroblob API to support incremental...
2007-05-01  shessEnable prefix-search in query-parsing and snippet gener...
2007-05-01  danielk1977First approximation of incremental blob IO API. (CVS...
2007-05-01  shessModify loadSegmentLeavesInt() to correctly handle prefi...
2007-05-01  drhThe pager takes the sector size to be the larger of...
2007-04-30  shessPropagate prefix flag through implementation of doclist...
2007-04-30  drhFix a potential segfault following a malloc() failure...
2007-04-30  shessLift docListMerge() call out of loadSegmentLeavesInt...
2007-04-30  danielk1977Try to avoid reading pages when moving overflow chains...
2007-04-28  danielk1977Add some tests (and 2 resulting bug fixes) to incr...
2007-04-27  shessBreak interior-node and leaf-node readers apart in...
2007-04-27  drhInternationalize the TRIM functions. Ticket #2323...
2007-04-27  shessLift code to traverse interior nodes out of loadSegment().
2007-04-27  shessRefactor fts2 loadSegmentLeaf() in preparation for...
2007-04-27  drhMake sure sqlite3_value_bytes() does not reformat the...
2007-04-27  danielk1977Extra tests for incremental vacuum. (CVS 3879)
2007-04-27  danielk1977Modifications to btree integrity check so that it can...
2007-04-27  drhThe replace() function should return NULL if the second...
2007-04-26  danielk1977Add largely untested code for the incremental vacuum...
2007-04-26  drhIn the pager, load the content of pages which were...
2007-04-25  drhFix segfaults that can occur if a malloc failure happen...
2007-04-25  drhDisable tests in misc7 that do not work on windows...
2007-04-25  drhVersion 3.3.17 (CVS 3872)
2007-04-25  drhFix a file descriptor leak in the exclusive2 test scrip...
2007-04-25  drhPreparing for the release of 3.3.17. (CVS 3870)
2007-04-25  drhFix duplicate test IDs in the test suite. No changes...
2007-04-25  drhFix a bug in the sqlite3_changes() function reported...
2007-04-24  drhThis fixes a missed case in check-in (3866). Do not...
2007-04-24  drhWhen the write_version flag in the database header...
2007-04-23  drhGet the build working with -DSQLITE_OMIT_UTF16=1. ...
2007-04-21  drhAdd the ability to turn the FTS2 module into an amalgam...
2007-04-20  drhRemove the ARRAYSIZE macro from where.c to avoid a...
2007-04-19  shessFix bug in fts2 handling of OR queries. When one docli...
2007-04-19  danielk1977Better fix than (3860) for the same problem. (3860...
2007-04-19  danielk1977Fix a crash that can occur if an error happens in a...
2007-04-19  drhComment changes in the ioerr tests. No changes to...
2007-04-19  danielk1977Fix a bug whereby sqlite3_prepare_v2() could return...
2007-04-19  drhGet the build working with SQLITE_OMIT_SHARED_CACHE...
2007-04-18  drhFix a && where & was intended. This is a real problem...
2007-04-18  danielk1977Better handle malloc() failures in the "echo" virtual...
2007-04-18  drhThe sqlite3_step() routine reports SQLITE_ERROR after...
2007-04-18  drhVersion 3.3.16 (CVS 3853)
2007-04-18  danielk1977Fix an assertion failure caused by (3851). (CVS 3852)
2007-04-18  danielk1977Minor changes (mainly to assert() macros) to handle...
2007-04-18  drhBump the version number and update documents in prepara...
2007-04-17  danielk1977Avoid reloading the db schema after a failed OP_VerifyC...
2007-04-16  drhFix a memory leak introduced by (3842) associated with...
2007-04-16  danielk1977Add test cases to make sure virtual tables cannot be...
2007-04-16  drhMake it clear in the docs that virtual tables and share...
2007-04-16  danielk1977Ensure sqlite3_finalize() can be called from within...
2007-04-16  drhDetect database file changes using a 128-bit segment...
2007-04-14  drhUpdate the whentouse.html document to mention that...
2007-04-13  drhMatch ORDER BY terms to columns using names in compound...
next