summaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_clause.c
AgeCommit message (Expand)Author
2025-04-06Relax ordering-related hardcoded btree requirements in planningPeter Eisentraut
2025-01-16Add OLD/NEW support to RETURNING in DML queries.Dean Rasheed
2025-01-01Update copyright for 2025Bruce Momjian
2024-10-27Remove unused #include's from backend .c filesPeter Eisentraut
2024-10-14Track sort direction in SortGroupClausePeter Eisentraut
2024-05-05Fix query pullup issue with WindowClause runConditionDavid Rowley
2024-04-04Add basic JSON_TABLE() functionalityAmit Langote
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-07-14Add missing initializations of p_perminfoAmit Langote
2023-01-30Make Vars be outer-join-aware.Tom Lane
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-06Rework query relation permission checkingAlvaro Herrera
2022-10-24Update some comments that should've covered MERGEAlvaro Herrera
2022-10-05Rename shadowed local variablesDavid Rowley
2022-09-20Harmonize more parameter names in bulk.Peter Geoghegan
2022-09-01Revert SQL/JSON featuresAndrew Dunstan
2022-08-13Catch stack overflow when recursing in transformFromClauseItem().Tom Lane
2022-07-20Make subquery aliases optional in the FROM clause.Dean Rasheed
2022-05-26Teach remove_unused_subquery_outputs about window run conditionsDavid Rowley
2022-05-18Check column list length in XMLTABLE/JSON_TABLE aliasAlvaro Herrera
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-04JSON_TABLEAndrew Dunstan
2022-01-08Update copyright for 2022Bruce Momjian
2021-09-09Remove Value node structPeter Eisentraut
2021-07-19Use l*_node() family of functions where appropriatePeter Eisentraut
2021-06-06Fix inconsistent equalfuncs.c behavior for FuncCall.funcformat.Tom Lane
2021-04-13Allow table-qualified variable names in ON CONFLICT ... WHERE.Tom Lane
2021-03-31Allow an alias to be attached to a JOIN ... USINGPeter Eisentraut
2021-03-31Add p_names field to ParseNamespaceItemPeter Eisentraut
2021-02-11Remove no-longer-used RTE argument of markVarForSelectPriv().Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-11-04Improve our ability to regurgitate SQL-syntax function calls.Tom Lane
2020-10-27Add select_common_typmod()Peter Eisentraut
2020-09-14Message fixes and style improvementsPeter Eisentraut
2020-05-16Run pgindent with new pg_bsd_indent version 2.1.1.Tom Lane
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-04-07Support FETCH FIRST WITH TIESAlvaro Herrera
2020-01-09Reconsider the representation of join alias Vars.Tom Lane
2020-01-02Make parser rely more heavily on the ParseNamespaceItem data structure.Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-26Refactor parser's generation of Var nodes.Tom Lane
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-08-12Rationalize use of list_concat + list_copy combinations.Tom Lane
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-01-29Refactor planner's header files.Tom Lane
2019-01-21Replace uses of heap_open et al with the corresponding table_* function.Andres Freund
2019-01-21Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian
2018-12-19Make type "name" collation-aware.Tom Lane