]> granicus.if.org Git - postgresql/history - src/backend/parser/parse_relation.c
CREATE INDEX ... INCLUDING (column[, ...])
[postgresql] / src / backend / parser / parse_relation.c
2016-04-08 Teodor SigaevCREATE INDEX ... INCLUDING (column[, ...])
2016-01-22 Tom LaneRemove new coupling between NAMEDATALEN and MAX_LEVENSH...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-11-17 Peter EisentrautMessage improvements
2015-10-03 Andres FreundFix several bugs related to ON CONFLICT's EXCLUDED...
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-07 Andres FreundRepresent columns requiring insert and update privilege...
2015-03-11 Robert HaasRequire non-NULL pstate for all addRangeTableEntryFor...
2015-03-11 Robert HaasSuggest to the user the column they may have meant...
2015-03-03 Robert HaasRemove residual NULL-pstate handling in addRangeTableEntry.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-01-12 Tom LaneDisallow LATERAL references to the target table of...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2014-01-07 Tom LaneFix LATERAL references to target table of UPDATE/DELETE.
2013-11-22 Tom LaneSupport multi-argument UNNEST(), and TABLE() syntax...
2013-11-11 Tom LaneRe-allow duplicate aliases within aliased JOINs.
2013-09-23 Robert HaasDon't allow system columns in CHECK constraints, except...
2013-07-29 Greg StarkAdd SQL Standard WITH ORDINALITY support for UNNEST...
2013-07-23 Tom LaneMove strip_implicit_coercions() from optimizer to nodeF...
2013-07-23 Tom LaneChange post-rewriter representation of dropped columns...
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-04-20 Peter EisentrautClean up references to SQL92
2013-04-12 Tom LaneClean up the mess around EXPLAIN and materialized views.
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-08-19 Tom LaneAllow OLD and NEW in multi-row VALUES within rules.
2012-08-08 Tom LaneMerge parser's p_relnamespace and p_varnamespace lists...
2012-08-07 Tom LaneImplement SQL-standard LATERAL subqueries.
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-11-30 Robert HaasImprove table locking behavior in the face of current...
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-07-09 Robert HaasTry to acquire relation locks in RangeVarGetRelid.
2011-07-04 Alvaro HerreraMove Trigger and TriggerDesc structs out of rel.h into...
2011-06-27 Robert HaasAllow callers to pass a missing_ok flag when opening...
2011-04-22 Tom LaneMake a code-cleanup pass over the collations patch.
2011-04-18 Tom LaneFix handling of collations in multi-row VALUES constructs.
2011-04-12 Tom LaneFix RI_Initial_Check to use a COLLATE clause when neede...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-26 Tom LaneMore collations cleanup, from trawling for missed colla...
2011-03-26 Tom LanePass collation to makeConst() instead of looking it...
2011-03-10 Tom LaneRemove collation information from TypeName, where it...
2011-02-25 Tom LaneSupport data-modifying commands (INSERT/UPDATE/DELETE...
2011-02-23 Tom LaneAdd a relkind field to RangeTblEntry to avoid some...
2011-02-08 Peter EisentrautPer-column collation support
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-10-25 Peter EisentrautRefactor typenameTypeId()
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-04-28 Tom LaneFix stupid typo in refnameRangeTblEntry() --- mea maxim...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-10-31 Tom LaneImplement parser hooks for processing ColumnRef and...
2009-10-27 Tom LaneMake FOR UPDATE/SHARE in the primary query not propagat...
2009-10-26 Tom LaneRe-implement EvalPlanQual processing to improve its...
2009-10-21 Tom LaneRemove add_missing_from GUC and associated parser suppo...
2009-07-16 Peter EisentrautMake backend header files C++ safe
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-22 Tom LaneSupport column-level privileges, as required by SQL...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-10-08 Tom LaneModify the parser's error reporting to include a specif...
2008-10-06 Tom LaneFix GetCTEForRTE() to deal with the possibility that...
2008-10-06 Tom LaneFix the implicit-RTE code to be able to handle implicit...
2008-10-04 Tom LaneImplement SQL-standard WITH clauses, including WITH...
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-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-04-05 Tom LaneDefend against JOINs having more than 32K columns altog...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-11 Tom LaneEnsure that typmod decoration on a datatype name is...
2007-09-06 Tom LaneMake eval_const_expressions() preserve typmod when...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-30 Tom LaneSupport type modifiers for user-defined types, and...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-02 Joe ConwayAdd support for multi-row VALUES clauses as part of...
2006-04-30 Tom LaneImprove the representation of FOR UPDATE/FOR SHARE...
2006-03-23 Tom LaneAdd error location info to ResTarget parse nodes. ...
2006-03-16 Tom LaneClean up representation of function RTEs for functions...
2006-03-14 Tom LaneImprove parser so that we can show an error cursor...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-01-10 Tom LaneImprove error messages for missing-FROM-entry cases...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-26 Tom LaneAdjust parser so that POSTQUEL-style implicit RTEs...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-06 Tom LaneWhen a function not returning RECORD has a single OUT...
2005-08-01 Tom LaneAdd NOWAIT option to SELECT FOR UPDATE/SHARE.
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-06-05 Tom LaneReplace the parser's namespace tree (which formerly...
2005-06-04 Tom LaneChange expandRTE() and ResolveNew() back to taking...
2005-06-03 Tom LaneRevise handling of dropped columns in JOIN alias lists...
2005-05-29 Tom LaneexpandRTE and get_rte_attribute_type mistakenly always...
2005-04-28 Tom LaneImplement sharable row-level locks, and use them for...
2005-04-13 Tom LaneChange addRangeTableEntryForRelation() to take a Relati...
2005-04-07 Neil ConwayAdd a "USING" clause to DELETE, which is equivalent...
2005-04-06 Tom LaneMerge Resdom nodes into TargetEntry nodes to simplify...
2005-03-31 Tom LaneFirst phase of OUT-parameters project. We can now...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-10-20 Tom LaneAllow functions returning void or cstring to appear...
next