]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2013-06-04  drhGet the index-only optimization working for OR queries.
2013-06-04  drhTest case updates.
2013-06-04  drhBetter determination of when an index is UNIQUE.
2013-06-04  drhIncrease the estimated full-scan cost for an FTS3 table.
2013-06-04  drhFix a display issue with EXPLAIN QUERY PLAN.
2013-06-04  drhRefactor the ORDER BY optimizer in the NGQP so that...
2013-06-03  drhRemove more vestiges of sqlite_query_plan from the...
2013-06-03  drhAdjust the xBestIndex methods on both the fuzzer and...
2013-06-03  drhPull in recent trunk changes. Fix the ORDER BY optimiz...
2013-06-03  drhFix a typo in a collating function inside the e_reindex...
2013-06-03  drhDo not use an index fullscan for an UPDATE or DELETE...
2013-06-03  drhResolve ambiguities in test cases in collate2.test.
2013-06-03  drhFix a bug in the transitive_closure virtual table that...
2013-06-03  drhFix EXPLAIN QUERY PLAN row counts for the rtree virtual...
2013-06-03  drhUpdate the NGQP to make use of STAT3 information if...
2013-06-03  drhHonor the orderByConsumed boolean returned from virtual...
2013-06-03  drhFix to the logic that disables constraints on virtual...
2013-06-03  drhFix an issue that was causing ORDER BY DESC to come...
2013-06-03  drhVirtual tables now always report 25 rows instead of...
2013-06-03  drhSet the WHERE_UNIQUE flag on loops that can only run...
2013-06-03  drhAdd test cases to verify that ticket [bc1aea7b725f2761...
2013-06-03  drhEnhance the shell to provide more flexibility when...
2013-06-03  drhFurther improvements to error handling of the run-time...
2013-05-31  drhThe NGQP might not find a solution if INDEXED BY constr...
2013-05-31  drhDo not search using ON clause constraints of LEFT JOINs...
2013-05-31  drhMake sure a unique cursor number is allocated for autom...
2013-05-31  drhDo not attempt to generate code in the NGQP if there...
2013-05-31  drhFix a problem with code generation on LEFT JOIN of...
2013-05-31  drhAnother virtual table fix in NGQP.
2013-05-31  drhFix problems in the virtual table logic for NGQP.
2013-05-31  drhRemove the definitions of objects that are no longer...
2013-05-31  drhImproved handling of errors when doing run-time loading...
2013-05-31  drhAllow tracing of whereLoopInsert() when the 0x8 bit...
2013-05-31  drhEnhance the shell to provide more flexibility when...
2013-05-31  drhFuther enhancements to the ORDER BY optimizer.
2013-05-31  drhImproved detection of unnecessary ORDER BY clauses.
2013-05-31  drhFix the constructAutomaticIndex() routine so that it...
2013-05-30  drhImprovements to the ORDER BY suppressor in the NGQP.
2013-05-30  drhIncremental check-in with various NGQP fixes. Many...
2013-05-30  drhFuther simplifications to the NGQP. Fix some test...
2013-05-30  drhThe expected result in a test case can be of the form...
2013-05-30  drhCut over the NGQP query planner. Remove lots of legacy...
2013-05-30  drhMerge recent trunk changes into the NGQP branch.
2013-05-29  drhUpdates to the Codec interface to support codecs on...
2013-05-29  danAdd tests for running FTS 'merge' and 'optimize' comman...
2013-05-28  drhAdd the percentile() SQL function as a loadable
2013-05-28  drhFinish removing the sqlite3.inTrans field. In the...
2013-05-28  drhRemove the obsolete and unused sqlite3.inTrans field.
2013-05-28  drhMany small harmless comment changes. Removal of obsole...
2013-05-28  danMerge autoconf-package branch with trunk.
2013-05-27  danAdd the "dist" target to main.mk. For building the... autoconf-package
2013-05-27  drhUpdate the NGQP to record which loops need be run in...
2013-05-27  danAdd the files used to build the amalgamation-autoconf...
2013-05-27  danWhen writing to an FTS table, take an exclusive shared...
2013-05-24  drhRecord in the WhereLoop object the set of virtual table...
2013-05-24  drhMerge the latest trunk changes into the NGQP branch.
2013-05-24  drhSet _XOPEN_SOURCE to 600 so that fchmod() will (hopeful...
2013-05-24  drhFix harmless compiler warnings in the shell.
2013-05-23  drhAdd OGC GeoPackage files to the magic.txt database.
2013-05-23  danHave the "make fulltest" command run the "mmap" permuta...
2013-05-23  danAvoid unnecessary calls to FCNTL_SIZE_HINT. Return...
2013-05-23  drhCause the mmap_size PRAGMA to immediately change the...
2013-05-22  drhUse the NGQP plan for EXPLAIN QUERY PLAN output. This...
2013-05-22  drhAllow the rowid at the end of an index to be used in...
2013-05-22  drhImprovements to ORDER BY handling in the NGQP. Fix...
2013-05-21  drhEnhanced "wheretrace" output in the NGQP solver routine.
2013-05-21  drhWork toward improving the NGQP's ability to optimize...
2013-05-20  drhMerge in all trunk changes up through the 3.7.17 release.
2013-05-20  drhVersion 3.7.17 version-3.7.17
2013-05-17  drhRemove a stray tab character from the transitive_closur...
2013-05-17  drhFix a bug in SQLITE_TRACE_SIZE_LIMIT that was introduced by
2013-05-17  danIn test file test_syscall.c, include sqliteInt.h before...
2013-05-17  drhUse sum() instead of total() in mptest/multiwrite01...
2013-05-17  drhUse sum() instead of total() in the mptest/crash01...
2013-05-17  danAdd extra "PRAGMA mmap_size = N" statements to mmap1...
2013-05-17  danIn os_unix.c and os_win.c, initialize the default mmap...
2013-05-16  danFix minor test script issues causing releasetest.tcl...
2013-05-16  danFix a typo in Makefile.in preventing compilation with...
2013-05-16  danSeveral releasetest.tcl related fixes to test cases...
2013-05-16  mistachkinFix compilation with SQLITE_OMIT_WAL on Win32.
2013-05-16  danIn sqlite3_close_v2(), do not attempt to roll back...
2013-05-16  drhTreat identifiers in the HAVING clause the same as...
2013-05-15  mistachkinApply compilation fix from [a58af81483] to the other...
2013-05-15  danFixes to allow testfixture to be compiled with SQLITE_O...
2013-05-15  drhThe sqlite3ExprCollSeq() function can no longer be...
2013-05-15  drhMerge the shared-cache-fixes branch into trunk.
2013-05-15  danExtra test for commit [6dae62c4e5].
2013-05-15  danAdd main.c to the list of files compiled with SQLITE_TE...
2013-05-15  drhFix the sharedA.test module so that it does not attempt... shared-cache-fixes
2013-05-15  danDo not run sharedA.test if the system is not threadsafe.
2013-05-15  danMerge latest trunk changes with this branch.
2013-05-15  danWhen loading a database schema that contains an index...
2013-05-15  drhAdd the rot13.c loadable extension.
2013-05-15  danWhen closing a connection, avoid tripping active cursor...
2013-05-14  drhMerge together the fork in this branch.
2013-05-14  drhFix an assert() in unlockBtreeIfUnused() so that it...
2013-05-14  danAvoid deleting a b-tree "has-content" vector belonging...
2013-05-14  drhFirst attempt to get ORDER BY optimization working...
2013-05-13  danCandidate fixes for problems revealed by notify2.test...
2013-05-11  drhMinor fixes to the OR-clause processing in the NGQP.
next