| 2018-06-04 |
dan | Merge latest trunk changes into this branch. |
commit | commitdiff | tree | snapshot |
| 2018-06-04 |
dan | Add support for window function cume_dist(). Improve... |
commit | commitdiff | tree | snapshot |
| 2018-06-02 |
dan | Add support for window functions row_number(), rank... |
commit | commitdiff | tree | snapshot |
| 2018-06-02 |
drh | Avoid using a misaligned pointer. |
commit | commitdiff | tree | snapshot |
| 2018-06-02 |
drh | Fix the usage of posix_fallocate() so that it correctly... |
commit | commitdiff | tree | snapshot |
| 2018-06-02 |
dan | Update a test case in malloc5.test to take into account... |
commit | commitdiff | tree | snapshot |
| 2018-06-02 |
drh | Work around a sanitizer warning about a pointer being... align8-fix |
commit | commitdiff | tree | snapshot |
| 2018-06-02 |
drh | Proposed fix for the use of posix_fallocate() so that... einval-from-fallocate |
commit | commitdiff | tree | snapshot |
| 2018-06-02 |
drh | Fix the CSV extension so that it works with single... |
commit | commitdiff | tree | snapshot |
| 2018-06-02 |
drh | Ensure that sqlite3AuthRead() is only call for TK_COLUM... |
commit | commitdiff | tree | snapshot |
| 2018-06-01 |
dan | Allow an entire partition to be cached in a temp table... |
commit | commitdiff | tree | snapshot |
| 2018-06-01 |
dan | Fix a bug in the SQLITE_ENABLE_SORTER_REFERENCES code... |
commit | commitdiff | tree | snapshot |
| 2018-05-31 |
drh | More documentation typo fixes. No code changes. |
commit | commitdiff | tree | snapshot |
| 2018-05-31 |
drh | Fix a harmless typo in a comment used to generate docum... |
commit | commitdiff | tree | snapshot |
| 2018-05-30 |
dan | Allow min() and max() to be used as window functions. |
commit | commitdiff | tree | snapshot |
| 2018-05-30 |
drh | Add the Makefile.fallback makefile to the amalgamation... |
commit | commitdiff | tree | snapshot |
| 2018-05-30 |
drh | Do not use the codec on the resetdb.test script. |
commit | commitdiff | tree | snapshot |
| 2018-05-30 |
drh | Fix a typo in an error message in the CLI. |
commit | commitdiff | tree | snapshot |
| 2018-05-30 |
drh | Fix the parser so that it builds with -DSQLITE_OMIT_CTE. |
commit | commitdiff | tree | snapshot |
| 2018-05-30 |
drh | Fix a harmless compiler warning. |
commit | commitdiff | tree | snapshot |
| 2018-05-29 |
dan | Increase the number of database handles opened by test... |
commit | commitdiff | tree | snapshot |
| 2018-05-29 |
dan | Fix autoinc.test and resetdb.test so that they work... |
commit | commitdiff | tree | snapshot |
| 2018-05-29 |
drh | Add a comment to justify a goto statement. No code... |
commit | commitdiff | tree | snapshot |
| 2018-05-29 |
dan | More minor changes to test scripts. |
commit | commitdiff | tree | snapshot |
| 2018-05-29 |
dan | Fix some test script issues caused by recent EXPLAIN... |
commit | commitdiff | tree | snapshot |
| 2018-05-29 |
dan | Do not run test file "resetdb.test" as part of permutat... |
commit | commitdiff | tree | snapshot |
| 2018-05-28 |
dan | Further window frame tests and fixes. |
commit | commitdiff | tree | snapshot |
| 2018-05-28 |
dan | Do not require a statement journal in cases where REPLA... |
commit | commitdiff | tree | snapshot |
| 2018-05-28 |
drh | When compiling with SQLITE_DEBUG, add run-time checks... |
commit | commitdiff | tree | snapshot |
| 2018-05-28 |
drh | Fix the build so that it works with -DSQLITE_TEST_REALL... stmt-journal-testing |
commit | commitdiff | tree | snapshot |
| 2018-05-28 |
drh | When compiling with SQLITE_DEBUG, add run-time checks... |
commit | commitdiff | tree | snapshot |
| 2018-05-26 |
dan | More fixes for different window frame types. |
commit | commitdiff | tree | snapshot |
| 2018-05-26 |
drh | Store application-defined function names as lower-case... |
commit | commitdiff | tree | snapshot |
| 2018-05-26 |
drh | Add a single sentence of documentation about the virtua... |
commit | commitdiff | tree | snapshot |
| 2018-05-25 |
dan | Fix "RANGE BETWEEN CURRENT ROW AND UNBOUNDED FOLLOWING... |
commit | commitdiff | tree | snapshot |
| 2018-05-25 |
dan | Merge latest trunk changes into this branch. |
commit | commitdiff | tree | snapshot |
| 2018-05-25 |
dan | Fixes for "ROWS BETWEEN <expr> FOLLOWING AND <expr... |
commit | commitdiff | tree | snapshot |
| 2018-05-24 |
drh | When doing a one-pass UPDATE or DELETE on virtual table... |
commit | commitdiff | tree | snapshot |
| 2018-05-24 |
drh | New test case for reading and writing the same rtree... |
commit | commitdiff | tree | snapshot |
| 2018-05-24 |
drh | Do not allow RTree writes when a read cursor is active... |
commit | commitdiff | tree | snapshot |
| 2018-05-24 |
dan | Allow "<expr> PRECEDING" to be used to specify the... |
commit | commitdiff | tree | snapshot |
| 2018-05-24 |
dan | Support other frame types that use "<expr> PRECEDING... |
commit | commitdiff | tree | snapshot |
| 2018-05-24 |
drh | In the OOM testing logic, add the sqlite3FirstFault... |
commit | commitdiff | tree | snapshot |
| 2018-05-24 |
drh | Fix a typo in a comment used to generate VDBE opcode... |
commit | commitdiff | tree | snapshot |
| 2018-05-24 |
drh | Addition cases for rtree preformance testing in speedte... |
commit | commitdiff | tree | snapshot |
| 2018-05-24 |
drh | Updates to the sqlite3_vtab_nochange() documentation... |
commit | commitdiff | tree | snapshot |
| 2018-05-23 |
dan | Add support for "ROWS BETWEEN <expr> PRECEDING AND... |
commit | commitdiff | tree | snapshot |
| 2018-05-23 |
drh | Remove a branch that is no longer used due to the fix... |
commit | commitdiff | tree | snapshot |
| 2018-05-23 |
drh | Verify that the sqlite_sequence table exists and is... |
commit | commitdiff | tree | snapshot |
| 2018-05-22 |
dan | Merge latest trunk changes into this branch. |
commit | commitdiff | tree | snapshot |
| 2018-05-22 |
dan | Add comments to window.c describing how other window... |
commit | commitdiff | tree | snapshot |
| 2018-05-21 |
dan | Begin adding support for more esoteric window frames. |
commit | commitdiff | tree | snapshot |
| 2018-05-19 |
dan | Fix minor problems on this branch. |
commit | commitdiff | tree | snapshot |
| 2018-05-18 |
drh | Add support for auxiliary columns to the rtree extension. |
commit | commitdiff | tree | snapshot |
| 2018-05-18 |
drh | Merge enhancements from trunk, especially the CLI fixes. aux-data-in-rtree |
commit | commitdiff | tree | snapshot |
| 2018-05-18 |
drh | In the CLI, detect and report errors on sqlite3_close... |
commit | commitdiff | tree | snapshot |
| 2018-05-18 |
drh | Avoid unnecessary sqlite3_finalize() operations. |
commit | commitdiff | tree | snapshot |
| 2018-05-18 |
drh | Fix a prepare-statement leak. |
commit | commitdiff | tree | snapshot |
| 2018-05-18 |
drh | Improved error messages. Limit the number of auxiliary... |
commit | commitdiff | tree | snapshot |
| 2018-05-18 |
drh | Improvements to integer/float comparisons on architectu... |
commit | commitdiff | tree | snapshot |
| 2018-05-18 |
drh | Remove incorrect NEVER() macro added by the previous... int-float-compare |
commit | commitdiff | tree | snapshot |
| 2018-05-18 |
drh | Improvements to the sqlite3IntFloatCompare() routine... |
commit | commitdiff | tree | snapshot |
| 2018-05-17 |
drh | In the CLI with the -A command, if the file does not... |
commit | commitdiff | tree | snapshot |
| 2018-05-17 |
dan | Evaluate multiple window functions in a single pass... |
commit | commitdiff | tree | snapshot |
| 2018-05-17 |
dan | Handle multiple window-functions in a single query. |
commit | commitdiff | tree | snapshot |
| 2018-05-17 |
drh | Improved error and help messages for the ".archive... |
commit | commitdiff | tree | snapshot |
| 2018-05-17 |
drh | Fix memory errors associated with argv in the CLI when... |
commit | commitdiff | tree | snapshot |
| 2018-05-16 |
dan | Start of experimental implementation of SQL window... |
commit | commitdiff | tree | snapshot |
| 2018-05-16 |
drh | Fix an issue with rtreecheck() and auxiliary data columns. |
commit | commitdiff | tree | snapshot |
| 2018-05-16 |
drh | Do not allow auxiliary columns in the rtree to interfer... |
commit | commitdiff | tree | snapshot |
| 2018-05-16 |
drh | Fix the OOM issue mentioned in the previous check-in. |
commit | commitdiff | tree | snapshot |
| 2018-05-16 |
drh | Initial implementation of the ability to have auxiliary... |
commit | commitdiff | tree | snapshot |
| 2018-05-16 |
drh | Enhance the sqlite3_str_new() interface so that it... |
commit | commitdiff | tree | snapshot |
| 2018-05-16 |
drh | Correct output for the fullkey column of json_each... |
commit | commitdiff | tree | snapshot |
| 2018-05-15 |
dan | Fix a test case problem in wherelimit.test. |
commit | commitdiff | tree | snapshot |
| 2018-05-14 |
drh | Make more aggressive use of automatic indexes when... |
commit | commitdiff | tree | snapshot |
| 2018-05-14 |
drh | Convert the schema creation logic in the rtree extensio... |
commit | commitdiff | tree | snapshot |
| 2018-05-14 |
mistachkin | Fix typo in the shell.c source file. |
commit | commitdiff | tree | snapshot |
| 2018-05-14 |
drh | Export the deduceDatabaseType() function the shell... |
commit | commitdiff | tree | snapshot |
| 2018-05-14 |
drh | Add the --append option to the ".backup" command in... |
commit | commitdiff | tree | snapshot |
| 2018-05-12 |
drh | In the CLI, allow comment lines that begin with '#... |
commit | commitdiff | tree | snapshot |
| 2018-05-11 |
drh | In the CLI, return non-zero if there are errors on... |
commit | commitdiff | tree | snapshot |
| 2018-05-11 |
drh | Fix a typo in the help message from the ".sha3sum"... |
commit | commitdiff | tree | snapshot |
| 2018-05-11 |
drh | Make sure the open_db() routine in the CLI does not... |
commit | commitdiff | tree | snapshot |
| 2018-05-09 |
dan | Add a test case to check that the fts5 unicode64 tokeni... |
commit | commitdiff | tree | snapshot |
| 2018-05-09 |
drh | Add 14 new interfaces to the loadable extension mechanism. |
commit | commitdiff | tree | snapshot |
| 2018-05-09 |
drh | Fix minor problems with the sqlite3_str interface. |
commit | commitdiff | tree | snapshot |
| 2018-05-09 |
drh | Make the internal dynamic string interface available... |
commit | commitdiff | tree | snapshot |
| 2018-05-09 |
drh | Fix a typo in a comment used for documentation. No... |
commit | commitdiff | tree | snapshot |
| 2018-05-08 |
drh | Correctly format the STAT1 and STAT4 content in the... |
commit | commitdiff | tree | snapshot |
| 2018-05-08 |
drh | Fix a harmless compiler warning in fuzzcheck. Add... |
commit | commitdiff | tree | snapshot |
| 2018-05-08 |
drh | Fuzz test cases for UPSERT. |
commit | commitdiff | tree | snapshot |
| 2018-05-07 |
drh | Activate the cell-overwrite optimization for index... |
commit | commitdiff | tree | snapshot |
| 2018-05-07 |
drh | Improved comments on the cell-overwrite optimization... |
commit | commitdiff | tree | snapshot |
| 2018-05-07 |
drh | On an UPDATE, try to overwrite an existing btree cell... |
commit | commitdiff | tree | snapshot |
| 2018-05-07 |
drh | Fix harmless compiler warnings associated with the... |
commit | commitdiff | tree | snapshot |
| 2018-05-07 |
drh | Fix harmless compiler warnings in the cell-overwrite... cell-overwrite-prototype |
commit | commitdiff | tree | snapshot |
| 2018-05-07 |
drh | Backout change [05fee1a21ea398f1e4d6f1cf3] because... |
commit | commitdiff | tree | snapshot |
| 2018-05-05 |
drh | In an ORDER BY LIMIT, make sure the ORDER BY expression... |
commit | commitdiff | tree | snapshot |
| 2018-05-05 |
drh | Fix a slightly incorrect corruption detection branch... |
commit | commitdiff | tree | snapshot |
| next |