| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix CLUSTER/VACUUM FULL for toast values owned by recently-updated rows. | Tom Lane | 2012-01-12 | 1 | -14/+53 |
| * | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 | 1 | -1/+1 |
| * | Don't assume that a tuple's header size is unchanged during toasting. | Tom Lane | 2011-11-04 | 1 | -29/+46 |
| * | Fix race condition with toast table access from a stale syscache entry. | Tom Lane | 2011-11-01 | 1 | -0/+81 |
| * | Preserve toast value OIDs in toast-swap-by-content for CLUSTER/VACUUM FULL. | Tom Lane | 2011-08-16 | 1 | -9/+113 |
| * | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 | 1 | -1/+1 |
| * | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 1 | -1/+1 |
| * | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 | 1 | -6/+6 |
| * | Restructure CLUSTER/newstyle VACUUM FULL/ALTER TABLE support so that swapping | Tom Lane | 2010-02-04 | 1 | -2/+17 |
| * | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 1 | -2/+2 |
| * | Support deferrable uniqueness constraints. | Tom Lane | 2009-07-29 | 1 | -2/+4 |
| * | Tweak TOAST code so that columns marked with MAIN storage strategy are | Tom Lane | 2009-07-22 | 1 | -2/+6 |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 1 | -11/+11 |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
| * | Improve bulk-insert performance by keeping the current target buffer pinned | Tom Lane | 2008-11-06 | 1 | -14/+9 |
| * | Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple, | Tom Lane | 2008-11-02 | 1 | -3/+3 |
| * | Improve our #include situation by moving pointer types away from the | Alvaro Herrera | 2008-06-19 | 1 | -1/+2 |
| * | Improve the various elog messages in tuptoaster.c to report which TOAST table | Tom Lane | 2008-06-13 | 1 | -25/+37 |
| * | Clean up a few places where Datums were being treated as pointers (and vice | Alvaro Herrera | 2008-04-17 | 1 | -24/+25 |
| * | Create new routines systable_beginscan_ordered, systable_getnext_ordered, | Tom Lane | 2008-04-12 | 1 | -20/+23 |
| * | Move the HTSU_Result enum definition into snapshot.h, to avoid including | Alvaro Herrera | 2008-03-26 | 1 | -1/+2 |
| * | This patch addresses some issues in TOAST compression strategy that | Tom Lane | 2008-03-07 | 1 | -26/+66 |
| * | Reducing the assumed alignment of struct varlena means that the compiler | Tom Lane | 2008-02-29 | 1 | -2/+3 |
| * | Change the declaration of struct varlena so that the length word is | Tom Lane | 2008-02-23 | 1 | -2/+3 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
| * | Avoid incrementing the CommandCounter when CommandCounterIncrement is called | Tom Lane | 2007-11-30 | 1 | -2/+2 |
| * | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 1 | -34/+35 |
| * | Remove incorrect use of VARSIZE() on a toasted datum. We can just remove it | Tom Lane | 2007-10-11 | 1 | -3/+1 |
| * | Avoid assuming that struct varattrib_pointer doesn't get padded by the | Tom Lane | 2007-10-01 | 1 | -8/+11 |
| * | Add an extra header byte to TOAST-pointer datums to represent their size | Tom Lane | 2007-09-30 | 1 | -17/+28 |
| * | Some small tuptoaster improvements from Greg Stark. Avoid unnecessary | Tom Lane | 2007-09-26 | 1 | -7/+26 |
| * | Support varlena fields with single-byte headers and unaligned storage. | Tom Lane | 2007-04-06 | 1 | -182/+314 |
| * | Decouple the values of TOAST_TUPLE_THRESHOLD and TOAST_MAX_CHUNK_SIZE. | Tom Lane | 2007-04-03 | 1 | -9/+22 |
| * | Teach CLUSTER to skip writing WAL if not needed (ie, not using archiving) | Tom Lane | 2007-03-29 | 1 | -7/+15 |
| * | Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). | Tom Lane | 2007-02-27 | 1 | -36/+37 |
| * | Don't MAXALIGN in the checks to decide whether a tuple is over TOAST's | Tom Lane | 2007-02-04 | 1 | -14/+19 |
| * | Prevent WAL logging when COPY is done in the same transation that | Bruce Momjian | 2007-01-25 | 1 | -7/+7 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | Fix some small typos in comments. Greg Stark | Tom Lane | 2007-01-04 | 1 | -3/+3 |
| * | Cleanup for pglz_compress code: remove dead code, const-ify API of | Tom Lane | 2006-10-05 | 1 | -27/+23 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -2/+2 |
| * | Remove unnecessary brace pair. | Bruce Momjian | 2006-09-10 | 1 | -3/+1 |
| * | Change the relation_open protocol so that we obtain lock on a relation | Tom Lane | 2006-07-31 | 1 | -19/+12 |
| * | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 1 | -3/+1 |
| * | Alphabetically order reference to include files, "S"-"Z". | Bruce Momjian | 2006-07-11 | 1 | -3/+3 |
| * | Fix problems with cached tuple descriptors disappearing while still in use | Tom Lane | 2006-06-16 | 1 | -1/+5 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Cosmetic code cleanup: fix a bunch of places that used "return (expr);" | Neil Conway | 2006-01-11 | 1 | -3/+3 |
| * | Tweak indexscan machinery to avoid taking an AccessShareLock on an index | Tom Lane | 2005-12-03 | 1 | -7/+7 |
| * | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 1 | -6/+6 |