OSDN Git Service

Add notion of a "transform function" that can simplify function calls.
[pg-rex/syncrep.git] / src / backend / catalog / pg_proc.c
2011-06-22 Robert HaasAdd notion of a "transform function" that can simplify...
2011-04-11 Peter EisentrautClean up most -Wunused-but-set-variable warnings from...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-25 Tom LaneFix handling of collation in SQL-language functions.
2011-03-01 Tom LaneRearrange snapshot handling to make rule expansion...
2011-02-08 Tom LaneCore support for "extensions", which are packages of...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-11-25 Robert HaasObject access hook framework, with post-creation hook.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-05-11 Itagaki TakahiroSet per-function GUC settings during validating the...
2010-04-05 Tom LaneFix updateAclDependencies() to not assume that ACL...
2010-03-19 Tom LaneModify error context callback functions to not assume...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-14 Tom LaneFix a bug introduced when set-returning SQL functions...
2009-10-08 Tom LaneSupport use of function argument names to identify...
2009-10-05 Tom LaneCreate an ALTER DEFAULT PRIVILEGES command, which allow...
2009-10-02 Tom LaneFix erroneous handling of shared dependencies (ie depen...
2009-09-22 Tom LaneImplement the DO statement to support execution of...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-06-04 Tom LaneImprove the recently-added support for properly plurali...
2009-03-26 Peter EisentrautGettext plural support
2009-01-22 Tom LaneSupport column-level privileges, as required by SQL...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-31 Tom LaneAdd a WINDOW attribute to CREATE FUNCTION, and teach...
2008-12-28 Tom LaneSupport window functions a la SQL:2008.
2008-12-19 Tom LaneAdd a new column proiswindow to pg_proc. It doesn...
2008-12-18 Tom LaneCode review for function default parameters patch....
2008-12-04 Peter EisentrautDefault values for function arguments
2008-11-02 Tom LaneRemove all uses of the deprecated functions heap_formtu...
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-03-27 Tom LaneReduce the need for frontend programs to include "postg...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-03-18 Tom LaneArrange to "inline" SQL functions that appear in a...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-09-03 Tom LaneImplement function-local GUC parameter settings, as...
2007-06-06 Tom LaneFix up text concatenation so that it accepts all the...
2007-04-02 Tom LaneSupport enum data types. Along the way, use macros...
2007-01-22 Tom LaneAdd COST and ROWS options to CREATE/ALTER FUNCTION...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-19 Tom LaneClean up local redeclarations of variables with DLLIMPO...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-07-11 Bruce MomjianAlphabetically order reference to include files, "N...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
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-29 Peter EisentrautMessage corrections
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-24 Tom LaneClean up possibly-uninitialized-variable warnings repor...
2005-07-07 Tom LaneTrack dependencies on shared objects (which is to say...
2005-06-28 Tom LaneBring syntax of role-related commands into SQL complian...
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-05-03 Tom LaneChange tsearch2 to not use the unsafe practice of creat...
2005-04-14 Tom LaneCompletion of project to use fixed OIDs for all system...
2005-04-14 Tom LaneFirst phase of project to use fixed OIDs for all system...
2005-03-31 Tom LaneFirst phase of OUT-parameters project. We can now...
2005-03-29 Tom LaneAdd proallargtypes and proargmodes columns to pg_proc...
2005-03-29 Tom LaneConvert oidvector and int2vector into variable-length...
2005-01-27 Neil ConwayChange heap_modifytuple() to require a TupleDesc rather...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-10-18 Neil ConwayTrivial fix: remove a pointless cast.
2004-10-07 Tom LaneFix problems with SQL functions returning rowtypes...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-07-17 Tom LaneInvent ResourceOwner mechanism as per my recent proposa...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-04-02 Tom Lanecheck_sql_fn_retval has always thought that we supporte...
2004-04-01 Tom LaneReplace TupleTableSlot convention for whole-row variabl...
2004-03-21 Tom LaneRevise syntax-error reporting behavior to give pleasant...
2004-03-14 Tom LaneArrange to emit a CONTEXT: SQL function "foo" entry...
2004-01-06 Tom LaneApply the core parts of Dennis Bjorklund's patch to...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-10-03 Tom LaneAdd GUC parameter check_function_bodies to control...
2003-09-29 Peter EisentrautMore message editing, some suggested by Alvaro Herrera
2003-09-26 Peter EisentrautVarious message fixes, among those fixes for the previo...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-08-11 Tom LaneCode cleanup inspired by recent resname bug report...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-08-01 Tom LaneAdjust 'permission denied' messages to be more useful...
2003-07-21 Tom LaneError message editing in backend/catalog.
2003-07-18 Tom LaneFirst bits of work on error message editing.
2003-07-01 Tom LaneDepartment of second thoughts: even if we can't run...
2003-07-01 Tom LaneSQL functions can have arguments and results declared...
2003-06-15 Tom LaneReplace cryptic 'Unknown kind of return type' messages...
2003-04-08 Tom LaneFirst phase of work on array improvements. ARRAY[x...
2002-12-12 Tom LanePhase 2 of read-only-plans project: restructure express...
2002-09-18 Tom LaneExtend pg_cast castimplicit column to a three-way value...
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Tom LaneCode review for HeapTupleHeader changes. Add version...
2002-08-29 Tom LaneCode review for standalone composite types, query-speci...
2002-08-23 Tom LaneFurther cleanup around the edges of OPAQUE/pseudotype...
2002-08-22 Tom LaneAdd a bunch of pseudo-types to replace the behavior...
2002-08-05 Tom LaneRestructure system-catalog index updating logic. Inste...
2002-08-05 Tom LanePreliminary code review for anonymous-composite-types...
2002-08-05 Tom LaneCode review for anonymous-functions patch --- clean...
next