aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/common/tupdesc.c
Commit message (Expand)AuthorAge
* Fast ALTER TABLE ADD COLUMN with a non-NULL defaultAndrew Dunstan2018-03-28
* Clean up tupdesc.c for recent changes.Tom Lane2018-01-03
* Update copyright for 2018Bruce Momjian2018-01-02
* Add support for coordinating record typmods among parallel workers.Andres Freund2017-09-14
* Refactor typcache.c's record typmod hash table.Andres Freund2017-08-22
* Partially flatten struct tupleDesc so that it can be used in DSM.Andres Freund2017-08-20
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-20
* Identity columnsPeter Eisentraut2017-04-06
* Refactor other replication commands to use DestRemoteSimple.Robert Haas2017-02-01
* Add a SHOW command to the replication command language.Robert Haas2017-01-24
* 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
* Address ccvalid/ccnoinherit in TupleDesc support functions.Noah Misch2014-03-23
* Update copyright for 2014Bruce Momjian2014-01-07
* Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.Tom Lane2013-11-21
* Prevent using strncpy with src == dest in TupleDescInitEntry.Tom Lane2013-10-28
* Add SQL Standard WITH ORDINALITY support for UNNEST (and any other SRF)Greg Stark2013-07-29
* Update copyrights for 2013Bruce Momjian2013-01-01
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30
* Split resowner.hAlvaro Herrera2012-08-28
* Improve reporting of permission errors for array typesPeter Eisentraut2012-06-15
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Add support for privileges on typesPeter Eisentraut2011-12-20
* Allow per-column foreign data wrapper options.Robert Haas2011-08-05
* Enable CHECK constraints to be declared NOT VALIDAlvaro Herrera2011-06-30
* Make a code-cleanup pass over the collations patch.Tom Lane2011-04-22
* Clean up cruft around collation initialization for tupdescs and scankeys.Tom Lane2011-03-26
* Remove collation information from TypeName, where it does not belong.Tom Lane2011-03-09
* Per-column collation supportPeter Eisentraut2011-02-08
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Refactor typenameTypeId()Peter Eisentraut2010-10-25
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-14
* Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism.Robert Haas2010-01-22
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Code review for LIKE INCLUDING patch --- clean up some cosmetic and notTom Lane2009-10-13
* CREATE LIKE INCLUDING COMMENTS and STORAGE, and INCLUDING ALL shortcut. Itaga...Andrew Dunstan2009-10-12
* Add ALTER TABLE ... ALTER COLUMN ... SET STATISTICS DISTINCTTom Lane2009-08-02
* Make backend header files C++ safePeter Eisentraut2009-07-16
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Support column-level privileges, as required by SQL standard.Tom Lane2009-01-22
* Update copyright for 2009.Bruce Momjian2009-01-01
* Change the rules for inherited CHECK constraints to be essentially the sameTom Lane2008-05-09
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Ensure that typmod decoration on a datatype name is validated in all cases,Tom Lane2007-11-11
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Support type modifiers for user-defined types, and pull most knowledgeTom Lane2006-12-30
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14