summaryrefslogtreecommitdiff
path: root/src/backend/access/common/indextuple.c
Commit message (Expand)AuthorAgeFilesLines
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-201-27/+31
* Phase 3 of pgindent updates.Tom Lane2017-06-211-2/+2
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev2016-04-081-31/+0
* CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev2016-04-081-0/+31
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Avoid copying index tuples when building an index.Robert Haas2014-07-011-0/+3
* pgindent run for 9.4Bruce Momjian2014-05-061-3/+3
* Fix failure to detoast fields in composite elements of structured types.Tom Lane2014-05-011-0/+5
* Allow use of "z" flag in our printf calls, and use it where appropriate.Tom Lane2014-01-231-3/+2
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-1/+1
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Remove partial, broken support for NULL pointers when fetching attributes.Robert Haas2010-01-101-36/+3
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Improve unique-constraint-violation error messages to include the exactTom Lane2009-08-011-1/+22
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-3/+3
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Clean up a few places where Datums were being treated as pointers (and viceAlvaro Herrera2008-04-171-4/+4
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-12/+12
* Use "alternative" instead of "alternate" where it is clearer.Peter Eisentraut2007-11-071-2/+2
* Support varlena fields with single-byte headers and unaligned storage.Tom Lane2007-04-061-53/+89
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-271-2/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Fix misguided removal of access/tuptoaster.h inclusion, per Kris Jurka.Tom Lane2006-07-141-1/+2
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-3/+1
* Alphabetically order reference to include files, "G" - "M".Bruce Momjian2006-07-111-2/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-19/+18
* Eliminate duplicate hasnulls bit testing in index tuple access, andTom Lane2005-03-271-5/+4
* Convert index-related tuple handling routines from char 'n'/' ' to boolTom Lane2005-03-211-32/+33
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-4/+4
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-3/+3
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-4/+4
* Error message editing in backend/access.Tom Lane2003-07-211-5/+10
* First cut at recycling space in btree indexes. Still some rough edgesTom Lane2003-02-231-9/+8
* Add new palloc0 call as merge of palloc and MemSet(0).Bruce Momjian2002-11-131-3/+2
* Back out use of palloc0 in place if palloc/MemSet. Seems constant lenBruce Momjian2002-11-111-2/+3
* Merge palloc()/MemSet(0) calls into a single palloc0() call.Bruce Momjian2002-11-101-3/+2
* pgindent run.Bruce Momjian2002-09-041-4/+4
* Clean up comments to be careful about the distinction between variable-Tom Lane2002-08-251-7/+7