summaryrefslogtreecommitdiff
path: root/dist
Commit message (Expand)AuthorAgeFilesLines
* Fix Java support in s_releaseMichael Cahill2013-03-142-7/+10
* Improve docs for 'type' and 'source' config keys to WT_SESSION::create.Michael Cahill2013-03-131-5/+10
* Remove LSM configuration from file metadata.Michael Cahill2013-03-111-2/+2
* Merge branch 'develop' into default-configMichael Cahill2013-03-113-3/+12
|\
| * Change os_write_schedule to be os_cache_dirty_max, changing a booleanKeith Bostic2013-03-061-6/+9
| * Re-work posix_fadvise, sync_file_range buffer cache changes.Keith Bostic2013-03-061-0/+8
| * Replace os_cache_max configuration and behavior with calls to: (1)Keith Bostic2013-03-043-5/+3
* | Merge branch 'develop' into default-configMichael Cahill2013-03-0716-50/+210
|\ \ | |/
| * Complain if no argument given.Keith Bostic2013-03-041-4/+7
| * Fix a fat-fingered change: we always need to release our snapshot when the la...Michael Cahill2013-03-011-1/+1
| * Merge branch 'develop' into checkpoint-perfMichael Cahill2013-03-011-2/+5
| |\
| | * Add a statistic to track the pages we walk.Keith Bostic2013-02-281-0/+1
| | * Add a count of pages queued for forced eviction.Keith Bostic2013-02-281-2/+4
| * | Add a flush phase before checkpoint starts a transaction. Only updates in be...Michael Cahill2013-02-281-0/+1
| * | Add a "maximum filesystem buffer cache" setting to files. After doing the sp...Michael Cahill2013-02-281-0/+5
| |/
| * Merge pull request #461 from wiredtiger/pack-streamsagorrod2013-02-254-2/+27
| |\
| | * Style cleanups: long lines, new spelling.Michael Cahill2013-02-221-0/+4
| | * Add new exported symbolsMichael Cahill2013-02-222-0/+20
| | * Add support for streaming pack / unpack to the API.Michael Cahill2013-02-211-2/+3
| * | Change it so that statistics_log configures statistics as well.Keith Bostic2013-02-251-6/+6
| * | Merge branch 'develop' into statisticsKeith Bostic2013-02-255-8/+18
| |\ \
| | * | Improvements for the Java API documentation: create a Java API module, link t...Michael Cahill2013-02-251-11/+9
| | * | Take care shutting down the checkpoint thread: we have to do that before btre...Michael Cahill2013-02-251-0/+1
| | * | Create a thread to do automatic checkpoints.Keith Bostic2013-02-233-0/+12
| * | | Make run-time statistics optional, defaulted to "off".Keith Bostic2013-02-223-18/+15
| * | | Another try at fixing the paths (I misunderstood in my last change),Keith Bostic2013-02-211-11/+12
| |/ /
| * | UpdateKeith Bostic2013-02-211-2/+1
| * | Fix the Python path for EXTRA_INPUT.Keith Bostic2013-02-211-2/+3
| * | Michael's suggestion to use a statistics_log.wait value of not-zero toKeith Bostic2013-02-211-6/+4
| * | Merge pull request #453 from wiredtiger/javaMichael Cahill2013-02-204-5/+67
| |\ \
| | * | Fix copyright notices in Java source code.Alex Gorrod2013-02-191-0/+10
| | * | Update s_docs script to build Java documentation.Alex Gorrod2013-02-191-5/+13
| | * | Update Java Cursor API naming to reflect ByteArray semantics.Alex Gorrod2013-02-192-0/+44
| * | | I can't use "wtsl" as the stat file name, it's not in our name space;Keith Bostic2013-02-202-2/+2
| * | | updateKeith Bostic2013-02-201-0/+2
| * | | Add a new server thread that can be configured to periodically outputKeith Bostic2013-02-202-3/+31
| * | | If a string type's default value has quotes in it, we have to escapeKeith Bostic2013-02-201-1/+1
| | |/ | |/|
| * | Re-work memory allocation statistis: First, don't count free of a NULLKeith Bostic2013-02-191-0/+1
| * | Check for any calls to memory functions in the library, minor re-shufflingKeith Bostic2013-02-191-12/+28
| * | Add some basic reconciliation stats to the connection stats.Keith Bostic2013-02-181-0/+8
* | | Merge branch 'develop' into default-configMichael Cahill2013-02-181-2/+2
|\ \ \ | |/ /
| * | Fix shared cache so that reserve size is always initialized properly.Alex Gorrod2013-02-161-2/+2
* | | Merge branch 'develop' into default-configKeith Bostic2013-02-153-13/+25
|\ \ \ | |/ /
| * | Check for a standard set of typos (list taken from Wikipedia's copyeditKeith Bostic2013-02-141-0/+9
| * | Hook the bulk-load page into the ref manualKeith Bostic2013-02-141-12/+13
| * | Grow the boundary array more aggressively, bulk load eats a lot of themKeith Bostic2013-02-141-1/+3
| |/
* | Include the default file configuration when opening a file.Keith Bostic2013-02-131-0/+1
|/
* Add more stats for merge: total levels collapsed, unsuccessful attempts.Michael Cahill2013-02-081-2/+12
* Rename bt_merge.c to rec_merge.c.Michael Cahill2013-02-081-1/+1
* Merge branch 'develop' into merge-tree.Michael Cahill2013-02-071-4/+0
|\