]> granicus.if.org Git - postgresql/history - src/include/fmgr.h
Make Win32 build use our port/snprintf.c routines, instead of depending
[postgresql] / src / include / fmgr.h
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-06-09 Tom LaneAvoid bare 'struct Node;' declaration --- provokes...
2005-03-31 Tom LaneFirst phase of OUT-parameters project. We can now...
2005-03-22 Tom LaneUse InitFunctionCallInfoData() macro instead of MemSet...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-04-01 Tom LaneReplace TupleTableSlot convention for whole-row variabl...
2004-01-19 Tom LaneAdd a hash table to cache lookups of 'C'-language funct...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-07-01 Tom LaneSQL functions can have arguments and results declared...
2003-06-25 Bruce MomjianBack out array mega-patch.
2003-06-24 Bruce MomjianArray mega-patch.
2003-04-08 Tom LaneFirst phase of work on array improvements. ARRAY[x...
2002-10-25 Tom LaneAdd dummy variable declaration to PG_FUNCTION_INFO_V1...
2002-09-12 Bruce MomjianThe small context diff below corrects what seems to...
2002-09-04 Bruce Momjianpgindent run.
2002-08-30 Tom LanePL/pgSQL functions can return sets. Neil Conway's...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-04-25 Tom LaneImplement types regprocedure, regoper, regoperator...
2002-04-24 Bruce MomjianHere's a patch to add unknownin/unknownout support...
2002-03-05 Bruce MomjianI attach a version of my toast-slicing patch, against...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-06 Tom LaneRearrange fmgr.c and relcache so that it's possible...
2001-05-17 Peter EisentrautAdd dynamic_library_path parameter and automatic append...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-11-20 Tom LaneRevise handling of oldstyle/newstyle functions per...
2000-08-24 Tom LaneSQL-language functions are now callable in ordinary...
2000-07-29 Tom Lanebpchar, varchar, bytea, numeric are toastable --- if...
2000-07-12 Tom LaneFirst stage of reclaiming memory in executor by resetti...
2000-07-06 Tom LaneFunctions on 'text' type updated to new fmgr style...
2000-06-14 Tom LaneI had overlooked the fact that some fmgr-callable funct...
2000-06-13 Tom LaneAnother batch of fmgr updates. I think I have gotten...
2000-06-05 Tom LaneLatest round of fmgr updates. All functions with bool...
2000-05-30 Tom LaneThird round of fmgr updates: eliminate calls using...
2000-05-29 Tom LaneSecond round of fmgr changes: triggers are now invoked...
2000-05-28 Tom LaneFirst round of changes for new fmgr interface. fmgr...