]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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.
2013-05-10  drhNow generating OR-clause plans.
2013-05-10  drhUpdate the NGQP so that it can produce plans that inclu...
2013-05-10  drhFactor out common operations into whereLoopAddAll(...
2013-05-10  drhMerge in the latest trunk changes.
2013-05-10  drhFree up bits of wsFlags for reuse. Install the ORDER...
2013-05-09  drhAdd assert()s to the implementation of xRead() in the...
2013-05-09  drhDo not move WHERE clause terms inside OR expressions...
2013-05-09  mistachkinRefine and reform all Windows OSTRACE macro usage....
2013-05-08  drhFix memory leaks in the NGQP logic for virtual tables.
2013-05-08  drhFix a couple of harmless compiler warnings in the fts3_...
2013-05-08  drhMake sure the ORDER BY collating sequences are compatib...
2013-05-08  drhFix the wholenumber virtual table so that it returns...
2013-05-08  drhNGQP working with virtualt tables, though many legacy...
2013-05-08  drhFix the wholenumber virtual table so that it returns...
2013-05-08  drhMore bug fixes to the WhereLoop generator and the solve...
2013-05-08  drhBug fixes in the solver.
2013-05-08  drhAdd the NGQP solver.
2013-05-07  drhContinued progress on generating good WhereLoop objects...
2013-05-07  drhInserting a few WhereLoop objects without leaking memor...
2013-05-07  drhMake sure the ORDER BY collating sequences are compatib... tkt-6709574
2013-05-07  danModify the fts3tokenize table implementation so that...
2013-05-06  drhIn the command-line shell, output the elements of the...
2013-05-06  drhIn the command-line shell, make sure the output of...
2013-05-06  drhAdd an assert() to fts3_expr.c in order to silence...
2013-05-06  drhMake sure the authorizer callback gets a valid pointer...
2013-05-04  drhIn where.c, make findTerm() a wrapper around methods...
2013-05-03  drhAdd magic numbers for Bentley Systems application files.
2013-05-03  drhAllocate meta(8) in the header as the "application...
2013-05-02  danMinor fixes for compilation with SQLITE_OMIT_WAL defined.
2013-05-02  drhBegin inserting some experimental code for the next...
2013-05-01  drhFix comments in the magic number file. application-id
2013-05-01  drhPreserve the application-ID across VACUUM. Updates...
2013-05-01  drhAllocate 4 bytes of unused header space for an "Applica...
2013-05-01  drhDo not use a transitive constraint to an IN operator...
2013-05-01  drhAvoid redundant constraint checking due to transitive...
2013-04-30  drhUpdate the documentation to explain that when the 3rd...
2013-04-30  drhMake sure extra parentheses around subqueries in the...
next