History log of /csrg-svn/lib/libc/db/recno/rec_put.c (Results 1 – 16 of 16)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 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 ...

# 64461 07-Sep-1993 bostic

if DB_LOCK not set, pin page across calls and don't copy key/data pair

# 61207 04-Jun-1993 bostic

4.4BSD snapshot (revision 8.1); add 1993 to copyright

# 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

# 59865 10-May-1993 bostic

delete R_CURSORLOG from the interface (and the code)

# 58750 19-Mar-1993 bostic

add BTF_EOF flag, test it instead of bt_reof
clean up mmap and file pointer uses in recno interface

# 58015 16-Feb-1993 bostic

bcmp/bcopy/bzero -> memcmp/memmove/memset

# 57988 14-Feb-1993 bostic

index_t -> indx_t

# 57933 11-Feb-1993 bostic

move db.h to the end of the includes, make compat.h work better

# 57447 10-Jan-1993 bostic

clear the stack in the search routine; it's a lot simpler

# 56997 04-Dec-1992 bostic

it's an insertion if R_IAFTER or R_IBEFORE are set, regardless

# 56758 13-Nov-1992 bostic

key can be set by put, now, so no longer const *; change R_APPEND to
R_CUSORLOG, with minor changes in semantics
remove BTF_DELCRSR, since recno just decrements the cursor, add test for
BTF_SEQINIT i

key can be set by put, now, so no longer const *; change R_APPEND to
R_CUSORLOG, with minor changes in semantics
remove BTF_DELCRSR, since recno just decrements the cursor, add test for
BTF_SEQINIT if using R_CURSOR
add in memory recno trees; add R_SETCURSOR, and return the key

show more ...

# 56041 26-Aug-1992 bostic

using the wrong variable to count when entering empty records, so
only a single empty record was ever entered. Also, not inserting a record
unless nrec > bt_nrecs.

# 54282 23-Jun-1992 bostic

make R_IAFTER of recno 0 work

# 51089 11-Sep-1991 bostic

check user flags; redo cursor implementation; recno doesn't care about
exactness of search results; do R_NOOVERWRITE at user interface level;
don't do parent page increments here

# 50995 04-Sep-1991 bostic

Rev #2. Redo the btree code add recno's and checkpoint