2015-12-10 |
drh | Move pointer range comparisons into a macro, where... stdint.h |
commit | commitdiff | tree |
2015-12-09 |
drh | Further simplifications to the VDBE code generation... |
commit | commitdiff | tree |
2015-12-09 |
drh | Simplification of the DROP TRIGGER logic using sqlite3N... |
commit | commitdiff | tree |
2015-12-08 |
drh | Changes to avoid undefined behavior in memset() and... |
commit | commitdiff | tree |
2015-12-08 |
drh | Avoid doing comparisons with pointers that might have... |
commit | commitdiff | tree |
2015-12-08 |
drh | Add a test case of the form "WHERE a<2 OR a<3" using... |
commit | commitdiff | tree |
2015-12-08 |
mistachkin | Update the TclKit download URL. |
commit | commitdiff | tree |
2015-12-07 |
mistachkin | Update MSVC batch build tool to the latest Windows... |
commit | commitdiff | tree |
2015-12-07 |
drh | Add the ".changes ON|OFF" command to the sqlite3.exe... |
commit | commitdiff | tree |
2015-12-07 |
drh | Fix the openDirectory() routine in the unix VFS so... |
commit | commitdiff | tree |
2015-12-07 |
drh | Changes to avoid obscure, theoretical undefined behavio... |
commit | commitdiff | tree |
2015-12-04 |
drh | Remove the dependence on "exec ls -U" from the vtabH... |
commit | commitdiff | tree |
2015-12-04 |
drh | Prevent a segfault on Solaris in the test_fs.c due... |
commit | commitdiff | tree |
2015-12-03 |
drh | Fix typos in requirements text and update requirements... |
commit | commitdiff | tree |
2015-12-03 |
drh | Improved OOM recovery in the SELECT code generator... |
commit | commitdiff | tree |
2015-12-03 |
drh | Make the SQLITE_ENABLE_8_3_NAMES compile-time option... |
commit | commitdiff | tree |
2015-12-03 |
drh | Cleaner code and additional comments on the handling... |
commit | commitdiff | tree |
2015-12-03 |
drh | Make the sqlite3_status64(), sqlite3_strlike(), and |
commit | commitdiff | tree |
2015-12-03 |
dan | Fix threadtest3 so that it builds using the autoconf... |
commit | commitdiff | tree |
2015-12-03 |
dan | Improve concurrency in test_multiplex.c. Add a switch... |
commit | commitdiff | tree |
2015-12-03 |
drh | A unix VFS change replaces fsync() with fstat() when... |
commit | commitdiff | tree |
2015-12-02 |
drh | Remove unreachable branches from the decltype computati... |
commit | commitdiff | tree |
2015-12-02 |
dan | Have the sqlite3_column_decltype() API report the decla... |
commit | commitdiff | tree |
2015-12-02 |
drh | Fix an incorrect, though harmless, assert() in the... |
commit | commitdiff | tree |
2015-12-02 |
drh | Remove more (dead) SQLITE_FCNTL_WAL_BLOCK logic from... |
commit | commitdiff | tree |
2015-12-02 |
drh | Remove an unreachable branch from the unixMapfile(... |
commit | commitdiff | tree |
2015-12-02 |
drh | Minor simplifications to the unix VFS. |
commit | commitdiff | tree |
2015-12-02 |
drh | Change the SQLITE_NO_SYNC compile-time option to call... |
commit | commitdiff | tree |
2015-12-02 |
drh | Fix a (harmless) off-by-one error in the unix VFS logic... |
commit | commitdiff | tree |
2015-12-02 |
drh | Simplification of the logic used to take the process... |
commit | commitdiff | tree |
2015-12-02 |
drh | Remove all traces of SQLITE_FCNTL_WAL_BLOCK from the... |
commit | commitdiff | tree |
2015-12-01 |
drh | Simplification to the posix_fallocate() replacement... |
commit | commitdiff | tree |
2015-12-01 |
drh | Add the SQLITE_LIKE_DOESNT_MATCH_BLOBS compile-time... |
commit | commitdiff | tree |
2015-12-01 |
drh | The test_fs.c test module now works on Windows. |
commit | commitdiff | tree |
2015-12-01 |
drh | Simplification to the read and write primatives in... |
commit | commitdiff | tree |
2015-11-30 |
mistachkin | Add experimental support for the 'test_fs' test module... testFsWin32 |
commit | commitdiff | tree |
2015-11-30 |
drh | Add the SQLITE_PRINTF_PRECISION_LIMIT compile-time... |
commit | commitdiff | tree |
2015-11-30 |
drh | Fix a problem in xFullPathname for the unix VFS. The... |
commit | commitdiff | tree |
2015-11-30 |
drh | The EOVERFLOW errors from fstat() is not possible unles... |
commit | commitdiff | tree |
2015-11-30 |
drh | Fix the threadtest3 test program so that it works with... |
commit | commitdiff | tree |
2015-11-30 |
dan | Add the "colUsed" field to the sqlite3_index_info struc... |
commit | commitdiff | tree |
2015-11-30 |
drh | Simplifications to the locking logic in the unix-dotfil... |
commit | commitdiff | tree |
2015-11-29 |
drh | Fix the sqldiff utility program so that it works for... |
commit | commitdiff | tree |
2015-11-28 |
drh | Improvements to temporary file creation logic in the... |
commit | commitdiff | tree |
2015-11-28 |
drh | Add the SQLITE_FCNTL_VFS_POINTER file control which... |
commit | commitdiff | tree |
2015-11-28 |
drh | Disable testing with SQLITE_USER_AUTHENTICATION as... |
commit | commitdiff | tree |
2015-11-26 |
drh | The first argument to SQLITE_CONFIG_PAGECACHE, SQLITE_C... |
commit | commitdiff | tree |
2015-11-26 |
dan | Add the "colUsed" field to the sqlite3_index_info struc... vtab-colused |
commit | commitdiff | tree |
2015-11-26 |
dan | Fix a problem with the userauth extension and no-authen... |
commit | commitdiff | tree |
2015-11-26 |
drh | Simplify logic for syncing directories after creating... |
commit | commitdiff | tree |
2015-11-26 |
drh | Small simplification to the xOpen method in the unix... |
commit | commitdiff | tree |
2015-11-25 |
drh | Simplify the temporary filename generator and the time... |
commit | commitdiff | tree |
2015-11-25 |
drh | Fix harmless compiler warnings in test_fs.c. Fix typos... |
commit | commitdiff | tree |
2015-11-25 |
dan | Update test_fs.c to include a virtual table that reads... |
commit | commitdiff | tree |
2015-11-25 |
drh | Make the xAccess method of the unix VFS smaller and... |
commit | commitdiff | tree |
2015-11-25 |
drh | Remove unused methods from the unix VFS. |
commit | commitdiff | tree |
2015-11-25 |
drh | Simplification of the error code translator in os_unix... |
commit | commitdiff | tree |
2015-11-25 |
dan | Fix the fts5 "prefix=" option to match the documentatio... |
commit | commitdiff | tree |
2015-11-25 |
drh | Enhancement the virtual table interface to support... |
commit | commitdiff | tree |
2015-11-24 |
drh | Add the sqlite3_strlike() interface, which might be... vtab-like-operator |
commit | commitdiff | tree |
2015-11-24 |
dan | Fix a problem in whereexpr.c causing a crash while... |
commit | commitdiff | tree |
2015-11-24 |
drh | Fix harmless compiler warnings in the TCL test harness... |
commit | commitdiff | tree |
2015-11-24 |
dan | Merge latest trunk changes with this branch. |
commit | commitdiff | tree |
2015-11-24 |
dan | Add further tests and related fixes for GLOB/REGEXP... |
commit | commitdiff | tree |
2015-11-24 |
drh | Remove from os_unix.c pointless logic that tries to... |
commit | commitdiff | tree |
2015-11-24 |
drh | Fix a comment typo in the unix VFS. No changes to... |
commit | commitdiff | tree |
2015-11-24 |
drh | Make the geteuid() system call overloadable using xSetS... |
commit | commitdiff | tree |
2015-11-24 |
drh | Add a test case for the fix of check-in [19d9f9ce691963310] |
commit | commitdiff | tree |
2015-11-24 |
drh | Remove an incorrect ALWAYS() macro. Fix for ticket... |
commit | commitdiff | tree |
2015-11-24 |
mistachkin | Add a clarifying comment to the virtual table test... |
commit | commitdiff | tree |
2015-11-24 |
drh | Do not try to eliminate No-ops at the end of VDBE progr... |
commit | commitdiff | tree |
2015-11-23 |
dan | Add experimental support for LIKE, GLOB and REGEXP... |
commit | commitdiff | tree |
2015-11-21 |
dan | Fix an obscure memory leak found by libfuzzer that... |
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 |
next |