summaryrefslogtreecommitdiff
path: root/src/backend/commands/functioncmds.c
AgeCommit message (Expand)Author
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-26Revert "Rename files and headers related to index AM"Michael Paquier
2019-12-25Rename files and headers related to index AMMichael Paquier
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-06-17Fix more typos and inconsistencies in the treeMichael Paquier
2019-02-09Create the infrastructure for planner support functions.Tom Lane
2019-01-29Refactor planner's header files.Tom Lane
2019-01-26Change function call information to be variable length.Andres Freund
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
2019-01-21Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-11-16Introduce notion of different types of slots (without implementing them).Andres Freund
2018-11-04Fix ExecuteCallStmt to not scribble on the passed-in parse tree.Tom Lane
2018-10-08Track procedure calls in pg_stat_user_functionsPeter Eisentraut
2018-09-25Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.Andres Freund
2018-07-13Prohibit transaction commands in security definer proceduresPeter Eisentraut
2018-07-09Add UtilityReturnsTuples() support for CALLPeter Eisentraut
2018-07-06Allow CALL with polymorphic type argumentsPeter Eisentraut
2018-04-27Adjust hints and docs to suggest CREATE EXTENSION not CREATE LANGUAGE.Tom Lane
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-04-14Support named and default arguments in CALLPeter Eisentraut
2018-04-08Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.Tom Lane
2018-03-28Fast ALTER TABLE ADD COLUMN with a non-NULL defaultAndrew Dunstan
2018-03-14Support INOUT arguments in proceduresPeter Eisentraut
2018-03-02Add prokind column, replacing proisagg and proiswindowPeter Eisentraut
2018-02-23Support parameters in CALLPeter Eisentraut
2018-02-10Avoid premature free of pass-by-reference CALL arguments.Tom Lane
2018-02-10Fix oversight in CALL argument handling, and do some minor cleanup.Tom Lane
2018-01-26Remove the obsolete WITH clause of CREATE FUNCTION.Tom Lane
2018-01-22Transaction control in PL proceduresPeter Eisentraut
2018-01-19Replace AclObjectKind with ObjectTypePeter Eisentraut
2018-01-03Update copyright for 2018Bruce Momjian
2017-11-30SQL proceduresPeter Eisentraut
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-16Fix dependency, when changing a function's argument/return type.Heikki Linnakangas
2017-04-10Improve castNode notation by introducing list-extraction-specific variants.Tom Lane
2017-03-06Replace LookupFuncNameTypeNames() with LookupFuncWithArgs()Peter Eisentraut
2017-03-06Add operator_with_argtypes grammar rulePeter Eisentraut
2017-02-06Fix typos in comments.Heikki Linnakangas
2017-02-01Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().Tom Lane
2017-01-31Tweak catalog indexing abstraction for upcoming WARMAlvaro Herrera
2017-01-27Use the new castNode() macro in a number of places.Andres Freund
2017-01-18Make messages mentioning type names more uniformAlvaro Herrera
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-09-06Add location field to DefElemPeter Eisentraut
2016-04-05Fix parallel-safety code for parallel aggregation.Robert Haas