index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
/
functions.c
Age
Commit message (
Expand
)
Author
2024-07-19
Propagate query IDs of utility statements in functions
Michael Paquier
2024-03-17
Add RETURNING support to MERGE.
Dean Rasheed
2024-03-12
Fix confusion about the return rowtype of SQL-language procedures.
Tom Lane
2024-03-03
Redefine backend ID to be an index into the proc array
Heikki Linnakangas
2024-01-03
Update copyright for 2024
Bruce Momjian
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-03-25
Add SysCacheGetAttrNotNull for guaranteed not-null attrs
Daniel Gustafsson
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-11-29
Prevent clobbering of utility statements in SQL function caches.
Tom Lane
2022-08-10
Fix handling of R/W expanded datums that are passed to SQL functions.
Tom Lane
2022-07-13
Remove useless assertions
Peter Eisentraut
2022-03-04
Parse/analyze function renaming
Peter Eisentraut
2022-01-07
Update copyright for 2022
Bruce Momjian
2021-06-18
Centralize the logic for protective copying of utility statements.
Tom Lane
2021-06-11
Use the correct article for abbreviations
David Rowley
2021-06-10
Reconsider the handling of procedure OUT parameters.
Tom Lane
2021-04-15
Undo decision to allow pg_proc.prosrc to be NULL.
Tom Lane
2021-04-07
SQL-standard function body
Peter Eisentraut
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-20
Multirange datatypes
Alexander Korotkov
2020-10-19
Fix list-munging bug that broke SQL function result coercions.
Tom Lane
2020-10-05
Support for OUT parameters in procedures
Peter Eisentraut
2020-04-14
Account for collation when coercing the output of a SQL function.
Tom Lane
2020-03-30
Allow the planner-related functions and hook to accept the query string.
Fujii Masao
2020-03-17
Remove bogus assertion about polymorphic SQL function result.
Tom Lane
2020-03-02
Represent command completion tags as structs
Alvaro Herrera
2020-01-16
Fix problems with "read only query" checks, and refactor the code.
Robert Haas
2020-01-08
Improve the handling of result type coercions in SQL functions.
Tom Lane
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-08-12
Rationalize use of list_concat + list_copy combinations.
Tom Lane
2019-07-15
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-03-14
Refactor ParamListInfo initialization
Peter Eisentraut
2019-01-26
Change function call information to be variable length.
Andres Freund
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-11-20
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-15
Introduce notion of different types of slots (without implementing them).
Andres Freund
2018-11-15
Rejigger materializing and fetching a HeapTuple from a slot.
Andres Freund
2018-03-27
Allow memory contexts to have both fixed and variable ident strings.
Tom Lane
2018-03-14
Support INOUT arguments in procedures
Peter Eisentraut
2018-03-02
Add prokind column, replacing proisagg and proiswindow
Peter Eisentraut
2018-01-02
Update copyright for 2018
Bruce Momjian
2017-12-21
Rearrange execution of PARAM_EXTERN Params for plpgsql's benefit.
Tom Lane
2017-11-30
SQL procedures
Peter Eisentraut
2017-10-26
Support domains over composite types.
Tom Lane
2017-09-07
Reduce excessive dereferencing of function pointers
Peter Eisentraut
2017-08-20
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
[next]