| 2018-07-26 |
drh | In the unix VFS, give every unixInodeInfo object its... |
commit | commitdiff | tree | snapshot |
| 2018-07-25 |
dan | Fix a buffer overread in fts5. |
commit | commitdiff | tree | snapshot |
| 2018-07-25 |
mistachkin | Keep generated opcode values grouped together when... |
commit | commitdiff | tree | snapshot |
| 2018-07-25 |
dan | Fix a typo in the documentation for sqlite3_snapshot_get(). |
commit | commitdiff | tree | snapshot |
| 2018-07-24 |
drh | Do not abort running queries due to a CREATE INDEX... |
commit | commitdiff | tree | snapshot |
| 2018-07-24 |
mistachkin | Add missing SQLITE_OMIT_WINDOWFUNC check to the json1... |
commit | commitdiff | tree | snapshot |
| 2018-07-23 |
drh | Return an SQLITE_NOMEM error if the locking mutex fails... separate-lock-mutex |
commit | commitdiff | tree | snapshot |
| 2018-07-23 |
drh | First attempt at reducing mutex contention in the unix... |
commit | commitdiff | tree | snapshot |
| 2018-07-23 |
mistachkin | Fix typo of 'SQLITE_OMIT_WINDOWFUNC'. |
commit | commitdiff | tree | snapshot |
| 2018-07-23 |
drh | Attempt to improve the documentation for snapshots... |
commit | commitdiff | tree | snapshot |
| 2018-07-23 |
dan | Fix the macros used to generate the output of "PRAGMA... |
commit | commitdiff | tree | snapshot |
| 2018-07-22 |
mistachkin | Fix more harmless compiler warnings seen with MSVC. |
commit | commitdiff | tree | snapshot |
| 2018-07-22 |
mistachkin | Another minor revision to the 'fulltestonly' set of... |
commit | commitdiff | tree | snapshot |
| 2018-07-22 |
mistachkin | Fix harmless compiler warning. |
commit | commitdiff | tree | snapshot |
| 2018-07-22 |
mistachkin | In the Win32 VFS, when truncating a file, unmap it... |
commit | commitdiff | tree | snapshot |
| 2018-07-21 |
mistachkin | In 'resetdb.test', close a database prior to trying... |
commit | commitdiff | tree | snapshot |
| 2018-07-20 |
drh | Change the SQLITE_Stat34 bit of the optimization test... |
commit | commitdiff | tree | snapshot |
| 2018-07-20 |
drh | New checked in PRAGMA integrity_check to validate the... |
commit | commitdiff | tree | snapshot |
| 2018-07-20 |
drh | Enhanced detection of problems on the freelist and... |
commit | commitdiff | tree | snapshot |
| 2018-07-19 |
drh | Avoid a branch in the commit logic that is unreachable... |
commit | commitdiff | tree | snapshot |
| 2018-07-19 |
drh | Allow the VACUUM following SQLITE_DBCONFIG_RESET_DATABA... |
commit | commitdiff | tree | snapshot |
| 2018-07-19 |
dan | Experimental fix for resetting databases that have... exp-dbreset-fix |
commit | commitdiff | tree | snapshot |
| 2018-07-18 |
drh | Add the SQLITE_FCNTL_DATA_VERSION file control |
commit | commitdiff | tree | snapshot |
| 2018-07-18 |
drh | Fix a harmless compiler warning in the pager. Enhance... |
commit | commitdiff | tree | snapshot |
| 2018-07-17 |
dan | If an SQLITE_IOERR error is encountered as part of... |
commit | commitdiff | tree | snapshot |
| 2018-07-17 |
dan | Fix for builds without SQLITE_ENABLE_BATCH_ATOMIC_WRITE. exp-retry-atomic-commit |
commit | commitdiff | tree | snapshot |
| 2018-07-16 |
dan | Add new file doc/F2FS.txt, containing notes on the... |
commit | commitdiff | tree | snapshot |
| 2018-07-16 |
drh | Minor simplification to sqlite3RollbackAll(). |
commit | commitdiff | tree | snapshot |
| 2018-07-14 |
dan | If an SQLITE_IOERR error is encountered as part of... |
commit | commitdiff | tree | snapshot |
| 2018-07-13 |
dan | Remove an unused function declaration from fts5. |
commit | commitdiff | tree | snapshot |
| 2018-07-13 |
dan | Add the "categories" option to the unicode61 tokenizer... |
commit | commitdiff | tree | snapshot |
| 2018-07-12 |
dan | Add a test-control to disable the skip-scan optimization. |
commit | commitdiff | tree | snapshot |
| 2018-07-12 |
dan | Add a test case to check that SQLITE_DBCONFIG_RESET_DAT... |
commit | commitdiff | tree | snapshot |
| 2018-07-11 |
drh | On an UPSERT when the order of constraint checks is... |
commit | commitdiff | tree | snapshot |
| 2018-07-11 |
drh | Adjustments to VdbeCoverage macros to deal with byte... |
commit | commitdiff | tree | snapshot |
| 2018-07-10 |
drh | Remove incorrect ALWAYS() macros from the window functi... |
commit | commitdiff | tree | snapshot |
| 2018-07-10 |
drh | Add VdbeModuleComment()s on the three main code generat... |
commit | commitdiff | tree | snapshot |
| 2018-07-10 |
drh | Minor comment changes. Add ALWAYS() macros on some... |
commit | commitdiff | tree | snapshot |
| 2018-07-10 |
drh | Identify Select objects within a single statement using... |
commit | commitdiff | tree | snapshot |
| 2018-07-10 |
dan | Modify tests in window3.test to be tolerant of rounding... |
commit | commitdiff | tree | snapshot |
| 2018-07-10 |
dan | Fix a problem with using scalar sub-selects in window... |
commit | commitdiff | tree | snapshot |
| 2018-07-10 |
drh | Further improvements to bytecode branch testing. Fix... |
commit | commitdiff | tree | snapshot |
| 2018-07-10 |
drh | Enhancements and improved documentation to the byte... |
commit | commitdiff | tree | snapshot |
| 2018-07-10 |
drh | Fix a harmless warning about comment formatting in... |
commit | commitdiff | tree | snapshot |
| 2018-07-10 |
drh | Assert that if two functions compare equal in every... |
commit | commitdiff | tree | snapshot |
| 2018-07-10 |
drh | Enhance the sqlite3ExprCompare() routine so that it... |
commit | commitdiff | tree | snapshot |
| 2018-07-10 |
drh | Enhance the TreeView mechanism so that it shows the... |
commit | commitdiff | tree | snapshot |
| 2018-07-10 |
drh | New VDBE comments and coverage macros. |
commit | commitdiff | tree | snapshot |
| 2018-07-09 |
drh | Fixes for various harmless compiler warnings. |
commit | commitdiff | tree | snapshot |
| 2018-07-09 |
drh | Add a comment to restriction (6) of the push-down optim... |
commit | commitdiff | tree | snapshot |
| 2018-07-09 |
drh | Add an ALWAYS() around a branch in sqlite3BtreeSkipNext... |
commit | commitdiff | tree | snapshot |
| 2018-07-09 |
dan | Avoid leaving view-definitions with an incomplete set... |
commit | commitdiff | tree | snapshot |
| 2018-07-09 |
dan | Add a couple of OOM tests. |
commit | commitdiff | tree | snapshot |
| 2018-07-09 |
drh | Remove redundant branches in window function processing. |
commit | commitdiff | tree | snapshot |
| 2018-07-09 |
drh | Simplification to the grammar rules for window function... |
commit | commitdiff | tree | snapshot |
| 2018-07-09 |
dan | Throw an error if the second argument passed to nth_val... |
commit | commitdiff | tree | snapshot |
| 2018-07-09 |
dan | Fix a bad assert() in window.c. |
commit | commitdiff | tree | snapshot |
| 2018-07-09 |
drh | Simplification to the logic that detects misuse of... |
commit | commitdiff | tree | snapshot |
| 2018-07-09 |
drh | During WITHOUT ROWID table creation, if the sqlite3Crea... |
commit | commitdiff | tree | snapshot |
| 2018-07-08 |
drh | Identify specific FuncDef objects for window functions... |
commit | commitdiff | tree | snapshot |
| 2018-07-07 |
drh | Simplifications to the implementation of the sum()... |
commit | commitdiff | tree | snapshot |
| 2018-07-07 |
dan | Fix another problem with reusing LSM cursors for range... |
commit | commitdiff | tree | snapshot |
| 2018-07-07 |
drh | Fix the JSON extension so that it can be compiled separ... |
commit | commitdiff | tree | snapshot |
| 2018-07-07 |
dan | Fix an LSM problem caused by using the same cursor... |
commit | commitdiff | tree | snapshot |
| 2018-07-07 |
drh | Add ALWAYS() macros on results of sqlite3_aggregate_con... |
commit | commitdiff | tree | snapshot |
| 2018-07-07 |
drh | Add an assert() to help verify that OP_AggInverse is... |
commit | commitdiff | tree | snapshot |
| 2018-07-07 |
dan | Add missing VdbeCoverage() macro to window.c. |
commit | commitdiff | tree | snapshot |
| 2018-07-07 |
dan | Fix a problem with the handling of NULL values in the... |
commit | commitdiff | tree | snapshot |
| 2018-07-06 |
drh | Try to improve the error messages for misformed frame... |
commit | commitdiff | tree | snapshot |
| 2018-07-06 |
dan | Also disallow non-constant expressions in "<expr> PRECE... |
commit | commitdiff | tree | snapshot |
| 2018-07-06 |
dan | Ensure an error is returned if the user specifies an... |
commit | commitdiff | tree | snapshot |
| 2018-07-06 |
dan | Prevent "UNBOUNDED FOLLOWING" from being used as the... |
commit | commitdiff | tree | snapshot |
| 2018-07-06 |
dan | Remove some bad assert() statements from the implementa... |
commit | commitdiff | tree | snapshot |
| 2018-07-06 |
dan | Return an error if DISTINCT is used with a window-funct... |
commit | commitdiff | tree | snapshot |
| 2018-07-05 |
drh | Use separate opcodes, OP_AggValue and OP_AggInverse... |
commit | commitdiff | tree | snapshot |
| 2018-07-05 |
dan | Update the recipe for resetting a database using |
commit | commitdiff | tree | snapshot |
| 2018-07-05 |
drh | Get the json_group_array() and json_group_object()... |
commit | commitdiff | tree | snapshot |
| 2018-07-05 |
dan | Return an error if a "RANGE" window-frame uses "<expr... |
commit | commitdiff | tree | snapshot |
| 2018-07-05 |
dan | Fix a problem in the xInverse method of window-function... |
commit | commitdiff | tree | snapshot |
| 2018-07-05 |
drh | Fix the .dump command in the command-line shell so... |
commit | commitdiff | tree | snapshot |
| 2018-07-05 |
dan | In wal mode, if a "BEGIN EXCLUSIVE" command (or any... |
commit | commitdiff | tree | snapshot |
| 2018-07-05 |
dan | Fix a typo inside an assert() statement introduced... exp-busy-snapshot-fix |
commit | commitdiff | tree | snapshot |
| 2018-07-05 |
dan | In wal mode, if a "BEGIN EXCLUSIVE" command (or any... |
commit | commitdiff | tree | snapshot |
| 2018-07-03 |
dan | Test that a race condition can cause a "BEGIN EXCLUSIVE... |
commit | commitdiff | tree | snapshot |
| 2018-07-02 |
dan | Fix a problem in the xInverse callback for the built... |
commit | commitdiff | tree | snapshot |
| 2018-07-02 |
dan | Fix a segfault caused by having identical window functi... |
commit | commitdiff | tree | snapshot |
| 2018-07-02 |
dan | Fix a crash caused by a LIKE pattern that consists... |
commit | commitdiff | tree | snapshot |
| 2018-07-02 |
dan | Fix a segfault caused by invoking a regular aggregate... |
commit | commitdiff | tree | snapshot |
| 2018-07-01 |
drh | Quick patch to the Lemon parser template to avoid an... |
commit | commitdiff | tree | snapshot |
| 2018-06-30 |
dan | Avoid a warning in fts5.c due to not using generated... |
commit | commitdiff | tree | snapshot |
| 2018-06-30 |
dan | Merge implementation of SQL window functions from the... |
commit | commitdiff | tree | snapshot |
| 2018-06-30 |
dan | Fix a minor problem in the code for determining whether... exp-window-functions |
commit | commitdiff | tree | snapshot |
| 2018-06-30 |
dan | Merge all changes from the weak-fallback branch except... |
commit | commitdiff | tree | snapshot |
| 2018-06-30 |
dan | Have the tokenizer handle fallback for tokens "OVER... weak-fallback |
commit | commitdiff | tree | snapshot |
| 2018-06-29 |
dan | Further performance related tweaks for sqlite3RunParser(). |
commit | commitdiff | tree | snapshot |
| 2018-06-29 |
dan | Further tweaks to sqlite3RunParser(). |
commit | commitdiff | tree | snapshot |
| 2018-06-29 |
dan | Improve on the previous checkin. Still a bit slow. |
commit | commitdiff | tree | snapshot |
| 2018-06-29 |
dan | Instead of using a lemon %fallback directive, have... |
commit | commitdiff | tree | snapshot |
| 2018-06-28 |
dan | Modifications to parse.y to better support backwards... |
commit | commitdiff | tree | snapshot |
| 2018-06-28 |
drh | Introduce the concept of "weak fallback" in the parser... |
commit | commitdiff | tree | snapshot |
| next |