aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/functioncmds.c
Commit message (Expand)AuthorAge
* Replace many MemSet calls with struct initializationPeter Eisentraut2022-07-16
* Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut2022-07-01
* Fix breakage in AlterFunction().Tom Lane2022-04-19
* pgstat: scaffolding for transactional stats creation / drop.Andres Freund2022-04-06
* Add Boolean nodePeter Eisentraut2022-01-17
* Update copyright for 2022Bruce Momjian2022-01-07
* Fix misevaluation of STABLE parameters in CALL within plpgsql.Tom Lane2021-09-21
* Improve reporting of "conflicting or redundant options" errors.Dean Rasheed2021-07-15
* Reconsider the handling of procedure OUT parameters.Tom Lane2021-06-10
* Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.Tom Lane2021-05-21
* doc: Improve hyphenation consistencyPeter Eisentraut2021-04-21
* Provide query source text when parsing a SQL-standard function body.Tom Lane2021-04-15
* Undo decision to allow pg_proc.prosrc to be NULL.Tom Lane2021-04-15
* SQL-standard function bodyPeter Eisentraut2021-04-07
* Re-implement pl/pgsql's expression and assignment parsing.Tom Lane2021-01-04
* Update copyright for 2021Bruce Momjian2021-01-02
* Support for OUT parameters in proceduresPeter Eisentraut2020-10-05
* Switch to multi-inserts when registering dependencies for many code pathsMichael Paquier2020-09-05
* Unify drop-by-OID functionsPeter Eisentraut2020-06-09
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Introduce "anycompatible" family of polymorphic types.Tom Lane2020-03-19
* Split out CreateCast into src/backend/catalog/pg_cast.cAlvaro Herrera2020-03-10
* Remove the "opaque" pseudo-type and associated compatibility hacks.Tom Lane2020-03-05
* Introduce macros for typalign and typstorage constants.Tom Lane2020-03-04
* Remove excess parens in ereport() callsAlvaro Herrera2020-01-30
* Invent "trusted" extensions, and remove the pg_pltemplate catalog.Tom Lane2020-01-29
* Update copyrights for 2020Bruce Momjian2020-01-01
* Revert "Rename files and headers related to index AM"Michael Paquier2019-12-27
* Rename files and headers related to index AMMichael Paquier2019-12-25
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Fix more typos and inconsistencies in the treeMichael Paquier2019-06-17
* Create the infrastructure for planner support functions.Tom Lane2019-02-09
* Refactor planner's header files.Tom Lane2019-01-29
* Change function call information to be variable length.Andres Freund2019-01-26
* Remove superfluous tqual.h includes.Andres Freund2019-01-21
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-21
* Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund2019-01-21
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Introduce notion of different types of slots (without implementing them).Andres Freund2018-11-15
* Fix ExecuteCallStmt to not scribble on the passed-in parse tree.Tom Lane2018-11-04
* Track procedure calls in pg_stat_user_functionsPeter Eisentraut2018-10-08
* Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.Andres Freund2018-09-25
* Prohibit transaction commands in security definer proceduresPeter Eisentraut2018-07-13
* Add UtilityReturnsTuples() support for CALLPeter Eisentraut2018-07-09
* Allow CALL with polymorphic type argumentsPeter Eisentraut2018-07-06
* Adjust hints and docs to suggest CREATE EXTENSION not CREATE LANGUAGE.Tom Lane2018-04-27
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Support named and default arguments in CALLPeter Eisentraut2018-04-14
* Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.Tom Lane2018-04-08