summaryrefslogtreecommitdiff
path: root/src/include/fmgr.h
AgeCommit message (Expand)Author
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2000-11-20Revise handling of oldstyle/newstyle functions per recent discussionsTom Lane
2000-08-24SQL-language functions are now callable in ordinary fmgr contexts ...Tom Lane
2000-07-29bpchar, varchar, bytea, numeric are toastable --- if you initdb, whichTom Lane
2000-07-12First stage of reclaiming memory in executor by resetting short-termTom Lane
2000-07-06Functions on 'text' type updated to new fmgr style. 'text' isTom Lane
2000-06-14I had overlooked the fact that some fmgr-callable functions return voidTom Lane
2000-06-13Another batch of fmgr updates. I think I have gotten all old-styleTom Lane
2000-06-05Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane
2000-05-30Third round of fmgr updates: eliminate calls using fmgr() andTom Lane
2000-05-29Second round of fmgr changes: triggers are now invoked in new style,Tom Lane
2000-05-28First round of changes for new fmgr interface. fmgr itself and theTom Lane