aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/htup.h
Commit message (Expand)AuthorAge
* Update copyrights for 2020Bruce Momjian2020-01-01
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Update copyright for 2019Bruce Momjian2019-01-02
* Add FIELDNO_* macro designating offset into structs required for JIT.Andres Freund2018-03-22
* Update copyright for 2018Bruce Momjian2018-01-02
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Update copyright for 2016Bruce Momjian2016-01-02
* Update copyright for 2015Bruce Momjian2015-01-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* Fix a few more misc typos in comments.Heikki Linnakangas2014-04-10
* Update copyright for 2014Bruce Momjian2014-01-07
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-23
* Update copyrights for 2013Bruce Momjian2013-01-01
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30
* Split heapam_xlog.h from heapam.hAlvaro Herrera2012-08-28
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Fix outdated comment.Heikki Linnakangas2012-05-10
* Prevent index-only scans from returning wrong answers under Hot Standby.Robert Haas2012-04-26
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* In COPY, insert tuples to the heap in batches.Heikki Linnakangas2011-11-09
* Remove unnecessary AssertMacro() to suppress gcc 4.6 compiler warning.Tom Lane2011-10-18
* Allow more include files to be compiled in their own by adding missingBruce Momjian2011-08-27
* Make the visibility map crash-safe.Robert Haas2011-06-21
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Support RIGHT and FULL OUTER JOIN in hash joins.Tom Lane2010-12-30
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0Bruce Momjian2010-02-26
* Add C comments that HEAP_MOVED_* define usage is only for pre-9.0 binaryBruce Momjian2010-02-08
* Remove old-style VACUUM FULL (which was known for a little while asTom Lane2010-02-08
* Remove partial, broken support for NULL pointers when fetching attributes.Robert Haas2010-01-10
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-19
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Update copyright for 2009.Bruce Momjian2009-01-01
* Introduce visibility map. The visibility map is a bitmap with one bit perHeikki Linnakangas2008-12-03
* Replace the usage of heap_addheader to create pg_attribute tuples with regularAlvaro Herrera2008-11-14
* Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple,Tom Lane2008-11-02
* Arrange to squeeze out the MINIMAL_TUPLE_PADDING in the tuple representationTom Lane2008-10-28
* Introduce the concept of relation forks. An smgr relation can now consistHeikki Linnakangas2008-08-11
* Clean up the use of some page-header-access macros: principally, useTom Lane2008-07-13
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-12
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-15
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Use "alternative" instead of "alternate" where it is clearer.Peter Eisentraut2007-11-07
* HOT updates. When we update a tuple without changing any of its indexedTom Lane2007-09-20
* Support varlena fields with single-byte headers and unaligned storage.Tom Lane2007-04-06
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-27