]> granicus.if.org Git - postgresql/history - src/backend/utils/fmgr/fmgr.c
Combine cmin and cmax fields of HeapTupleHeaders into a single field, by
[postgresql] / src / backend / utils / fmgr / fmgr.c
2007-02-09 Tom LaneCombine cmin and cmax fields of HeapTupleHeaders into...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
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.
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-05-29 Tom LaneModify hash_search() API to prevent future occurrences...
2005-04-14 Tom LaneMarginal hack to use a specialized hash function for...
2005-03-31 Tom LaneFirst phase of OUT-parameters project. We can now...
2005-03-29 Tom LaneOfficially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS...
2005-03-29 Tom LaneConvert oidvector and int2vector into variable-length...
2005-03-22 Tom LaneUse InitFunctionCallInfoData() macro instead of MemSet...
2005-02-02 Tom LaneImprove performance of fmgr.c calling routines for...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-26 Tom LaneFix func_ptr declaration for netbsd-mac68k, per Rémi...
2004-10-25 Neil ConwayModify hash_create() to elog(ERROR) if an error occurs...
2004-10-01 Tom Lanefmgr_security_definer had better do a PG_TRY to ensure...
2004-09-13 Neil ConwayFix two typos in comments.
2004-08-30 Bruce MomjianAnother pgindent run with lib typedefs added.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-05-30 Neil ConwayUse the new List API function names throughout the...
2004-01-19 Tom LaneAdd a hash table to cache lookups of 'C'-language funct...
2004-01-07 Neil ConwayMore janitorial work: remove the explicit casting of...
2004-01-06 Tom LaneApply the core parts of Dennis Bjorklund's patch to...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-25 Tom LaneError message editing in backend/utils (except /adt).
2003-07-01 Tom LaneSQL functions can have arguments and results declared...
2003-06-29 Tom LaneSupport expressions of the form 'scalar op ANY (array...
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-12-05 Bruce MomjianMore cleanup of userid to be AclId rather than Oid.
2002-11-13 Bruce MomjianAdd new palloc0 call as merge of palloc and MemSet(0).
2002-11-11 Bruce MomjianBack out use of palloc0 in place if palloc/MemSet....
2002-11-10 Bruce MomjianMerge palloc()/MemSet(0) calls into a single palloc0...
2002-10-04 Tom LaneTweak a few of the most heavily used function call...
2002-09-04 Bruce Momjianpgindent run.
2002-08-13 Peter EisentrautRemove obsolete uses of lanispl. Only used in pg_dump...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-18 Peter EisentrautAllow functions to be executed with the privileges...
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-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-08-14 Tom Lanesum() on int2 and int4 columns now uses an int8, not...
2001-06-01 Tom LaneClean up some minor problems exposed by further thought...
2001-05-19 Peter EisentrautMake sure fmgr_info() fills in fn_oid last, so that...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-10 Tom LaneRestructure the key include files per recent pghackers...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-11-20 Tom LaneRevise handling of oldstyle/newstyle functions per...
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-08-24 Tom LaneSQL-language functions are now callable in ordinary...
2000-07-06 Tom LaneFunctions on 'text' type updated to new fmgr style...
2000-07-05 Tom LaneUpdate textin() and textout() to new fmgr style. This...
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...
2000-05-22 Bruce MomjianI am attempting to integrate postgres (v 7.0) with...
2000-05-16 Bruce MomjianSeveral compilation and run-time problems occur when...
2000-01-26 Bruce MomjianAdd:
2000-01-10 Bruce MomjianMore updates for function call interface > 8.
2000-01-10 Bruce MomjianUpdate fmgr to allow 32 arguments.
2000-01-10 Bruce MomjianMake number of args to a function configurable.
1999-11-22 Bruce MomjianAdd system indexes to match all caches.
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-10 Bruce MomjianFix initdb problem introduced by recent patch.
1999-05-10 Bruce MomjianChange error messages to oids come out as %u and not...
1999-04-09 Tom LaneFix CREATE OPERATOR ... LANGUAGE 'internal', which...
1999-04-03 Tom LaneGive a better error message if an SQL-language function is
1999-03-29 Tom LaneModify fmgr so that internal name (compiler name) of...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-03 Bruce MomjianCleanup of source files where 'return' or 'var =' is...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-19 Bruce Momjianheap_fetch requires buffer pointer, must be released...
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-03-07 Thomas G. LockhartAdd one-line fix to allow redefining built-in functions.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-11 Bruce MomjianGoodbye register keyword. Compiler knows better.
1998-01-31 Bruce Momjianfmgr_faddr cleanup
1998-01-31 Bruce MomjianInline fmgr_faddr() for speed.
1998-01-15 Bruce MomjianFix for aggreg problem and fmgr.c compile problems.
1998-01-15 PostgreSQL DaemonThank god for searchable mail archives.
1998-01-07 Bruce MomjianGoodbye ABORT. Hello ERROR for all errors.
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-10-28 Vadim B. MikheevNow we are able to CREATE PROCEDURAL LANGUAGE (Thanks...
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
next