]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2009-11-19  danFix some fts3 related issues with the autoconf and... fts3-refactor
2009-11-19  danMerge with [4bd4330709]. fts3-refactor
2009-11-19  drhFix a bug introduced with recent optimizations: The...
2009-11-19  danMerge the fts3-refactor branch with the trunk.
2009-11-19  danFix problems introduced into fts3 as part of the refact...
2009-11-18  drhPerformance improvement by avoiding unnecessary calls...
2009-11-18  danAdd some missing comments and fix some other issues...
2009-11-18  drhSuppress more instances of unnecessary OP_IsNull and...
2009-11-17  drhEnhancements to the VDBE opcode loop to reduce the...
2009-11-17  drhCode generator tries to avoid pointless OP_IsNull and...
2009-11-17  danImprovements to the way fts3 reads the full-text index.
2009-11-16  drhMake sure the output of sqlite3OsFullPathname is initia...
2009-11-16  drhFix a reference to freed memory that can occur followin...
2009-11-16  drhBack out part of the change in [23ea2b700fd6d28d] since...
2009-11-16  danAdd a few extra coverage test cases for fts3.
2009-11-16  drhUse the sqlite3CtypeMap[] to improve the speed and...
2009-11-16  drhAdditional optimizations in sqlite3VdbeRecordCompare().
2009-11-16  drhOptimizations to the sqlite3VdbeRecordCompare() routine...
2009-11-14  danFixes to fts3 integrity check code.
2009-11-14  drhOptimizations to the main loop inside sqlite3VdbeExec...
2009-11-14  drhMake the sqlite3VdbeExec() function about 2% faster...
2009-11-14  danFurther OOM testing for fts3 code. Add Tcl code impleme...
2009-11-13  drhPerformance improvements and size reductions on the...
2009-11-13  drhSimplify the OPFLG processing logic in the VDBE for...
2009-11-13  drhForce 8-byte memory alignment on memory allocated for...
2009-11-13  drhChanges to test_intarray.c so that it build with SQLITE...
2009-11-13  danStart reworking fts3 code to match the rest of SQLite...
2009-11-12  drhShift more OP_Found opcodes over to using the unpacked...
2009-11-12  drhEnhance the OP_Found and OP_NotFound opcodes so that...
2009-11-12  drhFactor out the IN operator code generation into a subro...
2009-11-12  drhFactor out the code generator for BETWEEN into a subrou...
2009-11-12  shanehUpdate comment for substrFunc(). Added additional...
2009-11-12  drhSuppress unnecessary OP_Noop instructions on when the...
2009-11-12  drhSuppress excess OP_Null opcodes caused by binary IS...
2009-11-12  drhAdjustments to the implementation of LIMIT so that...
2009-11-11  drhIf the sector size is unspecified (initially 0) then...
2009-11-11  drhRemove an obsolete (and incorrect) comment from sqlite3...
2009-11-11  drhTweaks to the SUBSTR() function to make it dramatically...
2009-11-11  drhAllow media sector sizes as small as 32. The former...
2009-11-11  shanehModified CLI to raise an error when extra command line...
2009-11-11  drhAdditional test cases for the coalesce() and ifnull...
2009-11-11  drhGenerate VDBE code for the built-in COALESCE() and...
2009-11-10  drhAdditional intarray test cases and tweaks to comments.
2009-11-10  drhInitial implementation and test cases for the "intarray...
2009-11-10  shanehFix for datbase name being ignored with the -batch...
2009-11-10  drhRemove the obsolete "$Id:$" RCS identifier strings...
2009-11-10  drhRemove from the TCL interface some old code associated...
2009-11-10  drhOmit some code that is not used when SQLITE_SECURE_DELE...
2009-11-06  shanehImproved shell "dot" command argument handling. Ticket...
2009-11-06  drhFix the backup API so that a backup from an empty datab...
2009-11-06  shanehMerged accidental fork.
2009-11-06  shanehAdd some very basic tests for the commands available...
2009-11-05  drhRecover an ophaned branch that resulted from some ill...
2009-11-04  drhRemove "const" from parameter of sqlite3BtreeFactory...
2009-11-04  drhCreate a new datatype "ynVar" to hold "nVar" (number...
2009-11-04  drhReport errors back up to the ATTACH command if the...
2009-11-03  shaneFix compiler warnings on MSVC build.
2009-11-03  drhEnhancements to lemon to generate more compact action...
2009-11-03  drhForce all qsort() calls in mkkeywordhash.c to be stable...
2009-11-03  drhAdjust the lemon implementation so that it always compu...
2009-11-03  drhAll SQLITE_MAX_VARIABLE_NUMBER to exceed 32767. The...
2009-11-02  drhBug fix in the recent changes to mkopcodeh.awk.
2009-11-02  drhUpdate the generator AWK script for opcodes.h so that...
2009-11-02  drhDo not insert the date and time of generation into...
2009-11-02  drhUpdate the configure script for version 3.6.20.
2009-11-02  drhComment changes in support of better documentation...
2009-11-01  drhFix compiler warnings. Better comments on some variabl...
2009-10-30  drhIncrease the version number to 3.6.20.
2009-10-30  drhAvoid storing the result register for EXISTS and SELECT...
2009-10-29  drhReduce the memory required by prepared statements that...
2009-10-27  drhMinor updates and corrections to comments in btreeInt...
2009-10-26  drhRemove additional obsolete code from the sqlite3_releas...
2009-10-26  drhRemove some obsolete code within #if 0 that was causing...
2009-10-24  drhFix a compiler warning that occurs when building the...
2009-10-24  drhAnother attempt at getting the pTail pointer computatio...
2009-10-24  shaneIn shell, modified to not print informational messages...
2009-10-24  shaneIn shell, changed ".tables" command to not add '%'...
2009-10-24  drhCheck-in [19064d7cea] broke the pTail return on sqlite3...
2009-10-23  drhMake sure that UTF16 to UTF8 conversions to not read...
2009-10-23  shaneIn shell, ensure that do_meta_command() returns consist...
2009-10-23  shaneIn shell, modified "import" handling to ensure error...
2009-10-22  shaneIn shell, reworked .header and .echo handling.
2009-10-22  drhMerge the MD5 checksum logic into the TCL interface...
2009-10-22  drhAdd some sample requirement implementation comments...
2009-10-22  shaneIn shell, in shell_exec() logic, use type info if avail...
2009-10-22  shaneUpdated shell to output blobs in X'1234' form when...
2009-10-22  drhAdd markings on test evidence for R-30323-21917.
2009-10-22  drhMention the sqlite3_column_count() function on the...
2009-10-21  shaneMerge accidental fork back to trunk.
2009-10-21  shaneModified shell to call output_html_string() for header...
2009-10-21  shaneMade detectSchemaProblem function and aSchemaTable...
2009-10-21  drhAdd evidence marks to parse.y. Fix a broken evidence...
2009-10-21  shaneFor the shell, changed the output of the errors on...
2009-10-21  shaneFor Windows version of shell, add support for .timer...
2009-10-21  shaneFor Windows VFS, modified xGetLastError() to call Forma...
2009-10-20  drhClarify the use of sqlite3_shutdown().
2009-10-20  drhFix the VACUUM command so that when the MAIN and TEMP...
2009-10-20  drhRemove all mention of sqlite3_next_stmt() from the...
2009-10-20  drhUpdate documentation on the sqlite3_prepare_v2() interf...
2009-10-20  danFix cases where modifying bound variables using the...
next