summaryrefslogtreecommitdiff
path: root/src/backend/access/heap/tuptoaster.c
Commit message (Expand)AuthorAgeFilesLines
* Fix CLUSTER/VACUUM FULL for toast values owned by recently-updated rows.Tom Lane2012-01-121-14/+53
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Don't assume that a tuple's header size is unchanged during toasting.Tom Lane2011-11-041-29/+46
* Fix race condition with toast table access from a stale syscache entry.Tom Lane2011-11-011-0/+81
* Preserve toast value OIDs in toast-swap-by-content for CLUSTER/VACUUM FULL.Tom Lane2011-08-161-9/+113
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* pgindent run for 9.0Bruce Momjian2010-02-261-6/+6
* Restructure CLUSTER/newstyle VACUUM FULL/ALTER TABLE support so that swappingTom Lane2010-02-041-2/+17
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Support deferrable uniqueness constraints.Tom Lane2009-07-291-2/+4
* Tweak TOAST code so that columns marked with MAIN storage strategy areTom Lane2009-07-221-2/+6
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-11/+11
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Improve bulk-insert performance by keeping the current target buffer pinnedTom Lane2008-11-061-14/+9
* Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple,Tom Lane2008-11-021-3/+3
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-191-1/+2
* Improve the various elog messages in tuptoaster.c to report which TOAST tableTom Lane2008-06-131-25/+37
* Clean up a few places where Datums were being treated as pointers (and viceAlvaro Herrera2008-04-171-24/+25
* Create new routines systable_beginscan_ordered, systable_getnext_ordered,Tom Lane2008-04-121-20/+23
* Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera2008-03-261-1/+2
* This patch addresses some issues in TOAST compression strategy thatTom Lane2008-03-071-26/+66
* Reducing the assumed alignment of struct varlena means that the compilerTom Lane2008-02-291-2/+3
* Change the declaration of struct varlena so that the length word isTom Lane2008-02-231-2/+3
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Avoid incrementing the CommandCounter when CommandCounterIncrement is calledTom Lane2007-11-301-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-34/+35
* Remove incorrect use of VARSIZE() on a toasted datum. We can just remove itTom Lane2007-10-111-3/+1
* Avoid assuming that struct varattrib_pointer doesn't get padded by theTom Lane2007-10-011-8/+11
* Add an extra header byte to TOAST-pointer datums to represent their sizeTom Lane2007-09-301-17/+28
* Some small tuptoaster improvements from Greg Stark. Avoid unnecessaryTom Lane2007-09-261-7/+26
* Support varlena fields with single-byte headers and unaligned storage.Tom Lane2007-04-061-182/+314
* Decouple the values of TOAST_TUPLE_THRESHOLD and TOAST_MAX_CHUNK_SIZE.Tom Lane2007-04-031-9/+22
* Teach CLUSTER to skip writing WAL if not needed (ie, not using archiving)Tom Lane2007-03-291-7/+15
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-271-36/+37
* Don't MAXALIGN in the checks to decide whether a tuple is over TOAST'sTom Lane2007-02-041-14/+19
* Prevent WAL logging when COPY is done in the same transation thatBruce Momjian2007-01-251-7/+7
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Fix some small typos in comments. Greg StarkTom Lane2007-01-041-3/+3
* Cleanup for pglz_compress code: remove dead code, const-ify API ofTom Lane2006-10-051-27/+23
* pgindent run for 8.2.Bruce Momjian2006-10-041-2/+2
* Remove unnecessary brace pair.Bruce Momjian2006-09-101-3/+1
* Change the relation_open protocol so that we obtain lock on a relationTom Lane2006-07-311-19/+12
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-3/+1
* Alphabetically order reference to include files, "S"-"Z".Bruce Momjian2006-07-111-3/+3
* Fix problems with cached tuple descriptors disappearing while still in useTom Lane2006-06-161-1/+5
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Cosmetic code cleanup: fix a bunch of places that used "return (expr);"Neil Conway2006-01-111-3/+3
* Tweak indexscan machinery to avoid taking an AccessShareLock on an indexTom Lane2005-12-031-7/+7
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-6/+6