.. |
alter.c
|
|
|
analyze.c
|
Fix the ANALYZE command to work with partial indices.
|
2013-08-01 04:39:17 +00:00 |
attach.c
|
Adjust #ifdefs to get SQLITE_OMIT_AUTOMATIC_INDEX and SQLITE_OMIT_PAGER_PRAGMAS
|
2013-08-23 17:33:46 +00:00 |
auth.c
|
|
|
backup.c
|
Simplify the btreeGetPage() routine so that it uses a single flag parameter
|
2013-08-21 23:42:32 +00:00 |
bitvec.c
|
Many spelling fixes in comments. No changes to code.
|
2013-03-21 21:20:32 +00:00 |
btmutex.c
|
|
|
btree.c
|
Simplify the btreeGetPage() routine so that it uses a single flag parameter
|
2013-08-21 23:42:32 +00:00 |
btree.h
|
Add the cache_spill pragma.
|
2013-08-16 20:42:20 +00:00 |
btreeInt.h
|
Performance optimizations in the VDBE and especially to the OP_Next and
|
2013-08-20 03:13:51 +00:00 |
build.c
|
Fixes for harmless compiler warnings.
|
2013-08-19 11:15:48 +00:00 |
callback.c
|
|
|
complete.c
|
|
|
ctime.c
|
Fix a compiler warning in sqlite3_compileoption_used().
|
2013-04-18 03:10:43 +00:00 |
date.c
|
|
|
delete.c
|
Add the logic to keep partial indices up to date through DML statements and
|
2013-08-01 01:14:43 +00:00 |
expr.c
|
Fix several harmless compiler warnings. Fix a couple compiler issues with the shell.
|
2013-08-28 01:54:12 +00:00 |
fault.c
|
|
|
fkey.c
|
Add the "defer_foreign_keys" pragma and the SQLITE_DBSTATUS_DEFERRED_FKS
|
2013-07-11 15:03:32 +00:00 |
func.c
|
Simplification to the StrAccum object and the sqlite3StrAccumAppend()
|
2013-08-21 21:12:10 +00:00 |
global.c
|
Refactoring the mmap interface. The controlling pragma is now "mmap_size"
|
2013-04-15 17:03:42 +00:00 |
hash.c
|
|
|
hash.h
|
Many spelling fixes in comments. No changes to code.
|
2013-03-21 21:20:32 +00:00 |
hwtime.h
|
|
|
insert.c
|
Fill out an initial implementation of the sqlite3ExprImpliesExpr() function.
|
2013-08-01 13:04:46 +00:00 |
journal.c
|
|
|
legacy.c
|
Increase the default SQLITE_MAX_SCHEMA_RETRY to 50. Make sure that macro
|
2013-04-06 18:06:51 +00:00 |
lempar.c
|
|
|
loadext.c
|
Add the sqlite3_cancel_auto_extension(X) interface which will undo a prior
|
2013-07-15 17:02:28 +00:00 |
main.c
|
Add the cache_spill pragma.
|
2013-08-16 20:42:20 +00:00 |
malloc.c
|
|
|
mem0.c
|
|
|
mem1.c
|
|
|
mem2.c
|
Fix several harmless compiler warnings. Fix a couple compiler issues with the shell.
|
2013-08-28 01:54:12 +00:00 |
mem3.c
|
|
|
mem5.c
|
Fix a few more minor comment typos. No changes to code.
|
2013-08-14 00:20:23 +00:00 |
memjournal.c
|
Make the MIN() and MAX() macros available in sqliteInt.h. Add TUNING
|
2013-06-13 15:16:53 +00:00 |
mutex_noop.c
|
|
|
mutex_unix.c
|
|
|
mutex_w32.c
|
Make names of private functions in the Win32 VFS consistent. Fix comment typo in Win32 mutex implementation.
|
2013-08-28 02:37:29 +00:00 |
mutex.c
|
|
|
mutex.h
|
|
|
notify.c
|
|
|
os_common.h
|
|
|
os_unix.c
|
Merge updates from trunk.
|
2013-08-26 19:36:18 +00:00 |
os_win.c
|
Make names of private functions in the Win32 VFS consistent. Fix comment typo in Win32 mutex implementation.
|
2013-08-28 02:37:29 +00:00 |
os.c
|
Refactoring the mmap interface. The controlling pragma is now "mmap_size"
|
2013-04-15 17:03:42 +00:00 |
os.h
|
Remove the unused SQLITE_CURDIR macro.
|
2013-04-16 14:58:52 +00:00 |
pager.c
|
Simplify the btreeGetPage() routine so that it uses a single flag parameter
|
2013-08-21 23:42:32 +00:00 |
pager.h
|
Simplify the btreeGetPage() routine so that it uses a single flag parameter
|
2013-08-21 23:42:32 +00:00 |
parse.y
|
Performance optimization: Avoid calling convertCompoundSelecctToSubquery()
|
2013-08-05 22:05:02 +00:00 |
pcache1.c
|
Add some extra assert() statements to silence a few clang warnings.
|
2013-08-19 18:17:03 +00:00 |
pcache.c
|
|
|
pcache.h
|
Use mmap() to read from the database file in rollback mode. This branch is unix only for now.
|
2013-03-14 18:34:37 +00:00 |
pragma.c
|
Unify the result of PRAGMA mmap_size when mmap support is disabled.
|
2013-08-24 00:59:24 +00:00 |
prepare.c
|
Make sure the sqlite3_prepare16 and sqlite3_prepare16_v2 interfaces do not
|
2013-07-16 23:26:43 +00:00 |
printf.c
|
Simplification to the StrAccum object and the sqlite3StrAccumAppend()
|
2013-08-21 21:12:10 +00:00 |
random.c
|
Refactor the sqlite3_randomness() implementation for improved performance.
|
2013-08-21 22:09:25 +00:00 |
resolve.c
|
Make sure that GROUP BY terms select input column names in preference to
|
2013-08-15 22:40:21 +00:00 |
rowset.c
|
|
|
select.c
|
Performance optimization: Avoid calling convertCompoundSelecctToSubquery()
|
2013-08-05 22:05:02 +00:00 |
shell.c
|
Fix several harmless compiler warnings. Fix a couple compiler issues with the shell.
|
2013-08-28 01:54:12 +00:00 |
sqlite3.rc
|
|
|
sqlite3ext.h
|
Modify several extensions to use the new exported function naming. Fix some shared library compilation issues.
|
2013-07-04 23:53:56 +00:00 |
sqlite.h.in
|
Add a guard #ifndef to test_intarray.h to prevent harm if it is #included
|
2013-08-07 14:18:45 +00:00 |
sqliteInt.h
|
Simplification to the StrAccum object and the sqlite3StrAccumAppend()
|
2013-08-21 21:12:10 +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
|
|
|
tclsqlite.c
|
Make it easy to attach a debugger the test fixture process prior to any tests being run.
|
2013-08-15 08:06:15 +00:00 |
test1.c
|
Add a bit to the SQLITE_TESTCTRL_OPTIMIZATIONS option for sqlite3_file_control()
|
2013-06-28 17:29:25 +00:00 |
test2.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 |
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
|
|
|
test6.c
|
Many spelling fixes in comments. No changes to code.
|
2013-03-21 21:20:32 +00:00 |
test7.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 |
test8.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 |
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
|
|
|
test_config.c
|
Remove the unused SQLITE_CURDIR macro.
|
2013-04-16 14:58:52 +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
|
|
|
test_hexio.c
|
|
|
test_init.c
|
|
|
test_intarray.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_intarray.h
|
Add a guard #ifndef to test_intarray.h to prevent harm if it is #included
|
2013-08-07 14:18:45 +00:00 |
test_journal.c
|
|
|
test_loadext.c
|
|
|
test_malloc.c
|
Fix several harmless compiler warnings. Fix a couple compiler issues with the shell.
|
2013-08-28 01:54:12 +00:00 |
test_multiplex.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_multiplex.h
|
Add a guard #ifndef to test_intarray.h to prevent harm if it is #included
|
2013-08-07 14:18:45 +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
|
|
|
test_osinst.c
|
|
|
test_pcache.c
|
|
|
test_quota.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_quota.h
|
|
|
test_rtree.c
|
Add a missing '#include "tcl.h"' to test_rtree.c.
|
2013-08-05 12:31:41 +00:00 |
test_schema.c
|
Modify several extensions to use the new exported function naming. Fix some shared library compilation issues.
|
2013-07-04 23:53:56 +00:00 |
test_server.c
|
|
|
test_sqllog.c
|
Enhanced documentation for the SQLITE_CONFIG_SQLLOG mechanism and the
|
2013-04-22 13:51:09 +00:00 |
test_stat.c
|
|
|
test_superlock.c
|
|
|
test_syscall.c
|
In test file test_syscall.c, include sqliteInt.h before any tcl or system include files. This ensures that the magical defines in sqliteInt.h really do enable large file support (and set things up so that sizeof(off_t)==8).
|
2013-05-17 16:41:15 +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
|
Comment and preprocessor macro cleanup.
|
2013-07-29 15:54:06 +00:00 |
test_vfstrace.c
|
|
|
test_wsd.c
|
|
|
tokenize.c
|
Updates to requirements marks. No code changes.
|
2013-08-02 23:40:45 +00:00 |
trigger.c
|
Many small harmless comment changes. Removal of obsolete comments and
|
2013-05-28 12:11:54 +00:00 |
update.c
|
Add the logic to keep partial indices up to date through DML statements and
|
2013-08-01 01:14:43 +00:00 |
utf.c
|
|
|
util.c
|
Adjustment to an extreme corner case in the sqlite3Atoi64() routine.
|
2013-03-28 11:40:14 +00:00 |
vacuum.c
|
Refactor names of fields in the sqlite3 object: "activeVdbeCnt" becomes
|
2013-06-27 23:54:02 +00:00 |
vdbe.c
|
If a virtual table xSync() returns an error message, copy it into a buffer allocated by sqlite3DbMalloc() before transfering it to Vdbe.zErrMsg.
|
2013-08-21 17:35:48 +00:00 |
vdbe.h
|
Refactor internal function name sqlite3VdbeGetValue() to
|
2013-08-01 12:21:58 +00:00 |
vdbeapi.c
|
Performance optimizations in the VDBE and especially to the OP_Next and
|
2013-08-20 03:13:51 +00:00 |
vdbeaux.c
|
If a virtual table xSync() returns an error message, copy it into a buffer allocated by sqlite3DbMalloc() before transfering it to Vdbe.zErrMsg.
|
2013-08-21 17:35:48 +00:00 |
vdbeblob.c
|
Increase the default SQLITE_MAX_SCHEMA_RETRY to 50. Make sure that macro
|
2013-04-06 18:06:51 +00:00 |
vdbeInt.h
|
Performance optimizations in the VDBE and especially to the OP_Next and
|
2013-08-20 03:13:51 +00:00 |
vdbemem.c
|
Update sqlite3MemCompare() to try common cases first, for a modest speed
|
2013-08-21 19:13:53 +00:00 |
vdbesort.c
|
Many small harmless comment changes. Removal of obsolete comments and
|
2013-05-28 12:11:54 +00:00 |
vdbetrace.c
|
Refactor names of fields in the sqlite3 object: "activeVdbeCnt" becomes
|
2013-06-27 23:54:02 +00:00 |
vtab.c
|
If a virtual table xSync() returns an error message, copy it into a buffer allocated by sqlite3DbMalloc() before transfering it to Vdbe.zErrMsg.
|
2013-08-21 17:35:48 +00:00 |
wal.c
|
Add extended error code SQLITE_BUSY_SNAPSHOT - returned in WAL mode when a read-transaction cannot be upgraded to a write-transaction because it is reading from a snapshot other than the most recently committed.
|
2013-06-27 11:46:27 +00:00 |
wal.h
|
Minor fixes for compilation with SQLITE_OMIT_WAL defined.
|
2013-05-02 17:37:31 +00:00 |
walker.c
|
Make sure the affinity and datatype of sub-subqueries are initialized
|
2013-04-25 00:57:10 +00:00 |
where.c
|
Fix several harmless compiler warnings. Fix a couple compiler issues with the shell.
|
2013-08-28 01:54:12 +00:00 |