summaryrefslogtreecommitdiff
path: root/src/include/fmgr.h
AgeCommit message (Expand)Author
2006-05-31Make PG_MODULE_MAGIC required in shared libraries that are loaded intoTom Lane
2006-05-30Code review for magic-block patch. Remove separate header file pgmagic.h,Tom Lane
2006-04-04Modify all callers of datatype input and receive functions so that if theseTom Lane
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2006-03-05Improve STRINGS_H macro test for MSVC extensions.Bruce Momjian
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-06-09Avoid bare 'struct Node;' declaration --- provokes annoying warningsTom Lane
2005-03-31First phase of OUT-parameters project. We can now define and use SQLTom Lane
2005-03-22Use InitFunctionCallInfoData() macro instead of MemSet in performanceTom Lane
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-08-29Update copyright to 2004.Bruce Momjian
2004-04-01Replace TupleTableSlot convention for whole-row variables and functionTom Lane
2004-01-19Add a hash table to cache lookups of 'C'-language functions (that is,Tom Lane
2003-11-29make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-07-01SQL functions can have arguments and results declared ANYARRAY orTom Lane
2003-06-25Back out array mega-patch.Bruce Momjian
2003-06-24Array mega-patch.Bruce Momjian
2003-04-08First phase of work on array improvements. ARRAY[x,y,z] constructorTom Lane
2002-10-25Add dummy variable declaration to PG_FUNCTION_INFO_V1() to preventTom Lane
2002-09-12The small context diff below corrects what seems to be an oversight inBruce Momjian
2002-09-04pgindent run.Bruce Momjian
2002-08-30PL/pgSQL functions can return sets. Neil Conway's patch, modified soTom Lane
2002-06-20Update copyright to 2002.Bruce Momjian
2002-04-25Implement types regprocedure, regoper, regoperator, regclass, regtypeTom Lane
2002-04-24Here's a patch to add unknownin/unknownout support. I also poked aroundBruce Momjian
2002-03-05I attach a version of my toast-slicing patch, against current CVSBruce Momjian
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-10-06Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfoTom Lane
2001-05-17Add dynamic_library_path parameter and automatic appending of sharedPeter Eisentraut
2001-03-22pgindent run. Make it all clean.Bruce Momjian
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