2017-06-28 |
drh | Minor tweak to the SQL grammar to make the parser table... |
commit | commitdiff | tree |
2017-06-28 |
drh | In the lemon-generated parser, store the number of... |
commit | commitdiff | tree |
2017-06-28 |
drh | In the lemon-generated parser, automatically promote... |
commit | commitdiff | tree |
2017-06-28 |
drh | Simplify error handling logic in sqlite3_exec() to... |
commit | commitdiff | tree |
2017-06-28 |
drh | Minor code simplification in the ALTER TABLE logic. |
commit | commitdiff | tree |
2017-06-28 |
drh | Avoid an unnecessary call to sqlite3XPrintf() in the... |
commit | commitdiff | tree |
2017-06-27 |
drh | Add SQLITE_DBCONFIG_ENABLE_QPSG that forces the query... |
commit | commitdiff | tree |
2017-06-27 |
dan | Fix a virtual table problem that can occur when the... |
commit | commitdiff | tree |
2017-06-26 |
drh | Add the -withoutnulls option to the "db eval" method... |
commit | commitdiff | tree |
2017-06-26 |
drh | The ".import" command of the shell, and the csv virtual... |
commit | commitdiff | tree |
2017-06-26 |
drh | Make sure sqlite3VdbeSetVarmask() is never invoked... enable-QPSG |
commit | commitdiff | tree |
2017-06-26 |
drh | Add the SQLITE_DBCONFIG_ENABLE_QPSG option to activate... |
commit | commitdiff | tree |
2017-06-24 |
drh | Disable shell tests for the .schema command if virtual... |
commit | commitdiff | tree |
2017-06-24 |
drh | Make sure the config.h header is included by ctime... |
commit | commitdiff | tree |
2017-06-24 |
drh | Query planner tuning: When deciding between two plans... |
commit | commitdiff | tree |
2017-06-24 |
drh | Make sure enough memory is allocated for pathological... |
commit | commitdiff | tree |
2017-06-23 |
dan | When generating individual loops for each ORed term... |
commit | commitdiff | tree |
2017-06-22 |
dan | When generating individual loops for each ORed term... or-optimization |
commit | commitdiff | tree |
2017-06-21 |
drh | Enable pragma virtual tables for the integrity_check... |
commit | commitdiff | tree |
2017-06-20 |
drh | Rename the azCompileOpt global constant to avoid a... |
commit | commitdiff | tree |
2017-06-20 |
dan | Ensure that the query planner knows that any column... |
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 |
next |