summaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_utilcmd.c
Commit message (Expand)AuthorAgeFilesLines
* Remove typename from A_Const.Alvaro Herrera2008-04-291-3/+6
* Remove transformAlterTableStmt's kluge to replace ColumnDef.is_not_nullTom Lane2008-04-241-24/+5
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-251-3/+3
* Give an explicit error for serial[], rather than silently ignoringTom Lane2008-03-211-2/+13
* Fix CREATE TABLE ... LIKE ... INCLUDING INDEXES to not cause unwantedTom Lane2008-02-071-2/+5
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagateTom Lane2007-12-011-125/+132
* pgindent run for 8.3.Bruce Momjian2007-11-151-86/+85
* Ensure that typmod decoration on a datatype name is validated in all cases,Tom Lane2007-11-111-2/+2
* Remove the hack in the grammar that "optimized away" DEFAULT NULL clauses.Tom Lane2007-10-291-2/+1
* Fix a couple of misbehaviors rooted in the fact that the default creationTom Lane2007-08-271-1/+15
* Implement CREATE TABLE LIKE ... INCLUDING INDEXES. Patch from NikhilS,Neil Conway2007-07-171-167/+457
* Separate parse-analysis for utility commands out of parser/analyze.cTom Lane2007-06-231-0/+1800