aboutsummaryrefslogtreecommitdiff
path: root/src/include/parser
Commit message (Expand)AuthorAge
* Refactor our checks for valid function and aggregate signatures.Tom Lane2020-03-17
* Restructure polymorphic-type resolution in funcapi.c.Tom Lane2020-03-14
* Allow Unicode escapes in any server encoding, not only UTF-8.Tom Lane2020-03-06
* Fill in extraUpdatedCols in logical replicationPeter Eisentraut2020-02-17
* Restructure ALTER TABLE execution to fix assorted bugs.Tom Lane2020-01-15
* ALTER TABLE ... ALTER COLUMN ... DROP EXPRESSIONPeter Eisentraut2020-01-14
* Reduce size of backend scanner's tables.Tom Lane2020-01-13
* Reconsider the representation of join alias Vars.Tom Lane2020-01-09
* Make parser rely more heavily on the ParseNamespaceItem data structure.Tom Lane2020-01-02
* Update copyrights for 2020Bruce Momjian2020-01-01
* Refactor parser's generation of Var nodes.Tom Lane2019-12-26
* Minimal portability fix for commit e1551f96e.Tom Lane2019-12-18
* Refactor attribute mappings used in logical tuple conversionMichael Paquier2019-12-18
* Require the schema qualification in pg_temp.type_name(arg).Noah Misch2019-08-05
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-05
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* Avoid order-of-execution problems with ALTER TABLE ADD PRIMARY KEY.Tom Lane2019-04-23
* Generated columnsPeter Eisentraut2019-03-30
* Improve error reporting for DROP FUNCTION/PROCEDURE/AGGREGATE/ROUTINE.Tom Lane2019-03-21
* Create the infrastructure for planner support functions.Tom Lane2019-02-09
* Renaming for new subscripting mechanismAlvaro Herrera2019-02-01
* Allow generalized expression syntax for partition boundsPeter Eisentraut2019-01-25
* Allow COPY FROM to filter data using WHERE conditionsTomas Vondra2019-01-20
* Use perfect hashing, instead of binary search, for keyword lookup.Tom Lane2019-01-09
* Replace the data structure used for keyword lookup.Tom Lane2019-01-06
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Sprinkle some const decorationsPeter Eisentraut2018-10-23
* Correct constness of system attributes in heap.c & prerequisites.Andres Freund2018-10-16
* In the executor, use an array of pointers to access the rangetable.Tom Lane2018-10-04
* Create an RTE field to record the query's lock mode for each relation.Tom Lane2018-09-30
* Fix INSERT ON CONFLICT UPDATE through a view that isn't just SELECT *.Tom Lane2018-08-04
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Revert MERGE patchSimon Riggs2018-04-12
* Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev2018-04-07
* Allow cpluspluscheck to pass by renaming variableSimon Riggs2018-04-05
* New files for MERGESimon Riggs2018-04-03
* MERGE SQL Command following SQL:2016Simon Riggs2018-04-03
* Revert "MERGE SQL Command following SQL:2016"Simon Riggs2018-04-02
* Revert "Modified files for MERGE"Simon Riggs2018-04-02
* Modified files for MERGESimon Riggs2018-04-02
* MERGE SQL Command following SQL:2016Simon Riggs2018-04-02
* Allow UNIQUE indexes on partitioned tablesAlvaro Herrera2018-02-19
* Fix oversight in CALL argument handling, and do some minor cleanup.Tom Lane2018-02-10
* Support all SQL:2011 options for window frame clauses.Tom Lane2018-02-07
* Local partitioned indexesAlvaro Herrera2018-01-19
* Update copyright for 2018Bruce Momjian2018-01-02
* SQL proceduresPeter Eisentraut2017-11-30
* Add some const decorations to prototypesPeter Eisentraut2017-11-10