summaryrefslogtreecommitdiff
path: root/src/backend/parser/analyze.c
Commit message (Expand)AuthorAgeFilesLines
* Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev2016-04-081-3/+3
* CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev2016-04-081-3/+3
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Fix several bugs related to ON CONFLICT's EXCLUDED pseudo relation.Andres Freund2015-10-031-14/+62
* Fix bug around assignment expressions containing indirections.Andres Freund2015-07-241-1/+7
* pgindent run for 9.5Bruce Momjian2015-05-231-8/+8
* Support GROUPING SETS, CUBE and ROLLUP.Andres Freund2015-05-161-2/+3
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-081-20/+129
* Represent columns requiring insert and update privileges indentently.Andres Freund2015-05-081-2/+2
* Improve representation of PlanRowMark.Tom Lane2015-03-151-12/+24
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Explicitly support the case that a plancache's raw_parse_tree is NULL.Tom Lane2014-11-121-5/+1
* Implement SKIP LOCKED for row-level locksAlvaro Herrera2014-10-071-18/+22
* pgindent run for 9.4Bruce Momjian2014-05-061-58/+58
* Disallow LATERAL references to the target table of an UPDATE/DELETE.Tom Lane2014-01-111-4/+8
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Fix LATERAL references to target table of UPDATE/DELETE.Tom Lane2014-01-071-0/+21
* Allow empty target list in SELECT.Tom Lane2013-12-141-0/+13
* Fix crash in error report of invalid tuple lockAlvaro Herrera2013-08-021-16/+9
* Tweak FOR UPDATE/SHARE error message wording (again)Alvaro Herrera2013-07-231-20/+107
* pgindent run for release 9.3Bruce Momjian2013-05-291-14/+14
* Disallow unlogged materialized views.Tom Lane2013-05-061-0/+12
* Incidental cleanup of matviews code.Tom Lane2013-04-271-5/+0
* Clean up the mess around EXPLAIN and materialized views.Tom Lane2013-04-121-18/+44
* Support writable foreign tables.Tom Lane2013-03-101-11/+2
* Add a materialized view relations.Kevin Grittner2013-03-031-1/+26
* Improve error message wordingAlvaro Herrera2013-02-061-14/+14
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-231-29/+29
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Check for stack overflow in transformSetOperationTree().Tom Lane2012-11-111-0/+4
* Allow OLD and NEW in multi-row VALUES within rules.Tom Lane2012-08-191-27/+19
* Centralize the logic for detecting misplaced aggregates, window funcs, etc.Tom Lane2012-08-101-105/+33
* Merge parser's p_relnamespace and p_varnamespace lists into a single list.Tom Lane2012-08-081-23/+14
* Implement SQL-standard LATERAL subqueries.Tom Lane2012-08-071-58/+14
* Fix WITH attached to a nested set operation (UNION/INTERSECT/EXCEPT).Tom Lane2012-07-311-13/+16
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-6/+6
* Add some infrastructure for contrib/pg_stat_statements.Tom Lane2012-03-271-0/+9
* Clean up compiler warnings from unused variables with asserts disabledPeter Eisentraut2012-03-211-1/+1
* Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.Tom Lane2012-03-191-33/+106
* Check misplaced window functions before checking aggregate/group by sanity.Tom Lane2012-02-081-9/+9
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Fix unsupported options in CREATE TABLE ... AS EXECUTE.Tom Lane2011-11-241-72/+5
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-091-9/+9
* Expose the "*VALUES*" alias that we generate for a stand-alone VALUES list.Tom Lane2011-06-041-1/+2
* Make a code-cleanup pass over the collations patch.Tom Lane2011-04-221-4/+6
* Fix handling of collations in multi-row VALUES constructs.Tom Lane2011-04-181-40/+85
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-14/+14
* Revise collation derivation method and expression-tree representation.Tom Lane2011-03-191-23/+66
* Improve handling of unknown-type literals in UNION/INTERSECT/EXCEPT.Tom Lane2011-03-151-54/+96
* Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.Tom Lane2011-02-251-0/+16