summaryrefslogtreecommitdiff
path: root/src/schema/schema_worker.c
Commit message (Expand)AuthorAgeFilesLines
* WT-3267 Upgrade copyright notices from 2016 to 2017. (#3374)Keith Bostic2017-04-071-1/+1
* WT-98 Update the current cursor value without a search (#3330)Keith Bostic2017-03-241-2/+2
* WT-3115 Convert the dhandle list lock into a read/write lock. (#3236)Alex Gorrod2017-02-011-1/+1
* WT-2969 Possible snapshot corruption during compaction (#3160)Keith Bostic2016-12-061-11/+3
* WT-2426 Lock all handles for checkpoints in one pass.Michael Cahill2016-03-171-1/+1
* Merge branch 'develop' into WT-2346Michael Cahill2016-02-111-1/+1
|\
| * WT-2378 Always wait for the handle list lock.Michael Cahill2016-02-031-2/+2
* | Merge branch 'develop' into WT-2346Michael Cahill2016-01-221-1/+1
|\ \ | |/
| * WT-2333 Make the "ret" variable explicit in lock macros.Michael Cahill2016-01-221-2/+2
* | WT-2346 Don't hold the schema lock during checkpoint I/O.Michael Cahill2016-01-221-12/+5
|/
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* Run a script looking for boolean declarations that are assigned to aKeith Bostic2015-09-241-2/+2
* Boolean conversion pass over schema.Keith Bostic2015-09-241-3/+3
* Boolean conversion pass through block, conn and evict.Keith Bostic2015-09-231-1/+1
* WT-2122 Convert more expressions to use bool. In particular, make F_ISSET a ...Michael Cahill2015-09-221-3/+3
* Rename the locking macros: use "handle list" lock consistently, make the sess...Michael Cahill2015-04-301-2/+2
* Go back to acquiring the schema and handle list locks when opening handles --...Michael Cahill2015-04-301-2/+4
* Fix a bug in checkpoint, where it could get an EBUSY return.Alex Gorrod2015-02-261-5/+11
* Review places that set/clear session->dhandle, replace with macros. Change c...Michael Cahill2015-02-241-1/+2
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Lint.Alex Gorrod2014-12-101-4/+4
* SESSION->drop with "force" of nonexistant index/colgroup should be silent.Don Anderson2014-12-091-2/+3
* Add a lock around table operations, so that cursor opens don't see tables hal...Michael Cahill2014-11-131-2/+5
* Forcefully discard a tree from cache if doing a forced drop.Michael Cahill2014-10-241-2/+2
* Ftruncate is incompatible with file mapping on Windows, return EBUSY fromKeith Bostic2014-10-071-0/+8
* Don't hold the checkpoint lock when flushing leaf pages during close orKeith Bostic2014-07-251-1/+1
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Fix LSM compact so it doesn't try to compact the file inside an LSM tree.Michael Cahill2013-12-121-11/+28
* Implement compact for LSM trees. Add a new timeout compact configuration.Alex Gorrod2013-12-061-3/+2
* KNFKeith Bostic2013-09-091-2/+2
* Don't do compact operations on LSM trees.Alex Gorrod2013-09-091-2/+3
* Simplify the checkpoint support for data sources: for now, justKeith Bostic2013-08-041-4/+2
* Add a WT_DATA_SOURCE method to support session.checkpoint, then drillKeith Bostic2013-07-311-0/+8
* Change __wt_schema_get_source() to not call __wt_bad_object_type itself,Keith Bostic2013-06-031-1/+1
* Update __wt_schema_worker so that it can operate on names.Alex Gorrod2013-05-281-32/+29
* We have to write all of the names/value pairs out to the backup file,Keith Bostic2013-05-271-6/+25
* Use an opaque type for config arguments passed to callbacks, rather than void *.Michael Cahill2013-04-181-3/+6
* Write some custom data source documentation based on my Berkeley DB code.Keith Bostic2013-04-041-2/+1
* Add support for compaction, salvage and verification to data-sourceKeith Bostic2013-04-031-4/+13
* Merge branch 'develop' into data-sourceKeith Bostic2013-04-031-1/+1
|\
| * Merge branch 'develop' into data-handlesMichael Cahill2013-03-251-3/+6
| |\
| * \ Merge branch 'develop' into data-handlesMichael Cahill2013-03-251-14/+22
| |\ \
| * | | Replace session->btree with a data handle.Michael Cahill2012-09-181-1/+1
* | | | First set of changes to make WT_DATA_SOURCE work better (row-store isKeith Bostic2013-04-031-9/+13
| |_|/ |/| |
* | | Add a reference count to tables, only free if the table is not in use.Michael Cahill2013-02-261-3/+6
| |/ |/|
* | Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
* | Fix warnings from "gcc -Wsign-conversion". Mostly this involved changing loo...Michael Cahill2012-11-301-1/+1
* | lintMichael Cahill2012-10-221-1/+0
* | Apply operations to column group and index data sources.Michael Cahill2012-10-181-23/+19
* | Fix a comment.Keith Bostic2012-10-171-1/+1