2020-06-09 |
drh | Mark an always-true conditional with ALWAYS(). agg-context-fix |
commit | commitdiff | tree |
2020-06-09 |
dan | Ensure that aggregate functions that (a) are part of... |
commit | commitdiff | tree |
2020-06-09 |
dan | Modify a test file to avoid causing Tcl to allocate... |
commit | commitdiff | tree |
2020-06-09 |
drh | Give the expression pointer fields of AggInfo distincti... |
commit | commitdiff | tree |
2020-06-09 |
drh | Improved tree-view debugging output for aggregate funct... |
commit | commitdiff | tree |
2020-06-08 |
dan | Fix a case where a corrupted fts3 record could cause... |
commit | commitdiff | tree |
2020-06-08 |
drh | When an Expr object is changed and that Expr is referen... |
commit | commitdiff | tree |
2020-06-07 |
drh | Fix minor OOM problems. persist-agginfo |
commit | commitdiff | tree |
2020-06-07 |
drh | AggInfo objects might be referenced even after the... |
commit | commitdiff | tree |
2020-06-07 |
drh | Alternative fix to ticket [c8d3b9f0a750a529]: Prior... |
commit | commitdiff | tree |
2020-06-05 |
drh | In the debugging treeview output, change the name of... |
commit | commitdiff | tree |
2020-06-05 |
drh | Always use ?...? to indicate optional arguments in... |
commit | commitdiff | tree |
2020-06-04 |
drh | Add support for "box" mode in the CLI: Like "table... |
commit | commitdiff | tree |
2020-06-04 |
drh | Improved display of ".mode table" output for empty... |
commit | commitdiff | tree |
2020-06-04 |
dan | Use __has_extension(c_atomic) instead of __has_feature... |
commit | commitdiff | tree |
2020-06-04 |
dan | Use AtomicStore() to set values in the wal-index hash... |
commit | commitdiff | tree |
2020-06-04 |
drh | Work around a bug in clang-11.0.0. |
commit | commitdiff | tree |
2020-06-03 |
drh | Fix for ticket [810dc8038872e212]. Thank to user ... |
commit | commitdiff | tree |
2020-06-03 |
drh | Simplification to the interrupt handling logic in sqlit... |
commit | commitdiff | tree |
2020-06-03 |
drh | Improve the query planner so that it is better able... |
commit | commitdiff | tree |
2020-05-30 |
drh | Draw the dashes below the headers in "explain" mode... |
commit | commitdiff | tree |
2020-05-30 |
drh | Improved VDBE comments on the ANALYZE code generator... |
commit | commitdiff | tree |
2020-05-29 |
mistachkin | Enhancements to the incremental build support for MSVC. |
commit | commitdiff | tree |
2020-05-29 |
drh | Remove a stray "&" character in the CLI, detected... |
commit | commitdiff | tree |
2020-05-29 |
drh | Add the "shelltest" target to the MSVC makefile as... |
commit | commitdiff | tree |
2020-05-29 |
drh | Fix the ".import" command of the CLI to clean up better... |
commit | commitdiff | tree |
2020-05-29 |
drh | Improvements to help text for the CLI. |
commit | commitdiff | tree |
2020-05-29 |
drh | Fix a memory leak in the CLI when an unknown or unrecog... |
commit | commitdiff | tree |
2020-05-29 |
drh | Improvements to columnar output in the CLI. Columns... |
commit | commitdiff | tree |
2020-05-29 |
drh | Space to hold the ".width" of columns in the CLI is... |
commit | commitdiff | tree |
2020-05-29 |
drh | Incremental improvements to tabular output modes in... |
commit | commitdiff | tree |
2020-05-29 |
dan | Expand upon a comment in os_unix.c. No changes to code. |
commit | commitdiff | tree |
2020-05-29 |
drh | In the json output mode of the CLI, do correct quoting... |
commit | commitdiff | tree |
2020-05-28 |
drh | Progress toward adding new output modes to the CLI... |
commit | commitdiff | tree |
2020-05-28 |
drh | Enhance the ".quote" mode in the shell so that it honor... |
commit | commitdiff | tree |
2020-05-28 |
drh | When the sqlite_stat1 data is missing for some indexes... |
commit | commitdiff | tree |
2020-05-27 |
drh | Small performance improvement and size reduction in... |
commit | commitdiff | tree |
2020-05-27 |
drh | Change a datatype from i16 to int to appease Converity... |
commit | commitdiff | tree |
2020-05-26 |
drh | Fix the cksumvfs extension so that it will not register... |
commit | commitdiff | tree |
2020-05-26 |
drh | Performance optimization in the transfer of error messa... |
commit | commitdiff | tree |
2020-05-26 |
drh | Increase the version number to 3.33.0 to begin the... |
commit | commitdiff | tree |
2020-05-26 |
drh | Changes to sqlite3SelectNew() to work around a false... |
commit | commitdiff | tree |
2020-05-26 |
drh | Innocuous changes to help Coverity avoid false-positives. |
commit | commitdiff | tree |
2020-05-25 |
drh | Version 3.32.1 version-3.32.1 |
commit | commitdiff | tree |
2020-05-25 |
drh | Extra assert() statements in the printf() logic. |
commit | commitdiff | tree |
2020-05-25 |
drh | Defensive code that tries to prevent a recurrence of... |
commit | commitdiff | tree |
2020-05-25 |
drh | Fix minor compile issues with optional extensions. |
commit | commitdiff | tree |
2020-05-25 |
drh | Make sure variable declarations are at start of scope... |
commit | commitdiff | tree |
2020-05-25 |
drh | Attempt to work around a false-positive warning in... cgo-warning-workaround |
commit | commitdiff | tree |
2020-05-24 |
drh | Version number to 3.32.1. |
commit | commitdiff | tree |
2020-05-24 |
drh | When rewriting a query for window functions, if the... |
commit | commitdiff | tree |
2020-05-24 |
drh | Move some utility Walker callbacks into the walker... |
commit | commitdiff | tree |
2020-05-24 |
drh | Improvements to parse-tree tracing logic. No changes... |
commit | commitdiff | tree |
2020-05-24 |
drh | Minor fix to a comment. No code changes. |
commit | commitdiff | tree |
2020-05-23 |
drh | Limit the "precision" of floating-point to text convers... |
commit | commitdiff | tree |
2020-05-23 |
drh | Improved bytecode comment. |
commit | commitdiff | tree |
2020-05-22 |
drh | Version 3.32.0 version-3.32.0 |
commit | commitdiff | tree |
2020-05-21 |
drh | Change a NEVER macro into a NO_TEST comment, as the... |
commit | commitdiff | tree |
2020-05-21 |
dan | Avoid another potential OOB read in sqlite3expert.c. |
commit | commitdiff | tree |
2020-05-20 |
drh | Back out the change from [7fab1393c2b22b1f] that tries... |
commit | commitdiff | tree |
2020-05-19 |
drh | Add compiler hints to disable TSAN for the routines... |
commit | commitdiff | tree |
2020-05-19 |
dan | In os_win.c, avoid calling sqlite3_uri_boolean() on... |
commit | commitdiff | tree |
2020-05-19 |
drh | User-suggested improvement to the README.txt for the... |
commit | commitdiff | tree |
2020-05-19 |
drh | In wal.c, improved comments on concurrency issues.... |
commit | commitdiff | tree |
2020-05-18 |
dan | Add vdbevtab.lo to build of libsqlite3.lib in Makefile... |
commit | commitdiff | tree |
2020-05-17 |
drh | Avoid harmless UB in memcpy() in the JSON extension. |
commit | commitdiff | tree |
2020-05-17 |
drh | Use the sqlite3Realloc() interface internally, rather... |
commit | commitdiff | tree |
2020-05-16 |
drh | Performance optimization for the sqlite3FindTable(... |
commit | commitdiff | tree |
2020-05-16 |
drh | The OP_RealAffinity opcode is not necessary after readi... |
commit | commitdiff | tree |
2020-05-16 |
dan | Fix a use-after-free bug in the fts3 snippet() function. |
commit | commitdiff | tree |
2020-05-16 |
drh | Extra memory barrier during initialization. |
commit | commitdiff | tree |
2020-05-16 |
dan | Add sqlite3BeginBenignMalloc() and EndBenignMalloc... |
commit | commitdiff | tree |
2020-05-15 |
dan | Update code in sqlite3expert.c to account for the fact... |
commit | commitdiff | tree |
2020-05-15 |
dan | Fix another build problem for SQLITE_OMIT_VIRTUALTABLE... |
commit | commitdiff | tree |
2020-05-15 |
drh | Fix a documentation typo. No changes to code. |
commit | commitdiff | tree |
2020-05-15 |
drh | Adjust some requirement marks. No changes to code. |
commit | commitdiff | tree |
2020-05-15 |
dan | Update test file e_fkey.test to account for the fact... |
commit | commitdiff | tree |
2020-05-15 |
dan | Fix SQLITE_OMIT_VIRTUALTABLE testfixture builds. |
commit | commitdiff | tree |
2020-05-15 |
dan | Test script changes to account for the fact that the... |
commit | commitdiff | tree |
2020-05-15 |
mistachkin | Enhancements to long-path support in the Win32 VFS. |
commit | commitdiff | tree |
2020-05-15 |
drh | Move some new test cases from fts3snippet.test into... |
commit | commitdiff | tree |
2020-05-15 |
drh | Add the SQLITE_ENABLE_FTS3_PARENTHESIS option to fuzzch... |
commit | commitdiff | tree |
2020-05-14 |
drh | Fix a null pointer deference that can occur on a strang... |
commit | commitdiff | tree |
2020-05-14 |
drh | Do not allow a virtual table to be renamed into the... |
commit | commitdiff | tree |
2020-05-13 |
drh | Implement the IIF(x,y,z) SQL function that is short... |
commit | commitdiff | tree |
2020-05-13 |
drh | Remove unused constant SQLITE_FUNC_COALESCE. |
commit | commitdiff | tree |
2020-05-13 |
dan | Use AtomicStore() and AtomicLoad() in a few more places... |
commit | commitdiff | tree |
2020-05-11 |
drh | New test case in test/fuzzdata8.db. |
commit | commitdiff | tree |
2020-05-11 |
dan | Fix a problem handling constant integer expressions... |
commit | commitdiff | tree |
2020-05-08 |
drh | Release some restrictions on columns added by ALTER... |
commit | commitdiff | tree |
2020-05-08 |
drh | Fix the count-optimization so that it honors the NOT... |
commit | commitdiff | tree |
2020-05-08 |
drh | New test cases added to test/fuzzdata8.db. |
commit | commitdiff | tree |
2020-05-08 |
drh | Do not retry on a failed realloc() unless SQLITE_ENABLE... |
commit | commitdiff | tree |
2020-05-07 |
dan | Fix a failing assert() in fts3 triggered by a corrupt... |
commit | commitdiff | tree |
2020-05-07 |
dan | Changes to avoid deadlock in SQLITE_ENABLE_SETLK_TIMEOU... |
commit | commitdiff | tree |
2020-05-07 |
dan | Fix an error that could occur if the first transaction... setlk-deadlock-changes |
commit | commitdiff | tree |
2020-05-07 |
dan | Merge trunk changes into this branch. |
commit | commitdiff | tree |
2020-05-07 |
drh | Fix the handling of reserve-bytes so that the maximum... |
commit | commitdiff | tree |
2020-05-06 |
dan | Avoid leaking a file-handle in test file walsetlk.test. |
commit | commitdiff | tree |
2020-05-06 |
dan | Fix an assert() failure that could follow an IO error. |
commit | commitdiff | tree |
next |