]> granicus.if.org Git - postgresql/history - src/backend/utils/fmgr
Improve the recently-added support for properly pluralized error messages
[postgresql] / src / backend / utils / fmgr /
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-11-30 Tom LaneRemove inappropriate memory context switch in shutdown_...
2008-10-31 Tom LaneAllow SQL-language functions to return the output of...
2008-10-29 Tom LaneBe more tense about not creating tuplestores with rando...
2008-10-28 Tom LaneExtend ExecMakeFunctionResult() to support set-returnin...
2008-09-03 Tom LaneIf a loadable module has wrong values in its magic...
2008-08-25 Tom LaneMove exprType(), exprTypmod(), expression_tree_walker...
2008-07-18 Tom LaneImplement SQL-spec RETURNS TABLE syntax for functions.
2008-07-16 Tom LaneAdd a "provariadic" column to pg_proc to eliminate...
2008-07-16 Tom LaneSupport "variadic" functions, which can accept a variab...
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-03-20 Bruce MomjianMake source code READMEs more consistent. Add CVS...
2008-02-29 Neil ConwayFix several memory leaks when rescanning SRFs. Arrange...
2008-02-19 Peter EisentrautRefactor backend makefiles to remove lots of duplicate...
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-07-12 Tom LaneSome of our port-specific dynloader implementations...
2007-06-26 Alvaro HerreraRemove unused "caller" argument from stringToQualifiedN...
2007-06-06 Tom LaneFix up text concatenation so that it accepts all the...
2007-04-06 Tom LaneSupport varlena fields with single-byte headers and...
2007-04-02 Tom LaneSupport enum data types. Along the way, use macros...
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-02-07 Peter EisentrautReplace some strncpy() by strlcpy().
2007-02-01 Bruce MomjianWording cleanup for error messages. Also change can...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-06 Peter EisentrautMessage style improvements
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-27 Tom LaneReplace strncpy with strlcpy in selected places that...
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-08-08 Tom LaneAdd a feature for automatic initialization and finaliza...
2006-07-11 Bruce MomjianSort reference of include files, "A" - "F".
2006-06-16 Tom LaneFix problems with cached tuple descriptors disappearing...
2006-06-07 Bruce MomjianPrepare code to be built by MSVC:
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-05-30 Bruce MomjianAdd pgmagic header block to store compile-time constants:
2006-04-04 Tom LaneModify all callers of datatype input and receive functi...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-27 Peter EisentrautClean up CREATE FUNCTION syntax usage in contrib and...
2005-12-28 Tom LaneMove plpgsql's fetchArgInfo() into funcapi.c, and rename to
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-17 Tom LaneMake SQL arrays support null elements. This commit...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-06 Tom LaneWhen a function not returning RECORD has a single OUT...
2005-07-03 Tom LaneDon't try to constant-fold functions returning RECORD...
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-05-30 Tom LaneDocument get_call_result_type() and friends; mark TypeG...
2005-05-29 Tom LaneModify hash_search() API to prevent future occurrences...
2005-05-28 Tom Laneget_expr_result_type has to be prepared to pull type...
2005-05-11 Neil ConwayCode cleanup: in C89, there is no point casting the...
2005-04-25 Tom Laneget_expr_result_type probably needs to be able to handl...
2005-04-14 Tom LaneMarginal hack to use a specialized hash function for...
2005-04-05 Tom Laneplpgsql does OUT parameters, as per my proposal a few...
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...
2005-01-01 Bruce MomjianUpdate copyrights that were missed.
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 MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-13 Tom LaneFix core dumps, inability to count, etc associated...
2004-08-04 Tom LaneLabel CVS tip as 8.0devel instead of 7.5devel. Adjust...
2004-07-12 Bruce MomjianFix library_path with canonicalization.
2004-06-10 Bruce MomjianAttached is a patch that takes care of the PATHSEP...
2004-05-30 Neil ConwayUse the new List API function names throughout the...
2004-05-26 Bruce Momjian*) inet_(client|server)_(addr|port)() and necessary...
2004-05-21 Tom LanePut path configuration information into a .h file inste...
2004-05-17 Bruce MomjianReorganize code to allow path-relative installs.
2004-04-01 Tom LaneReplace TupleTableSlot convention for whole-row variabl...
2004-03-09 Bruce MomjianDetermines the PKGLIBDIR equivalent under win32. Requir...
2004-02-17 Bruce MomjianUnder Win32, stat() returns an st_ino field, but it...
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-12-23 Tom LaneFix a number of places where reconfiguring with a diffe...
2003-12-19 Joe ConwayUse a shutdown callback to ensure proper clean up when...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
next