index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
access
/
tuptoaster.h
Age
Commit message (
Expand
)
Author
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-03-26
Improve performance of ExecEvalWholeRowVar.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-08-18
Fix deletion of speculatively inserted TOAST on conflict
Andres Freund
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-08-07
Don't include low level locking code from frontend code.
Andres Freund
2015-02-21
Use FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[].
Tom Lane
2015-02-09
Minor cleanup/code review for "indirect toast" stuff.
Tom Lane
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-05-01
Fix failure to detoast fields in composite elements of structured types.
Tom Lane
2014-03-03
Introduce logical decoding.
Robert Haas
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-07-03
Get rid of pg_class.reltoastidxid.
Fujii Masao
2013-07-02
Add support for multiple kinds of external toast datums.
Robert Haas
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-08-30
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-11-01
Fix race condition with toast table access from a stale syscache entry.
Tom Lane
2011-09-01
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-02-26
pgindent run for 9.0
Bruce Momjian
2010-01-02
Update copyright for the year 2010.
Bruce Momjian
2009-07-22
Tweak TOAST code so that columns marked with MAIN storage strategy are
Tom Lane
2009-01-01
Update copyright for 2009.
Bruce Momjian
2008-11-06
Improve bulk-insert performance by keeping the current target buffer pinned
Tom Lane
2008-07-13
Clean up the use of some page-header-access macros: principally, use
Tom Lane
2008-06-19
Improve our #include situation by moving pointer types away from the
Alvaro Herrera
2008-05-12
Restructure some header files a bit, in particular heapam.h, by removing some
Alvaro Herrera
2008-01-01
Update copyrights in source tree to 2008.
Bruce Momjian
2007-11-15
pgindent run for 8.3.
Bruce Momjian
2007-11-05
Add a note about another issue that needs to be considered before
Tom Lane
2007-04-06
Support varlena fields with single-byte headers and unaligned storage.
Tom Lane
2007-04-03
Decouple the values of TOAST_TUPLE_THRESHOLD and TOAST_MAX_CHUNK_SIZE.
Tom Lane
2007-03-29
Teach CLUSTER to skip writing WAL if not needed (ie, not using archiving)
Tom Lane
2007-02-05
Rename MaxTupleSize to MaxHeapTupleSize to clarify that it's not meant to
Tom Lane
2007-02-04
Don't MAXALIGN in the checks to decide whether a tuple is over TOAST's
Tom Lane
2007-01-25
Prevent WAL logging when COPY is done in the same transation that
Bruce Momjian
2007-01-05
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2006-07-13
More include file adjustments.
Bruce Momjian
2006-07-13
Allow include files to compile own their own.
Bruce Momjian
2006-03-05
Update copyright for 2006. Update scripts.
Bruce Momjian
2005-11-22
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-20
Modify tuptoaster's API so that it does not try to modify the passed
Tom Lane
2005-07-06
Add pg_column_size() to return storage size of a column, including
Bruce Momjian
2005-03-21
Convert index-related tuple handling routines from char 'n'/' ' to bool
Tom Lane
2005-01-01
Update copyrights that were missed.
Bruce Momjian
2004-08-29
Pgindent run for 8.0.
Bruce Momjian
[next]