2018-07-28 |
drh | An early attempt at refactoring Expr expr-simplify-branch1 |
commit | commitdiff | tree |
2018-07-28 |
drh | Add assert() statements to sqlite3ExprDelete() that... |
commit | commitdiff | tree |
2018-07-27 |
drh | Improvements to the parser to increase coverage. Fix... |
commit | commitdiff | tree |
2018-07-27 |
drh | When doing a DROP VIEW do not try to delete entries... |
commit | commitdiff | tree |
2018-07-27 |
drh | Minor grammar changes that help the parser run faster... |
commit | commitdiff | tree |
2018-07-27 |
mistachkin | Enhance Makefile for MSVC to support building the shell... |
commit | commitdiff | tree |
2018-07-27 |
drh | The WHERE-clause constant propagation optimization... |
commit | commitdiff | tree |
2018-07-27 |
drh | Reduce the performance cost of the constant propagation... propagate-const-opt |
commit | commitdiff | tree |
2018-07-27 |
drh | Performance improvement to sqlite3ExprCollSeq(). With... |
commit | commitdiff | tree |
2018-07-27 |
drh | Faster implementation of sqlite3IsBinary(). |
commit | commitdiff | tree |
2018-07-27 |
drh | Only run the constant propagation optimization on joins... |
commit | commitdiff | tree |
2018-07-27 |
drh | Constant propagation is now restricted to just the... |
commit | commitdiff | tree |
2018-07-26 |
drh | Add a test case demonstrating the collation problem... |
commit | commitdiff | tree |
2018-07-26 |
drh | Generalize the constant propagation optimization so... |
commit | commitdiff | tree |
2018-07-26 |
drh | In the unix VFS, give every unixInodeInfo object its... |
commit | commitdiff | tree |
2018-07-26 |
drh | Initial implementation of the WHERE-clause constant... |
commit | commitdiff | tree |
2018-07-25 |
dan | Fix a buffer overread in fts5. |
commit | commitdiff | tree |
2018-07-25 |
mistachkin | Keep generated opcode values grouped together when... |
commit | commitdiff | tree |
2018-07-25 |
dan | Fix a typo in the documentation for sqlite3_snapshot_get(). |
commit | commitdiff | tree |
2018-07-24 |
drh | Do not abort running queries due to a CREATE INDEX... |
commit | commitdiff | tree |
2018-07-24 |
mistachkin | Add missing SQLITE_OMIT_WINDOWFUNC check to the json1... |
commit | commitdiff | tree |
2018-07-23 |
drh | Return an SQLITE_NOMEM error if the locking mutex fails... separate-lock-mutex |
commit | commitdiff | tree |
2018-07-23 |
drh | First attempt at reducing mutex contention in the unix... |
commit | commitdiff | tree |
2018-07-23 |
mistachkin | Fix typo of 'SQLITE_OMIT_WINDOWFUNC'. |
commit | commitdiff | tree |
2018-07-23 |
drh | Attempt to improve the documentation for snapshots... |
commit | commitdiff | tree |
2018-07-23 |
dan | Fix the macros used to generate the output of "PRAGMA... |
commit | commitdiff | tree |
2018-07-22 |
mistachkin | Fix more harmless compiler warnings seen with MSVC. |
commit | commitdiff | tree |
2018-07-22 |
mistachkin | Another minor revision to the 'fulltestonly' set of... |
commit | commitdiff | tree |
2018-07-22 |
mistachkin | Fix harmless compiler warning. |
commit | commitdiff | tree |
2018-07-22 |
mistachkin | In the Win32 VFS, when truncating a file, unmap it... |
commit | commitdiff | tree |
2018-07-22 |
drh | Remove an unused branch in the FK logic. dropViewNoStat |
commit | commitdiff | tree |
2018-07-21 |
mistachkin | In 'resetdb.test', close a database prior to trying... |
commit | commitdiff | tree |
2018-07-20 |
mistachkin | When dropping a view, skip trying to delete from 'sqlit... |
commit | commitdiff | tree |
2018-07-20 |
drh | Change the SQLITE_Stat34 bit of the optimization test... |
commit | commitdiff | tree |
2018-07-20 |
drh | New checked in PRAGMA integrity_check to validate the... |
commit | commitdiff | tree |
2018-07-20 |
drh | Enhanced detection of problems on the freelist and... |
commit | commitdiff | tree |
2018-07-19 |
drh | Avoid a branch in the commit logic that is unreachable... |
commit | commitdiff | tree |
2018-07-19 |
drh | Allow the VACUUM following SQLITE_DBCONFIG_RESET_DATABA... |
commit | commitdiff | tree |
2018-07-19 |
dan | Experimental fix for resetting databases that have... exp-dbreset-fix |
commit | commitdiff | tree |
2018-07-18 |
drh | Add the SQLITE_FCNTL_DATA_VERSION file control |
commit | commitdiff | tree |
2018-07-18 |
drh | Fix a harmless compiler warning in the pager. Enhance... |
commit | commitdiff | tree |
2018-07-17 |
dan | If an SQLITE_IOERR error is encountered as part of... |
commit | commitdiff | tree |
2018-07-17 |
dan | Fix for builds without SQLITE_ENABLE_BATCH_ATOMIC_WRITE. exp-retry-atomic-commit |
commit | commitdiff | tree |
2018-07-16 |
dan | Add new file doc/F2FS.txt, containing notes on the... |
commit | commitdiff | tree |
2018-07-16 |
drh | Minor simplification to sqlite3RollbackAll(). |
commit | commitdiff | tree |
2018-07-14 |
dan | If an SQLITE_IOERR error is encountered as part of... |
commit | commitdiff | tree |
2018-07-13 |
dan | Remove an unused function declaration from fts5. |
commit | commitdiff | tree |
2018-07-13 |
dan | Add the "categories" option to the unicode61 tokenizer... |
commit | commitdiff | tree |
2018-07-12 |
dan | Add a test-control to disable the skip-scan optimization. |
commit | commitdiff | tree |
2018-07-12 |
dan | Add a test case to check that SQLITE_DBCONFIG_RESET_DAT... |
commit | commitdiff | tree |
2018-07-11 |
drh | On an UPSERT when the order of constraint checks is... |
commit | commitdiff | tree |
2018-07-11 |
drh | Adjustments to VdbeCoverage macros to deal with byte... |
commit | commitdiff | tree |
2018-07-10 |
drh | Remove incorrect ALWAYS() macros from the window functi... |
commit | commitdiff | tree |
2018-07-10 |
drh | Add VdbeModuleComment()s on the three main code generat... |
commit | commitdiff | tree |
2018-07-10 |
drh | Minor comment changes. Add ALWAYS() macros on some... |
commit | commitdiff | tree |
2018-07-10 |
drh | Identify Select objects within a single statement using... |
commit | commitdiff | tree |
2018-07-10 |
dan | Modify tests in window3.test to be tolerant of rounding... |
commit | commitdiff | tree |
2018-07-10 |
dan | Fix a problem with using scalar sub-selects in window... |
commit | commitdiff | tree |
2018-07-10 |
drh | Further improvements to bytecode branch testing. Fix... |
commit | commitdiff | tree |
2018-07-10 |
drh | Enhancements and improved documentation to the byte... |
commit | commitdiff | tree |
2018-07-10 |
drh | Fix a harmless warning about comment formatting in... |
commit | commitdiff | tree |
2018-07-10 |
drh | Assert that if two functions compare equal in every... |
commit | commitdiff | tree |
2018-07-10 |
drh | Enhance the sqlite3ExprCompare() routine so that it... |
commit | commitdiff | tree |
2018-07-10 |
drh | Enhance the TreeView mechanism so that it shows the... |
commit | commitdiff | tree |
2018-07-10 |
drh | New VDBE comments and coverage macros. |
commit | commitdiff | tree |
2018-07-09 |
drh | Fixes for various harmless compiler warnings. |
commit | commitdiff | tree |
2018-07-09 |
drh | Add a comment to restriction (6) of the push-down optim... |
commit | commitdiff | tree |
2018-07-09 |
drh | Add an ALWAYS() around a branch in sqlite3BtreeSkipNext... |
commit | commitdiff | tree |
2018-07-09 |
dan | Avoid leaving view-definitions with an incomplete set... |
commit | commitdiff | tree |
2018-07-09 |
dan | Add a couple of OOM tests. |
commit | commitdiff | tree |
2018-07-09 |
drh | Remove redundant branches in window function processing. |
commit | commitdiff | tree |
2018-07-09 |
drh | Simplification to the grammar rules for window function... |
commit | commitdiff | tree |
2018-07-09 |
dan | Throw an error if the second argument passed to nth_val... |
commit | commitdiff | tree |
2018-07-09 |
dan | Fix a bad assert() in window.c. |
commit | commitdiff | tree |
2018-07-09 |
drh | Simplification to the logic that detects misuse of... |
commit | commitdiff | tree |
2018-07-09 |
drh | During WITHOUT ROWID table creation, if the sqlite3Crea... |
commit | commitdiff | tree |
2018-07-08 |
drh | Identify specific FuncDef objects for window functions... |
commit | commitdiff | tree |
2018-07-07 |
drh | Simplifications to the implementation of the sum()... |
commit | commitdiff | tree |
2018-07-07 |
dan | Fix another problem with reusing LSM cursors for range... |
commit | commitdiff | tree |
2018-07-07 |
drh | Fix the JSON extension so that it can be compiled separ... |
commit | commitdiff | tree |
2018-07-07 |
dan | Fix an LSM problem caused by using the same cursor... |
commit | commitdiff | tree |
2018-07-07 |
drh | Add ALWAYS() macros on results of sqlite3_aggregate_con... |
commit | commitdiff | tree |
2018-07-07 |
drh | Add an assert() to help verify that OP_AggInverse is... |
commit | commitdiff | tree |
2018-07-07 |
dan | Add missing VdbeCoverage() macro to window.c. |
commit | commitdiff | tree |
2018-07-07 |
dan | Fix a problem with the handling of NULL values in the... |
commit | commitdiff | tree |
2018-07-06 |
drh | Try to improve the error messages for misformed frame... |
commit | commitdiff | tree |
2018-07-06 |
dan | Also disallow non-constant expressions in "<expr> PRECE... |
commit | commitdiff | tree |
2018-07-06 |
dan | Ensure an error is returned if the user specifies an... |
commit | commitdiff | tree |
2018-07-06 |
dan | Prevent "UNBOUNDED FOLLOWING" from being used as the... |
commit | commitdiff | tree |
2018-07-06 |
dan | Remove some bad assert() statements from the implementa... |
commit | commitdiff | tree |
2018-07-06 |
dan | Return an error if DISTINCT is used with a window-funct... |
commit | commitdiff | tree |
2018-07-05 |
drh | Use separate opcodes, OP_AggValue and OP_AggInverse... |
commit | commitdiff | tree |
2018-07-05 |
dan | Update the recipe for resetting a database using |
commit | commitdiff | tree |
2018-07-05 |
drh | Get the json_group_array() and json_group_object()... |
commit | commitdiff | tree |
2018-07-05 |
dan | Return an error if a "RANGE" window-frame uses "<expr... |
commit | commitdiff | tree |
2018-07-05 |
dan | Fix a problem in the xInverse method of window-function... |
commit | commitdiff | tree |
2018-07-05 |
drh | Fix the .dump command in the command-line shell so... |
commit | commitdiff | tree |
2018-07-05 |
dan | In wal mode, if a "BEGIN EXCLUSIVE" command (or any... |
commit | commitdiff | tree |
2018-07-05 |
dan | Fix a typo inside an assert() statement introduced... exp-busy-snapshot-fix |
commit | commitdiff | tree |
2018-07-05 |
dan | In wal mode, if a "BEGIN EXCLUSIVE" command (or any... |
commit | commitdiff | tree |
next |