index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
access
/
tuptoaster.h
Commit message (
Expand
)
Author
Age
*
Fix race condition with toast table access from a stale syscache entry.
Tom Lane
2011-11-01
*
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
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Tweak TOAST code so that columns marked with MAIN storage strategy are
Tom Lane
2009-07-22
*
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
*
Clean up the use of some page-header-access macros: principally, use
Tom Lane
2008-07-13
*
Improve our #include situation by moving pointer types away from the
Alvaro Herrera
2008-06-19
*
Restructure some header files a bit, in particular heapam.h, by removing some
Alvaro Herrera
2008-05-12
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
Add a note about another issue that needs to be considered before
Tom Lane
2007-11-05
*
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
*
Rename MaxTupleSize to MaxHeapTupleSize to clarify that it's not meant to
Tom Lane
2007-02-05
*
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
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
More include file adjustments.
Bruce Momjian
2006-07-13
*
Allow include files to compile own their own.
Bruce Momjian
2006-07-13
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
*
Modify tuptoaster's API so that it does not try to modify the passed
Tom Lane
2005-11-20
*
Add pg_column_size() to return storage size of a column, including
Bruce Momjian
2005-07-06
*
Convert index-related tuple handling routines from char 'n'/' ' to bool
Tom Lane
2005-03-21
*
Update copyrights that were missed.
Bruce Momjian
2005-01-01
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
*
Make the world very nearly safe for composite-type columns in tables.
Tom Lane
2004-06-05
*
make sure the $Id tags are converted to $PostgreSQL as well ...
PostgreSQL Daemon
2003-11-29
*
Fix some copyright notices that weren't updated. Improve copyright tool
Tom Lane
2003-08-04
*
pgindent run.
Bruce Momjian
2002-09-04
*
I attach a version of my toast-slicing patch, against current CVS
Bruce Momjian
2002-03-05
*
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
Bruce Momjian
2001-11-05
*
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-10-25
*
Rewrite of planner statistics-gathering code. ANALYZE is now available as
Tom Lane
2001-05-07
*
pgindent run. Make it all clean.
Bruce Momjian
2001-03-22
*
Although we can't support out-of-line TOAST storage in indexes (yet),
Tom Lane
2001-02-15
*
Fix tuptoaster bugs induced by making bytea toastable. Durn thing was
Tom Lane
2000-08-04
*
2nd try for the index tuple toast hack. This time as suggested
Jan Wieck
2000-07-22
*
Temporary fix to make TOAST vacuum-safe. All values are forced to be
Jan Wieck
2000-07-21
*
Make toast-table creation and deletion work somewhat reliably.
Tom Lane
2000-07-04
*
tuptoaster.h should surely not #include postgres.h.
Tom Lane
2000-07-04
*
TOAST
Jan Wieck
2000-07-03
*
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-12
*
Added empty TOASTER files and corrected some minor glitches
Jan Wieck
1999-12-21