2018-10-11 |
drh | In the CLI, fix a file descriptor leak following OOM... |
commit | commitdiff | tree |
2018-10-11 |
drh | In the unix VFS, fix the heap shm allocator (used for... |
commit | commitdiff | tree |
2018-10-10 |
drh | In the CLI, allow the SQLITE_HISTORY environment variab... |
commit | commitdiff | tree |
2018-10-08 |
drh | Fix an issue with the new memstat.c extension. |
commit | commitdiff | tree |
2018-10-08 |
drh | Replace the new geopoly_reverse() function with geopoly... |
commit | commitdiff | tree |
2018-10-08 |
drh | Add the geopoly_reverse() function to the GeoPoly exten... |
commit | commitdiff | tree |
2018-10-06 |
drh | Fix the ".help -all" option in the command-line shell. |
commit | commitdiff | tree |
2018-10-06 |
dan | Add test cases and assert() statements to ensure that... |
commit | commitdiff | tree |
2018-10-05 |
drh | Changes to geopoly to silience false-positive warnings... |
commit | commitdiff | tree |
2018-10-03 |
drh | Add an ALWAYS on an unreachable branch in the ALTER... |
commit | commitdiff | tree |
2018-10-03 |
dan | Change a type in shell.c.in from "int" to "sqlite3_int6... |
commit | commitdiff | tree |
2018-10-02 |
drh | Add an additional assert() verifying mutex invariants... |
commit | commitdiff | tree |
2018-10-02 |
drh | Additional field name changes and commit fixes associat... |
commit | commitdiff | tree |
2018-10-02 |
drh | Fix comments and refactor some names associated with... |
commit | commitdiff | tree |
2018-10-01 |
drh | Add the "PRAGMA table_xinfo" command that works like... |
commit | commitdiff | tree |
2018-10-01 |
drh | Test case for PRAGMA table_xinfo. pragma-table-vinfo |
commit | commitdiff | tree |
2018-10-01 |
drh | Change the name of the pragma to PRAGMA table_xinfo... |
commit | commitdiff | tree |
2018-10-01 |
drh | Add the extra "hidden" column to the end of the PRAGMA... |
commit | commitdiff | tree |
2018-10-01 |
dan | Speed up xAccess() calls made on an RBU VFS when there... |
commit | commitdiff | tree |
2018-10-01 |
drh | Bring the PRAGMA table_vinfo statement up to date with... |
commit | commitdiff | tree |
2018-10-01 |
drh | Fix a potential crash that can occur while reading... |
commit | commitdiff | tree |
2018-10-01 |
dan | Fix a problem with ALTER TABLE commands when the schema... |
commit | commitdiff | tree |
2018-09-29 |
drh | Add the PRAGMA table_vinfo command (with an extra ... |
commit | commitdiff | tree |
2018-09-28 |
drh | Fix test cases so that they work with ICU. |
commit | commitdiff | tree |
2018-09-28 |
dan | Have sqlite3changegroup_output_strm() call its output... |
commit | commitdiff | tree |
2018-09-28 |
drh | Fix a bug in the sqlite_memstat virtual table that... |
commit | commitdiff | tree |
2018-09-28 |
drh | Add the geopoly_regular(X,Y,R,N) function to the geopol... |
commit | commitdiff | tree |
2018-09-28 |
drh | Make most geopoly functions pure. |
commit | commitdiff | tree |
2018-09-28 |
drh | Rig geopoly to use sqlite3AtoF() if it is available... |
commit | commitdiff | tree |
2018-09-27 |
drh | Small performance optimization in the JSON parser of... |
commit | commitdiff | tree |
2018-09-27 |
drh | Enhance the GeoPOLY extension so that it always stores... |
commit | commitdiff | tree |
2018-09-27 |
drh | Ensure that the OP_VColumn opcode does set sqlite3_vtab... |
commit | commitdiff | tree |
2018-09-27 |
dan | Another minor tweak to memstat.c so that it may be... |
commit | commitdiff | tree |
2018-09-27 |
drh | Modify the memstat virtual table so that it works with... |
commit | commitdiff | tree |
2018-09-27 |
drh | Add the sqlite_memstat extension - an eponymous virtual... |
commit | commitdiff | tree |
2018-09-27 |
drh | Enhancements to sqlite_memstat: memstat-vtab |
commit | commitdiff | tree |
2018-09-27 |
drh | Add initial ZIPVFS support for the "main" database... |
commit | commitdiff | tree |
2018-09-27 |
drh | Initial prototype of a eponymous virtual table that... |
commit | commitdiff | tree |
2018-09-27 |
dan | Disallow the use of window functions in the recursive... |
commit | commitdiff | tree |
2018-09-27 |
mistachkin | Minor simplification: In OP_ParseSchema, read the p1... |
commit | commitdiff | tree |
2018-09-26 |
drh | Further improvements to the ".help" command in the... |
commit | commitdiff | tree |
2018-09-26 |
drh | Begin revamping the ".help" command in the command... |
commit | commitdiff | tree |
2018-09-26 |
dan | Tweak spellfix.c so that if SQLITE_SPELLFIX_5BYTE_MAPPI... |
commit | commitdiff | tree |
2018-09-26 |
drh | Fix typos in the header comment for the sha1 and sha3... |
commit | commitdiff | tree |
2018-09-25 |
dan | Fix a problem in releasetest.tcl causing configuration... |
commit | commitdiff | tree |
2018-09-24 |
drh | Slightly smaller and faster alternative to [507d892c3a4... |
commit | commitdiff | tree |
2018-09-24 |
dan | Fix a problem with views that use window functions... |
commit | commitdiff | tree |
2018-09-24 |
drh | Allow a writable virtual table to have a schema with... |
commit | commitdiff | tree |
2018-09-24 |
drh | Use compile-time options SQLITE_QUERY_PLANNER_LIMIT and |
commit | commitdiff | tree |
2018-09-24 |
drh | Increase the initial value of WhereLoopBuilder.iPlanLim... |
commit | commitdiff | tree |
2018-09-23 |
drh | Fix a faulty assert() in the validation logic for the... |
commit | commitdiff | tree |
2018-09-22 |
drh | Enhance WhereLoopBuilder.iPlanLimit to handle a case... |
commit | commitdiff | tree |
2018-09-21 |
mistachkin | Fix harmless compiler warning when compiled with SQLITE... |
commit | commitdiff | tree |
2018-09-21 |
drh | Comment typo fixed. No code changes. |
commit | commitdiff | tree |
2018-09-21 |
drh | Put a limit counter on the query planner that restricts... |
commit | commitdiff | tree |
2018-09-21 |
drh | Optimization to the OP_MakeRecord opcode makes speed... |
commit | commitdiff | tree |
2018-09-20 |
drh | Minor code simplification. |
commit | commitdiff | tree |
2018-09-20 |
drh | Add the "PRAGMA legacy_alter_table=ON" command to enabl... |
commit | commitdiff | tree |
2018-09-20 |
drh | Combine the Expr.pTab and Expr.pWin fields into a union... |
commit | commitdiff | tree |
2018-09-20 |
dan | By default, make all "ALTER TABLE RENAME" statements... legacy-alter-table |
commit | commitdiff | tree |
2018-09-20 |
dan | Add a PRAGMA that restores the legacy ALTER TABLE RENAM... |
commit | commitdiff | tree |
2018-09-19 |
drh | A minor code simplification, saved in a branch for... minor-altertab-simplification |
commit | commitdiff | tree |
2018-09-19 |
dan | Fix a compilation issue in the "userauth" extension... |
commit | commitdiff | tree |
2018-09-19 |
drh | Fix the "sqlite3" command in the TCL interface so that... |
commit | commitdiff | tree |
2018-09-18 |
dan | Fix a problem building on Android with SQLITE_ENABLE_BA... |
commit | commitdiff | tree |
2018-09-18 |
dan | Avoid incrementing the SQLITE_LOOKASIDE_MISS_SIZE stat... |
commit | commitdiff | tree |
2018-09-18 |
dan | Enhance tester.tcl so that when "--malloctrace=1" is... |
commit | commitdiff | tree |
2018-09-18 |
dan | Minor improvements to the permutations.test script... |
commit | commitdiff | tree |
2018-09-17 |
drh | Further optimizations to the UPDATE logic to avoid... |
commit | commitdiff | tree |
2018-09-17 |
drh | Disable the ORDER BY LIMIT optimization in queries... |
commit | commitdiff | tree |
2018-09-17 |
drh | Fix a false-positive in the post-ALTER-TABLE schema... |
commit | commitdiff | tree |
2018-09-17 |
drh | Restore an assert() that was present on trunk. tkt-b41031ea |
commit | commitdiff | tree |
2018-09-17 |
dan | Minor modification to the fix on this branch to avoid... |
commit | commitdiff | tree |
2018-09-17 |
mistachkin | Fix missing space in 'configure.ac' reported on the... |
commit | commitdiff | tree |
2018-09-17 |
dan | Add extra test for the fix on this branch. Also fix a |
commit | commitdiff | tree |
2018-09-17 |
drh | Add assert()s to the new code in the previous check-in. |
commit | commitdiff | tree |
2018-09-16 |
drh | First proposed fix for the ALTER TABLE problem describe... |
commit | commitdiff | tree |
2018-09-16 |
drh | Remove an unreachable branch from the index-on-expressi... |
commit | commitdiff | tree |
2018-09-16 |
drh | Fix a memory leak in the explain extension. |
commit | commitdiff | tree |
2018-09-16 |
drh | Add the new "explain" virtual table in ext/misc. Use... |
commit | commitdiff | tree |
2018-09-16 |
drh | Improved presentation on the new code that prevents... |
commit | commitdiff | tree |
2018-09-15 |
drh | Increase the version number to 3.26.0 as we start the... |
commit | commitdiff | tree |
2018-09-15 |
drh | Optimization: when doing an UPDATE on a table with... |
commit | commitdiff | tree |
2018-09-15 |
drh | Version 3.25.0 version-3.25.0 |
commit | commitdiff | tree |
2018-09-14 |
drh | Fix minor typos in comments that get carried over into... |
commit | commitdiff | tree |
2018-09-13 |
dan | Update releasetest.tcl to run "make test" as part of... |
commit | commitdiff | tree |
2018-09-13 |
drh | Make sure the %z optimization for printf() is not invok... |
commit | commitdiff | tree |
2018-09-13 |
drh | Fix a requirement mark on a test script. No changes... |
commit | commitdiff | tree |
2018-09-12 |
dan | Fix an assert() in os_unix.c that is not true when... |
commit | commitdiff | tree |
2018-09-12 |
drh | Restrict the scope of internal-use functions in alter.c. |
commit | commitdiff | tree |
2018-09-12 |
drh | Improvements to the documentation for SQLITE_FCNTL_DATA... |
commit | commitdiff | tree |
2018-09-12 |
dan | Fix an invalid pointer comparison triggered by renaming... |
commit | commitdiff | tree |
2018-09-12 |
mistachkin | Fix some harmless compiler warnings seen with MSVC. |
commit | commitdiff | tree |
2018-09-12 |
mistachkin | For MSVC, migrate some commonly used shell compilation... |
commit | commitdiff | tree |
2018-09-12 |
drh | Fix a harmless compiler warning that arose from the... |
commit | commitdiff | tree |
2018-09-11 |
drh | Do not do the byte-by-byte modifications in the resetdb... |
commit | commitdiff | tree |
2018-09-11 |
dan | Fix a problem causing ENABLE_CURSOR_HINTS builds to... |
commit | commitdiff | tree |
2018-09-10 |
dan | Fix a test script issue in fts3ao.test. |
commit | commitdiff | tree |
2018-09-10 |
dan | Fix a minor problem causing an incorrect cursor-hint... |
commit | commitdiff | tree |
2018-09-10 |
drh | Add the ability for loadable extensions to access the new |
commit | commitdiff | tree |
next |