2016-05-28 |
mistachkin | Clang can define _MSC_VER in some circumstances; theref... ctimeCompiler |
commit | commitdiff | tree |
2016-05-27 |
mistachkin | Check for Clang before GCC. |
commit | commitdiff | tree |
2016-05-27 |
mistachkin | Remove surplus quotation marks from the COMPILER= compi... |
commit | commitdiff | tree |
2016-05-27 |
drh | Remove surplus quotation marks from the COMPILER= compi... |
commit | commitdiff | tree |
2016-05-27 |
mistachkin | Add basic compiler information to the results of 'PRAGM... |
commit | commitdiff | tree |
2016-05-27 |
drh | Improvements to WHERE-clause debug tracing. Show TK_MA... |
commit | commitdiff | tree |
2016-05-27 |
drh | Fix Lemon so that it actually works with -DYYSTACKDEPTH=0. |
commit | commitdiff | tree |
2016-05-27 |
drh | Fix the Lemon-generated parser so that it compiles... |
commit | commitdiff | tree |
2016-05-26 |
drh | Add a new OP_SeekRowid opcode, that combines the functi... |
commit | commitdiff | tree |
2016-05-25 |
drh | Add the libvers.c tool in the tool/ subdirectory. |
commit | commitdiff | tree |
2016-05-24 |
drh | Enhance Lemon and the parser template so that it can... |
commit | commitdiff | tree |
2016-05-24 |
drh | Minor change to the walcrash4.test module so that it... |
commit | commitdiff | tree |
2016-05-24 |
dan | Fix an obscure problem with transactions written in... |
commit | commitdiff | tree |
2016-05-24 |
drh | Improvements to the initialization of the push-down... |
commit | commitdiff | tree |
2016-05-23 |
drh | Use a pointer to the top of the stack rather than an... |
commit | commitdiff | tree |
2016-05-23 |
drh | Avoid a minor error message when running RTREE without... |
commit | commitdiff | tree |
2016-05-23 |
drh | Fix the rtreeG.test test case. tree-stat1-fix |
commit | commitdiff | tree |
2016-05-23 |
drh | Fix RTREE so that it does not run queries against the... |
commit | commitdiff | tree |
2016-05-23 |
drh | Remove an extra "finish_test" from the end of rtreeC... |
commit | commitdiff | tree |
2016-05-23 |
dan | Improve the error messages generated by the rtree modul... |
commit | commitdiff | tree |
2016-05-23 |
drh | Lemon enhancement: avoid unnecessary reduce actions... |
commit | commitdiff | tree |
2016-05-23 |
drh | Fix comment typos and improve clarity of presention... |
commit | commitdiff | tree |
2016-05-23 |
drh | Update the configure script with additional hints on... |
commit | commitdiff | tree |
2016-05-21 |
drh | More tweaks to improve the performance of the insert... |
commit | commitdiff | tree |
2016-05-21 |
drh | Simplify the sqlite3BtreeInsert() interface by gatherin... |
commit | commitdiff | tree |
2016-05-21 |
drh | Remove some unused legacy code from the btree insert... |
commit | commitdiff | tree |
2016-05-21 |
drh | Yet another minor size reduction and performance increa... |
commit | commitdiff | tree |
2016-05-21 |
drh | Small size reduction and performance increase in the... |
commit | commitdiff | tree |
2016-05-21 |
drh | Add the shell-script used for routine performance testing. |
commit | commitdiff | tree |
2016-05-20 |
drh | Add a simple TCL script for summing cachegrind informat... |
commit | commitdiff | tree |
2016-05-20 |
drh | Another optimization on the OP_Column opcode. |
commit | commitdiff | tree |
2016-05-20 |
mistachkin | Fix typo in comment. |
commit | commitdiff | tree |
2016-05-20 |
drh | Slight performance improvement in the OP_Column opcode. |
commit | commitdiff | tree |
2016-05-20 |
drh | Remove the sqlite3PagerClearCache() routine, which... |
commit | commitdiff | tree |
2016-05-20 |
drh | Performance optimization and size reduction on the... |
commit | commitdiff | tree |
2016-05-20 |
drh | Increase the version number to 3.14.0 since we are... |
commit | commitdiff | tree |
2016-05-20 |
drh | Use sqlite3VdbeAddOp0() to code OP_Expire, to save... |
commit | commitdiff | tree |
2016-05-20 |
drh | Optimizations to link list merge sort code in vdbesort... |
commit | commitdiff | tree |
2016-05-20 |
drh | For queries with both ORDER BY and LIMIT, if the rows... |
commit | commitdiff | tree |
2016-05-20 |
drh | Set the NULLEQ flag on the sequence counter comparison... orderby-limit |
commit | commitdiff | tree |
2016-05-20 |
drh | Autoconf configure.ac adjustment to try to get it to... |
commit | commitdiff | tree |
2016-05-20 |
drh | A few simple test cases for the ORDER BY LIMIT optimiza... |
commit | commitdiff | tree |
2016-05-19 |
drh | Appears to work now. Needs test cases, more comments... |
commit | commitdiff | tree |
2016-05-19 |
drh | In a query with both ORDER BY and LIMIT, if the inner... |
commit | commitdiff | tree |
2016-05-19 |
drh | Fixup comments on wctrlFlags value definitions. |
commit | commitdiff | tree |
2016-05-19 |
drh | Clean up the WHERE_* macros used for the wctrlFlags... |
commit | commitdiff | tree |
2016-05-19 |
drh | Optimization marks in vdbe.c. No logic changes. |
commit | commitdiff | tree |
2016-05-19 |
drh | Performance improvement in the OP_Column opcode. |
commit | commitdiff | tree |
2016-05-19 |
dan | Add test cases to test some fts3/4 edge case behaviour... |
commit | commitdiff | tree |
2016-05-19 |
drh | Small size reduction and performance improvement in... |
commit | commitdiff | tree |
2016-05-18 |
drh | Add the "scrub" utility program that simultaneously... |
commit | commitdiff | tree |
2016-05-18 |
drh | Omit the unnecessary WHERE_REOPEN_IDX flag in the WHERE... |
commit | commitdiff | tree |
2016-05-18 |
drh | Version 3.13.0 version-3.13.0 |
commit | commitdiff | tree |
2016-05-17 |
drh | Enhance the scrub utility program so that it does a... scrub-backup |
commit | commitdiff | tree |
2016-05-17 |
drh | Merge the latest changes from trunk. |
commit | commitdiff | tree |
2016-05-16 |
dan | Do not run snapshot_fault.test as part of the inmemory_... |
commit | commitdiff | tree |
2016-05-16 |
drh | Disable shell.exe test cases for UTF8 filenames as... |
commit | commitdiff | tree |
2016-05-13 |
drh | Improvements to a comment in the pcache.c file. No... |
commit | commitdiff | tree |
2016-05-13 |
drh | Remove the unused PGHDR_NEED_READ flag. Add invariant... |
commit | commitdiff | tree |
2016-05-13 |
drh | Clarification of the pagerFlushOnCommit() logic. |
commit | commitdiff | tree |
2016-05-13 |
drh | Fix pager_end_transaction() to ensure that a ROLLBACK... |
commit | commitdiff | tree |
2016-05-13 |
drh | Additional debugging and tracing logic for pcache.c... |
commit | commitdiff | tree |
2016-05-12 |
drh | Disable ALWAYS and NEVER when compiled with SQLITE_MUTA... |
commit | commitdiff | tree |
2016-05-12 |
drh | Simplification of the sqlite3FaultSim() call inside of |
commit | commitdiff | tree |
2016-05-12 |
drh | Add an assert in pager.c to confirm that pPager->tempFi... |
commit | commitdiff | tree |
2016-05-12 |
dan | Add extra OPTIMIZATION-IF-FALSE comments where required... |
commit | commitdiff | tree |
2016-05-12 |
drh | For in-memory databases, it does not matter if pcache... |
commit | commitdiff | tree |
2016-05-12 |
drh | Remove an unnecessary call to sqlite3PcacheMakeClean... |
commit | commitdiff | tree |
2016-05-12 |
dan | Add a missing OPTIMIZATION-IF-FALSE comment to pcache.c. |
commit | commitdiff | tree |
2016-05-11 |
drh | For in-memory databases, it does not matter if pcache... pager-dev |
commit | commitdiff | tree |
2016-05-11 |
dan | Remove a redundant condition from pcache.c. Add an... |
commit | commitdiff | tree |
2016-05-11 |
dan | Remove some a small amount of redundant code related... |
commit | commitdiff | tree |
2016-05-11 |
drh | Do not reset the page cache when a rollback journal... |
commit | commitdiff | tree |
2016-05-11 |
drh | Always truncate, rather than persist, the rollback... |
commit | commitdiff | tree |
2016-05-11 |
drh | Add pcache tracing macros. Off by default. Requires... |
commit | commitdiff | tree |
2016-05-10 |
dan | Add another test case to temptable3.test. |
commit | commitdiff | tree |
2016-05-10 |
drh | Fix a problem in sqlite3PagerMovepage() when working... |
commit | commitdiff | tree |
2016-05-09 |
drh | Fixes to requirements marks. No changes to code. |
commit | commitdiff | tree |
2016-05-09 |
drh | Enhancements to test/sort5.test so that it works with... |
commit | commitdiff | tree |
2016-05-09 |
drh | Remove some forgotten debugging lines from test/sort5... |
commit | commitdiff | tree |
2016-05-09 |
drh | Omit the unnecessary WHERE_REOPEN_IDX flag in the WHERE... dev |
commit | commitdiff | tree |
2016-05-09 |
dan | Update a comment in fts5.h. No changes to code. |
commit | commitdiff | tree |
2016-05-09 |
dan | Fix the FTS5 xQueryPhrase() API function so that it... |
commit | commitdiff | tree |
2016-05-07 |
drh | Make the sqlite3DeleteTable() routine smaller and faster. |
commit | commitdiff | tree |
2016-05-07 |
drh | Fix typo in the intpkey-17.2 test. |
commit | commitdiff | tree |
2016-05-06 |
drh | Simplification to the logic used to decide between... |
commit | commitdiff | tree |
2016-05-06 |
drh | Corrections to comments on the whereScanInit() interface. |
commit | commitdiff | tree |
2016-05-06 |
drh | For DELETE operations, make sure that seeks on the... |
commit | commitdiff | tree |
2016-05-06 |
dan | Fix an error in main.mk causing testfixture to use... |
commit | commitdiff | tree |
2016-05-06 |
drh | In the WHERE generator, when building code for a DELETE... ticket-16c9801ce |
commit | commitdiff | tree |
2016-05-06 |
dan | Fix a bug in sqlite_analyzer causing it report (slightl... |
commit | commitdiff | tree |
2016-05-06 |
drh | Do not scan indexes that have the integer primary key... |
commit | commitdiff | tree |
2016-05-05 |
drh | Additional error reporting. Open the source database... |
commit | commitdiff | tree |
2016-05-05 |
drh | Working when run against sqlite.fossil. |
commit | commitdiff | tree |
2016-05-05 |
drh | Finished implementation compiles, but untested. |
commit | commitdiff | tree |
2016-05-05 |
drh | Initial check-in of the "scrub.exe" utility program... |
commit | commitdiff | tree |
2016-05-05 |
drh | Renumber internal constants in the printf() implementio... |
commit | commitdiff | tree |
2016-05-04 |
drh | Disable the session extension API if SQLITE_ENABLE_SESS... |
commit | commitdiff | tree |
2016-05-04 |
mistachkin | Fix typo in comment. No changes to code. |
commit | commitdiff | tree |
2016-05-04 |
drh | Only disable the one-pass DELETE optimization if the... |
commit | commitdiff | tree |
next |