2018-10-29 |
mistachkin | Add the sqlite3_normalized_sql() API. normalized_sql |
commit | commitdiff | tree |
2018-10-29 |
dan | In the sessions module, avoid collecting rebase data... |
commit | commitdiff | tree |
2018-10-29 |
drh | Harden the dbstat extension against corrupt database... |
commit | commitdiff | tree |
2018-10-27 |
drh | Improvements to the dbfuzz2.c test module. |
commit | commitdiff | tree |
2018-10-27 |
drh | Add an entry in Makefile.in to build dbfuzz2 using... |
commit | commitdiff | tree |
2018-10-27 |
drh | Initial code for a fuzzing tool on database file that... |
commit | commitdiff | tree |
2018-10-26 |
dan | Add the sqlite3session_config() interface. For configur... |
commit | commitdiff | tree |
2018-10-26 |
dan | Prevent an == constraint specified using the table... |
commit | commitdiff | tree |
2018-10-25 |
drh | In the WHERE-constraint propagation optimization, if... |
commit | commitdiff | tree |
2018-10-24 |
drh | Add the ENABLE_GEOPOLY case to the compile_options... |
commit | commitdiff | tree |
2018-10-23 |
dan | Fix a problem with using window functions in compound... |
commit | commitdiff | tree |
2018-10-20 |
dan | Add the sqlite3changeset_start_v2() - a new version... |
commit | commitdiff | tree |
2018-10-18 |
dan | Take steps to avoid a potential integer overflow in... |
commit | commitdiff | tree |
2018-10-18 |
dan | Add the SQLITE_CHANGESETAPPLY_INVERT flag to sessions... |
commit | commitdiff | tree |
2018-10-12 |
drh | Test case modifications to support SEE. |
commit | commitdiff | tree |
2018-10-11 |
drh | Add the textkey and textrekey pragmas. |
commit | commitdiff | tree |
2018-10-11 |
drh | Fix harmless compiler warnings in the CLI. |
commit | commitdiff | tree |
2018-10-11 |
drh | Always reset the pager before changing the codec. |
commit | commitdiff | tree |
2018-10-11 |
drh | On the first connection to a WAL-mode database that... |
commit | commitdiff | tree |
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 |
next |