index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
fmgr
/
funcapi.c
Commit message (
Expand
)
Author
Age
*
Add SysCacheGetAttrNotNull for guaranteed not-null attrs
Daniel Gustafsson
2023-03-25
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Convert the reg* input functions to report (most) errors softly.
Tom Lane
2022-12-27
*
Remove compatibility declarations for InitMaterializedSRF()
Michael Paquier
2022-10-18
*
Rename SetSingleFuncCall() to InitMaterializedSRF()
Michael Paquier
2022-10-18
*
Fix EXPLAIN of SEARCH BREADTH FIRST with a constant initial value.
Tom Lane
2022-10-16
*
Add construct_array_builtin, deconstruct_array_builtin
Peter Eisentraut
2022-07-01
*
Fix various typos and spelling mistakes in code comments
David Rowley
2022-04-11
*
Create routine able to set single-call SRFs for Materialize mode
Michael Paquier
2022-03-07
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Reconsider the handling of procedure OUT parameters.
Tom Lane
2021-06-10
*
Fix broken ruleutils support for function TRANSFORM clauses.
Tom Lane
2021-01-25
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Multirange datatypes
Alexander Korotkov
2020-12-20
*
Make some sanity-check elogs more verbose
Alvaro Herrera
2020-11-23
*
Support for OUT parameters in procedures
Peter Eisentraut
2020-10-05
*
Introduce "anycompatible" family of polymorphic types.
Tom Lane
2020-03-19
*
Restructure polymorphic-type resolution in funcapi.c.
Tom Lane
2020-03-14
*
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-03-04
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Allow extracting fields from a ROW() expression in more cases.
Tom Lane
2019-10-28
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Replace heapam.h includes with {table, relation}.h where applicable.
Andres Freund
2019-01-21
*
Don't include heapam.h from others headers.
Andres Freund
2019-01-14
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Clean up in the wake of TupleDescGetSlot() removal / 10763358c3f.
Andres Freund
2018-09-27
*
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
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Support domains over composite types.
Tom Lane
2017-10-26
*
Add a utility function to extract variadic function arguments
Andrew Dunstan
2017-10-25
*
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-20
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
Move some things from builtins.h to new header files
Peter Eisentraut
2017-01-20
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Attempt to fix some compiler warnings.
Robert Haas
2015-04-29
*
Add transforms feature
Peter Eisentraut
2015-04-26
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Add more use of psprintf()
Peter Eisentraut
2014-01-06
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
[next]