aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/analyze.c
Commit message (Expand)AuthorAge
* Disallow LATERAL references to the target table of an UPDATE/DELETE.Tom Lane2014-01-11
* Fix LATERAL references to target table of UPDATE/DELETE.Tom Lane2014-01-07
* Fix crash in error report of invalid tuple lockAlvaro Herrera2013-08-02
* Tweak FOR UPDATE/SHARE error message wording (again)Alvaro Herrera2013-07-23
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Disallow unlogged materialized views.Tom Lane2013-05-06
* Incidental cleanup of matviews code.Tom Lane2013-04-27
* Clean up the mess around EXPLAIN and materialized views.Tom Lane2013-04-12
* Support writable foreign tables.Tom Lane2013-03-10
* Add a materialized view relations.Kevin Grittner2013-03-03
* Improve error message wordingAlvaro Herrera2013-02-06
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-23
* Update copyrights for 2013Bruce Momjian2013-01-01
* Check for stack overflow in transformSetOperationTree().Tom Lane2012-11-11
* Allow OLD and NEW in multi-row VALUES within rules.Tom Lane2012-08-19
* Centralize the logic for detecting misplaced aggregates, window funcs, etc.Tom Lane2012-08-10
* Merge parser's p_relnamespace and p_varnamespace lists into a single list.Tom Lane2012-08-08
* Implement SQL-standard LATERAL subqueries.Tom Lane2012-08-07
* Fix WITH attached to a nested set operation (UNION/INTERSECT/EXCEPT).Tom Lane2012-07-31
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Add some infrastructure for contrib/pg_stat_statements.Tom Lane2012-03-27
* Clean up compiler warnings from unused variables with asserts disabledPeter Eisentraut2012-03-21
* Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.Tom Lane2012-03-19
* Check misplaced window functions before checking aggregate/group by sanity.Tom Lane2012-02-08
* 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