aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Fix harmless compiler warning with MSVC.mistachkin2015-05-08
| | | FossilOrigin-Name: 902d0cb8e31cf816ab054caccff24172a041160d
* Add an entry to sqlite3_compileoption_used() for drh2015-05-07
| | | | | SQLITE_ENABLE_DBSTAT_VTAB. FossilOrigin-Name: 480b4cb04212277ea07e230b6c13cb81a7b769b5
* Testing improvements and corner-case bug fixes for the dbstat virtual table.drh2015-05-07
| | | FossilOrigin-Name: d51ce539327b4807150b030a10bb105fa34cbc24
* Enhance the dbstat virtual table with the ability to analyze ATTACHeddrh2015-05-07
| | | | | databases. FossilOrigin-Name: 25ec09400b753fcb10a2aae57eb43dbf0548b7ca
* Remove a faulty assert() statement.drh2015-05-07
| | | FossilOrigin-Name: 5f2539da8cb9df99029ab4ab7023804722697673
* Remove four lines of superfluous code identified by clang scan-build.drh2015-05-05
| | | FossilOrigin-Name: 04afa3febee32854fbb09ef8d4ffffd432119716
* Fix a minor coding inefficiency found during pre-release inspection.drh2015-05-05
| | | FossilOrigin-Name: cc50883d67334507227e1384fef6cc7c93fd7de1
* Add #ifdef statements to test_blob.c so that it will builddrh2015-05-05
| | | | | with SQLITE_OMIT_INCRBLOB. FossilOrigin-Name: b8f090e65d010c62df335d0520a36a24904e8bc6
* Spell SQLITE_OMIT_VIRTUALTABLE correctly in a #if in dbstat.c.drh2015-05-05
| | | FossilOrigin-Name: d2cb1becc07fad5cbd48c206c676493ba90cada1
* Fix a faulty assert() in the btree part of the "PRAGMA page_size = ?" code.dan2015-05-05
| | | FossilOrigin-Name: 90b197489a37e01dcb2f3a8182848c1301e1757b
* Fix #ifdef problem in tclsqlite.c.drh2015-05-05
| | | FossilOrigin-Name: fe723bb5d5fa9522411c06dcee8bf1a8fd210db3
* Automatically enable the dbstat virtual table on all new databasedrh2015-05-04
| | | | | connections with the SQLITE_ENABLE_DBSTAT_VTAB compile-time option is used. FossilOrigin-Name: 1c9c6eaa9f75fd7b90fbf8b057656fd9e50b5060
* In the command-line shell, and the ".binary" command and additionaldrh2015-05-04
|\ | | | | | | | | C-style backslash escapes. FossilOrigin-Name: 850c11866686a7b39d7b163fb60898c11283688e
| * Merge updates from trunk.mistachkin2015-04-16
| |\ | | | | | | FossilOrigin-Name: 22827542a5c7aeac4385ba647f45bd500e787fe6
| * \ Merge updates from trunk.mistachkin2015-04-07
| |\ \ | | | | | | | | FossilOrigin-Name: c458db41bbb6bd13d47531685e25a09f512c7f5f
| * | | Enhance the shell export to support emitting column names in 'insert' mode ↵mistachkin2015-04-07
| | | | | | | | | | | | | | | | | | | | when headers are enabled. FossilOrigin-Name: 6e504cd00b148b5acca73f039a20b8acc85dc2f0
| * | | Merge updates from trunk.mistachkin2015-03-21
| |\ \ \ | | | | | | | | | | FossilOrigin-Name: 441a00e70d8c0a3d09b7f283a65a2918791ad1bb
| * \ \ \ Merge updates from trunk.mistachkin2015-03-19
| |\ \ \ \ | | | | | | | | | | | | FossilOrigin-Name: 3e363f405655e2e39588029d797496a952cca11d
| * \ \ \ \ Merge updates from trunk.mistachkin2015-02-27
| |\ \ \ \ \ | | | | | | | | | | | | | | FossilOrigin-Name: acf7684323da4dc3aaf9746bd13b0f56054a17dd
| * | | | | | Remove a shell function that is now superfluous.mistachkin2015-01-19
| | | | | | | | | | | | | | | | | | | | | FossilOrigin-Name: d8564f70e6ba1e7c485d6b9a6a6cd81c43b41c98
| * | | | | | Merge updates from trunk.mistachkin2015-01-19
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | FossilOrigin-Name: d9f4035b381dcf8d3c96c42017ce28ef66201933
| * \ \ \ \ \ \ Merge updates from trunk.mistachkin2015-01-19
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | FossilOrigin-Name: c7167f88ec261eb0dbcea29817c7677e1f539d4a
| * | | | | | | | Some experimental command line shell input/output enhancements.mistachkin2015-01-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | FossilOrigin-Name: 25e99f3fe5e4c90e92554b8ac6cd6a83a8d01a6a
* | | | | | | | | Rename the test_stat.c source file to dbstat.c and rework the makefiles todrh2015-05-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | make dbstat.c a first-class source module. FossilOrigin-Name: a24480a474993f82ff58edbe12d2093c59b1a2dc
* | | | | | | | | Include the "dbstat" virtual table in the amalgamation.drh2015-05-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | FossilOrigin-Name: fc6504aa8ca19b3737f72c1e20db8df6b7608dd2
* | | | | | | | | Fix a faulty assert() in the SELECT code generator and add a test casedrh2015-05-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to prevent regression. FossilOrigin-Name: 1421c8ffba179d6aafa2643012f80a2738779117
* | | | | | | | | Add the ".limit" command to the command-line shell.drh2015-05-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | FossilOrigin-Name: 803cb60e75e0b09a526eefec11139cb3e8ae8c7c
* | | | | | | | | Reorganize some multi-threaded code in vdbesort.c so that full MC/DC test ↵dan2015-05-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | coverage does not depend on the outcome of a race condition. FossilOrigin-Name: 78c7ec95931265b89a92f6a799fc9b1a9f0476bf
* | | | | | | | | Cleanup of the sqlite3StrAccumInit() function. No functionality changes.drh2015-05-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | FossilOrigin-Name: 7952c32268aa650d9ee946d5bfe190f712e3bbe6
* | | | | | | | | Fix an assert() failure caused by setting "PRAGMA journal_mode=off" on an ↵dan2015-05-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | database in exclusive-mode that has already opened the journal file. FossilOrigin-Name: 40db3e40126db1035fcc12989026915744dc5651
* | | | | | | | | Remove obselete comment text from the description of the Table object.drh2015-05-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | No changes to code. FossilOrigin-Name: 6566b72a9c68b347d126189b376f52ffd56edfba
* | | | | | | | | Enhance the CLI to initialize the dbstat virtual table if compiled usingdrh2015-04-30
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SQLITE_ENABLE_STAT_VTAB. FossilOrigin-Name: 822dfc00173dad7703aa6413bb94f72f0da8e2c6
| * | | | | | | | | Add code to the shell to optionally initialize the dbstat virtual table.drh2015-04-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | FossilOrigin-Name: 7ed86dd3b85ee092a19fe5d1e2fba39ce0166a2a
* | | | | | | | | | Fix a harmless comment typo.drh2015-04-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | FossilOrigin-Name: 012a0c4e8485b1c2206ecff1946bf036bae04f3c
* | | | | | | | | | Avoid dropping an error code in test function sqlite3_dbstat_register().dan2015-04-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | FossilOrigin-Name: 9a9f633f035fc3f6484b2d8eeed937374f4558c4
* | | | | | | | | | Fix signed/unsigned comparison compiler warnings. Add thedrh2015-04-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SQLITE_OMIT_RANDOMNESS compile-time option to cause the PRNG to be seeded identically on every run, for testing purposes. FossilOrigin-Name: 93ce2bca701efc67aeb517c4d641bde71332e8a0
* | | | | | | | | | Use sqlite3_malloc64() in place of sqlite3_malloc() internally.drh2015-04-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | FossilOrigin-Name: 48f553b05c05373c0af4b9c3a542979db3a2ee19
* | | | | | | | | | Improved support for OSTRACE on Windows.drh2015-04-29
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | FossilOrigin-Name: ca43812bde499a23244e2860d3ceddc97d29f09e
| * | | | | | | | | | Revise when the sqlite3ErrName() function is defined.mistachkin2015-04-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | FossilOrigin-Name: 9e593fb3dbc58e86f499ba4399530e3e760eb84d
| * | | | | | | | | | Restore SQLITE_FORCE_OS_TRACE to the MSVC makefile, which was removed during ↵mistachkin2015-04-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a merge. FossilOrigin-Name: c37f4d492f98ac5c07c08705a3826a3e86107306
| * | | | | | | | | | Move OSTRACE defines so they are visible to all source files that need them.mistachkin2015-04-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | FossilOrigin-Name: 72485c97c6de47b8bba63b2a307e7bdeea114040
| * | | | | | | | | | Make sure the sqlite3DebugPrintf() function is defined for OSTRACE as well.mistachkin2015-04-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | FossilOrigin-Name: ae5af70427e0df960a54c48cd27a6288500b1f31
| * | | | | | | | | | Merge updates from trunk. Make OSTRACE changes work on Linux.mistachkin2015-04-16
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | | FossilOrigin-Name: cd1542664eb3eb46d486664ded49cd9c4bef3948
| * | | | | | | | | | Fix build with OSTRACE enabled on Windows when building using separate ↵mistachkin2015-04-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | source files. FossilOrigin-Name: 5f6e35802fcf7b5e9fc3dd4424e9074523fa8ad3
| * | | | | | | | | | Improved tracing and debugging support on windows.drh2015-04-01
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | FossilOrigin-Name: 5c965a71b957fdb0310ac1af9bf2fc3b418af668
| | * | | | | | | | | | Set the winShm.id member when it is going to be traced.mistachkin2015-03-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | FossilOrigin-Name: fa7916b67efbc44e6f115bb0d32d8b92fd0acf3c
| | * | | | | | | | | | Build fixes for OSTRACE enhancements.mistachkin2015-03-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | FossilOrigin-Name: f79c236fc537ecee1ea7448a3e3216a2415561a1
| | * | | | | | | | | | Testing enhancements on Windows.mistachkin2015-03-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | FossilOrigin-Name: 9cc70eee2e365dd390210f436b893b9d80a19b04
* | | | | | | | | | | | Fix an assert() failure that could occur if the internal ↵dan2015-04-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sqlite3_rename_parent() SQL scalar function was invoked directly. FossilOrigin-Name: 36e515261825be60ffdc73d13340d77cf377e8e1
* | | | | | | | | | | | Fix sqlite3VdbeMakeWritable() to always clear the MEM_Ephem flag.drh2015-04-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change the OP_Move opcode to always deephemeralize moved content. FossilOrigin-Name: fbb06727181eac1470b2dd458d2d159146439d21