This website requires JavaScript.
Explore
Help
Sign In
greg
/
stasis-aries-wal
Watch
1
Star
0
Fork
You've already forked stasis-aries-wal
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
815942ed4c
stasis-aries-wal
/
src
/
lladd
/
page
History
Sears Russell
54ecc0d3c4
page->dirty is now set correctly (assuming LSN's are updated properly). pageFile.c makes use of this fact by ignoring write requests on clean pages.
2005-02-02 02:12:40 +00:00
..
fixed.c
page->dirty is now set correctly (assuming LSN's are updated properly). pageFile.c makes use of this fact by ignoring write requests on clean pages.
2005-02-02 02:12:40 +00:00
fixed.h
Added getRecordType()
2004-11-24 23:25:36 +00:00
header.c
Implemented a freespace manager that should safely allocate space, even in the face of crashes, and can reclaim unused space (unless an application opens more than one simultaneous transaction that performs allocations)
2004-08-21 00:03:30 +00:00
header.h
Implemented a freespace manager that should safely allocate space, even in the face of crashes, and can reclaim unused space (unless an application opens more than one simultaneous transaction that performs allocations)
2004-08-21 00:03:30 +00:00
indirect.c
Lots of optimizations; re-did on-disk layout for the linear hash table.
2004-10-19 21:16:37 +00:00
indirect.h
Lots of optimizations; re-did on-disk layout for the linear hash table.
2004-10-19 21:16:37 +00:00
slotted.c
page->dirty is now set correctly (assuming LSN's are updated properly). pageFile.c makes use of this fact by ignoring write requests on clean pages.
2005-02-02 02:12:40 +00:00
slotted.h
Re-implemented pageOrientedListNTA from scratch. It's now more flexible, but relies on features that are not provided by Talloc/Tdealloc, so performance isn't as good as it could be.
2005-01-29 01:17:37 +00:00