index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
fmgr
/
funcapi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add SysCacheGetAttrNotNull for guaranteed not-null attrs
Daniel Gustafsson
2023-03-25
1
-17
/
+8
*
Update copyright for 2023
Bruce Momjian
2023-01-02
1
-1
/
+1
*
Convert the reg* input functions to report (most) errors softly.
Tom Lane
2022-12-27
1
-1
/
+1
*
Remove compatibility declarations for InitMaterializedSRF()
Michael Paquier
2022-10-18
1
-9
/
+0
*
Rename SetSingleFuncCall() to InitMaterializedSRF()
Michael Paquier
2022-10-18
1
-7
/
+16
*
Fix EXPLAIN of SEARCH BREADTH FIRST with a constant initial value.
Tom Lane
2022-10-16
1
-0
/
+34
*
Add construct_array_builtin, deconstruct_array_builtin
Peter Eisentraut
2022-07-01
1
-9
/
+5
*
Fix various typos and spelling mistakes in code comments
David Rowley
2022-04-11
1
-1
/
+1
*
Create routine able to set single-call SRFs for Materialize mode
Michael Paquier
2022-03-07
1
-0
/
+69
*
Update copyright for 2022
Bruce Momjian
2022-01-07
1
-1
/
+1
*
Reconsider the handling of procedure OUT parameters.
Tom Lane
2021-06-10
1
-3
/
+1
*
Fix broken ruleutils support for function TRANSFORM clauses.
Tom Lane
2021-01-25
1
-2
/
+3
*
Update copyright for 2021
Bruce Momjian
2021-01-02
1
-1
/
+1
*
Multirange datatypes
Alexander Korotkov
2020-12-20
1
-3
/
+177
*
Make some sanity-check elogs more verbose
Alvaro Herrera
2020-11-23
1
-10
/
+15
*
Support for OUT parameters in procedures
Peter Eisentraut
2020-10-05
1
-1
/
+3
*
Introduce "anycompatible" family of polymorphic types.
Tom Lane
2020-03-19
1
-9
/
+187
*
Restructure polymorphic-type resolution in funcapi.c.
Tom Lane
2020-03-14
1
-135
/
+188
*
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-03-04
1
-4
/
+4
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
1
-1
/
+1
*
Allow extracting fields from a ROW() expression in more cases.
Tom Lane
2019-10-28
1
-0
/
+32
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
1
-6
/
+6
*
Replace heapam.h includes with {table, relation}.h where applicable.
Andres Freund
2019-01-21
1
-1
/
+1
*
Don't include heapam.h from others headers.
Andres Freund
2019-01-14
1
-0
/
+1
*
Update copyright for 2019
Bruce Momjian
2019-01-02
1
-1
/
+1
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
1
-2
/
+2
*
Clean up in the wake of TupleDescGetSlot() removal / 10763358c3f.
Andres Freund
2018-09-27
1
-16
/
+0
*
Fast ALTER TABLE ADD COLUMN with a non-NULL default
Andrew Dunstan
2018-03-28
1
-4
/
+4
*
Support INOUT arguments in procedures
Peter Eisentraut
2018-03-14
1
-4
/
+7
*
Update copyright for 2018
Bruce Momjian
2018-01-02
1
-1
/
+1
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
1
-3
/
+3
*
Support domains over composite types.
Tom Lane
2017-10-26
1
-18
/
+75
*
Add a utility function to extract variadic function arguments
Andrew Dunstan
2017-10-25
1
-1
/
+114
*
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-20
1
-6
/
+9
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
1
-1
/
+1
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
1
-3
/
+3
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
1
-1
/
+1
*
Move some things from builtins.h to new header files
Peter Eisentraut
2017-01-20
1
-0
/
+1
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
1
-1
/
+1
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
1
-3
/
+1
*
Update copyright for 2016
Bruce Momjian
2016-01-02
1
-1
/
+1
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
1
-5
/
+4
*
Attempt to fix some compiler warnings.
Robert Haas
2015-04-29
1
-2
/
+1
*
Add transforms feature
Peter Eisentraut
2015-04-26
1
-0
/
+44
*
Update copyright for 2015
Bruce Momjian
2015-01-06
1
-1
/
+1
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
1
-5
/
+5
*
Update copyright for 2014
Bruce Momjian
2014-01-07
1
-1
/
+1
*
Add more use of psprintf()
Peter Eisentraut
2014-01-06
1
-2
/
+1
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
1
-1
/
+1
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
1
-0
/
+1
[next]