index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
heap
/
tuptoaster.c
Commit message (
Expand
)
Author
Age
*
Check for interrupts during tuple-insertion loops.
Robert Haas
2014-06-23
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Fix failure to detoast fields in composite elements of structured types.
Tom Lane
2014-05-01
*
Introduce logical decoding.
Robert Haas
2014-03-03
*
Fix missing parentheses resulting in wrong order of dereference.
Robert Haas
2014-01-15
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Update messages, comments and documentation for materialized views.
Noah Misch
2013-07-05
*
Fix typo in comment.
Fujii Masao
2013-07-05
*
Get rid of pg_class.reltoastidxid.
Fujii Masao
2013-07-04
*
Add support for multiple kinds of external toast datums.
Robert Haas
2013-07-02
*
Add a materialized view relations.
Kevin Grittner
2013-03-03
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Fix CLUSTER/VACUUM FULL for toast values owned by recently-updated rows.
Tom Lane
2012-01-12
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Don't assume that a tuple's header size is unchanged during toasting.
Tom Lane
2011-11-04
*
Fix race condition with toast table access from a stale syscache entry.
Tom Lane
2011-11-01
*
Preserve toast value OIDs in toast-swap-by-content for CLUSTER/VACUUM FULL.
Tom Lane
2011-08-16
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Restructure CLUSTER/newstyle VACUUM FULL/ALTER TABLE support so that swapping
Tom Lane
2010-02-04
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Support deferrable uniqueness constraints.
Tom Lane
2009-07-29
*
Tweak TOAST code so that columns marked with MAIN storage strategy are
Tom Lane
2009-07-22
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Improve bulk-insert performance by keeping the current target buffer pinned
Tom Lane
2008-11-06
*
Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple,
Tom Lane
2008-11-02
*
Improve our #include situation by moving pointer types away from the
Alvaro Herrera
2008-06-19
*
Improve the various elog messages in tuptoaster.c to report which TOAST table
Tom Lane
2008-06-13
*
Clean up a few places where Datums were being treated as pointers (and vice
Alvaro Herrera
2008-04-17
*
Create new routines systable_beginscan_ordered, systable_getnext_ordered,
Tom Lane
2008-04-12
*
Move the HTSU_Result enum definition into snapshot.h, to avoid including
Alvaro Herrera
2008-03-26
*
This patch addresses some issues in TOAST compression strategy that
Tom Lane
2008-03-07
*
Reducing the assumed alignment of struct varlena means that the compiler
Tom Lane
2008-02-29
*
Change the declaration of struct varlena so that the length word is
Tom Lane
2008-02-23
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
Avoid incrementing the CommandCounter when CommandCounterIncrement is called
Tom Lane
2007-11-30
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
Remove incorrect use of VARSIZE() on a toasted datum. We can just remove it
Tom Lane
2007-10-11
*
Avoid assuming that struct varattrib_pointer doesn't get padded by the
Tom Lane
2007-10-01
*
Add an extra header byte to TOAST-pointer datums to represent their size
Tom Lane
2007-09-30
*
Some small tuptoaster improvements from Greg Stark. Avoid unnecessary
Tom Lane
2007-09-26
*
Support varlena fields with single-byte headers and unaligned storage.
Tom Lane
2007-04-06
*
Decouple the values of TOAST_TUPLE_THRESHOLD and TOAST_MAX_CHUNK_SIZE.
Tom Lane
2007-04-03
*
Teach CLUSTER to skip writing WAL if not needed (ie, not using archiving)
Tom Lane
2007-03-29
*
Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).
Tom Lane
2007-02-27
*
Don't MAXALIGN in the checks to decide whether a tuple is over TOAST's
Tom Lane
2007-02-04
*
Prevent WAL logging when COPY is done in the same transation that
Bruce Momjian
2007-01-25
[next]