]> granicus.if.org Git - postgresql/history - src/backend/utils/fmgr/fmgr.c
Remove all the special-case code for INT64_IS_BUSTED, per decision that
[postgresql] / src / backend / utils / fmgr / fmgr.c
2010-01-07 Tom LaneRemove all the special-case code for INT64_IS_BUSTED...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-09 Tom LanePrevent indirect security attacks via changing session...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-07 Tom LaneInsert conditional SPI_push/SPI_pop calls into InputFun...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-28 Tom LaneSupport window functions a la SQL:2008.
2008-08-25 Tom LaneMove exprType(), exprTypmod(), expression_tree_walker...
2008-07-16 Tom LaneAdd a "provariadic" column to pg_proc to eliminate...
2008-06-06 Alvaro HerreraChange xlog.h to xlogdefs.h in bufpage.h, and fix fallout.
2008-05-15 Tom LaneAdd support for tracking call counts and elapsed runtim...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-04-21 Tom LaneAllow float8, int8, and related datatypes to be passed...
2008-04-18 Alvaro HerreraModify the float4 datatype to be pass-by-val. Along...
2008-04-17 Alvaro HerreraClean up a few places where Datums were being treated...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-01-03 Tom LaneMake standard maintenance operations (including VACUUM...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-09-11 Tom LaneArrange for SET LOCAL's effects to persist until the...
2007-09-03 Tom LaneImplement function-local GUC parameter settings, as...
2007-07-31 Tom LaneFix security definer functions with polymorphic argumen...
2007-07-13 Tom LaneAdd casts to suppress warnings about m68k-specific...
2007-04-06 Tom LaneSupport varlena fields with single-byte headers and...
2007-03-27 Tom LaneFix array coercion expressions to ensure that the corre...
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.
next