- f05fba3 Version 3.8.1 by drh ยท 12 years ago version-3.8.1
- b326526 Fix a typo in a requirements mark comment. No changes to code. by drh ยท 12 years ago
- 14285b7 Clear a valgrind error by zeroing the first 4 bytes of the temp-space allocation used by the b-tree module. by dan ยท 12 years ago
- 0353ed2 Fix memory and resource leaks for WinCE and Cygwin, and a compiler warning by drh ยท 12 years ago
- c216566 Fix memory/resource leaks for WinCE and Cygwin. by mistachkin ยท 12 years ago wince-fixes
- a4bbc8b Add the "languageid" hidden column to fts4aux. by dan ยท 12 years ago
- cfe111b Changes to test code to make sure no server threads are left running after server1.test finishes. by dan ยท 12 years ago
- a703f50 Fix an 8-byte alignment problem on the "crash test" harness (test code, by drh ยท 12 years ago
- a261743 Fix harmless macro redefinition warnings in the totype extension. by drh ยท 12 years ago
- bc863b5 Fix harmless macro redefinition warnings in the totype extension. by mistachkin ยท 12 years ago
- 0593516 Fix harmless compiler warning in the totype extension. Include all standard whitespace characters in totypeIsspace. Minor adjustments to style and comments. by mistachkin ยท 12 years ago
- 5f8cdac Move the tointeger() and toreal() functions out of core and make them into by drh ยท 12 years ago
- 362d216 Fix a crash in FTS incremental phrase processing that can occur if the second or subsequent token is much more common in the dataset than the first. by dan ยท 12 years ago
- 4398c95 Add implementations for the toInteger() and toReal() SQL functions. by drh ยท 12 years ago
- 67896ce Fix for building with SQLITE_OMIT_FOREIGN_KEY. by dan ยท 12 years ago
- 71d5338 Update the foreign_key_check pragma so that when a parent table is undefined by drh ยท 12 years ago
- 0ae4f14 Corrects to comments on the STAT4 implementation. by drh ยท 12 years ago
- a7f4bf3 Make subroutines sampleCopy() and valueFromExpr() have file scope. by drh ยท 12 years ago
- c0f1d0c Add a new application_id for GeoPackage version 1.0. by drh ยท 12 years ago
- d557011 Merge updates from trunk. by mistachkin ยท 12 years ago toTypeFuncs
- 3ef2615 Restore the index_list pragma back to its former operation. Create a new by drh ยท 12 years ago
- 5e87830 In "PRAGMA foreign_key_check", treat missing parent tables as empty (instead of as errors). by dan ยท 12 years ago fkc-missing-parent-tables
- a8dbada Fix handling of "DROP TABLE" commands when "PRAGMA defer_foreign_keys=1" is set. by dan ยท 12 years ago
- 5dbb7cc Add tests that demonstrate that PRAGMA defer_foreign_keys will reset to off by drh ยท 12 years ago
- b084582 Fix harmless compiler warning. by mistachkin ยท 12 years ago
- 0ed02a6 Permit the creation of VSIX packages for Win32. by mistachkin ยท 12 years ago
- 549bc3d Fix Unicode character encoding issues on Windows. by mistachkin ยท 12 years ago
- cf9fca4 Identify requirements text in the SQLITE_CONFIG_ documentation. Fix a typo by drh ยท 12 years ago
- 0aedc6b The split amalgamation option should be disabled by default. by mistachkin ยท 12 years ago
- 7651091 Enhance debugging support for the split amalgamation files when compiling with MSVC. by mistachkin ยท 12 years ago
- 2b51f21 Fix a harmless compiler warning in lemon.c. by drh ยท 12 years ago
- 691d4c9 Add -no-undefined option when linking the shared libraries. by mistachkin ยท 12 years ago
- cbc53fe Fix test numbering. by mistachkin ยท 12 years ago
- e4bf4f0 Add requirements marks. No code changes. by drh ยท 12 years ago
- 3432daa Additional test cases and requirements marks for the unlikely(), by drh ยท 12 years ago
- 4f99189 Fix various harmless compiler warnings. Change the "warnings.sh" script to by drh ยท 12 years ago
- 80e0b72 Make sure the sqlite3.h file occurs at the very top of the sqlite3.c by drh ยท 12 years ago
- e71e060 Fix compilation issue for WinRT. by mistachkin ยท 12 years ago
- 7e65c94 Add a rule to the main.mk makefile for building showdb. by drh ยท 12 years ago
- a0cbd3f Enhancements to the vfslog.c module to show all change-counter changes and by drh ยท 12 years ago
- 919e3b3 Another fix to the hash signature algorithm in vfslog.c. by drh ยท 12 years ago
- 7cd84ff Fix the hash signature algorithm in vfslog.c. Add a utility program to by drh ยท 12 years ago
- 30e2f0a Add ext/misc/vfslog.c, a VFS shim for unix that keeps a log of method calls made by SQLite. by dan ยท 12 years ago
- 3d8b239 Estimate row sizes for tables and indices and use those estimates during by drh ยท 12 years ago
- 26586e7 Make sure the correct printf format is used for type tRowcnt regardless by drh ยท 12 years ago row-size-est
- 1f1fc0c Move a conditional inside of an #ifdef in order to make all branches by drh ยท 12 years ago
- 833d198 Fix test cases for the new information in PRAGMA index_list. by drh ยท 12 years ago
- b50596d Rollback some of the previous changes in the branch such that the estimated by drh ยท 12 years ago
- 5f3e5e7 Use #ifdefs to omit unused code in the columnType() routine depending on by drh ยท 12 years ago
- 186ad8c Further refinement of the idea of multiplying run-time cost estimates by by drh ยท 12 years ago
- 86f72f0 Fix compilation issue with MSVC. by mistachkin ยท 12 years ago
- 3495d20 Multiply all cursor step cost estimates by the estimated size of the row in by drh ยท 12 years ago
- 6f38a64 Merge bug fixes from trunk. by drh ยท 12 years ago
- 8ab8832 Restore the hexrekey pragma which was accidently deleted during the by drh ยท 12 years ago
- 793eb04 Remove an incorrect debugging assert() that was accidently added during the by drh ยท 12 years ago
- 52f6c91 Accept the sz=N parameter on table-only lines of sqlite_stat1. by drh ยท 12 years ago
- 6b169bd Fix an issue in the test8.c test module that arises because of the change by drh ยท 12 years ago
- e13e9f5 Completely remove the iScanRatio field. The PRAGMA index_list(TABLE) command by drh ยท 12 years ago
- 0af62b0 Improvements to the LogEst command-line tool used to convert between by drh ยท 12 years ago
- bf539c4 Begin an experimental refactoring to estimate the average number of bytes by drh ยท 12 years ago
- 6919b07 In the index_list pragma, make sure the "r" column is the same on output by drh ยท 12 years ago index-scan-rate
- 03e1754 Merge trunk changes. by drh ยท 12 years ago
- d3037a4 Further refinements of the index scanning speed logic. by drh ยท 12 years ago
- 5988572 If an "INSERT INTO ... SELECT" can use the xfer optimization, pass the OPFLAG_BULKCSR hint to btree cursors used to update indices. This results in a tighter key packing. by dan ยท 12 years ago
- 165674d Fix test cases so that they work when the query planner uses index size by drh ยท 12 years ago
- fdaac67 Improved estimates of the relative speed of index scans based on declared by drh ยท 12 years ago
- d9e3cad Progress toward using the iScanRatio information on indices. Many tests by drh ยท 12 years ago
- 5f33f37 Make sure the count(*) optimization works correctly even when partial by drh ยท 12 years ago
- 5db2605 Have FTS take advantage of "docid<?" constraints when they are present. Extend the FTS "incremental doclist" optimization so that it is used for tokens within multi-token phrases. by dan ยท 12 years ago
- de07791 Merge latest trunk changes. by dan ยท 12 years ago fts4-docid-range-constraints
- 9211f8a Allow FTS4 multi-token phrases to use a combination of in-memory and incrementally loaded doclists. This allows phrases to (partially) benefit from incremental doclists without disabling the deferred token optimization. by dan ยท 12 years ago
- c28c4e5 Experimental branch allowing different postulated scan rates for each index. by drh ยท 12 years ago
- d100f69 The sqlite3FixInit() routine cannot fail. So change the return type from "int" by drh ยท 12 years ago
- f63936e Rework the PRAGMA implementation to only call sqlite3ReadSchema() from a single by drh ยท 12 years ago
- 46539d7 Return an error if an attempt is made to create a trigger with an SQL variable embedded within it. If such a variable reference is found within a trigger definition loaded from the sqlite_master table, silently replace it with a NULL. by dan ยท 12 years ago
- 582d47d Remove unnecessary memset() calls from test code. by drh ยท 12 years ago
- 01f75f2 In the lemon parser generator, change all hashes to unsigned to avoid by drh ยท 12 years ago
- eb26672 Add a test to check that the new multi-token phrase optimization is actually helping. by dan ยท 12 years ago
- e75fb06 Bring some file format comments in btreeInt.h up to date. by drh ยท 12 years ago
- 1073e26 Merge trunk changes with this branch. by dan ยท 12 years ago
- ff574f4 Allow multi-token phrases to load doclists from the database incrementally. This allows queries that feature such phrases to benefit from the "docid<?" optimization. by dan ยท 12 years ago
- be007dc Fix comments in the fast_vacuum.c demonstration program. by drh ยท 12 years ago
- ba7df11 Add the "fast_vacuum.c" demonstration program to the tool/ subdirectgory. by drh ยท 12 years ago
- 4384e98 Change the ".dump" command in the command-line shell so that it COMMITs by drh ยท 12 years ago
- 24b7fe9 Fix a minor typo in a comment in where.c. by drh ยท 12 years ago
- 3b6cb3c Add some timing tests to the amatch test script. by drh ยท 12 years ago
- 73632e3 Merge trunk changes with this branch. by dan ยท 12 years ago
- 1f03e60 Fix a performance problem in the FTS4 auxiliary functions triggered by an OR clause in the full-text query. by dan ยท 12 years ago
- 92054fe Fix memory leaks in the amatch extension. Add a few simple test cases. by drh ยท 12 years ago
- 1938438 Have fts4 full-text queries consider "docid<?" and similar constraints. by dan ยท 12 years ago
- 8b8d28dd Update and modernize an obsolete comment associated with VACUUM. No by drh ยท 12 years ago
- 915fe4d Fix typo in comment. No changes to code. by mistachkin ยท 12 years ago
- 07490d2 Add new test file fts3defer3.test. by dan ยท 12 years ago
- f427472 In the nextchar.c extension, allow the second argument to the next_char() by drh ยท 12 years ago
- 2f312ee Updates to the sqlite3_analyzer utility: Change the names of some labels, by drh ยท 12 years ago
- 5d1dcff Obtain the required shared-cache write-lock when executing "DELETE FROM tbl" statements. Fix for [1e1321ee98]. by dan ยท 12 years ago
- 56c517a Fix a faulty assert() in sqlite3BtreeBeginTrans() that may fail in shared-cache mode. by dan ยท 12 years ago
- bbff218 Merge updates from trunk. by mistachkin ยท 12 years ago
- 6284d02 Test that the unicode61 tokenchars= and separators= options work with the fts3tokenize virtual table. by dan ยท 12 years ago
- 7fa2092 Clear the current time value on prepared statements when the prepared statement by drh ยท 12 years ago