Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cut WiredTiger release 1.6.61.6.6 | Alex Gorrod | 2013-11-19 | 1 | -1/+1 |
| | |||||
* | Add a new spinlock type, "pthread_logging" which configures the code | Keith Bostic | 2013-10-15 | 1 | -4/+7 |
| | | | | | | | | that adds statistics logging for the blocking patterns of the spinlock mutexes. Fix an inconsistency, the docs and configure output said the pthread mutex option was 'pthread_mutex', it's actually 'pthread'. | ||||
* | Bump the version on develop to 1.6.6. | Michael Cahill | 2013-10-09 | 2 | -3/+3 |
| | |||||
* | Bump release version on develop branch to 1.6.5 | Alex Gorrod | 2013-08-21 | 2 | -3/+3 |
| | |||||
* | Cut release 1.6.41.6.4 | Alex Gorrod | 2013-08-21 | 1 | -1/+1 |
| | |||||
* | Pass any configured Python prefix through to the Python install step. | Michael Cahill | 2013-07-17 | 1 | -2/+4 |
| | |||||
* | Fix "make install" of Python. Remove old code and restructure the Python ↵ | Michael Cahill | 2013-07-17 | 2 | -0/+8 |
| | | | | | | | | | | | sources under lang/python to simplify the installation step. --HG-- rename : lang/python/fpacking.py => lang/python/wiredtiger/fpacking.py rename : lang/python/intpack-test.py => lang/python/wiredtiger/intpack-test.py rename : lang/python/intpacking.py => lang/python/wiredtiger/intpacking.py rename : lang/python/packing-test.py => lang/python/wiredtiger/packing-test.py rename : lang/python/packing.py => lang/python/wiredtiger/packing.py | ||||
* | Bump release version to 1.6.4 in develop branch. | Alex Gorrod | 2013-07-12 | 2 | -3/+3 |
| | |||||
* | Cut release 1.6.31.6.3 | Alex Gorrod | 2013-07-12 | 1 | -1/+1 |
| | |||||
* | Another try at portably getting the IFS setting we need. | Michael Cahill | 2013-07-09 | 2 | -2/+5 |
| | |||||
* | Make IFS more portable: don't export, set explicitly and move to where it is ↵ | Michael Cahill | 2013-07-09 | 2 | -8/+2 |
| | | | | needed. | ||||
* | Insulate scripts from user settings of IFS. | Michael Cahill | 2013-07-09 | 2 | -0/+8 |
| | |||||
* | Bump develop release version. | Alex Gorrod | 2013-06-18 | 2 | -3/+3 |
| | |||||
* | Bump the version on develop. | Michael Cahill | 2013-05-31 | 2 | -3/+3 |
| | |||||
* | Cut release 1.6.11.6.1 | Alex Gorrod | 2013-05-31 | 2 | -3/+3 |
| | |||||
* | Cut release 1.6.01.6.0 | Alex Gorrod | 2013-05-16 | 2 | -5/+5 |
| | |||||
* | Support for a new configuration option, file_extend, that extends the file | Keith Bostic | 2013-05-11 | 1 | -3/+2 |
| | | | | in chunks instead of doing it a block at a time. | ||||
* | Increase the Linux default buffer alignment to 4KB, there are known cases | Keith Bostic | 2013-05-11 | 1 | -2/+2 |
| | | | | | | | where I/O to/from buffers with lesser alignment causes reads to go through the buffer cache, leading to multiple versions of a block in the system. Add asserts to the read/write calls to ensure we detect mis-aligned buffers. | ||||
* | whitespace cleanup | Keith Bostic | 2013-05-01 | 1 | -4/+2 |
| | |||||
* | Simplify the autoconf that checks for bzip2 headers/libraries. | Keith Bostic | 2013-05-01 | 1 | -11/+19 |
| | | | | | | | Pull the header/library checks outside of the existing AC_MSG_XX conditionals, otherwise the autoconf output gets messy. Add matching checks for the snappy headers/libraries. | ||||
* | AC_CHECK_LIB requires a second argument, a function to test for. | Keith Bostic | 2013-05-01 | 1 | -1/+1 |
| | |||||
* | Have configure check for header and library when bzip is enabled. | Alex Gorrod | 2013-05-01 | 1 | -1/+9 |
| | |||||
* | Cut release 1.5.3.1.5.3 | Alex Gorrod | 2013-04-26 | 2 | -3/+3 |
| | |||||
* | Merge branch 'develop' into lsm-ckpt-experiments | Michael Cahill | 2013-04-24 | 4 | -18/+27 |
|\ | | | | | | | | | | | | | | | | | | | Conflicts: src/bloom/bloom.c src/config/config_def.c src/lsm/lsm_cursor.c src/lsm/lsm_merge.c src/lsm/lsm_tree.c src/lsm/lsm_worker.c | ||||
| * | Merge branch 'stec' of github.com:wiredtiger/wiredtiger into stec | Keith Bostic | 2013-04-22 | 1 | -1/+1 |
| |\ | |||||
| | * | Install wiredtiger_ext.h. | Keith Bostic | 2013-04-22 | 1 | -1/+1 |
| | | | |||||
| * | | switch to "memrata" | Keith Bostic | 2013-04-22 | 2 | -8/+8 |
| |/ | |||||
| * | First cut at a non-transactional version of the STEC KVS shared library. | Keith Bostic | 2013-04-19 | 2 | -0/+9 |
| | | |||||
| * | Look in more places for a Berkeley DB installation: ./db in the build ↵ | Michael Cahill | 2013-04-19 | 1 | -8/+2 |
| | | | | | | | | | | | | directory or any /usr/local/BerkeleyDB* installation. Note that it still needs to be an *installation* of Berkeley DB: I do `make install prefix=`pwd`/LOCAL_INSTALL` in a Berkeley DB build directory, then make a symbolic link called `db` to that `LOCAL_INSTALL` directory from the WiredTiger build. | ||||
| * | 5.3 is the current Berkeley DB release | Keith Bostic | 2013-04-18 | 1 | -1/+4 |
| | | |||||
| * | Rework SUBDIR handling: now that two extensions depend on the same | Keith Bostic | 2013-04-18 | 1 | -12/+6 |
| | | | | | | | | conditional, we can't just set the value each time. | ||||
| * | Try and find an installed version of Berkeley DB, set a new variable | Keith Bostic | 2013-04-18 | 1 | -2/+10 |
| | | | | | | | | BERKELEY_DB_PATH to point to it. | ||||
| * | Add a new extension directory ext/test/kvs_bdb, dependent on Berkeley DB. | Keith Bostic | 2013-04-18 | 1 | -2/+3 |
| | | |||||
| * | subdirs.list doesn't exist, I think we meant Make.subdirs | Keith Bostic | 2013-04-18 | 1 | -1/+1 |
| | | |||||
* | | Changes based on Alex's review. | Michael Cahill | 2013-04-16 | 1 | -1/+1 |
| | | |||||
* | | Preload the cache with internal pages from checkpoints. | Michael Cahill | 2013-04-03 | 1 | -2/+3 |
| | | |||||
* | | Merge branch 'basho' into lsm-ckpt-experiments | Michael Cahill | 2013-04-02 | 2 | -3/+3 |
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | Conflicts: src/btree/bt_evict.c src/conn/conn_dhandle.c src/cursor/cur_file.c src/include/btree.h src/lsm/lsm_cursor.c src/meta/meta_track.c src/schema/schema_plan.c src/txn/txn_ckpt.c | ||||
| * | Cut release 1.5.2.1.5.2 | Michael Cahill | 2013-03-28 | 2 | -3/+3 |
| | | |||||
* | | Merge branch 'basho' into lsm-ckpt-experiments | Michael Cahill | 2013-03-26 | 2 | -3/+3 |
|\ \ | |/ | | | | | | | Conflicts: src/include/wiredtiger.in | ||||
| * | Cut release 1.5.11.5.1 | Michael Cahill | 2013-03-25 | 2 | -3/+3 |
| | | |||||
* | | Use adaptive mutexes for spinlocks if available. | Michael Cahill | 2013-03-21 | 1 | -0/+10 |
|/ | |||||
* | Cut release 1.5.0.1.5.0 | Michael Cahill | 2013-03-14 | 2 | -5/+5 |
| | |||||
* | Allow building release packages without SWIG. | Michael Cahill | 2013-03-14 | 1 | -9/+1 |
| | |||||
* | Replace os_cache_max configuration and behavior with calls to: (1) | Keith Bostic | 2013-03-04 | 1 | -1/+1 |
| | | | | | | discard any page read from the system cache, (2) immediately schedule all writes to the disk, and periodically discard any pages written from the system cache. In all cases, ignore if O_DIRECT is configured. | ||||
* | The macro `AC_CHECK_CLASS' is obsolete. | Michael Cahill | 2013-02-25 | 1 | -1/+1 |
| | |||||
* | Search the default FreeBSD path when configuring for Java. | Michael Cahill | 2013-02-25 | 1 | -0/+1 |
| | |||||
* | AC_HELP_STRING is obsolete, replace with AS_HELP_STRING. | Keith Bostic | 2013-02-21 | 1 | -2/+2 |
| | |||||
* | Fix conditional compilation of JUnit tests. | Alex Gorrod | 2013-02-14 | 1 | -1/+1 |
| | |||||
* | Update Java structure packing implementation. | Alex Gorrod | 2013-02-12 | 8 | -1/+571 |
| | | | | Add a first JUnit test case, and associated autoconf files. | ||||
* | Add a Java implementation of packed formats. | Alex Gorrod | 2013-02-08 | 1 | -1/+1 |
| | | | | Also add a test case and update the layout of the Java build. |