aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/common/heaptuple.c
Commit message (Expand)AuthorAge
* Back-port heap_deformtuple() into 7.4 branch; needed for planned fix forTom Lane2005-02-06
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Error message editing in backend/access.Tom Lane2003-07-21
* Don't mess with HEAP_XMAX_INVALID in heaptuple.c routines; there isTom Lane2002-09-27
* pgindent run.Bruce Momjian2002-09-04
* Code review for HeapTupleHeader changes. Add version number to page headersTom Lane2002-09-02
* Clean up comments to be careful about the distinction between variable-Tom Lane2002-08-25
* The cstring datatype can now be copied, passed around, etc. The typlenTom Lane2002-08-24
* oid is needed, it is added at the end of the struct (after the nullBruce Momjian2002-07-20
* Update copyright to 2002.Bruce Momjian2002-06-20
* This patch wraps all accesses to t_xmin, t_cmin, t_xmax, and t_cmax inBruce Momjian2002-06-15
* Distinguish between MaxHeapAttributeNumber and MaxTupleAttributeNumber,Tom Lane2002-05-27
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Ensure that all TransactionId comparisons are encapsulated in macrosTom Lane2001-08-23
* Clean up various to-do items associated with system indexes:Tom Lane2001-06-12
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-22
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Fix portability problems recently exposed by regression tests on Alphas.Tom Lane2000-12-27
* Remove VARLENA_FIXED_SIZE hack, which is irreversibly broken now thatTom Lane2000-11-30
* Minor cleanup of tableOid-related coding.Tom Lane2000-11-14
* DataFill() has no business resetting xact status bitsTom Lane2000-07-04
* TOASTJan Wieck2000-07-03
* Attached is a new patch which addresses this problem. (oids inBruce Momjian2000-07-02
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Add:Bruce Momjian2000-01-26
* Fixed all elog related warnings, as well as a few others.Peter Eisentraut2000-01-15
* Some changes to prepare for LONG attributes.Jan Wieck1999-12-16
* Install new alignment code to use MAXALIGN rather than DOUBLEALIGN whereBruce Momjian1999-07-19
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Final cleanup.Bruce Momjian1999-07-16
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-15
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Reversed out Massimo patch.Bruce Momjian1999-06-12
* I don't like last minute patches before the final freeze, but I believe thatBruce Momjian1999-06-12
* pgindent run over code.Bruce Momjian1999-05-25
* cleanupBruce Momjian1999-03-14
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-03
* Tighten coding of inner loops in nocachegetattr ...Tom Lane1999-01-24
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-27
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-08
* Alignment cleanup so no more massive switch statements for alignment,Bruce Momjian1998-09-07
* offsetof cleanup.Bruce Momjian1998-09-04
* t_bits alignment fix from Tatsuo IshiiBruce Momjian1998-09-04
* 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