]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2018-06-12  danFix some problems with using window-functions in aggreg...
2018-06-11  danClarify the relationship between a Window object and...
2018-06-11  danFix handling of window frames containing negative numbe...
2018-06-11  danFix a typon in main.mk.
2018-06-10  danUpdate Makefile.msc to include window.c in the build.
2018-06-09  danMerge recent trunk changes with this branch.
2018-06-09  danUpdate the amalgamation build script to include window.c.
2018-06-09  danAdd support for FILTER clause on aggregate window funct...
2018-06-09  drhSlightly smaller and faster code by encapsulating wal...
2018-06-09  drhImproved comments an presentation for the recent IN...
2018-06-09  drhPerformance improvement to sqlite3WhereExprUsage().
2018-06-09  drhCompute the bitmask of indexed columns for each index...
2018-06-09  drhAvoid invoking the whereLoopAddOr() routine in the...
2018-06-08  drhWhen the query planner has the opportunity to use an...
2018-06-08  drhOnly choose to scan an IN operator rather than use...
2018-06-08  danAdd support for the WINDOW clause.
2018-06-08  drhMerge the btreeNext() assertion bug fix from trunk.
2018-06-08  drhFix an assert() that can be false for a corrupt databas...
2018-06-08  drhConsider doing a partial table scan to fulfill an IN...
2018-06-08  danDo not flatten sub-queries that contain window functions.
2018-06-08  danFixes to allow group_concat() to be used as a window...
2018-06-07  danMerge latest trunk changes with this branch.
2018-06-07  danAdd window functions lag() and lead().
2018-06-07  drhThe IN-early-out optimization: When doing a look-up...
2018-06-07  drhFix the assert()s in the byte-code engine that prove... multikey-opt-idea
2018-06-07  danAdd support for window function first_value().
2018-06-07  drhRemove the NextIfOpen and PrevIfOpen opcodes which...
2018-06-07  drhTest cases.
2018-06-07  danFix problems with the nth_value() function.
2018-06-07  drhMerge the ".stat/.eqp" CLI fix from trunk.
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  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  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-26  danMore fixes for different window frame types.
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-25  danFix "RANGE BETWEEN CURRENT ROW AND UNBOUNDED FOLLOWING...
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...
next