postgresql/src/backend/commands
Peter Eisentraut 352a24a1f9 Generate fmgr prototypes automatically
Gen_fmgrtab.pl creates a new file fmgrprotos.h, which contains
prototypes for all functions registered in pg_proc.h.  This avoids
having to manually maintain these prototypes across a random variety of
header files.  It also automatically enforces a correct function
signature, and since there are warnings about missing prototypes, it
will detect functions that are defined but not registered in
pg_proc.h (or otherwise used).

Reviewed-by: Pavel Stehule <pavel.stehule@gmail.com>
2017-01-17 14:06:07 -05:00
..
Makefile Support CREATE ACCESS METHOD 2016-03-23 23:01:35 -03:00
aggregatecmds.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
alter.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
amcmds.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
analyze.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
async.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
cluster.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
collationcmds.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
comment.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
constraint.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
conversioncmds.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
copy.c Change representation of statement lists, and add statement location info. 2017-01-14 16:02:35 -05:00
createas.c Change representation of statement lists, and add statement location info. 2017-01-14 16:02:35 -05:00
dbcommands.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
define.c Generate fmgr prototypes automatically 2017-01-17 14:06:07 -05:00
discard.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
dropcmds.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
event_trigger.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
explain.c Change representation of statement lists, and add statement location info. 2017-01-14 16:02:35 -05:00
extension.c Change representation of statement lists, and add statement location info. 2017-01-14 16:02:35 -05:00
foreigncmds.c Change representation of statement lists, and add statement location info. 2017-01-14 16:02:35 -05:00
functioncmds.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
indexcmds.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
lockcmds.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
matview.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
opclasscmds.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
operatorcmds.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
policy.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
portalcmds.c Change representation of statement lists, and add statement location info. 2017-01-14 16:02:35 -05:00
prepare.c Change representation of statement lists, and add statement location info. 2017-01-14 16:02:35 -05:00
proclang.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
schemacmds.c Change representation of statement lists, and add statement location info. 2017-01-14 16:02:35 -05:00
seclabel.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
sequence.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
tablecmds.c Change representation of statement lists, and add statement location info. 2017-01-14 16:02:35 -05:00
tablespace.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
trigger.c Change representation of statement lists, and add statement location info. 2017-01-14 16:02:35 -05:00
tsearchcmds.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
typecmds.c Get rid of ParseState.p_value_substitute; use a columnref hook instead. 2017-01-07 16:02:16 -05:00
user.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
vacuum.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
vacuumlazy.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
variable.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
view.c Change representation of statement lists, and add statement location info. 2017-01-14 16:02:35 -05:00