2021-07-12 |
dan | Fix a defect in the query-flattener optimization identi... branch-3.32a |
commit | commitdiff | tree |
2020-06-08 |
drh | When an Expr object is changed and that Expr is referen... |
commit | commitdiff | tree |
2020-06-04 |
drh | Version 3.32.2 version-3.32.2 |
commit | commitdiff | tree |
2020-06-03 |
drh | Fix for ticket [810dc8038872e212]. |
commit | commitdiff | tree |
2020-06-03 |
drh | Version number to 3.32.2 |
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-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 |
2020-05-06 |
drh | Fix harmless compiler warnings. |
commit | commitdiff | tree |
2020-05-06 |
dan | Fix a problem preventing building without SQLITE_ENABLE... |
commit | commitdiff | tree |
2020-05-06 |
dan | Add error code SQLITE_BUSY_TIMEOUT, used internally... |
commit | commitdiff | tree |
2020-05-06 |
dan | Fix compiler warnings in non-SQLITE_ENABLE_SETLK_TIMEOU... |
commit | commitdiff | tree |
2020-05-06 |
dan | Block on the WRITER lock when attempting to run recovery. |
commit | commitdiff | tree |
2020-05-06 |
drh | Provide the SQLITE_DEFAULT_LEGACY_ALTER_TABLE compile... |
commit | commitdiff | tree |
2020-05-06 |
dan | Add tests for running recovery when opening a write... |
commit | commitdiff | tree |
2020-05-06 |
dan | Merge latest trunk changes into this branch. |
commit | commitdiff | tree |
2020-05-05 |
dan | Unless upgrading an existing read transaction, have... |
commit | commitdiff | tree |
2020-05-05 |
drh | The only known path to a corruption detection branch... |
commit | commitdiff | tree |
2020-05-05 |
drh | Earlier detection of index corruption caused by missing... |
commit | commitdiff | tree |
2020-05-05 |
drh | Fix a compiler warning in cksumvfs.c. |
commit | commitdiff | tree |
2020-05-04 |
drh | Fix harmless compiler warnings. |
commit | commitdiff | tree |
2020-05-04 |
dan | Changes to avoid deadlock in SQLITE_ENABLE_SETLK_TIMEOU... |
commit | commitdiff | tree |
2020-05-04 |
drh | Minor change to the sqlite_stmt virtual table, for... |
commit | commitdiff | tree |
2020-05-04 |
drh | Simplify the initialization of built-in extensions. |
commit | commitdiff | tree |
2020-05-04 |
drh | Ensure that the master-journal name is in a form suitab... |
commit | commitdiff | tree |
2020-05-02 |
drh | Add the SQLITE_FCNTL_CKPT_START file-control and use... |
commit | commitdiff | tree |
2020-05-02 |
drh | Add support for PRAGMA analyze_limit and approximate... |
commit | commitdiff | tree |
2020-05-02 |
drh | Add a missing VdbeCoverage() macro. approximate-analyze |
commit | commitdiff | tree |
2020-05-02 |
drh | Merge the bytecode and tables_used table-valued functio... |
commit | commitdiff | tree |
2020-05-02 |
drh | Corner-case changes to the bytecode virtual table for... bytecode-function |
commit | commitdiff | tree |
2020-05-01 |
drh | Merge recent enhancements from trunk. |
commit | commitdiff | tree |
2020-05-01 |
drh | Add the SQLITE_FCNTL_CKPT_START file-control. Use... ckpt-start-fcntl |
commit | commitdiff | tree |
2020-05-01 |
drh | Merge recent trunk enhancements. |
commit | commitdiff | tree |
2020-05-01 |
drh | Clarification to the sqlite3_uri() family of interfaces... |
commit | commitdiff | tree |
2020-05-01 |
drh | Update documentation for sqlite3_close_v2() for clarity... |
commit | commitdiff | tree |
2020-05-01 |
drh | Add the new SQLITE_IOERR_DATA result code and use it... |
commit | commitdiff | tree |
2020-04-29 |
drh | Do not allow page_size changes on an active cksumvfs... |
commit | commitdiff | tree |
2020-04-28 |
drh | Fix incorrect error message when something goes wrong... |
commit | commitdiff | tree |
2020-04-28 |
drh | Add the cksumvfs extension. |
commit | commitdiff | tree |
2020-04-28 |
drh | Use AtomicStore() when setting the mem0.nearlyFull... |
commit | commitdiff | tree |
2020-04-28 |
drh | Use an AtomicLoad() macro in sqlite3HeapNearlyFull(). |
commit | commitdiff | tree |
2020-04-26 |
drh | Yet another attempt to enhance sqlite3_load_extension... |
commit | commitdiff | tree |
2020-04-26 |
drh | Fix an issue with check-in [bc3bf7c6681a96bc] when... |
commit | commitdiff | tree |
2020-04-25 |
drh | Fix the sqlite3_load_extension() interface so that... |
commit | commitdiff | tree |
2020-04-25 |
dan | Ensure affinity is not discarded from a view column... |
commit | commitdiff | tree |
2020-04-24 |
drh | The new sqlite3_database_file_object() interface requir... |
commit | commitdiff | tree |
2020-04-24 |
drh | New test case for ticket [1dcb4d44964846ad]. |
commit | commitdiff | tree |
next |