summaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_clause.c
Commit message (Expand)AuthorAgeFilesLines
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-25/+25
* Refactor planner's header files.Tom Lane2019-01-291-2/+1
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-211-2/+2
* Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund2019-01-211-1/+1
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Make type "name" collation-aware.Tom Lane2018-12-191-1/+1
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-201-40/+0
* Create an RTE field to record the query's lock mode for each relation.Tom Lane2018-09-301-0/+1
* Fix parsetree representation of XMLTABLE(XMLNAMESPACES(DEFAULT ...)).Tom Lane2018-09-171-7/+8
* Fix bugs with degenerate window ORDER BY clauses in GROUPS/RANGE mode.Tom Lane2018-07-111-0/+10
* Revert MERGE patchSimon Riggs2018-04-121-46/+11
* Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.Tom Lane2018-04-081-1/+1
* Allow cpluspluscheck to pass by renaming variableSimon Riggs2018-04-051-7/+7
* MERGE SQL Command following SQL:2016Simon Riggs2018-04-031-5/+40
* Revert "Modified files for MERGE"Simon Riggs2018-04-021-40/+5
* Modified files for MERGESimon Riggs2018-04-021-5/+40
* Fix oversight in CALL argument handling, and do some minor cleanup.Tom Lane2018-02-101-6/+5
* Support all SQL:2011 options for window frame clauses.Tom Lane2018-02-071-5/+151
* Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers.Tom Lane2018-01-261-1/+1
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-081-1/+1
* Always require SELECT permission for ON CONFLICT DO UPDATE.Dean Rasheed2017-11-061-2/+19
* Fix incorrect handling of CTEs and ENRs as DML target relations.Tom Lane2017-10-161-47/+27
* Phase 3 of pgindent updates.Tom Lane2017-06-211-50/+50
* Phase 2 of pgindent updates.Tom Lane2017-06-211-2/+2
* Disallow set-returning functions inside CASE or COALESCE.Tom Lane2017-06-131-6/+32
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-171-14/+12
* Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner2017-03-311-10/+49
* Cast result of copyObject() to correct typePeter Eisentraut2017-03-281-1/+1
* Support XMLTABLE query expressionAlvaro Herrera2017-03-081-1/+244
* Make tablesample work with partitioned tables.Robert Haas2017-02-241-1/+2
* Make more use of castNode()Peter Eisentraut2017-02-211-2/+1
* Remove vestigial resolveUnknown arguments from transformSortClause etc.Tom Lane2017-01-251-28/+9
* Change unknown-type literals to type text in SELECT and RETURNING lists.Tom Lane2017-01-251-1/+2
* Change representation of statement lists, and add statement location info.Tom Lane2017-01-141-4/+3
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Replace enum InhOption with simple boolean.Tom Lane2016-12-231-2/+1
* Remove sql_inheritance GUC.Robert Haas2016-12-231-25/+1
* Run pgindent on a batch of (mostly-planner-related) source files.Tom Lane2016-04-061-2/+2
* Type names should not be quotedAlvaro Herrera2016-04-011-1/+1
* Improve internationalization of messages involving type namesAlvaro Herrera2016-03-281-2/+2
* Refactor pull_var_clause's API to make it less tedious to extend.Tom Lane2016-03-101-0/+1
* Move pg_constraint.h function declarations to new file pg_constraint_fn.h.Tom Lane2016-02-111-1/+1
* Restructure index access method API to hide most of it at the C level.Tom Lane2016-01-171-0/+1
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Message improvementsPeter Eisentraut2015-11-161-1/+1
* Message style improvementsPeter Eisentraut2015-10-281-2/+2
* Fix flattening of nested grouping sets.Andres Freund2015-07-261-3/+10
* Redesign tablesample method API, and do extensive code review.Tom Lane2015-07-251-56/+134
* pgindent run for 9.5Bruce Momjian2015-05-231-82/+87