sqlite/src
drh 6382b6dc71 Merge recent trunk changes (performance enhancements) into the sessions
branch.

FossilOrigin-Name: 497367cb57345dd37793e5f369b34d12be56172e
2014-09-27 19:51:50 +00:00
..
alter.c Fix typos in comments. No code changes. 2014-09-06 16:39:46 +00:00
analyze.c Fix the affinity on inserts into the ANALYZE tables. Change the affinity 2014-09-19 20:13:25 +00:00
attach.c All interfaces working and tested. 2014-09-11 15:25:02 +00:00
auth.c Add support for the extra parameter on the sqlite3_set_authorizer() callback 2014-09-11 13:44:52 +00:00
backup.c Split the sqlite3Error() routine into sqlite3Error() and 2014-08-22 18:00:11 +00:00
bitvec.c Many spelling fixes in comments. No changes to code. 2013-03-21 21:20:32 +00:00
btmutex.c Fix typos in comments. No code changes. 2014-09-06 16:39:46 +00:00
btree.c Fix the "PRAGMA integrity_check" command so that it avoids formatting error 2014-09-26 02:41:05 +00:00
btree.h Another performance tweak: Split the sqlite3BtreeCursorHasMoved() routine 2014-08-22 23:33:03 +00:00
btreeInt.h Fix the "PRAGMA integrity_check" command so that it avoids formatting error 2014-09-26 02:41:05 +00:00
build.c Do not allow parameters in a DEFAULT clause of a CREATE TABLE statement. 2014-09-24 13:20:22 +00:00
callback.c Fix typos in comments. No code changes. 2014-09-06 16:39:46 +00:00
complete.c Fix typos in comments. No code changes. 2014-09-06 16:39:46 +00:00
ctime.c Change that might allow SQLite to build and work using the EBCDIC character 2014-09-25 02:44:29 +00:00
date.c Fix typos in comments. No code changes. 2014-09-06 16:39:46 +00:00
delete.c Merge support for large files on Android from trunk. 2014-09-08 15:04:24 +00:00
expr.c Do not allow parameters in a DEFAULT clause of a CREATE TABLE statement. 2014-09-24 13:20:22 +00:00
fault.c
fkey.c Fix typos in comments. No code changes. 2014-09-06 16:39:46 +00:00
func.c Simplifications to the SQL function and aggregate calling procedures. 2014-09-25 13:17:30 +00:00
global.c Fix typos in comments. No code changes. 2014-09-06 16:39:46 +00:00
hash.c Simplify the interface to the symbol table, saving 600 bytes of code space. 2014-08-21 20:26:37 +00:00
hash.h Simplify the interface to the symbol table, saving 600 bytes of code space. 2014-08-21 20:26:37 +00:00
hwtime.h
insert.c Merge all recent trunk changes into the sessions branch. 2014-09-21 22:49:20 +00:00
journal.c On atomic-write capable systems, if copying the contents of an in-memory journal to disk fails, close the (on disk) journal file before returning the error to the caller. This causes the subsequent rollback operation to use the in-memory journal. Fix for [df678d738adb]. 2012-12-18 11:59:39 +00:00
legacy.c Complete the implementation of the various APIs. Fix several problems. 2014-09-10 22:46:46 +00:00
lempar.c Fix a problem with parser memory allocation on 32-bit systems. 2014-09-12 04:28:33 +00:00
loadext.c Change the name of the _texte64() interfaces to just _test64(), without the "e". 2014-09-09 20:30:24 +00:00
main.c Merge all recent trunk changes into the sessions branch. 2014-09-21 22:49:20 +00:00
malloc.c Add the Mem.szMalloc element to the Mem object and use it to keep track of 2014-09-18 21:25:33 +00:00
mem0.c
mem1.c Fix typos in comments. No code changes. 2014-09-06 16:39:46 +00:00
mem2.c Fix harmless MSVC compiler warning with MEMDEBUG defined. 2013-08-31 05:13:22 +00:00
mem3.c
mem5.c Fix typos in comments. No code changes. 2014-09-06 16:39:46 +00:00
memjournal.c Fix typos in comments. No code changes. 2014-09-06 16:39:46 +00:00
mutex_noop.c Add three new static mutexes for use by the application. This is a partial 2014-07-30 21:10:12 +00:00
mutex_unix.c Add three new static mutexes for use by the application. This is a partial 2014-07-30 21:10:12 +00:00
mutex_w32.c Fix compiler warnings on WinCE. 2014-08-14 18:31:56 +00:00
mutex.c Add three new static mutexes for use by the application. This is a partial 2014-07-30 21:10:12 +00:00
mutex.h Fix typos in comments. No code changes. 2014-09-06 16:39:46 +00:00
notify.c Split the sqlite3Error() routine into sqlite3Error() and 2014-08-22 18:00:11 +00:00
os_common.h
os_setup.h Fix several header file comments. No changes to code. 2014-05-05 17:43:28 +00:00
os_unix.c Disable shared memory operations using the unix-nolock VFS. 2014-09-22 03:22:27 +00:00
os_win.c Fix typos in comments. No code changes. 2014-09-06 16:39:46 +00:00
os_win.h Fix compiler warnings on WinCE. 2014-08-14 18:31:56 +00:00
os.c Do not inject OOM faults into SQLITE_FCNTL_COMMIT_PHASE_TWO file-control invocations. It causes problems for test scripts. 2013-12-19 17:04:58 +00:00
os.h Fix typos in comments. No code changes. 2014-09-06 16:39:46 +00:00
pager.c Modify an assert() within sqlite3PagerWalFramesize(), a function only ever used by zipvfs, to account for recent zipvfs changes. 2014-09-18 09:59:28 +00:00
pager.h Create and use a new pager interface sqlite3PagerUnrefNotNull() that works 2013-12-13 19:35:21 +00:00
parse.y Improved ".selecttrace" output. 2014-09-21 00:27:26 +00:00
pcache1.c Fix typos in comments. No code changes. 2014-09-06 16:39:46 +00:00
pcache.c Remove the EXPENSIVE_ASSERTS in pcache.c having to do with the pSynced field 2014-09-15 14:59:12 +00:00
pcache.h Refactor the sqlite3PcacheFetch() routine into three separate routines, 2014-08-27 23:18:01 +00:00
pragma.c Move user authentication blocking from sqlite3_prepare() over to the 2014-09-11 14:01:41 +00:00
prepare.c Move user authentication blocking from sqlite3_prepare() over to the 2014-09-11 14:01:41 +00:00
printf.c Only enable HAVE_STRCHRNUL by default on linux, as that is the only place 2014-09-20 00:29:20 +00:00
random.c Enhance sqlite3_randomness(N,P) such that it resets the internal PRNG 2014-01-01 14:00:13 +00:00
resolve.c Do not flatten aggregate subqueries that contain min() or max() functions 2014-09-15 14:46:02 +00:00
rowset.c Fix typos in comments. No code changes. 2014-09-06 16:39:46 +00:00
select.c Improved ".selecttrace" output. 2014-09-21 00:27:26 +00:00
shell.c Merge all recent trunk changes into the sessions branch. 2014-09-21 22:49:20 +00:00
sqlite3.rc Add icon to the Windows shell executable. This is a resource change only, no changes to code. 2014-08-14 02:59:51 +00:00
sqlite3ext.h Change the name of the _texte64() interfaces to just _test64(), without the "e". 2014-09-09 20:30:24 +00:00
sqlite.h.in Merge all recent trunk changes into the sessions branch. 2014-09-21 22:49:20 +00:00
sqliteInt.h Merge recent trunk changes (performance enhancements) into the sessions 2014-09-27 19:51:50 +00:00
sqliteLimit.h Refactoring the mmap interface. The controlling pragma is now "mmap_size" 2013-04-15 17:03:42 +00:00
status.c Add the "defer_foreign_keys" pragma and the SQLITE_DBSTATUS_DEFERRED_FKS 2013-07-11 15:03:32 +00:00
table.c Fix compiler warnings and change the nullMem structure initializer into a 2014-09-18 01:21:43 +00:00
tclsqlite.c Merge all recent trunk changes into the sessions branch. 2014-09-21 22:49:20 +00:00
test1.c Reorder parameters on the sqlite3_user_*() interfaces for consistency. 2014-09-11 00:27:53 +00:00
test2.c Repurpose the SQLITE_TESTCTRL_FAULT_INSTALL test-control to register a 2014-05-16 14:17:01 +00:00
test3.c More refinements to Windows OSTRACE usage. Replace all usage of sqlite3TestErrorName() with sqlite3ErrName() and add missing return codes. 2013-04-29 03:09:10 +00:00
test4.c More refinements to Windows OSTRACE usage. Replace all usage of sqlite3TestErrorName() with sqlite3ErrName() and add missing return codes. 2013-04-29 03:09:10 +00:00
test5.c Experimental simplification of memory flags/type handling. 2014-03-05 01:29:18 +00:00
test6.c Add the SQLITE_FCNTL_SYNC and SQLITE_FCNTL_COMMIT_PHASETWO file-controls 2013-12-11 15:47:39 +00:00
test7.c Changes to test code to make sure no server threads are left running after server1.test finishes. 2013-10-15 15:35:27 +00:00
test8.c Fixes for various clang warnings. 2014-01-24 22:58:00 +00:00
test9.c
test_async.c More refinements to Windows OSTRACE usage. Replace all usage of sqlite3TestErrorName() with sqlite3ErrName() and add missing return codes. 2013-04-29 03:09:10 +00:00
test_autoext.c Adjust #ifdefs in test_autoext.c so that it compiles with 2013-08-06 18:35:31 +00:00
test_backup.c More refinements to Windows OSTRACE usage. Replace all usage of sqlite3TestErrorName() with sqlite3ErrName() and add missing return codes. 2013-04-29 03:09:10 +00:00
test_btree.c Combine the various boolean fields of the BtCursor object into a single 2014-03-11 23:40:44 +00:00
test_config.c Merge all recent trunk changes into the sessions branch. 2014-09-21 22:49:20 +00:00
test_demovfs.c Adjust #ifdefs in test_autoext.c so that it compiles with 2013-08-06 18:35:31 +00:00
test_devsym.c
test_fs.c Adjust #ifdefs in test_autoext.c so that it compiles with 2013-08-06 18:35:31 +00:00
test_func.c Add the Mem.szMalloc element to the Mem object and use it to keep track of 2014-09-18 21:25:33 +00:00
test_hexio.c Fix harmless compiler warnings on x64 MSVC, mostly in test code, but also in 2012-04-19 18:04:28 +00:00
test_init.c Remove unnecessary memset() calls from test code. 2013-10-03 11:27:56 +00:00
test_intarray.c Fix typos in comments. No code changes. 2014-09-06 16:39:46 +00:00
test_intarray.h Add SQLITE_API macros in front of interface routines in the test_intarray.c 2014-08-20 13:25:06 +00:00
test_journal.c Fix harmless compiler warnings on x64 MSVC, mostly in test code, but also in 2012-04-19 18:04:28 +00:00
test_loadext.c Enhance testing support for the Win32 VFS dynamic extension loading facilities. 2014-02-24 21:20:25 +00:00
test_malloc.c Fix typos in comments. No code changes. 2014-09-06 16:39:46 +00:00
test_multiplex.c Add the "multiplex_truncate" PRAGMA to the multiplexor extension, for 2014-09-23 18:30:00 +00:00
test_multiplex.h Add the "eForce" parameter to the sqlite3_multiplex_shutdown() entry point 2014-07-30 15:43:05 +00:00
test_mutex.c More refinements to Windows OSTRACE usage. Replace all usage of sqlite3TestErrorName() with sqlite3ErrName() and add missing return codes. 2013-04-29 03:09:10 +00:00
test_onefile.c Fix harmless compiler warnings on x64 MSVC, mostly in test code, but also in 2012-04-19 18:04:28 +00:00
test_osinst.c Further work on Windows header file reform. 2013-11-26 01:00:31 +00:00
test_pcache.c
test_quota.c Further work on Windows header file reform. 2013-11-26 01:00:31 +00:00
test_quota.h Further work on Windows header file reform. 2013-11-26 01:00:31 +00:00
test_rtree.c Add the sqlite3_rtree_query_callback() API to the RTree virtual table. 2014-04-28 17:56:19 +00:00
test_schema.c Fix typos in comments. No code changes. 2014-09-06 16:39:46 +00:00
test_server.c Changes to test code to make sure no server threads are left running after server1.test finishes. 2013-10-15 15:35:27 +00:00
test_sqllog.c Enhanced documentation for the SQLITE_CONFIG_SQLLOG mechanism and the 2013-04-22 13:51:09 +00:00
test_stat.c A pair of sqlite3_analyzer bug fixes: (1) quote strings in the SQL at the end 2013-11-02 11:34:58 +00:00
test_superlock.c
test_syscall.c Add a test to ensure os_unix.c works with 64KiB OS pages. 2014-03-20 09:42:09 +00:00
test_tclvar.c
test_thread.c More refinements to Windows OSTRACE usage. Replace all usage of sqlite3TestErrorName() with sqlite3ErrName() and add missing return codes. 2013-04-29 03:09:10 +00:00
test_vfs.c Add test cases and documentation for the nolock and immutable query 2014-05-07 15:09:24 +00:00
test_vfstrace.c Add the sqlite3_rtree_query_callback() API to the RTree virtual table. 2014-04-28 17:56:19 +00:00
test_wsd.c
threads.c Disable an assert that is sometimes generated spuriously. 2014-07-29 21:44:13 +00:00
tokenize.c Change that might allow SQLite to build and work using the EBCDIC character 2014-09-25 02:44:29 +00:00
trigger.c Fix typos in comments. No code changes. 2014-09-06 16:39:46 +00:00
update.c Merge support for large files on Android from trunk. 2014-09-08 15:04:24 +00:00
utf.c Add the Mem.szMalloc element to the Mem object and use it to keep track of 2014-09-18 21:25:33 +00:00
util.c Fix typos in comments. No code changes. 2014-09-06 16:39:46 +00:00
vacuum.c Fix typos in comments. No code changes. 2014-09-06 16:39:46 +00:00
vdbe.c Merge recent trunk changes (performance enhancements) into the sessions 2014-09-27 19:51:50 +00:00
vdbe.h Merge all recent trunk changes into the sessions branch. 2014-09-21 22:49:20 +00:00
vdbeapi.c Merge all recent trunk changes into the sessions branch. 2014-09-21 22:49:20 +00:00
vdbeaux.c Merge all recent trunk changes into the sessions branch. 2014-09-21 22:49:20 +00:00
vdbeblob.c Merge recent performance enhancements and the CAST operator enhancements 2014-08-26 02:15:07 +00:00
vdbeInt.h Merge recent trunk changes (performance enhancements) into the sessions 2014-09-27 19:51:50 +00:00
vdbemem.c Merge all recent trunk changes into the sessions branch. 2014-09-21 22:49:20 +00:00
vdbesort.c Do not attempt to extend the temp file if VFS version 3 is not supported and 2014-09-19 19:43:20 +00:00
vdbetrace.c Merge the Mem.r value into the MemValue union as Mem.u.r. Hence, a Mem can 2014-09-18 17:52:15 +00:00
vtab.c Split the sqlite3Error() routine into sqlite3Error() and 2014-08-22 18:00:11 +00:00
wal.c Fix typos in comments. No code changes. 2014-09-06 16:39:46 +00:00
wal.h Minor fixes for compilation with SQLITE_OMIT_WAL defined. 2013-05-02 17:37:31 +00:00
walker.c Fix typos in comments. No code changes. 2014-09-06 16:39:46 +00:00
where.c Adjust skip-scan cost estimates slightly so that a full table scan is 2014-09-23 01:40:59 +00:00
whereInt.h Fix typos in comments. No code changes. 2014-09-06 16:39:46 +00:00