summaryrefslogtreecommitdiff
path: root/src/include/parser
Commit message (Expand)AuthorAgeFilesLines
...
* Implement GROUP BY DISTINCTTomas Vondra2021-03-181-1/+1
* Remove no-longer-used RTE argument of markVarForSelectPriv().Tom Lane2021-02-111-2/+1
* SEARCH and CYCLE clausesPeter Eisentraut2021-02-013-0/+6
* Re-implement pl/pgsql's expression and assignment parsing.Tom Lane2021-01-042-2/+23
* Add the ability for the core grammar to have more than one parse target.Tom Lane2021-01-041-1/+19
* Update copyright for 2021Bruce Momjian2021-01-0222-22/+22
* Support subscripting of arbitrary types, not only arrays.Tom Lane2020-12-091-3/+3
* Remove operator_precedence_warning.Tom Lane2020-12-081-1/+0
* Calculate extraUpdatedCols in query rewriter, not parser.Tom Lane2020-10-281-2/+0
* Add select_common_typmod()Peter Eisentraut2020-10-271-0/+2
* Make postgres.bki use the same literal-string syntax as postgresql.conf.Tom Lane2020-10-041-4/+1
* Allow most keywords to be used as column labels without requiring AS.Tom Lane2020-09-181-452/+452
* Remove support for postfix (right-unary) operators.Tom Lane2020-09-171-2/+0
* Fix handling of CREATE TABLE LIKE with inheritance.Tom Lane2020-08-211-0/+2
* Revert 0f5ca02f53Alexander Korotkov2020-04-081-3/+0
* Implement waiting for given lsn at transaction startAlexander Korotkov2020-04-071-0/+3
* Support FETCH FIRST WITH TIESAlvaro Herrera2020-04-071-1/+2
* Add SQL functions for Unicode normalizationPeter Eisentraut2020-04-021-0/+6
* Go back to returning int from ereport auxiliary functions.Tom Lane2020-03-253-3/+3
* Improve the internal implementation of ereport().Tom Lane2020-03-243-3/+3
* Refactor our checks for valid function and aggregate signatures.Tom Lane2020-03-171-0/+7
* Restructure polymorphic-type resolution in funcapi.c.Tom Lane2020-03-141-3/+0
* Allow Unicode escapes in any server encoding, not only UTF-8.Tom Lane2020-03-061-0/+16
* Fill in extraUpdatedCols in logical replicationPeter Eisentraut2020-02-171-0/+2
* Restructure ALTER TABLE execution to fix assorted bugs.Tom Lane2020-01-151-2/+4
* ALTER TABLE ... ALTER COLUMN ... DROP EXPRESSIONPeter Eisentraut2020-01-141-0/+1
* Reduce size of backend scanner's tables.Tom Lane2020-01-132-1/+3
* Reconsider the representation of join alias Vars.Tom Lane2020-01-091-0/+3
* Make parser rely more heavily on the ParseNamespaceItem data structure.Tom Lane2020-01-023-70/+103
* Update copyrights for 2020Bruce Momjian2020-01-0122-22/+22
* Refactor parser's generation of Var nodes.Tom Lane2019-12-262-33/+18
* Minimal portability fix for commit e1551f96e.Tom Lane2019-12-181-2/+3
* Refactor attribute mappings used in logical tuple conversionMichael Paquier2019-12-181-1/+2
* Require the schema qualification in pg_temp.type_name(arg).Noah Misch2019-08-051-0/+3
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-051-2/+2
* Phase 2 pgindent run for v12.Tom Lane2019-05-2217-240/+240
* Initial pgindent run for v12.Tom Lane2019-05-221-2/+2
* Avoid order-of-execution problems with ALTER TABLE ADD PRIMARY KEY.Tom Lane2019-04-231-1/+1
* Generated columnsPeter Eisentraut2019-03-302-1/+3
* Improve error reporting for DROP FUNCTION/PROCEDURE/AGGREGATE/ROUTINE.Tom Lane2019-03-211-2/+2
* Create the infrastructure for planner support functions.Tom Lane2019-02-091-0/+1
* Renaming for new subscripting mechanismAlvaro Herrera2019-02-011-8/+9
* Allow generalized expression syntax for partition boundsPeter Eisentraut2019-01-251-0/+1
* Allow COPY FROM to filter data using WHERE conditionsTomas Vondra2019-01-201-1/+2
* Use perfect hashing, instead of binary search, for keyword lookup.Tom Lane2019-01-091-2/+1
* Replace the data structure used for keyword lookup.Tom Lane2019-01-062-6/+9
* Update copyright for 2019Bruce Momjian2019-01-0222-22/+22
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-201-1/+0
* Sprinkle some const decorationsPeter Eisentraut2018-10-231-4/+4
* Correct constness of system attributes in heap.c & prerequisites.Andres Freund2018-10-161-1/+1