- 8bee11a Add the sqlite3_normalized_sql() API. by mistachkin ยท 7 years ago normalized_sql
- dbe7d37 In the sessions module, avoid collecting rebase data if the user has not by dan ยท 7 years ago
- f888158 Harden the dbstat extension against corrupt database files. by drh ยท 7 years ago
- d811d84 Improvements to the dbfuzz2.c test module. by drh ยท 7 years ago
- 977e5dc Add an entry in Makefile.in to build dbfuzz2 using clang-6.0 with by drh ยท 7 years ago
- 65da285 Initial code for a fuzzing tool on database file that works with the by drh ยท 7 years ago
- 1f48e67 Add the sqlite3session_config() interface. For configuring global parameters by dan ยท 7 years ago
- f689400 Prevent an == constraint specified using the table-valued-function argument by dan ยท 7 years ago
- 8e5bfed In the WHERE-constraint propagation optimization, if there are duplicate by drh ยท 7 years ago
- e23d05e Add the ENABLE_GEOPOLY case to the compile_options pragma. by drh ยท 7 years ago
- 0f5f540 Fix a problem with using window functions in compound (UNION, INTERSECT etc.) by dan ยท 7 years ago
- 46de072 Add the sqlite3changeset_start_v2() - a new version of _start() that accepts a flags parameter - and a streaming equivalent to the sessions module. Also add the SQLITE_CHANGESETSTART_INVERT flag, used with start_v2() to invert a changeset while iterating through it. by dan ยท 7 years ago
- 9c18ef0 Take steps to avoid a potential integer overflow in sessionBufferGrow(). by dan ยท 7 years ago
- 44748f2 Add the SQLITE_CHANGESETAPPLY_INVERT flag to sessions. For inverting and applying a changeset in a single step. by dan ยท 7 years ago
- bafad06 Test case modifications to support SEE. by drh ยท 7 years ago
- fa5c62e Add the textkey and textrekey pragmas. by drh ยท 7 years ago
- e93f826 Fix harmless compiler warnings in the CLI. by drh ยท 7 years ago
- 53f5f00 Always reset the pager before changing the codec. by drh ยท 7 years ago
- f7f2a82 On the first connection to a WAL-mode database that was not cleanly shut down by drh ยท 7 years ago
- 1dbb147 In the CLI, fix a file descriptor leak following OOM and a missing va_end() by drh ยท 7 years ago
- b6c4d59 In the unix VFS, fix the heap shm allocator (used for unix-excl) by drh ยท 7 years ago
- a9e4be3 In the CLI, allow the SQLITE_HISTORY environment variable, if it exists, by drh ยท 7 years ago
- 7dd630a Fix an issue with the new memstat.c extension. by drh ยท 7 years ago
- 5f8cb73 Replace the new geopoly_reverse() function with geopoly_ccw(). The by drh ยท 7 years ago
- bc36320 Add the geopoly_reverse() function to the GeoPoly extension. by drh ยท 7 years ago
- 488cddf Fix the ".help -all" option in the command-line shell. by drh ยท 7 years ago
- 07052d5 Add test cases and assert() statements to ensure that the authorizer is being by dan ยท 7 years ago
- bebf544 Changes to geopoly to silience false-positive warnings coming out of clang. by drh ยท 7 years ago
- f470c37 Add an ALWAYS on an unreachable branch in the ALTER TABLE logic. by drh ยท 7 years ago
- 60bdcf5 Change a type in shell.c.in from "int" to "sqlite3_int64" in order to by dan ยท 7 years ago
- 9b7e8e1 Add an additional assert() verifying mutex invariants on the by drh ยท 7 years ago
- 8820c8d Additional field name changes and commit fixes associated with shared-memory by drh ยท 7 years ago
- 24efa54 Fix comments and refactor some names associated with shared-memory locking by drh ยท 7 years ago
- ba16089 Add the "PRAGMA table_xinfo" command that works like table_info but also by drh ยท 7 years ago
- bfbf7d9 Test case for PRAGMA table_xinfo. by drh ยท 7 years ago pragma-table-vinfo
- bdc9744 Change the name of the pragma to PRAGMA table_xinfo. Improve the by drh ยท 7 years ago
- d7dc0a3 Add the extra "hidden" column to the end of the PRAGMA table_vinfo output. by drh ยท 7 years ago
- 49f84ce Speed up xAccess() calls made on an RBU VFS when there are lots of open by dan ยท 7 years ago
- 5612ef1 Bring the PRAGMA table_vinfo statement up to date with trunk. by drh ยท 7 years ago
- 44d0685 Fix a potential crash that can occur while reading an index from a corrupt by drh ยท 7 years ago
- 5351e88 Fix a problem with ALTER TABLE commands when the schema features an INSTEAD of by dan ยท 7 years ago
- 15fc988 Add the PRAGMA table_vinfo command (with an extra "v" before "info") that by drh ยท 7 years ago
- ca9a5fa Fix test cases so that they work with ICU. by drh ยท 7 years ago
- f8248c4 Have sqlite3changegroup_output_strm() call its output function more regularly. by dan ยท 7 years ago
- 09b523c Fix a bug in the sqlite_memstat virtual table that was causing it to report by drh ยท 7 years ago
- 60afcb8 Add the geopoly_regular(X,Y,R,N) function to the geopoly extension. by drh ยท 7 years ago
- 601c8f2 Make most geopoly functions pure. by drh ยท 7 years ago
- b2d8349 Rig geopoly to use sqlite3AtoF() if it is available, as that routine is much by drh ยท 7 years ago
- 17e65ae Small performance optimization in the JSON parser of Geopoly. by drh ยท 7 years ago
- 50db3e8 Enhance the GeoPOLY extension so that it always stores its polygons in the by drh ยท 7 years ago
- 09d00b2 Ensure that the OP_VColumn opcode does set sqlite3_vtab_nochange() unless by drh ยท 7 years ago
- 0efb6f5 Another minor tweak to memstat.c so that it may be built against older versions by dan ยท 7 years ago
- 6dd5f07 Modify the memstat virtual table so that it works with SQLite version 3.9.2. by drh ยท 7 years ago
- 982c1fa Add the sqlite_memstat extension - an eponymous virtual table that shows by drh ยท 7 years ago
- d7134fe Enhancements to sqlite_memstat: by drh ยท 7 years ago memstat-vtab
- 7c5577a Add initial ZIPVFS support for the "main" database to the sqlite_memstat by drh ยท 7 years ago
- d7fda6c Initial prototype of a eponymous virtual table that accesses sqlite3_status64() by drh ยท 7 years ago
- 6afa35c Disallow the use of window functions in the recursive part of a recursive CTE. by dan ยท 7 years ago
- 1c06b47 Minor simplification: In OP_ParseSchema, read the p1 register once. by mistachkin ยท 7 years ago
- eb7f2a0 Further improvements to the ".help" command in the CLI. by drh ยท 7 years ago
- 98aa2ab Begin revamping the ".help" command in the command-line shell so that it by drh ยท 7 years ago
- 2e5e0e1 Tweak spellfix.c so that if SQLITE_SPELLFIX_5BYTE_MAPPINGS is defined at by dan ยท 7 years ago
- 6b26a7b Fix typos in the header comment for the sha1 and sha3 hash extensions by drh ยท 7 years ago
- 6705584 Fix a problem in releasetest.tcl causing configuration "Fast-One" to fail. by dan ยท 7 years ago
- 5398806 Slightly smaller and faster alternative to [507d892c3a40a0bacbd47] that by drh ยท 7 years ago
- 2fae150 Fix a problem with views that use window functions as part of complex expressions. by dan ยท 7 years ago
- 6314eea Allow a writable virtual table to have a schema with an INTEGER PRIMARY KEY by drh ยท 7 years ago
- 6fb5d35 Use compile-time options SQLITE_QUERY_PLANNER_LIMIT and by drh ยท 7 years ago
- 7ebb605 Increase the initial value of WhereLoopBuilder.iPlanLimit to 20K. Issue by drh ยท 7 years ago
- f8937f9 Fix a faulty assert() in the validation logic for the LEFT JOIN strength by drh ยท 7 years ago
- 2c3ba94 Enhance WhereLoopBuilder.iPlanLimit to handle a case involving the OR by drh ยท 7 years ago
- 7cc5595 Fix harmless compiler warning when compiled with SQLITE_OMIT_AUTHORIZATION. by mistachkin ยท 7 years ago
- 5eaebf3 Comment typo fixed. No code changes. by drh ยท 7 years ago
- fc9098a Put a limit counter on the query planner that restricts the number of by drh ยท 7 years ago
- 0d7f0cc Optimization to the OP_MakeRecord opcode makes speed-check.sh run about by drh ยท 7 years ago
- 5db9071 Minor code simplification. by drh ยท 7 years ago
- 42eb070 Add the "PRAGMA legacy_alter_table=ON" command to enable the pre-3.25.0 by drh ยท 7 years ago
- eda079c Combine the Expr.pTab and Expr.pWin fields into a union named "y". Add a new by drh ยท 7 years ago
- 34566c4 By default, make all "ALTER TABLE RENAME" statements executed within a virtual by dan ยท 7 years ago legacy-alter-table
- 674b894 Add a PRAGMA that restores the legacy ALTER TABLE RENAME TO behaviour. by dan ยท 7 years ago
- 504eba5 A minor code simplification, saved in a branch for future reference. by drh ยท 7 years ago minor-altertab-simplification
- 85c6892 Fix a compilation issue in the "userauth" extension. Also fix a few test by dan ยท 7 years ago
- c6727c8 Fix the "sqlite3" command in the TCL interface so that it correctly returns by drh ยท 7 years ago
- 16f39b6 Fix a problem building on Android with SQLITE_ENABLE_BATCH_ATOMIC_WRITE set. by dan ยท 7 years ago
- c4b1e5e Avoid incrementing the SQLITE_LOOKASIDE_MISS_SIZE stat before sqlite3_open() by dan ยท 7 years ago
- 253c6ee Enhance tester.tcl so that when "--malloctrace=1" is specified, the test by dan ยท 7 years ago
- b1e1a0f Minor improvements to the permutations.test script. Most notably, a command by dan ยท 7 years ago
- 40b4e7a Further optimizations to the UPDATE logic to avoid making changes to partial by drh ยท 7 years ago
- d4cb09e Disable the ORDER BY LIMIT optimization in queries using window functions. by drh ยท 7 years ago
- 051a102 Fix a false-positive in the post-ALTER-TABLE schema verification logic that by drh ยท 7 years ago
- e597c47 Restore an assert() that was present on trunk. by drh ยท 7 years ago tkt-b41031ea
- de79e09 Minor modification to the fix on this branch to avoid adding extra conditional by dan ยท 7 years ago
- 746127e Fix missing space in 'configure.ac' reported on the mailing list. by mistachkin ยท 7 years ago
- 0208337 Add extra test for the fix on this branch. Also fix a by dan ยท 7 years ago
- e68fe96 Add assert()s to the new code in the previous check-in. by drh ยท 7 years ago
- 95f78d9 First proposed fix for the ALTER TABLE problem described by ticket by drh ยท 7 years ago
- 86f3492 Remove an unreachable branch from the index-on-expression optimization. by drh ยท 7 years ago
- 6557a07 Fix a memory leak in the explain extension. by drh ยท 7 years ago
- 9b84f03 Add the new "explain" virtual table in ext/misc. Use this virtual table by drh ยท 7 years ago
- 2b7cdf6 Improved presentation on the new code that prevents unnecessary writes to by drh ยท 7 years ago