]> granicus.if.org Git - postgresql/history - src/backend/access/heap/tuptoaster.c
Allow index AMs to cache data across aminsert calls within a SQL command.
[postgresql] / src / backend / access / heap / tuptoaster.c
2017-02-09 Tom LaneAllow index AMs to cache data across aminsert calls...
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-08-18 Andres FreundFix deletion of speculatively inserted TOAST on conflict
2016-08-15 Tom LaneFinal pgindent + perltidy run for 9.6.
2016-08-05 Robert HaasChange InitToastSnapshot to a macro.
2016-08-03 Robert HaasPrevent "snapshot too old" from trying to return pruned...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-05-14 Tom LaneSupport "expanded" objects, particularly arrays, for...
2015-05-08 Andres FreundAdd support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
2015-02-21 Tom LaneUse FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[].
2015-02-20 Tom LaneUse FLEXIBLE_ARRAY_MEMBER in struct varlena.
2015-02-09 Tom LaneMinor cleanup/code review for "indirect toast" stuff.
2015-02-09 Fujii MasaoMove pg_lzcompress.c to src/common.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-25 Tom LaneTemporarily revert "Move pg_lzcompress.c to src/common."
2014-12-25 Fujii MasaoMove pg_lzcompress.c to src/common.
2014-12-11 Tom LaneFix assorted confusion between Oid and int32.
2014-06-24 Robert HaasCheck for interrupts during tuple-insertion loops.
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-05-01 Tom LaneFix failure to detoast fields in composite elements...
2014-03-03 Robert HaasIntroduce logical decoding.
2014-01-15 Robert HaasFix missing parentheses resulting in wrong order of...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-07-05 Noah MischUpdate messages, comments and documentation for materia...
2013-07-04 Fujii MasaoFix typo in comment.
2013-07-03 Fujii MasaoGet rid of pg_class.reltoastidxid.
2013-07-02 Robert HaasAdd support for multiple kinds of external toast datums.
2013-03-04 Kevin GrittnerAdd a materialized view relations.
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-01-12 Tom LaneFix CLUSTER/VACUUM FULL for toast values owned by recen...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-11-05 Tom LaneDon't assume that a tuple's header size is unchanged...
2011-11-01 Tom LaneFix race condition with toast table access from a stale...
2011-08-16 Tom LanePreserve toast value OIDs in toast-swap-by-content...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-04 Tom LaneRestructure CLUSTER/newstyle VACUUM FULL/ALTER TABLE...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-07-29 Tom LaneSupport deferrable uniqueness constraints.
2009-07-22 Tom LaneTweak TOAST code so that columns marked with MAIN stora...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-06 Tom LaneImprove bulk-insert performance by keeping the current...
2008-11-02 Tom LaneRemove all uses of the deprecated functions heap_formtu...
2008-06-19 Alvaro HerreraImprove our #include situation by moving pointer types...
2008-06-13 Tom LaneImprove the various elog messages in tuptoaster.c to...
2008-04-17 Alvaro HerreraClean up a few places where Datums were being treated...
2008-04-12 Tom LaneCreate new routines systable_beginscan_ordered, systabl...
2008-03-26 Alvaro HerreraMove the HTSU_Result enum definition into snapshot...
2008-03-07 Tom LaneThis patch addresses some issues in TOAST compression...
2008-02-29 Tom LaneReducing the assumed alignment of struct varlena means...
2008-02-23 Tom LaneChange the declaration of struct varlena so that the...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-30 Tom LaneAvoid incrementing the CommandCounter when CommandCount...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-10-11 Tom LaneRemove incorrect use of VARSIZE() on a toasted datum...
2007-10-01 Tom LaneAvoid assuming that struct varattrib_pointer doesn...
2007-09-30 Tom LaneAdd an extra header byte to TOAST-pointer datums to...
2007-09-26 Tom LaneSome small tuptoaster improvements from Greg Stark...
2007-04-06 Tom LaneSupport varlena fields with single-byte headers and...
2007-04-03 Tom LaneDecouple the values of TOAST_TUPLE_THRESHOLD and TOAST_...
2007-03-29 Tom LaneTeach CLUSTER to skip writing WAL if not needed (ie...
2007-02-27 Tom LaneReplace direct assignments to VARATT_SIZEP(x) with...
2007-02-04 Tom LaneDon't MAXALIGN in the checks to decide whether a tuple...
2007-01-25 Bruce MomjianPrevent WAL logging when COPY is done in the same trans...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2007-01-04 Tom LaneFix some small typos in comments. Greg Stark
2006-10-05 Tom LaneCleanup for pglz_compress code: remove dead code, const...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-10 Bruce MomjianRemove unnecessary brace pair.
2006-07-31 Tom LaneChange the relation_open protocol so that we obtain...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-11 Bruce MomjianAlphabetically order reference to include files, "S...
2006-06-16 Tom LaneFix problems with cached tuple descriptors disappearing...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-01-11 Neil ConwayCosmetic code cleanup: fix a bunch of places that used...
2005-12-03 Tom LaneTweak indexscan machinery to avoid taking an AccessShar...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-20 Tom LaneRemove the t_datamcxt field of HeapTupleData. This...
2005-11-20 Tom LaneModify tuptoaster's API so that it does not try to...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-12 Tom LaneSolve the problem of OID collisions by probing for...
2005-08-02 Tom LaneCode and docs review for pg_column_size() patch.
2005-07-06 Bruce MomjianAdd pg_column_size() to return storage size of a column...
2005-03-21 Tom LaneConvert index-related tuple handling routines from...
2005-03-14 Tom LaneAvoid O(N^2) overhead in repeated nocachegetattr calls...
2005-01-01 Bruce MomjianUpdate copyrights that were missed.
2004-09-30 Tom LaneAdjust index locking rules as per my proposal of earlie...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-06-05 Tom LaneMake the world very nearly safe for composite-type...
2004-06-04 Tom LaneResurrect heap_deformtuple(), this time implemented...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-12 Tom LaneCross-data-type comparisons are now indexable by btrees...
2003-11-09 Tom LaneAdd operator strategy and comparison-value datatype...
2003-08-04 Tom LaneFix some copyright notices that weren't updated. Impro...
2003-07-21 Tom LaneError message editing in backend/access.
2002-09-04 Bruce Momjianpgindent run.
next