summaryrefslogtreecommitdiff
path: root/src/backend/access/heap/tuptoaster.c
Commit message (Expand)AuthorAgeFilesLines
* Although we can't support out-of-line TOAST storage in indexes (yet),Tom Lane2001-02-151-3/+2
* When updating a tuple containing compressed-in-line fields, do notTom Lane2001-02-091-3/+3
* Fix all the places that called heap_update() and heap_delete() withoutTom Lane2001-01-231-2/+2
* Tweak heap_update/delete so that we do not hold the buffer context lockTom Lane2001-01-151-4/+6
* If a field is incompressible ('compressed' data is actually larger thanTom Lane2000-10-231-29/+65
* Fix tuptoaster bugs induced by making bytea toastable. Durn thing wasTom Lane2000-08-041-50/+46
* More functions updated to new fmgr style --- money, name, tid datatypes.Tom Lane2000-08-031-3/+5
* Make acl-related functions safe for TOAST. Mark pg_class.relacl asTom Lane2000-07-311-8/+7
* 2nd try for the index tuple toast hack. This time as suggestedJan Wieck2000-07-221-141/+31
* Temporary fix to make TOAST vacuum-safe. All values are forced to beJan Wieck2000-07-211-5/+145
* Some security checks that we've found an external value completelyJan Wieck2000-07-111-2/+34
* Bugfix. If toasted tuple containted NULLs, DataFill() was handedJan Wieck2000-07-061-2/+2
* TOASTJan Wieck2000-07-031-4/+970
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-301-5/+1
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-6/+6
* Added new pg_id to fix initdb problemsPeter Eisentraut2000-01-201-2/+2
* Added empty TOASTER files and corrected some minor glitchesJan Wieck1999-12-211-0/+46