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