aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/analyze.c
Commit message (Expand)AuthorAge
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Fix unsupported options in CREATE TABLE ... AS EXECUTE.Tom Lane2011-11-24
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-09
* Expose the "*VALUES*" alias that we generate for a stand-alone VALUES list.Tom Lane2011-06-04
* Make a code-cleanup pass over the collations patch.Tom Lane2011-04-22
* Fix handling of collations in multi-row VALUES constructs.Tom Lane2011-04-18
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Revise collation derivation method and expression-tree representation.Tom Lane2011-03-19
* Improve handling of unknown-type literals in UNION/INTERSECT/EXCEPT.Tom Lane2011-03-15
* Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.Tom Lane2011-02-25
* Add a relkind field to RangeTblEntry to avoid some syscache lookups.Tom Lane2011-02-22
* Implement an API to let foreign-data wrappers actually be functional.Tom Lane2011-02-20
* Per-column collation supportPeter Eisentraut2011-02-08
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Provide hashing support for arrays.Tom Lane2010-10-30
* Allow WITH clauses to be attached to INSERT, UPDATE, DELETE statements.Tom Lane2010-10-15
* Behave correctly if INSERT ... VALUES is decorated with additional clauses.Tom Lane2010-10-02
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Give a suitable HINT when an INSERT's data source is a RowExpr containingTom Lane2010-09-18
* Small refactoring of makeVar() from a TargetEntryPeter Eisentraut2010-08-27
* pgindent run for 9.0Bruce Momjian2010-02-26
* Tweak the order of processing of WITH clauses so that they are processedTom Lane2010-02-12
* Do parse analysis of an EXPLAIN's contained statement during the normalTom Lane2010-01-15
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Avoid a premature coercion failure in transformSetOperationTree() whenTom Lane2009-12-16
* Support ORDER BY within aggregate function calls, at long last providing aTom Lane2009-12-15
* Implement parser hooks for processing ColumnRef and ParamRef nodes, as per myTom Lane2009-10-31
* When FOR UPDATE/SHARE is used with LIMIT, put the LockRows plan nodeTom Lane2009-10-28
* Make FOR UPDATE/SHARE in the primary query not propagate into WITH queries;Tom Lane2009-10-27
* Re-implement EvalPlanQual processing to improve its performance and eliminateTom Lane2009-10-26
* Move the handling of SELECT FOR UPDATE locking and rechecking out ofTom Lane2009-10-12
* Fix bug with WITH RECURSIVE immediately inside WITH RECURSIVE. 99% of theTom Lane2009-09-09
* Modify the definition of window-function PARTITION BY and ORDER BY clausesTom Lane2009-08-27
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Support column-level privileges, as required by SQL standard.Tom Lane2009-01-22
* Defend against null input in analyze_requires_snapshot(), per reportTom Lane2009-01-08
* Update copyright for 2009.Bruce Momjian2009-01-01
* Support window functions a la SQL:2008.Tom Lane2008-12-28
* Fix failure to ensure that a snapshot is available to datatype input functionsTom Lane2008-12-13
* Make SELECT FOR UPDATE/SHARE work on inheritance trees, by having the planTom Lane2008-11-15
* Improve parser error location for cases where an INSERT or UPDATE commandTom Lane2008-10-07
* Fix GetCTEForRTE() to deal with the possibility that the RTE it's given cameTom Lane2008-10-06
* Implement SQL-standard WITH clauses, including WITH RECURSIVE.Tom Lane2008-10-04
* Add a bunch of new error location reports to parse-analysis error messages.Tom Lane2008-09-01
* Extend the parser location infrastructure to include a location field inTom Lane2008-08-28
* Move exprType(), exprTypmod(), expression_tree_walker(), and related routinesTom Lane2008-08-25
* Teach the system how to use hashing for UNION. (INTERSECT/EXCEPT will follow,Tom Lane2008-08-07
* Rearrange the querytree representation of ORDER BY/GROUP BY/DISTINCT itemsTom Lane2008-08-02
* Fix parser so that we don't modify the user-written ORDER BY list in orderTom Lane2008-07-31
* Adjust things so that the query_string of a cached plan and the sourceText ofTom Lane2008-07-18