Sears Russell
|
904d120ea4
|
Final commit before submission.
|
2008-03-14 12:57:20 +00:00 |
|
Sears Russell
|
b1bfe7979f
|
Questionable attempts to appease valgrind.
|
2008-03-14 03:09:29 +00:00 |
|
Sears Russell
|
3b70dfaab7
|
nearly ready to run experiments...
|
2008-03-14 03:06:52 +00:00 |
|
Sears Russell
|
ca1ced24e6
|
Updated paper.
|
2008-03-14 03:05:29 +00:00 |
|
Sears Russell
|
9b337fea58
|
Initial update for next submission.
|
2008-03-13 08:24:28 +00:00 |
|
Sears Russell
|
1dacb52d91
|
Perl script that generates synthetic tpc-style workloads.
|
2008-03-13 01:17:50 +00:00 |
|
Sears Russell
|
0c7d45f788
|
Added support for tombstones and rudimentary versioning.
workload 2 is broken at the moment.
|
2008-03-13 01:16:37 +00:00 |
|
Sears Russell
|
fbf5544853
|
Chose more appropriate data sizes.
|
2008-03-13 01:13:52 +00:00 |
|
Sears Russell
|
5ea1f630d7
|
Fixed memory leaks.
|
2008-03-11 23:17:15 +00:00 |
|
Sears Russell
|
474670092e
|
Fixed exceptional value handling.
|
2008-03-11 08:47:12 +00:00 |
|
Sears Russell
|
7d5ae207ed
|
Initial benchmark implementation for tpc-[ch] workload; based on weather data benchmarks.
|
2008-03-10 08:20:10 +00:00 |
|
Sears Russell
|
0f27d30d22
|
Fixed overrun handling (nop wasn't using it; the multicolumn page implementations were broken...)
Updated for to use 8 bit deltas (nop provides alternative to 16 bit deltas in many cases...)
|
2008-03-10 08:19:23 +00:00 |
|
Sears Russell
|
893c1afee9
|
Added "no-op" compressor (to allow compression to be disabled...)
|
2008-03-08 07:43:53 +00:00 |
|
Sears Russell
|
e8490c8b8a
|
Fixed compiler warnings
|
2008-03-08 07:36:47 +00:00 |
|
Sears Russell
|
567c2b51b9
|
Fixed bug in recordFind. It was finding values outside of the requested range.
|
2008-03-08 07:33:44 +00:00 |
|
Sears Russell
|
99d9ee7464
|
Split into two files in preparation for reusing functionality across multiple experiments. Started to implement dynamically dispatched version.
|
2008-03-08 03:17:50 +00:00 |
|
Sears Russell
|
50c5123548
|
Added new dynamic version of multicolumn, and pagelayouts, etc to support it.
|
2008-03-08 03:16:08 +00:00 |
|
Sears Russell
|
922669bde4
|
fix compiler warning
|
2008-03-08 03:04:16 +00:00 |
|
Sears Russell
|
8a28aaf8a1
|
Enabled C++ compilation warnings
|
2008-03-08 03:02:49 +00:00 |
|
Sears Russell
|
8da9a5e8ad
|
Added "interests" to survey.
|
2008-03-05 20:21:06 +00:00 |
|
Sears Russell
|
c5a75a9102
|
Fixed some parsing / tokenization problems (added support for more characters / whitespace within tuples.
Implemented perl driver (and sample .cgi) for toplevel.c's network server.
|
2008-03-05 02:31:58 +00:00 |
|
Sears Russell
|
4e4585b4c1
|
Build + test rose.
|
2008-03-04 06:13:02 +00:00 |
|
Sears Russell
|
ba986bfb02
|
Fix spurious 'error' in flamebox report.
|
2008-03-03 06:41:25 +00:00 |
|
Sears Russell
|
0bcd71ebd2
|
Hardcodes path.
|
2008-03-03 06:13:39 +00:00 |
|
Sears Russell
|
28ef42cbe7
|
Uses cmake / ctest to run nightly lcov report.
|
2008-03-03 06:12:01 +00:00 |
|
Sears Russell
|
54055cd3e7
|
Initial checkin of relational algebra implementation.
|
2008-03-02 23:43:38 +00:00 |
|
Sears Russell
|
bb1ef5e760
|
specify target language in macros that add unit tests
|
2008-03-02 23:34:15 +00:00 |
|
Sears Russell
|
034343737b
|
Preliminary cmake build system (just enough for unit testing; misses lots of old code and benchmarks...)
|
2008-03-02 23:25:31 +00:00 |
|
Sears Russell
|
e49d51cb7e
|
Clean up includes for new cmake build system.
|
2008-03-02 23:21:39 +00:00 |
|
Sears Russell
|
3b74523a53
|
Fix memory leak.
|
2008-03-01 20:40:31 +00:00 |
|
Sears Russell
|
4104de06ff
|
fixed double free (was freeing iterator in next() and close()...)
|
2008-03-01 20:30:48 +00:00 |
|
Sears Russell
|
7dc83577c5
|
Make valgrind happy by zeroing out partially initialized struct.
|
2008-03-01 19:35:16 +00:00 |
|
Sears Russell
|
146563ca45
|
Allow third parties to register new iterator types. (made iterator registration non-static; moved constants into constants.h)
|
2008-03-01 19:34:12 +00:00 |
|
Sears Russell
|
f05b0233a3
|
Fixed memory leaks on iterator open/close Also zero out some memory defensively.
|
2008-03-01 19:32:34 +00:00 |
|
Sears Russell
|
4c83e1c373
|
Fixed memory leak during analysis phase.
|
2008-03-01 19:27:31 +00:00 |
|
Sears Russell
|
673f6b55d3
|
Allocation bugfixes
|
2008-02-29 18:03:32 +00:00 |
|
Sears Russell
|
c7ccb2c2db
|
Fix for 64 bit systems.
|
2008-02-22 19:27:35 +00:00 |
|
Sears Russell
|
043b9a7a01
|
Regions are 1 offset;iterator was totally broken.
|
2008-02-20 22:56:52 +00:00 |
|
Sears Russell
|
17d4f95d03
|
Fix bookkeeping, get rid of aborts during recovery of partially flushed log.
|
2008-02-20 22:51:52 +00:00 |
|
Sears Russell
|
0fc93d07d3
|
remove dead code.
|
2008-02-20 22:50:19 +00:00 |
|
Sears Russell
|
752606ad3b
|
Region tags are 1 offest (not zero), remove allocation manager id collision)
|
2008-02-20 22:49:24 +00:00 |
|
Sears Russell
|
516410ef47
|
Don't register regions on behalf of another allocation manager (otherwise, recovery fails...)
|
2008-02-20 22:48:30 +00:00 |
|
Sears Russell
|
a823255227
|
Added interface to let other stasis modules find regions' boundary tags
|
2008-02-19 22:07:13 +00:00 |
|
Sears Russell
|
4fe834e37b
|
Valgrind fixes / properly completes writes now.
|
2008-02-19 21:56:32 +00:00 |
|
Sears Russell
|
1846340251
|
Zero out memory at initilization
|
2008-02-19 21:29:46 +00:00 |
|
Sears Russell
|
175b7e281e
|
Zero out memory and dirty bit at initialization.
|
2008-02-19 21:27:34 +00:00 |
|
Sears Russell
|
19949af99d
|
More sanity checking.
|
2008-02-19 21:26:31 +00:00 |
|
Sears Russell
|
af149cdad1
|
remove old comment.
|
2008-02-19 21:17:38 +00:00 |
|
Sears Russell
|
537f0f17b2
|
...
|
2007-12-20 02:03:06 +00:00 |
|
Sears Russell
|
178ef7dc47
|
Fixes errors/warnings revealed by 32-bit x86.
|
2007-12-19 03:23:31 +00:00 |
|