aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/heapam.h
Commit message (Expand)AuthorAge
* Attached is a new patch which addresses this problem. (oids inBruce Momjian2000-07-02
* Fixes for Solaris/cc suggested by <pgsql-hackers@thewrittenword.com>Peter Eisentraut2000-06-30
* Reimplement nodeMaterial to use a temporary BufFile (or even memory, if theTom Lane2000-06-18
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Add:Bruce Momjian2000-01-26
* added ALTER TABLE DROP COLUMN, early versionPeter Eisentraut2000-01-22
* Some changes to prepare for LONG attributes.Jan Wieck1999-12-16
* Rename heap_replace to heap_update.Bruce Momjian1999-11-24
* The 1st step to implement new type of scan,TidScan.Hiroshi Inoue1999-10-11
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-18
* More cleanupBruce Momjian1999-07-16
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* heapam.h uses type time_t, but didn't include <time.h>.Tom Lane1999-07-10
* pgindent run over code.Bruce Momjian1999-05-25
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Initial MVCC code.Vadim B. Mikheev1998-12-15
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-27
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-08
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-19
* Use Snapshot in heap access methods.Vadim B. Mikheev1998-07-27
* Fix macros that were not properly surrounded by parens or braces.Bruce Momjian1998-06-15
* Make new DISABLE_COMPLEX_MACRO for compilers that can't handle ourBruce Momjian1998-06-14
* From: "Billy G. Allie" <Bill.Allie@mug.org>Marc G. Fournier1998-03-01
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* Update now that attcacheoff initial value is -1 always.Bruce Momjian1998-02-06
* Reduce size of inlining.Bruce Momjian1998-02-01
* Inline fastgetattr and others so data access does not use functionBruce Momjian1998-01-31
* dummyret cleanupBruce Momjian1998-01-27
* Deadlock ceallnup.Bruce Momjian1998-01-27
* Somehow the 'comment' here got messed upMarc G. Fournier1998-01-25
* Fix prototypes so they don't look like function definitions.Bruce Momjian1998-01-24
* Remove all time travel stuff. Small parser cleanup.Bruce Momjian1997-11-20
* Good Bye, Time Travel!Vadim B. Mikheev1997-11-02
* No more warnings on macros, thanks VAdim.Bruce Momjian1997-10-30
* Add mention of heap_getattr() compiler warning.Bruce Momjian1997-09-14
* Fix heap_getattr bug I just added.Bruce Momjian1997-09-12
* Macro cleanup of heap_getattr.Bruce Momjian1997-09-12
* heapattr functions now return a Datum, not char *.Bruce Momjian1997-09-12
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
* Add typdefs to pgindent run.Bruce Momjian1997-09-08
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* Fix conditional casting.Bruce Momjian1997-09-04
* heap_getattr fix for aix.Bruce Momjian1997-08-29
* heap_delete returns int now (for non-functional deletes).Vadim B. Mikheev1997-08-27
* Inlined heap_getattr().Bruce Momjian1997-08-26
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-19
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-10