]> granicus.if.org Git - postgresql/history - src/backend/parser/parse_utilcmd.c
Allow WITH clauses to be attached to INSERT, UPDATE, DELETE statements.
[postgresql] / src / backend / parser / parse_utilcmd.c
2010-10-15 Tom LaneAllow WITH clauses to be attached to INSERT, UPDATE...
2010-09-26 Peter EisentrautAdd ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTE
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-18 Tom LaneFix failure of "ALTER TABLE t ADD COLUMN c serial"...
2010-08-05 Robert HaasStandardize get_whatever_oid functions for other object...
2010-07-28 Simon RiggsReduce lock levels of CREATE TRIGGER and some ALTER...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2010-02-03 Tom LaneFix unwarranted assumption that a cached rowtype would...
2010-01-28 Peter EisentrautType table feature
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-23 Tom LaneAdjust naming of indexes and their columns per recent...
2009-12-22 Tom LaneDisallow comments on columns of relation types other...
2009-12-20 Tom LaneThere is no good reason for the CREATE TABLE LIKE INCLU...
2009-12-15 Tom LaneSupport ORDER BY within aggregate function calls, at...
2009-12-07 Tom LaneAdd exclusion constraints, which generalize the concept...
2009-11-13 Tom LaneClean up a couple of bizarre code formatting choices...
2009-11-05 Tom LaneDon't treat NEW and OLD as reserved words anymore....
2009-10-13 Tom LaneCode review for LIKE INCLUDING patch --- clean up some...
2009-10-12 Andrew DunstanCREATE LIKE INCLUDING COMMENTS and STORAGE, and INCLUDI...
2009-10-06 Tom LaneChange CREATE TABLE so that column default expressions...
2009-07-30 Tom LaneMerge the Constraint and FkConstraint node types into...
2009-07-29 Tom LaneSupport deferrable uniqueness constraints.
2009-07-16 Peter EisentrautMake backend header files C++ safe
2009-07-12 Tom LaneMove some declarations in the raw-parser header files...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-28 Tom LaneSupport window functions a la SQL:2008.
2008-12-06 Bruce MomjianAllow CREATE OR REPLACE VIEW to add columns to the...
2008-09-01 Tom LaneAdd a bunch of new error location reports to parse...
2008-08-28 Tom LaneExtend the parser location infrastructure to include...
2008-08-25 Tom LaneMove exprType(), exprTypmod(), expression_tree_walker...
2008-07-16 Tom LaneSupport "variadic" functions, which can accept a variab...
2008-04-29 Alvaro HerreraRemove typename from A_Const.
2008-04-24 Tom LaneRemove transformAlterTableStmt's kluge to replace Colum...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-03-21 Tom LaneGive an explicit error for serial[], rather than silent...
2008-02-07 Tom LaneFix CREATE TABLE ... LIKE ... INCLUDING INDEXES to...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-12-01 Tom LaneCode review for LIKE ... INCLUDING INDEXES patch. ...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-11-11 Tom LaneEnsure that typmod decoration on a datatype name is...
2007-10-29 Tom LaneRemove the hack in the grammar that "optimized away...
2007-08-27 Tom LaneFix a couple of misbehaviors rooted in the fact that...
2007-07-17 Neil ConwayImplement CREATE TABLE LIKE ... INCLUDING INDEXES....
2007-06-23 Tom LaneSeparate parse-analysis for utility commands out of...