index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
functioncmds.c
Commit message (
Expand
)
Author
Age
*
Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.
Tom Lane
2021-05-21
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Introduce "anycompatible" family of polymorphic types.
Tom Lane
2020-03-19
*
Split out CreateCast into src/backend/catalog/pg_cast.c
Alvaro Herrera
2020-03-10
*
Remove the "opaque" pseudo-type and associated compatibility hacks.
Tom Lane
2020-03-05
*
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-03-04
*
Remove excess parens in ereport() calls
Alvaro Herrera
2020-01-30
*
Invent "trusted" extensions, and remove the pg_pltemplate catalog.
Tom Lane
2020-01-29
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-27
*
Rename files and headers related to index AM
Michael Paquier
2019-12-25
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
Fix more typos and inconsistencies in the tree
Michael Paquier
2019-06-17
*
Create the infrastructure for planner support functions.
Tom Lane
2019-02-09
*
Refactor planner's header files.
Tom Lane
2019-01-29
*
Change function call information to be variable length.
Andres Freund
2019-01-26
*
Remove superfluous tqual.h includes.
Andres Freund
2019-01-21
*
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
*
Replace heapam.h includes with {table, relation}.h where applicable.
Andres Freund
2019-01-21
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Introduce notion of different types of slots (without implementing them).
Andres Freund
2018-11-15
*
Fix ExecuteCallStmt to not scribble on the passed-in parse tree.
Tom Lane
2018-11-04
*
Track procedure calls in pg_stat_user_functions
Peter Eisentraut
2018-10-08
*
Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.
Andres Freund
2018-09-25
*
Prohibit transaction commands in security definer procedures
Peter Eisentraut
2018-07-13
*
Add UtilityReturnsTuples() support for CALL
Peter Eisentraut
2018-07-09
*
Allow CALL with polymorphic type arguments
Peter Eisentraut
2018-07-06
*
Adjust hints and docs to suggest CREATE EXTENSION not CREATE LANGUAGE.
Tom Lane
2018-04-27
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Support named and default arguments in CALL
Peter Eisentraut
2018-04-14
*
Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.
Tom Lane
2018-04-08
*
Fast ALTER TABLE ADD COLUMN with a non-NULL default
Andrew Dunstan
2018-03-28
*
Support INOUT arguments in procedures
Peter Eisentraut
2018-03-14
*
Add prokind column, replacing proisagg and proiswindow
Peter Eisentraut
2018-03-02
*
Support parameters in CALL
Peter Eisentraut
2018-02-22
*
Avoid premature free of pass-by-reference CALL arguments.
Tom Lane
2018-02-10
*
Fix oversight in CALL argument handling, and do some minor cleanup.
Tom Lane
2018-02-10
*
Remove the obsolete WITH clause of CREATE FUNCTION.
Tom Lane
2018-01-26
*
Transaction control in PL procedures
Peter Eisentraut
2018-01-22
*
Replace AclObjectKind with ObjectType
Peter Eisentraut
2018-01-19
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
SQL procedures
Peter Eisentraut
2017-11-30
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Fix dependency, when changing a function's argument/return type.
Heikki Linnakangas
2017-06-16
*
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-10
*
Replace LookupFuncNameTypeNames() with LookupFuncWithArgs()
Peter Eisentraut
2017-03-06
*
Add operator_with_argtypes grammar rule
Peter Eisentraut
2017-03-06
[next]