index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
fmgr.h
Commit message (
Expand
)
Author
Age
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Use PG_GETARG_TRANSACTIONID where appropriate
Peter Eisentraut
2020-11-02
*
Fix -Wcast-function-type warnings
Peter Eisentraut
2020-07-14
*
Fix minor violations of FunctionCallInvoke usage protocol.
Tom Lane
2020-04-21
*
Implement operator class parameters
Alexander Korotkov
2020-03-30
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Remove configure --disable-float4-byval
Peter Eisentraut
2019-11-21
*
Make comment in fmgr.h match the one in fmgr.c.
Tom Lane
2019-08-26
*
Fix double-word typos
Alvaro Herrera
2019-06-13
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Change function call information to be variable length.
Andres Freund
2019-01-26
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Add expression compilation support to LLVM JIT provider.
Andres Freund
2018-03-22
*
Add FIELDNO_* macro designating offset into structs required for JIT.
Andres Freund
2018-03-22
*
Remove prototype for fmgr() function, which no longer exists.
Robert Haas
2018-02-07
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Allow the built-in ordered-set aggregates to share transition state.
Tom Lane
2017-10-16
*
Introduce 64-bit hash functions with a 64-bit seed.
Robert Haas
2017-08-31
*
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
*
Avoid passing function pointers across process boundaries.
Tom Lane
2017-04-14
*
Remove support for version-0 calling conventions.
Andres Freund
2017-03-30
*
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-25
*
Add a direct function call mechanism using the caller's context.
Andrew Dunstan
2017-03-21
*
Recommend wrappers of PG_DETOAST_DATUM_PACKED().
Noah Misch
2017-03-12
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Revert "Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 mac...
Tom Lane
2016-11-07
*
Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 macro.
Tom Lane
2016-11-04
*
Revert addition of PGDLLEXPORT in PG_FUNCTION_INFO_V1 macro.
Tom Lane
2016-10-12
*
Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 macro.
Tom Lane
2016-10-12
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Fix comment in fmgr.h to refer to actual function used.
Andrew Dunstan
2015-06-15
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Create an infrastructure for parallel computation in PostgreSQL.
Robert Haas
2015-04-30
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Add PG_RETURN_UINT16 macro.
Robert Haas
2014-08-06
*
Redesign API presented by nodeAgg.c for ordered-set and similar aggregates.
Tom Lane
2014-07-03
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Fix failure to detoast fields in composite elements of structured types.
Tom Lane
2014-05-01
*
Fix documentation of FmgrInfo.fn_nargs.
Tom Lane
2014-04-22
*
Create function prototype as part of PG_FUNCTION_INFO_V1 macro
Peter Eisentraut
2014-04-18
*
Further code review for pg_lsn data type.
Robert Haas
2014-02-19
*
pg_lsn macro naming and type behavior revisions.
Robert Haas
2014-02-19
*
Add a pg_lsn data type, to represent an LSN.
Robert Haas
2014-02-19
*
Prevent privilege escalation in explicit calls to PL validators.
Noah Misch
2014-02-17
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Support ordered-set (WITHIN GROUP) aggregates.
Tom Lane
2013-12-23
*
Add infrastructure for storing a VARIADIC ANY function's VARIADIC flag.
Tom Lane
2013-01-21
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
[next]