]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2007-05-11  drhAdditional parsing bugs fixed. (CVS 3981)
2007-05-11  drhMake sure that the REGISTER token generates a valid...
2007-05-10  drhWhen converting literal BLOBs to text using the encodin...
2007-05-10  danielk1977Simplify failing case in fuzz.test. (CVS 3974)
2007-05-10  danielk1977Add cases to fuzz.test. Some tests in this file fail...
2007-05-10  drhAdd some UTF-8 test infrastructure. Treat NaN as NULL...
2007-05-10  danielk1977Add new test file fuzz.test, to test SQLite with fuzzil...
2007-05-10  drhFix a C++ism in func.c. (CVS 3970)
2007-05-10  danielk1977Another test for overflow in strftime(). It was not...
2007-05-10  danielk1977Add code to enforce the MAX_EXPR_DEPTH limit. (CVS...
2007-05-09  drhMake sure compound queries inside a subquery only retur...
2007-05-09  drhFix a typo in a comment. Ticket #2348. (CVS 3966)
2007-05-09  drhFix a problem with strange expressions being fed to...
2007-05-09  danielk1977Fix an obscure cache corruption that could occur after...
2007-05-09  danielk1977Add further test cases for compile time limits. (CVS...
2007-05-09  danielk1977Fix enforcement of the LIKE_PATTERN limit. (CVS 3962)
2007-05-08  drhRemove a keyword from the header comment in date.c...
2007-05-08  drhRemove compiler warnings in the amalgamation. (CVS...
2007-05-08  drhDisable tracing pragmas when not in debug mode. This...
2007-05-08  drhFix the amalgamation generator so that all non-API...
2007-05-08  drhUpdate the release builder script. (CVS 3957)
2007-05-08  danielk1977Fix a null-pointer dereference that follows a malloc...
2007-05-08  drhUpdate the amalgamation builder for the latest changes...
2007-05-08  danielk1977Add a few more tests to sqllimit1.test. (CVS 3954)
2007-05-08  danielk1977Add a test case that uses a trigger to insert many...
2007-05-08  danielk1977Add new test file sqllimits1.test. (CVS 3952)
2007-05-08  drhDo not allocate so much surplus memory in the implement...
2007-05-08  drhLimit the length of the patterns on LIKE and GLOB to...
2007-05-08  drhIntroduce the (experimental) sqlite3_result_error_toobi...
2007-05-08  drhAdd the max_page_count pragma used to limit the maximum...
2007-05-08  danielk1977Fix a potential buffer overrun in the replace() functio...
2007-05-08  drhAdd more code to enforce the limits specified in limits...
2007-05-08  danielk1977Avoid evaluating (INT_MIN/-1) with 32 bit signed number...
2007-05-08  danielk1977Do not crash in the internal functions sqlite_rename_ta...
2007-05-08  drhBegin adding code to explicitly limit the size of strin...
2007-05-08  drhFix a bug in the test logic introduced by check-in...
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...
next