]> granicus.if.org Git - postgresql/history - src/backend/parser/parse_relation.c
Replace heapam.h includes with {table, relation}.h where applicable.
[postgresql] / src / backend / parser / parse_relation.c
2019-01-21 Andres FreundReplace heapam.h includes with {table, relation}.h...
2019-01-15 Andres FreundDon't include heapam.h from others headers.
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-11-21 Andres FreundRemove WITH OIDS support, change oid catalog column...
2018-10-16 Andres FreundCorrect constness of system attributes in heap.c &...
2018-10-01 Tom LaneAdd assertions that we hold some relevant lock during...
2018-09-30 Tom LaneCreate an RTE field to record the query's lock mode...
2018-09-18 Tom LaneAdd a debugging option to stress-test outfuncs.c and...
2018-04-12 Simon RiggsRevert MERGE patch
2018-04-07 Teodor SigaevIndexes with INCLUDE columns and their support in B...
2018-04-03 Simon RiggsMERGE SQL Command following SQL:2016
2018-04-02 Simon RiggsRevert "Modified files for MERGE"
2018-04-02 Simon RiggsModified files for MERGE
2018-02-12 Alvaro Herreraget_relid_attribute_name is dead, long live get_attname
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-11-10 Peter EisentrautAdd some const decorations to prototypes
2017-11-08 Peter EisentrautChange TRUE/FALSE to true/false
2017-10-27 Tom LaneDept of second thoughts: keep aliasp_item in sync with...
2017-10-27 Tom LaneFix crash when columns have been added to the end of...
2017-10-26 Tom LaneSupport domains over composite types.
2017-10-16 Tom LaneFix incorrect handling of CTEs and ENRs as DML target...
2017-09-06 Tom LaneClean up handling of dropped columns in NAMEDTUPLESTORE...
2017-08-20 Andres FreundChange tupledesc->attrs[n] to TupleDescAttr(tupledesc...
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-04-16 Tom LaneSync addRangeTableEntryForENR() with its peer functions.
2017-04-10 Tom LaneImprove castNode notation by introducing list-extractio...
2017-04-06 Kevin GrittnerFix the RTE_NAMEDTUPLESTORE case in get_rte_attribute_i...
2017-04-01 Kevin GrittnerAdd infrastructure to support EphemeralNamedRelation...
2017-03-29 Peter EisentrautCast result of copyObject() to correct type
2017-03-08 Alvaro HerreraSupport XMLTABLE query expression
2017-02-21 Peter EisentrautMake more use of castNode()
2017-01-21 Peter EisentrautMove some things from builtins.h to new header files
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-12-08 Tom LaneFix reporting of column typmods for multi-row VALUES...
2016-06-09 Robert Haaspgindent run for 9.6
2016-04-08 Teodor SigaevRevert CREATE INDEX ... INCLUDING ...
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...
next