summaryrefslogtreecommitdiff
path: root/src/include/parser
AgeCommit message (Expand)Author
2019-08-05Require the schema qualification in pg_temp.type_name(arg).Noah Misch
2019-08-05Fix inconsistencies and typos in the tree, take 9Michael Paquier
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-04-23Avoid order-of-execution problems with ALTER TABLE ADD PRIMARY KEY.Tom Lane
2019-03-30Generated columnsPeter Eisentraut
2019-03-21Improve error reporting for DROP FUNCTION/PROCEDURE/AGGREGATE/ROUTINE.Tom Lane
2019-02-09Create the infrastructure for planner support functions.Tom Lane
2019-02-01Renaming for new subscripting mechanismAlvaro Herrera
2019-01-25Allow generalized expression syntax for partition boundsPeter Eisentraut
2019-01-19Allow COPY FROM to filter data using WHERE conditionsTomas Vondra
2019-01-10Use perfect hashing, instead of binary search, for keyword lookup.Tom Lane
2019-01-06Replace the data structure used for keyword lookup.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-10-23Sprinkle some const decorationsPeter Eisentraut
2018-10-16Correct constness of system attributes in heap.c & prerequisites.Andres Freund
2018-10-04In the executor, use an array of pointers to access the rangetable.Tom Lane
2018-09-30Create an RTE field to record the query's lock mode for each relation.Tom Lane
2018-08-04Fix INSERT ON CONFLICT UPDATE through a view that isn't just SELECT *.Tom Lane
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-04-12Revert MERGE patchSimon Riggs
2018-04-07Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev
2018-04-05Allow cpluspluscheck to pass by renaming variableSimon Riggs
2018-04-03New files for MERGESimon Riggs
2018-04-03MERGE SQL Command following SQL:2016Simon Riggs
2018-04-02Revert "MERGE SQL Command following SQL:2016"Simon Riggs
2018-04-02Revert "Modified files for MERGE"Simon Riggs
2018-04-02Modified files for MERGESimon Riggs
2018-04-02MERGE SQL Command following SQL:2016Simon Riggs
2018-02-19Allow UNIQUE indexes on partitioned tablesAlvaro Herrera
2018-02-10Fix oversight in CALL argument handling, and do some minor cleanup.Tom Lane
2018-02-07Support all SQL:2011 options for window frame clauses.Tom Lane
2018-01-19Local partitioned indexesAlvaro Herrera
2018-01-03Update copyright for 2018Bruce Momjian
2017-11-30SQL proceduresPeter Eisentraut
2017-11-10Add some const decorations to prototypesPeter Eisentraut
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-10-26Support domains over composite types.Tom Lane
2017-09-30Support arrays over domains.Tom Lane
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-06-14Disallow set-returning functions inside CASE or COALESCE.Tom Lane
2017-05-29Code review focused on new node types added by partitioning support.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-05-12Rework the options syntax for logical replication commandsPeter Eisentraut
2017-05-09Remove the NODROP SLOT option from DROP SUBSCRIPTIONPeter Eisentraut
2017-04-06Identity columnsPeter Eisentraut
2017-04-05Capitalize names of PLs consistentlyPeter Eisentraut