]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2018-06-07  drhAvoid using a prepared statement for ".stats on" after...
2018-06-07  drhAdd the WHERE_IN_EARLYOUT flag and use it to clarify...
2018-06-07  drhMerge recent trunk enhancements.
2018-06-06  drhChange a comma into a logically equivalent but semantic...
2018-06-06  drhMore space and performance enhancements to sqlite3VdbeR...
2018-06-06  danAdd implementation of nth_value() window function.
2018-06-06  drhSmall performance optimization in sqlite3VdbeRecordComp...
2018-06-06  drhRearrange the order of some checks in the integrity_che...
2018-06-06  drhFix the sqlite3BeginTrans() calls within the snapshot...
2018-06-06  drhAnother minor optimization to OP_Transaction.
2018-06-06  drhChange sqlite3BtreeBeginTrans() to return the BTREE_SCH...
2018-06-06  drhFix the ".archive" command in the CLI (and the correspo...
2018-06-05  drhUpdate the version number to 3.25.0 for the next develo...
2018-06-05  drhAvoid unnecessary loads of columns in an aggregate...
2018-06-05  drhAdd the OP_IfNoHope and OP_SeekHit opcodes used to...
2018-06-05  danCalculate non-aggregate expressions in the SELECT list... exp-agg-opt
2018-06-05  danAdd implementation of last_value() window function.
2018-06-05  drhUse an OP_NotFound opcode to cancel futile IN operators...
2018-06-05  drhMerge trunk changes.
2018-06-05  drhUpdate and correct the documentation on the OP_OpenRead...
2018-06-04  drhVersion 3.24.0 version-3.24.0
2018-06-04  danAdd implementation of window function ntile().
2018-06-04  drhMerge recent changes from trunk.
2018-06-04  danMerge latest trunk changes into this branch.
2018-06-04  danAdd support for window function cume_dist(). Improve...
2018-06-02  danAdd support for window functions row_number(), rank...
2018-06-02  drhAvoid using a misaligned pointer.
2018-06-02  drhFix the usage of posix_fallocate() so that it correctly...
2018-06-02  danUpdate a test case in malloc5.test to take into account...
2018-06-02  drhWork around a sanitizer warning about a pointer being... align8-fix
2018-06-02  drhProposed fix for the use of posix_fallocate() so that... einval-from-fallocate
2018-06-02  drhFix the CSV extension so that it works with single...
2018-06-02  drhEnsure that sqlite3AuthRead() is only call for TK_COLUM...
2018-06-01  danAllow an entire partition to be cached in a temp table...
2018-06-01  danFix a bug in the SQLITE_ENABLE_SORTER_REFERENCES code...
2018-05-31  drhMore documentation typo fixes. No code changes.
2018-05-31  drhFix a harmless typo in a comment used to generate docum...
2018-05-30  danAllow min() and max() to be used as window functions.
2018-05-30  drhAdd the Makefile.fallback makefile to the amalgamation...
2018-05-30  drhDo not use the codec on the resetdb.test script.
2018-05-30  drhFix a typo in an error message in the CLI.
2018-05-30  drhFix the parser so that it builds with -DSQLITE_OMIT_CTE.
2018-05-30  drhFix a harmless compiler warning.
2018-05-30  drhDemonstration code on a possible technique for optimizi...
2018-05-29  danIncrease the number of database handles opened by test...
2018-05-29  drhFix a problem in the geopoly json parser associated...
2018-05-29  danFix autoinc.test and resetdb.test so that they work...
2018-05-29  drhAdd a comment to justify a goto statement. No code...
2018-05-29  danMore minor changes to test scripts.
2018-05-29  danFix some test script issues caused by recent EXPLAIN...
2018-05-29  danDo not run test file "resetdb.test" as part of permutat...
2018-05-28  drhThe geopoly virtual table seems to be working. But...
2018-05-28  danFurther window frame tests and fixes.
2018-05-28  danDo not require a statement journal in cases where REPLA...
2018-05-28  drhWhen compiling with SQLITE_DEBUG, add run-time checks...
2018-05-28  drhFix the build so that it works with -DSQLITE_TEST_REALL... stmt-journal-testing
2018-05-28  drhWhen compiling with SQLITE_DEBUG, add run-time checks...
2018-05-28  drhUntested incremental check-in. Add the geopoly_xform...
2018-05-26  danMore fixes for different window frame types.
2018-05-26  drhMerge the ability to plan virtual table queries using...
2018-05-26  drhExperimental change that allows overloaded functions... vtab-func-constraint
2018-05-26  drhStore application-defined function names as lower-case...
2018-05-26  drhAdd a single sentence of documentation about the virtua...
2018-05-26  drhMinor correction.
2018-05-25  drhUntested incremental check-in. Basic infrastructure...
2018-05-25  drhIncremental check-in: Progress toward implementing...
2018-05-25  danFix "RANGE BETWEEN CURRENT ROW AND UNBOUNDED FOLLOWING...
2018-05-25  drhForward port the geopoly extension functions into the...
2018-05-25  danMerge latest trunk changes into this branch.
2018-05-25  danFixes for "ROWS BETWEEN <expr> FOLLOWING AND <expr...
2018-05-24  drhWhen doing a one-pass UPDATE or DELETE on virtual table...
2018-05-24  drhNew test case for reading and writing the same rtree...
2018-05-24  drhDo not allow RTree writes when a read cursor is active...
2018-05-24  danAllow "<expr> PRECEDING" to be used to specify the...
2018-05-24  danSupport other frame types that use "<expr> PRECEDING...
2018-05-24  drhIn the OOM testing logic, add the sqlite3FirstFault...
2018-05-24  drhFix a typo in a comment used to generate VDBE opcode...
2018-05-24  drhAddition cases for rtree preformance testing in speedte...
2018-05-24  drhUpdates to the sqlite3_vtab_nochange() documentation...
2018-05-23  danAdd support for "ROWS BETWEEN <expr> PRECEDING AND...
2018-05-23  drhRemove a branch that is no longer used due to the fix...
2018-05-23  drhVerify that the sqlite_sequence table exists and is...
2018-05-22  danMerge latest trunk changes into this branch.
2018-05-22  danAdd comments to window.c describing how other window...
2018-05-21  danBegin adding support for more esoteric window frames.
2018-05-19  danFix minor problems on this branch.
2018-05-18  drhAdd support for auxiliary columns to the rtree extension.
2018-05-18  drhMerge enhancements from trunk, especially the CLI fixes. aux-data-in-rtree
2018-05-18  drhIn the CLI, detect and report errors on sqlite3_close...
2018-05-18  drhAvoid unnecessary sqlite3_finalize() operations.
2018-05-18  drhFix a prepare-statement leak.
2018-05-18  drhImproved error messages. Limit the number of auxiliary...
2018-05-18  drhImprovements to integer/float comparisons on architectu...
2018-05-18  drhRemove incorrect NEVER() macro added by the previous... int-float-compare
2018-05-18  drhImprovements to the sqlite3IntFloatCompare() routine...
2018-05-17  drhIn the CLI with the -A command, if the file does not...
2018-05-17  danEvaluate multiple window functions in a single pass...
2018-05-17  danHandle multiple window-functions in a single query.
2018-05-17  drhImproved error and help messages for the ".archive...
2018-05-17  drhFix memory errors associated with argv in the CLI when...
next