66294 | 01-Mar-1994 |
bostic |
don't assign to the data structure until after the realloc From: "Chris G. Demetriou" <cgd@postgres.Berkeley.EDU> |
66293 | 01-Mar-1994 |
bostic |
When you put a record beyond the "end" of the database, in the fixed- length record world, the intermediate records weren't being created correctly, nor were they filled with the fill character. From
When you put a record beyond the "end" of the database, in the fixed- length record world, the intermediate records weren't being created correctly, nor were they filled with the fill character. From: "Chris G. Demetriou" <cgd@postgres.Berkeley.EDU>
show more ...
|
66228 | 22-Feb-1994 |
bostic |
update the comment |
66213 | 21-Feb-1994 |
bostic |
cast alloc's to shut SunOS up |
66195 | 21-Feb-1994 |
bostic |
first pass at making DB use basic integral types (the Alpha port) |
66140 | 17-Feb-1994 |
bostic |
don't try and put the page if __rec_search fails!! From: Paul Kranenburg <pk@cs.few.eur.nl> |
64485 | 14-Sep-1993 |
bostic |
the __rec_search value shouldn't be stored in a static, can't pin across calls in that case |
64469 | 07-Sep-1993 |
bostic |
lint |
64464 | 07-Sep-1993 |
bostic |
if DB_LOCK not set, pin page across calls and don't copy key/data pair |
64463 | 07-Sep-1993 |
bostic |
if DB_LOCK not set, pin page across calls and don't copy key/data pair |
64462 | 07-Sep-1993 |
bostic |
add DB_ flags to __rec_open if DB_LOCK not set, pin page across calls and don't copy key/data pair |
64461 | 07-Sep-1993 |
bostic |
if DB_LOCK not set, pin page across calls and don't copy key/data pair |
64280 | 16-Aug-1993 |
bostic |
SunOS 4.1.3 and SVR4 require either MAP_PRIVATE or MAP_SHARED |
61207 | 04-Jun-1993 |
bostic |
4.4BSD snapshot (revision 8.1); add 1993 to copyright |
61206 | 04-Jun-1993 |
bostic |
4.4BSD snapshot (revision 8.1) |
60613 | 30-May-1993 |
bostic |
give up on the EFBIG test |
60269 | 24-May-1993 |
bostic |
add __rec_fd, to return a file descriptor |
60268 | 24-May-1993 |
bostic |
add __rec_fd, to return a file descriptor |
60065 | 16-May-1993 |
bostic |
pass psize down to the btree routines |
60056 | 16-May-1993 |
bostic |
sync now takes a flags argument break modify flag into two parts, recno file modify and btree modify break BTF flags up into btree/recno (B_, R_) categories |
60055 | 16-May-1993 |
bostic |
underlying btree is always O_RDWR, recno may be O_RDONLY break BTF flags up into btree/recno (B_, R_) categories |
60054 | 16-May-1993 |
bostic |
break BTF flags up into btree/recno (B_, R_) categories |
60053 | 16-May-1993 |
bostic |
break modify into two parts, recno file modify and btree modify break BTF flags up into btree/recno (B_, R_) categories |
60052 | 16-May-1993 |
bostic |
break BTF flags up into btree/recno (B_, R_) categories |
60051 | 16-May-1993 |
bostic |
break BTF flags up into btree/recno (B_, R_) categories |