2023-04-15 |
dan | Avoid dropping the error code following an OOM in fts5... |
commit | commitdiff | tree |
2023-04-15 |
larrybr | Add -utf8 option to CLI, for improved console behavior... |
commit | commitdiff | tree |
2023-04-15 |
dan | Add the 'secure-delete' option to the fts5 extension... |
commit | commitdiff | tree |
2023-04-15 |
larrybr | For CLI -utf8, set output codepage too. Adjust PP vars... |
commit | commitdiff | tree |
2023-04-14 |
larrybr | Fix stray edits in comments in last check-in. |
commit | commitdiff | tree |
2023-04-14 |
larrybr | Set CLI -utf8 option and build with line-editing packag... |
commit | commitdiff | tree |
2023-04-14 |
larrybr | Cure CLI double-prompting (by ditching gcc fgetws(... |
commit | commitdiff | tree |
2023-04-14 |
dan | Further tests for fts5 secure-delete mode. fts5-secure-delete |
commit | commitdiff | tree |
2023-04-14 |
dan | Add extra OOM test for the new code on this branch. |
commit | commitdiff | tree |
2023-04-14 |
dan | Add tests for the new feature on this branch. |
commit | commitdiff | tree |
2023-04-14 |
dan | Fix SQLITE_OMIT_VIRTUALTABLE builds of testfixture. |
commit | commitdiff | tree |
2023-04-14 |
dan | Update test script recoverbuild.test so that it may... |
commit | commitdiff | tree |
2023-04-14 |
drh | When setting the column types on a subquery, ensure... |
commit | commitdiff | tree |
2023-04-14 |
drh | Fix a cosmetic indentation issue. |
commit | commitdiff | tree |
2023-04-14 |
drh | Avoid double de-quoting of table names when processing... |
commit | commitdiff | tree |
2023-04-13 |
drh | Fix an obscure issue with ALTER TABLE RENAME that comes... |
commit | commitdiff | tree |
2023-04-13 |
dan | Add extra test cases to window1.test. |
commit | commitdiff | tree |
2023-04-13 |
drh | Fix a code-generator issue associated with very unusual... |
commit | commitdiff | tree |
2023-04-13 |
larrybr | Get CLI utf8_fgets() to not consume more input than... |
commit | commitdiff | tree |
2023-04-12 |
drh | Unwrap the loop in the WAL hash function. |
commit | commitdiff | tree |
2023-04-12 |
drh | Automatically set HAVE_PREAD and HAVE_PWRITE on linux... |
commit | commitdiff | tree |
2023-04-12 |
drh | Small performance enhancement to integer-to-text conver... |
commit | commitdiff | tree |
2023-04-12 |
dan | Avoid leaking a database handle in test script rbuexloc... |
commit | commitdiff | tree |
2023-04-12 |
dan | Remove temporary debugging code accidentally left on... |
commit | commitdiff | tree |
2023-04-12 |
larrybr | WIP: CLI option to take control of console on Windows... |
commit | commitdiff | tree |
2023-04-12 |
dan | Add the 'secure-delete' option to fts5. Used to configu... |
commit | commitdiff | tree |
2023-04-11 |
drh | New #ifdef to enable building with -DSQLITE_OMIT_WINDOW... |
commit | commitdiff | tree |
2023-04-11 |
drh | Remove an ALWAYS() that can sometimes be false. Add... |
commit | commitdiff | tree |
2023-04-11 |
drh | Better handling of OOM errors in the cursor-hint logic. |
commit | commitdiff | tree |
2023-04-10 |
larrybr | For sha3 extension, mention NIST standard implemented. |
commit | commitdiff | tree |
2023-04-10 |
drh | New assert() statements to validate the parameters to |
commit | commitdiff | tree |
2023-04-10 |
drh | Sync the vt02.c test virtual table with TH3, in order... |
commit | commitdiff | tree |
2023-04-09 |
drh | Fix an assertion fault that can occur when compiling... |
commit | commitdiff | tree |
2023-04-09 |
drh | Fix a faulty assert() in whereRangeScanEst() that shoul... |
commit | commitdiff | tree |
2023-04-08 |
mistachkin | Fix a couple harmless compiler warnings seen with MSVC. |
commit | commitdiff | tree |
2023-04-08 |
drh | Fix a typo in [83e84531b46814ae] that changed the value of |
commit | commitdiff | tree |
2023-04-08 |
drh | Faster implementation of keywordCode() - the routine... |
commit | commitdiff | tree |
2023-04-08 |
drh | Fix a harmless compiler warning. |
commit | commitdiff | tree |
2023-04-08 |
drh | Optimizations to btree.c save about 4.5 million CPU... |
commit | commitdiff | tree |
2023-04-07 |
drh | Guard against oversized cells in the newly enhanced... btree-freespace-opt |
commit | commitdiff | tree |
2023-04-07 |
drh | Add NEVER on an unreachable branch. |
commit | commitdiff | tree |
2023-04-07 |
drh | Fix an assert(). |
commit | commitdiff | tree |
2023-04-07 |
drh | Tweaks to the new insertCellFast(). |
commit | commitdiff | tree |
2023-04-07 |
drh | Clone insertCell() into insertCellFast() for use by... |
commit | commitdiff | tree |
2023-04-07 |
dan | Fix a problem causing the rbu_exclusive_checkpoint... |
commit | commitdiff | tree |
2023-04-07 |
drh | Small performance improvement in freeSpace(). |
commit | commitdiff | tree |
2023-04-07 |
dan | Add further tests for the rbu_exclusive_lock=1 URI... |
commit | commitdiff | tree |
2023-04-06 |
drh | Increase the size of the cache of free blocks inside... |
commit | commitdiff | tree |
2023-04-06 |
drh | Work around a harmless assertion fault associated with |
commit | commitdiff | tree |
2023-04-06 |
drh | A prepared statement that aborts due to SQLITE_SCHEMA... |
commit | commitdiff | tree |
2023-04-06 |
drh | In the CLI, during error processing while looking for... |
commit | commitdiff | tree |
2023-04-06 |
drh | In the zipfile extension, defend against corrupt ZIP... |
commit | commitdiff | tree |
2023-04-06 |
drh | In the new .scanstatus command in the CLI, make sure... |
commit | commitdiff | tree |
2023-04-05 |
drh | Add a test case for the ALWAYS() macro removed by the... |
commit | commitdiff | tree |
2023-04-05 |
drh | Remove an ALWAYS() that might now be false due to the... |
commit | commitdiff | tree |
2023-04-05 |
drh | Fix the function that determines the collating function... |
commit | commitdiff | tree |
2023-04-04 |
larrybr | Shell to use SQLITE_SHELL_HAVE_RECOVER consistently... |
commit | commitdiff | tree |
2023-04-04 |
drh | Fix an incorrect entry in the array that maps sqlite3_v... |
commit | commitdiff | tree |
2023-04-04 |
drh | Remove an assert() statement that is no longer valid... |
commit | commitdiff | tree |
2023-04-04 |
stephan | Expose the new SQLITE_VTAB_USES_ALL_SCHEMAS to JS. |
commit | commitdiff | tree |
2023-04-04 |
larrybr | Omit shell call to sqlite3_dbdata_init() when it is... |
commit | commitdiff | tree |
2023-04-03 |
drh | When translating arguments of aggregate functions into... |
commit | commitdiff | tree |
2023-04-03 |
drh | Improved diagnostic output from PRAGMA vdbe_addoptrace. |
commit | commitdiff | tree |
2023-04-03 |
drh | When changing a COLLATE expression node into TK_AGG_COL... |
commit | commitdiff | tree |
2023-04-03 |
drh | Add the SQLITE_VTAB_USES_ALL_SCHEMAS option to sqlite3_... |
commit | commitdiff | tree |
2023-04-03 |
drh | Make the sqlite_dbdata and sqlite3_dbptr virtual tables... |
commit | commitdiff | tree |
2023-04-03 |
drh | Stronger constraint checking in allocateSpace(). |
commit | commitdiff | tree |
2023-04-02 |
drh | With the -DSQLITE_ENABLE_JSON_NAN_INF compile-time... |
commit | commitdiff | tree |
2023-04-02 |
drh | More off-by-one errors in the new JSON parsing. json-nan-inf |
commit | commitdiff | tree |
2023-04-02 |
drh | Fix an off-by-one error in the recognition of -Infinity. |
commit | commitdiff | tree |
2023-04-02 |
drh | Earlier detection of corruption in sqlite3BtreeDelete(). |
commit | commitdiff | tree |
2023-04-02 |
larrybr | Clear executable bit on base64.c |
commit | commitdiff | tree |
2023-04-01 |
drh | Allow special floating-point value names in JSON: ... |
commit | commitdiff | tree |
2023-04-01 |
larrybr | Swat grammar nit on README.md |
commit | commitdiff | tree |
2023-04-01 |
drh | Fix harmless compiler warnings. |
commit | commitdiff | tree |
2023-04-01 |
drh | Improved error messages from PRAGMA integrity_check... |
commit | commitdiff | tree |
2023-04-01 |
drh | In the b-tree module use %u instead of %d to print... |
commit | commitdiff | tree |
2023-03-31 |
drh | Omit the the count-of-view optimization if there is... |
commit | commitdiff | tree |
2023-03-30 |
drh | Earlier error detection for index expression usage... |
commit | commitdiff | tree |
2023-03-30 |
drh | Omit a branch that is no longer needed following [c9c4f... |
commit | commitdiff | tree |
2023-03-30 |
dan | Fix an error in new test script test/aggfault.test. |
commit | commitdiff | tree |
2023-03-30 |
dan | Fix a crash that could follow an OOM error while proces... |
commit | commitdiff | tree |
2023-03-29 |
dan | Avoid having OP_SeekScan jump over an OP_IdxGT or OP_Id... |
commit | commitdiff | tree |
2023-03-29 |
dan | Fix a problem with sqlite3_stmt_scanstatus() from withi... |
commit | commitdiff | tree |
2023-03-29 |
drh | Another #ifdef to omit code that is only used by STAT4. |
commit | commitdiff | tree |
2023-03-29 |
drh | New #ifdefs to omit code that is unused except under... |
commit | commitdiff | tree |
2023-03-29 |
drh | Enhance PRAGMA integrity_check so that it can detect... |
commit | commitdiff | tree |
2023-03-28 |
drh | Fix a weird corner case in aggregate function processin... |
commit | commitdiff | tree |
2023-03-28 |
drh | Fix multiple problems with RETURNING on a DML statement... |
commit | commitdiff | tree |
2023-03-27 |
stephan | Remove a meaningless JS test. Add a timer to the OPFS... |
commit | commitdiff | tree |
2023-03-27 |
drh | Do not allow constant factoring during PRAGMA integrity... |
commit | commitdiff | tree |
2023-03-26 |
drh | Improvements to register allocation, especially in... |
commit | commitdiff | tree |
2023-03-26 |
drh | Disable factoring of constant values during ANALYZE... |
commit | commitdiff | tree |
2023-03-25 |
drh | When the left table of a RIGHT JOIN is used inside... |
commit | commitdiff | tree |
2023-03-25 |
drh | Add usage detection to the NULL value generator for... rightjoin-agg-idxexpr |
commit | commitdiff | tree |
2023-03-25 |
drh | When reading sqlite_stat4 data during query planning... |
commit | commitdiff | tree |
2023-03-25 |
drh | When the left table of a RIGHT JOIN is used inside... |
commit | commitdiff | tree |
2023-03-25 |
drh | In the byte-code, when the result of an expression... |
commit | commitdiff | tree |
2023-03-25 |
drh | Add the tag-20230325-1 comment that was omitted from... |
commit | commitdiff | tree |
2023-03-25 |
drh | The fix at [2bf5413dc2c19d5f] was incomplete in that... |
commit | commitdiff | tree |
next |