summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/ruleutils.c
AgeCommit message (Expand)Author
2024-08-11Suppress Coverity warnings about Asserts in get_name_for_var_field.Tom Lane
2024-08-09Fix "failed to find plan for subquery/CTE" errors in EXPLAIN.Tom Lane
2024-02-09Remove race condition in pg_get_expr().Tom Lane
2023-09-15Track nesting depth correctly when drilling down into RECORD Vars.Tom Lane
2023-09-15Fix get_expr_result_type() to find field names for RECORD Consts.Tom Lane
2023-02-17Print the correct aliases for DML target tables in ruleutils.Tom Lane
2023-01-03Fix typos in comments, code and documentationMichael Paquier
2022-07-21Fix ruleutils issues with dropped cols in functions-returning-composite.Tom Lane
2022-05-21Show 'AS "?column?"' explicitly when it's important.Tom Lane
2022-03-21Fix assorted missing logic for GroupingFunc nodes.Tom Lane
2022-01-13Fix ruleutils.c's dumping of whole-row Vars in more contexts.Tom Lane
2021-01-25Fix broken ruleutils support for function TRANSFORM clauses.Tom Lane
2020-09-28Add for_each_from, to simplify loops starting from non-first list cells.Tom Lane
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-03-30Implement operator class parametersAlexander Korotkov
2020-03-04Introduce macros for typalign and typstorage constants.Tom Lane
2020-01-30Clean up newlines following left parenthesesAlvaro Herrera
2020-01-09Reconsider the representation of join alias Vars.Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-27Revert "Rename files and headers related to index AM"Michael Paquier
2019-12-25Rename files and headers related to index AMMichael Paquier
2019-12-11Further adjust EXPLAIN's choices of table alias names.Tom Lane
2019-11-16Further fix dumping of views that contain just VALUES(...).Tom Lane
2019-11-12Finish reverting commit 0a52d378b.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-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-07-23Use appendBinaryStringInfo in more places where the length is knownDavid Rowley
2019-07-16Fix inconsistencies and typos in the treeMichael Paquier
2019-07-15Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane
2019-07-04Use appendStringInfoString and appendPQExpBufferStr where possibleDavid Rowley
2019-06-12Fix incorrect printing of queries with duplicated join names.Tom Lane
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-04-25Fix tablespace inheritance for partitioned relsAlvaro Herrera
2019-04-07Avoid fetching past the end of the indoption array.Tom Lane
2019-04-03Support foreign keys that reference partitioned tablesAlvaro Herrera
2019-03-27Add support for multivariate MCV listsTomas Vondra
2019-02-28Standardize some more loops that chase down parallel lists.Tom Lane
2019-02-16Allow user control of CTE materialization, and change the default behavior.Tom Lane
2019-02-09Create the infrastructure for planner support functions.Tom Lane
2019-02-07Use EXECUTE FUNCTION syntax for triggers morePeter Eisentraut
2019-02-01Renaming for new subscripting mechanismAlvaro Herrera
2019-01-29Refactor planner's header files.Tom Lane
2019-01-28In the planner, replace an empty FROM clause with a dummy RTE.Tom Lane
2019-01-21Remove superfluous tqual.h includes.Andres Freund
2019-01-21Replace uses of heap_open et al with the corresponding table_* function.Andres Freund