- Jan 21, 2012
-
-
Howard Chu authored
-
Kurt Zeilenga authored
-
- Nov 18, 2011
-
-
Howard Chu authored
-
- Nov 15, 2011
-
-
Howard Chu authored
-
Howard Chu authored
-
- Nov 14, 2011
-
-
Howard Chu authored
-
- Nov 11, 2011
-
-
Howard Chu authored
-
Howard Chu authored
-
- Nov 10, 2011
-
-
Howard Chu authored
-
- Nov 09, 2011
-
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
- Oct 15, 2011
-
-
Howard Chu authored
2-byte alignment isn't good enough for subpages
-
- Oct 07, 2011
-
-
Howard Chu authored
-
- Oct 06, 2011
-
-
Howard Chu authored
-
- Oct 04, 2011
-
-
Howard Chu authored
Sub-pages need room to grow...
-
- Oct 03, 2011
-
-
Howard Chu authored
NULL out env->pghead before writing it, so that its pages can't be used to satisfy the write.
-
Howard Chu authored
Only for DUPFIXED DBs. Still could do better.
-
Howard Chu authored
-
Howard Chu authored
Missed a MDB_RESERVE case
-
Howard Chu authored
-
- Oct 02, 2011
-
-
Howard Chu authored
When putting a record, just make space for the data, don't copy it. (Not compatible with MDB_DUPSORT, since the actual data is needed to determine the insert location.)
-
- Oct 01, 2011
-
-
Howard Chu authored
Skip the original cursor that made the change
-
- Sep 30, 2011
-
-
Howard Chu authored
-
- Sep 23, 2011
-
-
Howard Chu authored
-
Howard Chu authored
Create the data file using exactly the given pathname, and the lock file using a suffix on the data file name.
-
- Sep 22, 2011
-
-
Howard Chu authored
-
Howard Chu authored
-
- Sep 21, 2011
-
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
For any change to a page or node, update all other cursors pointing at the same page (or node). Cursors are now stored in a linked list off their owning transaction. Cursors are all closed when the transaction ends. Cursors in parent transactions are updated when their child transaction commits.
-
Howard Chu authored
-
- Sep 19, 2011
-
-
Hallvard Furuseth authored
Microoptimize IDL search. Use RANGE_<FIRST/LAST> when IDL is known to be a range.
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
- Sep 18, 2011
-
-
Howard Chu authored
Check for stale DBs was in the wrong place.
-
Howard Chu authored
-