index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
access
/
heapam.h
Commit message (
Expand
)
Author
Age
*
Use Snapshot in heap access methods.
Vadim B. Mikheev
1998-07-27
*
Fix macros that were not properly surrounded by parens or braces.
Bruce Momjian
1998-06-15
*
Make new DISABLE_COMPLEX_MACRO for compilers that can't handle our
Bruce Momjian
1998-06-14
*
From: "Billy G. Allie" <Bill.Allie@mug.org>
Marc G. Fournier
1998-03-01
*
pgindent run before 6.3 release, with Thomas' requested changes.
Bruce Momjian
1998-02-26
*
Update now that attcacheoff initial value is -1 always.
Bruce Momjian
1998-02-06
*
Reduce size of inlining.
Bruce Momjian
1998-02-01
*
Inline fastgetattr and others so data access does not use function
Bruce Momjian
1998-01-31
*
dummyret cleanup
Bruce Momjian
1998-01-27
*
Deadlock ceallnup.
Bruce Momjian
1998-01-27
*
Somehow the 'comment' here got messed up
Marc G. Fournier
1998-01-25
*
Fix prototypes so they don't look like function definitions.
Bruce Momjian
1998-01-24
*
Remove all time travel stuff. Small parser cleanup.
Bruce Momjian
1997-11-20
*
Good Bye, Time Travel!
Vadim B. Mikheev
1997-11-02
*
No more warnings on macros, thanks VAdim.
Bruce Momjian
1997-10-30
*
Add mention of heap_getattr() compiler warning.
Bruce Momjian
1997-09-14
*
Fix heap_getattr bug I just added.
Bruce Momjian
1997-09-12
*
Macro cleanup of heap_getattr.
Bruce Momjian
1997-09-12
*
heapattr functions now return a Datum, not char *.
Bruce Momjian
1997-09-12
*
Used modified version of indent that understands over 100 typedefs.
Bruce Momjian
1997-09-08
*
Add typdefs to pgindent run.
Bruce Momjian
1997-09-08
*
Another PGINDENT run that changes variable indenting and case label indenting...
Bruce Momjian
1997-09-08
*
Massive commit to run PGINDENT on all *.c and *.h files.
Bruce Momjian
1997-09-07
*
Fix conditional casting.
Bruce Momjian
1997-09-04
*
heap_getattr fix for aix.
Bruce Momjian
1997-08-29
*
heap_delete returns int now (for non-functional deletes).
Vadim B. Mikheev
1997-08-27
*
Inlined heap_getattr().
Bruce Momjian
1997-08-26
*
Make functions static where possible, enclose unused functions in #ifdef NOT_...
Bruce Momjian
1997-08-19
*
All external function definitions now have prototypes that are checked.
Bruce Momjian
1996-11-10
*
And another one
Marc G. Fournier
1996-11-05
*
More include file cleanups
Marc G. Fournier
1996-11-03
*
remove:
Marc G. Fournier
1996-10-31
*
Date: Sun, 22 Sep 1996 13:47:39 -0400 (EDT)
Marc G. Fournier
1996-09-23
*
Moved from backend/access to include/access
Marc G. Fournier
1996-08-27