2017-06-19 |
drh | Experimental "PRAGMA secure_delete=FAST" pragma. The... fast-secure-delete |
commit | commitdiff | tree |
2017-06-17 |
drh | Fix a missing comma in the previous check-in. |
commit | commitdiff | tree |
2017-06-17 |
dan | Rework the code in ctime.c a bit to report on more... |
commit | commitdiff | tree |
2017-06-17 |
dan | Ensure that the value of the THREADSAFE symbol is alway... ctime-refactor |
commit | commitdiff | tree |
2017-06-17 |
dan | Add extra test cases for sqlite3changeset_apply() and... |
commit | commitdiff | tree |
2017-06-16 |
dan | Rework the code in ctime.c a bit to report on more... |
commit | commitdiff | tree |
2017-06-16 |
drh | Minor refactoring change to clarify how ATTACH works... |
commit | commitdiff | tree |
2017-06-16 |
drh | Prevent pagesize changes on VACUUM in encrypted databas... |
commit | commitdiff | tree |
2017-06-15 |
drh | Move the "shell_add_schema()" SQL function used by... |
commit | commitdiff | tree |
2017-06-15 |
drh | Fix typo and improve the wording of the description... |
commit | commitdiff | tree |
2017-06-15 |
drh | Fix harmless compiler warnings in the shell.c file |
commit | commitdiff | tree |
2017-06-15 |
drh | Improvements to the ".tables" command in the command... |
commit | commitdiff | tree |
2017-06-15 |
drh | In the command-line shell, enhance the ".schema" comman... |
commit | commitdiff | tree |
2017-06-15 |
drh | Enhance the sqlite3_analyzer.exe utility so that it... |
commit | commitdiff | tree |
2017-06-13 |
dan | Fix sqlite3rbu_close() so that the pzErrmsg parameter... |
commit | commitdiff | tree |
2017-06-13 |
drh | Fix the processing of double-negatives in WHERE clause... |
commit | commitdiff | tree |
2017-06-11 |
drh | Fix an off-by-one error that messes up the display... |
commit | commitdiff | tree |
2017-06-11 |
drh | When reusing a materialized view, make sure the estimat... |
commit | commitdiff | tree |
2017-06-11 |
drh | Fix the sessiondiff test module so that it does not... |
commit | commitdiff | tree |
2017-06-11 |
drh | Fix a potential null-pointer deference following OOM... |
commit | commitdiff | tree |
2017-06-09 |
drh | Update the documentation to make it clear that the... |
commit | commitdiff | tree |
2017-06-09 |
drh | Adjust the implementation of the ".selftest" feature... |
commit | commitdiff | tree |
2017-06-08 |
drh | Add a testcase() to confirm that an OOM on sqlite3DbStr... |
commit | commitdiff | tree |
2017-06-08 |
dan | Ensure pointer map entries are always added when a... |
commit | commitdiff | tree |
2017-06-07 |
drh | In SQLITE_DEBUG mode, attempt to log the page number... |
commit | commitdiff | tree |
2017-06-06 |
drh | Add the SQLITE_DEFAULT_ROWEST compile-time option for... |
commit | commitdiff | tree |
2017-06-05 |
drh | Fix a subtle bug in the remember UDF of the kvtest... |
commit | commitdiff | tree |
2017-06-05 |
dan | Fix a bug in test_fs.c that occurs when the first compo... |
commit | commitdiff | tree |
2017-06-05 |
drh | For the kvtest utility, add the --vacuum option to... |
commit | commitdiff | tree |
2017-06-05 |
drh | Fix the column width deduction logic in the command... |
commit | commitdiff | tree |
2017-06-05 |
drh | Omit some of the fstree tests in vtabH if the PWD conta... |
commit | commitdiff | tree |
2017-06-03 |
drh | Initialize a variable to zero to prevent an (incorrect... |
commit | commitdiff | tree |
2017-06-03 |
drh | Fix the SQLITE_PTR_TO_INT macro so that works on recent... |
commit | commitdiff | tree |
2017-06-03 |
drh | Remove unused header file from kvtest. |
commit | commitdiff | tree |
2017-06-03 |
drh | In kvtest, add the ability to work with a hierarchy... |
commit | commitdiff | tree |
2017-06-03 |
drh | Add the --nocheckpoint and --multitrans options to... |
commit | commitdiff | tree |
2017-06-02 |
drh | Add the --fsync flag to kvtest, and document the -... |
commit | commitdiff | tree |
2017-06-02 |
drh | Work toward enhancing kvtest to measure write performance. |
commit | commitdiff | tree |
2017-06-02 |
drh | Change the name of the OP_Seek opcode into OP_DeferredS... |
commit | commitdiff | tree |
2017-06-02 |
drh | Fix a typo in the header comment of the "series.c"... |
commit | commitdiff | tree |
2017-06-01 |
drh | Add a comment to the Lemon documentation regarding... |
commit | commitdiff | tree |
2017-05-31 |
drh | Add the SQLITE_STMTSTATUS_MEMUSED opcode to sqlite3_stm... |
commit | commitdiff | tree |
2017-05-31 |
drh | Add the SQLITE_STMTSTATUS_MEMUSED option for sqlite3_st... stmtstatus-memused |
commit | commitdiff | tree |
2017-05-31 |
drh | Add the experimental "stmts" virtual table for introspe... |
commit | commitdiff | tree |
2017-05-31 |
drh | Avoid allocating excess memory to the KeyInfo objects. |
commit | commitdiff | tree |
2017-05-31 |
drh | Remove a completely unnecessary memset() from the INSER... |
commit | commitdiff | tree |
2017-05-31 |
drh | Very small performance increase in sqlite3VdbeSetNumCols(). |
commit | commitdiff | tree |
2017-05-31 |
drh | Reorder fields in the PgHdr object for a performance... |
commit | commitdiff | tree |
2017-05-31 |
drh | Avoid unnecessary memory zeroing during expression... |
commit | commitdiff | tree |
2017-05-31 |
drh | Size and performance optimizations to sqlite3ResolveExp... |
commit | commitdiff | tree |
2017-05-30 |
drh | Change sqlite3BtreeNext() and sqlite3BtreePrevious... |
commit | commitdiff | tree |
2017-05-30 |
dan | Omit a test of codepoint 0x202F (non-break narrow space... |
commit | commitdiff | tree |
2017-05-29 |
drh | More efficient error handling and reset in the binding... |
commit | commitdiff | tree |
2017-05-29 |
drh | Omit unnecessary fstat() calls for determining the... |
commit | commitdiff | tree |
2017-05-29 |
drh | Fix an issue with OPT_FEATURE_FLAGS in configure.ac. |
commit | commitdiff | tree |
2017-05-29 |
drh | Avoid unnecessary fstat() calls to determine the databa... io-opt |
commit | commitdiff | tree |
2017-05-29 |
drh | Avoid unnecessary calls to fstat() to determine the... |
commit | commitdiff | tree |
2017-05-29 |
drh | Fix a typo in a comment. No code changes. |
commit | commitdiff | tree |
2017-05-29 |
drh | Optimizations to the Walker object and its methods... |
commit | commitdiff | tree |
2017-05-29 |
drh | Correctly initialize the iSelectId of FROM clause terms... |
commit | commitdiff | tree |
2017-05-29 |
mistachkin | Improve shell help text for the '.open' command. |
commit | commitdiff | tree |
2017-05-27 |
drh | Smaller and faster vdbeSorterCompareText(). |
commit | commitdiff | tree |
2017-05-25 |
drh | Small performance increase and size decrease in the... |
commit | commitdiff | tree |
2017-05-25 |
drh | Merge the LEFT JOIN query flattener fixes from 3.19.2. |
commit | commitdiff | tree |
2017-05-25 |
drh | Version 3.19.2 version-3.19.2 |
commit | commitdiff | tree |
2017-05-25 |
drh | The SQLITE_EXTRA_IFNULLROW compile-time option causes... |
commit | commitdiff | tree |
2017-05-25 |
drh | The TK_IF_NULL_ROW expression node must be treated... |
commit | commitdiff | tree |
2017-05-25 |
drh | Increase the version number to 3.19.2 since ticket... |
commit | commitdiff | tree |
2017-05-25 |
drh | The TK_IF_NULL_ROW expression node must be treated... |
commit | commitdiff | tree |
2017-05-24 |
mistachkin | Fix harmless compiler warnings in FTS5. |
commit | commitdiff | tree |
2017-05-24 |
drh | Version 3.19.1 version-3.19.1 |
commit | commitdiff | tree |
2017-05-24 |
drh | Fix a problem in STAT4 equality estimation for multi... |
commit | commitdiff | tree |
2017-05-23 |
drh | Remove the msvc.h header file from the autoconf tarball. |
commit | commitdiff | tree |
2017-05-23 |
drh | Do not use strcpy() in the (obsolete) amatch extension. |
commit | commitdiff | tree |
2017-05-23 |
drh | Disable the LEFT JOIN flattening optimization for aggre... |
commit | commitdiff | tree |
2017-05-23 |
drh | Disable the LEFT JOIN flattening optimization for aggre... |
commit | commitdiff | tree |
2017-05-23 |
drh | Ensure that the expression rewriter inside the query... |
commit | commitdiff | tree |
2017-05-23 |
drh | Ensure that the expression rewriter inside the query... |
commit | commitdiff | tree |
2017-05-23 |
drh | Change the version number to 3.19.1. |
commit | commitdiff | tree |
2017-05-23 |
drh | Remove a surplus semicolon, which was harmless on gcc... |
commit | commitdiff | tree |
2017-05-23 |
drh | When flattening a query, make sure iTable attribute... |
commit | commitdiff | tree |
2017-05-23 |
drh | When flattening a query, make sure iTable attribute... |
commit | commitdiff | tree |
2017-05-23 |
drh | Remove a surplus semicolon, which was harmless on gcc... |
commit | commitdiff | tree |
2017-05-22 |
dan | Fix incompatibilities between the "sqldiff --changeset... |
commit | commitdiff | tree |
2017-05-22 |
drh | Add the ".cd" command to the command-line shell. |
commit | commitdiff | tree |
2017-05-22 |
drh | Increase the version number to 3.20 for the next releas... |
commit | commitdiff | tree |
2017-05-22 |
drh | Merge the last-minute 3.19.0 changes into trunk. |
commit | commitdiff | tree |
2017-05-22 |
drh | Version 3.19.0 version-3.19.0 |
commit | commitdiff | tree |
2017-05-22 |
drh | Include the "msvc.h" header file in the amalgamation... |
commit | commitdiff | tree |
2017-05-22 |
dan | Fix a case where NULL was being passed to memcmp()... |
commit | commitdiff | tree |
2017-05-22 |
drh | When planning a query using sorting, resolve ties in... |
commit | commitdiff | tree |
2017-05-19 |
drh | Prevent a possible NULL pointer dereference in the... |
commit | commitdiff | tree |
2017-05-19 |
drh | Prevent a possible NULL pointer dereference in the... |
commit | commitdiff | tree |
2017-05-19 |
drh | Improved comments on one routine in the query planner... |
commit | commitdiff | tree |
2017-05-19 |
drh | Fix a documentation typo. No changes to code. |
commit | commitdiff | tree |
2017-05-19 |
drh | Branch for the 3.19 release. |
commit | commitdiff | tree |
2017-05-19 |
dan | Fix some problems in fts5 code detected by -fsanitize... |
commit | commitdiff | tree |
2017-05-18 |
drh | Fix a documentation typo. No changes to code. doc-type |
commit | commitdiff | tree |
2017-05-16 |
dan | Update the tool/warnings.sh script to automatically... |
commit | commitdiff | tree |
2017-05-15 |
drh | Fix the build so that it works again with SQLITE_OMIT_S... |
commit | commitdiff | tree |
next |