summaryrefslogtreecommitdiff
path: root/src/include/access/tuptoaster.h
Commit message (Expand)AuthorAgeFilesLines
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* More include file adjustments.Bruce Momjian2006-07-131-2/+2
* Allow include files to compile own their own.Bruce Momjian2006-07-131-4/+1
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-2/+2
* Modify tuptoaster's API so that it does not try to modify the passedTom Lane2005-11-201-10/+12
* Add pg_column_size() to return storage size of a column, includingBruce Momjian2005-07-061-1/+9
* Convert index-related tuple handling routines from char 'n'/' ' to boolTom Lane2005-03-211-2/+2
* Update copyrights that were missed.Bruce Momjian2005-01-011-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-3/+3
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Make the world very nearly safe for composite-type columns in tables.Tom Lane2004-06-051-1/+13
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Fix some copyright notices that weren't updated. Improve copyright toolTom Lane2003-08-041-2/+2
* pgindent run.Bruce Momjian2002-09-041-6/+6
* I attach a version of my toast-slicing patch, against current CVSBruce Momjian2002-03-051-1/+12
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-2/+1
* Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane2001-05-071-4/+8
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-5/+5
* Although we can't support out-of-line TOAST storage in indexes (yet),Tom Lane2001-02-151-1/+15
* Fix tuptoaster bugs induced by making bytea toastable. Durn thing wasTom Lane2000-08-041-10/+42
* 2nd try for the index tuple toast hack. This time as suggestedJan Wieck2000-07-221-14/+29
* Temporary fix to make TOAST vacuum-safe. All values are forced to beJan Wieck2000-07-211-1/+15
* Make toast-table creation and deletion work somewhat reliably.Tom Lane2000-07-041-5/+1
* tuptoaster.h should surely not #include postgres.h.Tom Lane2000-07-041-2/+1
* TOASTJan Wieck2000-07-031-2/+14
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-6/+6
* Added empty TOASTER files and corrected some minor glitchesJan Wieck1999-12-211-0/+33