aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/tuptoaster.h
Commit message (Expand)AuthorAge
* Fix race condition with toast table access from a stale syscache entry.Tom Lane2011-11-01
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0Bruce Momjian2010-02-26
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Tweak TOAST code so that columns marked with MAIN storage strategy areTom Lane2009-07-22
* Update copyright for 2009.Bruce Momjian2009-01-01
* Improve bulk-insert performance by keeping the current target buffer pinnedTom Lane2008-11-06
* Clean up the use of some page-header-access macros: principally, useTom Lane2008-07-13
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-19
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-12
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Add a note about another issue that needs to be considered beforeTom Lane2007-11-05
* Support varlena fields with single-byte headers and unaligned storage.Tom Lane2007-04-06
* Decouple the values of TOAST_TUPLE_THRESHOLD and TOAST_MAX_CHUNK_SIZE.Tom Lane2007-04-03
* Teach CLUSTER to skip writing WAL if not needed (ie, not using archiving)Tom Lane2007-03-29
* Rename MaxTupleSize to MaxHeapTupleSize to clarify that it's not meant toTom Lane2007-02-05
* Don't MAXALIGN in the checks to decide whether a tuple is over TOAST'sTom Lane2007-02-04
* Prevent WAL logging when COPY is done in the same transation thatBruce Momjian2007-01-25
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* More include file adjustments.Bruce Momjian2006-07-13
* Allow include files to compile own their own.Bruce Momjian2006-07-13
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* 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