2015-11-21 |
drh | Add a new OP_BColumn opcode where the cursor is guarant... btree-column-opcode |
commit | commitdiff | tree |
2015-11-21 |
drh | Fix over-length source code lines. No logic changes. |
commit | commitdiff | tree |
2015-11-21 |
drh | Do not allow table-valued function syntax on ordinary... |
commit | commitdiff | tree |
2015-11-20 |
drh | Refactor the VdbeCursor object. It is now slightly... |
commit | commitdiff | tree |
2015-11-20 |
drh | In the OP_Column opcode, only test the btree payload... |
commit | commitdiff | tree |
2015-11-20 |
drh | Enhancements to a comment in sqliteInt.h. No changes... |
commit | commitdiff | tree |
2015-11-19 |
drh | Fix problems with the way the IsHiddenColumn() macro... |
commit | commitdiff | tree |
2015-11-19 |
dan | Fix a problem with VACUUM and __hidden__ columns. |
commit | commitdiff | tree |
2015-11-19 |
drh | When manifesting a view as part of an DELETE or UPDATE... |
commit | commitdiff | tree |
2015-11-19 |
dan | Fix problems with INSERT INTO ... SELECT ... statements... |
commit | commitdiff | tree |
2015-11-19 |
drh | Create the new TK_ASTERISK token to represent the ... |
commit | commitdiff | tree |
2015-11-19 |
drh | If compiled with SQLITE_ENABLE_HIDDEN_COLUMNS, then... |
commit | commitdiff | tree |
2015-11-19 |
drh | Only support the magic "__hidden__" column name prefix... hidden-columns-in-tables |
commit | commitdiff | tree |
2015-11-19 |
drh | Fix a 10-year-old misguided attempt at parser performan... |
commit | commitdiff | tree |
2015-11-18 |
drh | Get the __hidden__ column mechanism working on views... |
commit | commitdiff | tree |
2015-11-18 |
dan | Add tests for views to hidden.test. |
commit | commitdiff | tree |
2015-11-18 |
drh | Honor the "__hidden__" prefix on the columns of views. |
commit | commitdiff | tree |
2015-11-18 |
dan | Add a test for the __hidden__ hack on this branch. |
commit | commitdiff | tree |
2015-11-18 |
drh | If a table column name begins with "__hidden__" then... |
commit | commitdiff | tree |
2015-11-17 |
mistachkin | When using mmap mode on Win32, use a read-only mapping... |
commit | commitdiff | tree |
2015-11-17 |
dan | When using mmap mode on unix, use a read-only mapping... |
commit | commitdiff | tree |
2015-11-17 |
mistachkin | Fix uninitialized variable in the command line shell. |
commit | commitdiff | tree |
2015-11-17 |
mistachkin | Fix harmless compiler warning. |
commit | commitdiff | tree |
2015-11-16 |
dan | Add testfixture command "vfs_current_time_int64". Retur... |
commit | commitdiff | tree |
2015-11-16 |
dan | In the shell tool, avoid testing if (sqlite3_vfs.xGetCu... |
commit | commitdiff | tree |
2015-11-15 |
drh | Fix the column name uniquifier so that it works with... |
commit | commitdiff | tree |
2015-11-14 |
drh | Code simplification in sqlite3ColumnsFromExprList(... |
commit | commitdiff | tree |
2015-11-14 |
drh | Use a hash table to improve the preformance of column... |
commit | commitdiff | tree |
2015-11-14 |
drh | Use randomness to prevent showness in the generated... |
commit | commitdiff | tree |
2015-11-13 |
drh | Fix a memory leak in the fuzzcheck utility. |
commit | commitdiff | tree |
2015-11-13 |
dan | Add the "--enable-static-shell" option to the amalgamat... |
commit | commitdiff | tree |
2015-11-13 |
drh | Add the --transaction option to the sqldiff tool. |
commit | commitdiff | tree |
2015-11-13 |
drh | Fix the releasetest-out.txt log output from releasetest... |
commit | commitdiff | tree |
2015-11-13 |
drh | Disable two PRAGMA cache_spill tests when MEMORY_MANAGE... |
commit | commitdiff | tree |
2015-11-13 |
drh | Change the error messages so that they begin can be... |
commit | commitdiff | tree |
2015-11-12 |
drh | Update the SQLLOG logic so that to builds in accordance... |
commit | commitdiff | tree |
2015-11-12 |
drh | Always parse the schema *before* running "PRAGMA cache_... |
commit | commitdiff | tree |
2015-11-12 |
drh | Add a space before each line of error output in the... |
commit | commitdiff | tree |
2015-11-12 |
dan | Add support for the SQLITE_SQLLOG_CONDITIONAL environme... |
commit | commitdiff | tree |
2015-11-12 |
drh | Enhance the "PRAGMA cache_spill" statement to accept... |
commit | commitdiff | tree |
2015-11-12 |
drh | Test cases. Minor problems fixed. All appears to... cache_spill=N |
commit | commitdiff | tree |
2015-11-12 |
drh | Fix a #define in parse.y that disabled unused code... |
commit | commitdiff | tree |
2015-11-12 |
drh | First attempt at enhancing the "PRAGMA cache_spill... |
commit | commitdiff | tree |
2015-11-11 |
mistachkin | Fix missing word in a documentation comment. No change... |
commit | commitdiff | tree |
2015-11-11 |
drh | Improvements to the SQLITE_CONFIG_PAGECACHE documentati... |
commit | commitdiff | tree |
2015-11-10 |
drh | Improved output formatting for "PRAGMA parser_trace... |
commit | commitdiff | tree |
2015-11-10 |
drh | Make the output of "PRAGMA parser_trace" go to stdout... |
commit | commitdiff | tree |
2015-11-10 |
drh | Save a few bytes in the parser by using "int" instead... |
commit | commitdiff | tree |
2015-11-10 |
drh | Change all parsers to use the standard "lempar.c" templ... |
commit | commitdiff | tree |
2015-11-10 |
drh | Fix harmless compiler warnings in FTS5. parser-enhancements |
commit | commitdiff | tree |
2015-11-10 |
drh | Performance enhancement to the tokenizer. |
commit | commitdiff | tree |
2015-11-10 |
drh | Remove an unused non-terminal from the grammar. |
commit | commitdiff | tree |
2015-11-09 |
drh | Fix a comment typo in the lempar.c template that was... |
commit | commitdiff | tree |
2015-11-09 |
drh | Change the parser to use the standard "lempar.c" templa... |
commit | commitdiff | tree |
2015-11-09 |
drh | Avoid recursion in the yy_find_shift_action() routine... |
commit | commitdiff | tree |
2015-11-09 |
drh | Size reduction and performance improvement in the stack... |
commit | commitdiff | tree |
2015-11-09 |
drh | Fix incorrect WHERE clause in sqldiff, as reported... |
commit | commitdiff | tree |
2015-11-09 |
drh | Check in the cg_anno.tcl and run-speed-test.sh scripts... |
commit | commitdiff | tree |
2015-11-09 |
drh | Avoid unnecessary function prologues in the sqlite3Vdbe... |
commit | commitdiff | tree |
2015-11-09 |
drh | Small size reduction and performance increase in the... |
commit | commitdiff | tree |
2015-11-07 |
drh | Enhance the sqldiff utility to deal gracefully with... |
commit | commitdiff | tree |
2015-11-07 |
dan | Fix a bug in CTE handling discovered by LibFuzzer that... |
commit | commitdiff | tree |
2015-11-07 |
dan | Add test cases for WITH clauses. infinite-with-loop-bug |
commit | commitdiff | tree |
2015-11-07 |
drh | Proposed fix for an infinite loop bug in the WITH claus... |
commit | commitdiff | tree |
2015-11-07 |
drh | Enhance TreeView to show WITH clauses. Add an assert... |
commit | commitdiff | tree |
2015-11-07 |
drh | The OPFLAG_SEEKEQ optimization is only applicable to... |
commit | commitdiff | tree |
2015-11-07 |
drh | Fix a harmless sanitizer warning in the ieee754 extension. |
commit | commitdiff | tree |
2015-11-06 |
drh | Avoid an unnecessary key comparison when doing an index... |
commit | commitdiff | tree |
2015-11-06 |
drh | Work around a sign-extension bug in the optimizer on... |
commit | commitdiff | tree |
2015-11-06 |
drh | Test changes: Omit numindex1.test from valgrind, since... |
commit | commitdiff | tree |
2015-11-06 |
drh | Enforce consistent comparison results between integer... |
commit | commitdiff | tree |
2015-11-06 |
drh | Merge the fixes and tests for the ieee754 extension. int-float-precision |
commit | commitdiff | tree |
2015-11-06 |
drh | A proposed patch for working around a bug in the optimi... hp-optimizer-fix |
commit | commitdiff | tree |
2015-11-06 |
drh | Test cases for the ieee754 extension. |
commit | commitdiff | tree |
2015-11-06 |
drh | A different approach to handling integer/float comparis... |
commit | commitdiff | tree |
2015-11-06 |
dan | Have fts5 load its configuration from the xConnect... |
commit | commitdiff | tree |
2015-11-06 |
drh | More test cases for indexes on large numeric values. |
commit | commitdiff | tree |
2015-11-06 |
drh | Some simple test cases from the mailing list. |
commit | commitdiff | tree |
2015-11-06 |
drh | Increase the precision of integer vs. floating-point... |
commit | commitdiff | tree |
2015-11-05 |
drh | Improvements and simplifications to the equality seek... seekeq-experiment |
commit | commitdiff | tree |
2015-11-05 |
mistachkin | Fix typo in help information for an FTS5 script. |
commit | commitdiff | tree |
2015-11-05 |
drh | The top of an index equality loop normally starts with... |
commit | commitdiff | tree |
2015-11-05 |
dan | Add the 'hashsize' configuration option to fts5, for... |
commit | commitdiff | tree |
2015-11-05 |
drh | Remove a #pragma used to work around an issues with... |
commit | commitdiff | tree |
2015-11-05 |
mistachkin | Remove #pragma that was used to work around an obsolete... reoptimizeArm |
commit | commitdiff | tree |
2015-11-04 |
drh | Performance improvements in the getAndInitPage() routin... |
commit | commitdiff | tree |
2015-11-04 |
drh | Rename the sqlite3PagerAcquire() function to sqlite3Pag... |
commit | commitdiff | tree |
2015-11-04 |
drh | In releasetest.tcl, run larger test first if --jobs... |
commit | commitdiff | tree |
2015-11-04 |
drh | Exclude cffault.test and symlink.test from the (incompa... |
commit | commitdiff | tree |
2015-11-03 |
drh | Increase the fuzzcheck timeout when running valgrind. |
commit | commitdiff | tree |
2015-11-03 |
mistachkin | In 'e_uri.test', make sure all created test database... |
commit | commitdiff | tree |
2015-11-03 |
drh | In the releasetest.tcl script, add the --progress optio... |
commit | commitdiff | tree |
2015-11-03 |
drh | In the releasetest.tcl script, show the --jobs object... |
commit | commitdiff | tree |
2015-11-03 |
drh | Update the releasetest.tcl script so that it can run... |
commit | commitdiff | tree |
2015-11-03 |
mistachkin | Further enhancement and a bit of cleanup. mp-releasetest |
commit | commitdiff | tree |
2015-11-03 |
mistachkin | Use the native name for the MSVC makefile as well. |
commit | commitdiff | tree |
2015-11-02 |
mistachkin | Attempt to centralize and simplify the MSVC handling. |
commit | commitdiff | tree |
2015-11-02 |
drh | Fix the backcompat.test module so that it does not... |
commit | commitdiff | tree |
2015-11-02 |
mistachkin | Get things working better on Windows with MSVC. |
commit | commitdiff | tree |
2015-11-02 |
dan | Fix the --dryrun option on the releasetest.tcl script. |
commit | commitdiff | tree |
next |