]> granicus.if.org Git - postgresql/history - src/include/fmgr.h
Revise collation derivation method and expression-tree representation.
[postgresql] / src / include / fmgr.h
2011-03-20 Tom LaneRevise collation derivation method and expression-tree...
2011-02-20 Tom LaneImplement an API to let foreign-data wrappers actually...
2011-02-08 Peter EisentrautPer-column collation support
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-27 Tom LaneFix ill-chosen use of "private" as an argument and...
2010-12-14 Robert HaasAllow plugins to suppress inlining and hook function...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-05-27 Itagaki TakahiroMark PG_MODULE_MAGIC and PG_FUNCTION_INFO_V1 with PGDLL...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-08 Tom LaneCreate an official API function for C functions to...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-28 Tom LaneSupport window functions a la SQL:2008.
2008-09-03 Tom LaneIf a loadable module has wrong values in its magic...
2008-05-15 Tom LaneAdd support for tracking call counts and elapsed runtim...
2008-04-21 Tom LaneAllow float8, int8, and related datatypes to be passed...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-09-27 Tom LaneFix typos in two comments. Spotted by Brendan Jurd
2007-09-22 Tom LaneParenthesize macro arguments safely. I see no bug...
2007-09-21 Tom LaneFix regex, LIKE, and some other second-rank text-manipu...
2007-07-25 Magnus HaganderRename DLLIMPORT macro to PGDLLIMPORT to avoid conflict...
2007-05-15 Bruce MomjianUpdate comments for PG_DETOAST_PACKED and VARDATA_ANY...
2007-04-06 Tom LaneSupport varlena fields with single-byte headers and...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-16 Tom LaneSeems some C compilers think 'restrict' is a fully...
2006-08-15 Tom LaneAdd server support for "plugin" libraries that can...
2006-05-31 Tom LaneMake PG_MODULE_MAGIC required in shared libraries that...
2006-05-30 Tom LaneCode review for magic-block patch. Remove separate...
2006-04-04 Tom LaneModify all callers of datatype input and receive functi...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-03-05 Bruce MomjianImprove STRINGS_H macro test for MSVC extensions.
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...