- Mar 07, 2012
-
-
Howard Chu authored
-
- Mar 03, 2012
-
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Howard Chu authored
-
- Feb 21, 2012
-
-
Howard Chu authored
-
- Jan 22, 2012
-
-
Howard Chu authored
-
- Jan 21, 2012
-
-
Howard Chu authored
Track allocations and invalid accesses to freed tmp pages.
-
Howard Chu authored
Fix for failure when committing a txn that is a child of some parent txn.
-
Howard Chu authored
-
Howard Chu authored
Don't compare cursors that aren't deep enough to match the current cursor.
-
Howard Chu authored
-
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.
-