aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/typecmds.c
Commit message (Expand)AuthorAge
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Remove the recently added node types ReloptElem and OptionDefElem in favorTom Lane2009-04-04
* Repair a longstanding bug in CLUSTER and the rewriting variants of ALTERTom Lane2009-02-24
* Allow reloption names to have qualifiers, initially supporting a TOASTAlvaro Herrera2009-02-02
* Arrange for function default arguments to be processed properly in expressionsTom Lane2009-01-09
* Update copyright for 2009.Bruce Momjian2009-01-01
* Support window functions a la SQL:2008.Tom Lane2008-12-28
* Add a "LIKE = typename" clause to CREATE TYPE for base types. This allowsTom Lane2008-11-30
* Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple,Tom Lane2008-11-02
* Use format_type_be() instead of TypeNameToString() for some more user-facingPeter Eisentraut2008-10-21
* Establish the rule that array types should have the same typdelim as theirTom Lane2008-09-25
* Extend the parser location infrastructure to include a location field inTom Lane2008-08-28
* Require superuser privilege to create base types (but not composites, enums,Tom Lane2008-07-31
* Flip the default typispreferred setting from true to false. This affectsTom Lane2008-07-30
* Replace the hard-wired type knowledge in TypeCategory() and IsPreferredType()Tom Lane2008-07-30
* Refactor the handling of the various DropStmt variants so that when multipleTom Lane2008-06-14
* Change the rules for inherited CHECK constraints to be essentially the sameTom Lane2008-05-09
* Reduce the need for frontend programs to include "postgres.h" by refactoringTom Lane2008-03-27
* Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera2008-03-26
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-25
* Support ALTER TYPE RENAME. Petr JelinekTom Lane2008-03-19
* 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
* Ensure that typmod decoration on a datatype name is validated in all cases,Tom Lane2007-11-11
* Remove the hack in the grammar that "optimized away" DEFAULT NULL clauses.Tom Lane2007-10-29
* Improve consistency of the error messages generated when you try to useTom Lane2007-09-29
* Provide for binary input/output of enums, to fix complaint from Merlin Moncure.Andrew Dunstan2007-09-04
* CREATE DOMAIN ... DEFAULT NULL failed because gram.y special-cases DEFAULTTom Lane2007-06-20
* Tweak the API for per-datatype typmodin functions so that they are passedTom Lane2007-06-15
* Fix the problem that creating a user-defined type named _foo, followed by oneTom Lane2007-05-12
* Fix my oversight in enabling domains-of-domains: ALTER DOMAIN ADD CONSTRAINTTom Lane2007-05-11
* Support arrays of composite types, including the rowtypes of regular tablesTom Lane2007-05-11
* Support enum data types. Along the way, use macros for the values ofTom Lane2007-04-02
* Fix up foreign-key mechanism so that there is a sound semantic basis for theTom Lane2007-02-14
* 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
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Change the relation_open protocol so that we obtain lock on a relationTom Lane2006-07-31
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Allow include files to compile own their own.Bruce Momjian2006-07-13
* Alphabetically order reference to include files, "S"-"Z".Bruce Momjian2006-07-11
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-02
* Eliminate a gratuitously different wording of the 'cannot use aggregate funct...Tom Lane2006-06-21
* Fix a bunch of problems with domains by making them use special input functionsTom Lane2006-04-05
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-14
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Allow the syntax CREATE TYPE foo, with no parameters, to permit explicitTom Lane2006-02-28
* Require the issuer of CREATE TYPE to own the functions mentioned in theTom Lane2006-01-13
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22