]> granicus.if.org Git - postgresql/history - src/backend/catalog/pg_proc.c
Fix erroneous handling of shared dependencies (ie dependencies on roles)
[postgresql] / src / backend / catalog / pg_proc.c
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...
2002-08-04 Tom LaneFix merge failures for anonymous-type patch. From...
2002-08-04 Bruce MomjianFix compile failures for FRS composite tyhpe patch...
2002-08-04 Bruce MomjianAttached are two patches to implement and document...
2002-08-02 Tom LaneALTER TABLE DROP COLUMN works. Patch by Christopher...
2002-07-24 Peter EisentrautRemove unused system table columns:
2002-07-20 Bruce Momjianoid is needed, it is added at the end of the struct...
2002-07-18 Peter Eisentrautpg_cast table, and standards-compliant CREATE/DROP...
2002-07-18 Tom LaneImplement DROP SCHEMA. It lacks support for dropping...
2002-07-16 Tom LaneAdd more dependency insertions --- this completes the...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-22 Tom LaneMinor kibitzing.
2002-05-22 Peter EisentrautAdd optional "validator" function to languages that...
2002-05-21 Tom LaneRemove global variable scanCommandId in favor of storin...
2002-05-18 Peter EisentrautAllow functions to be executed with the privileges...
2002-05-17 Tom LaneGet rid of the last few uses of typeidTypeName() rather...
2002-04-11 Tom LaneRestructure representation of aggregate functions so...
2002-04-09 Tom LaneFunctions live in namespaces. Qualified function names...
2002-04-05 Tom LaneDivide functions into three volatility classes (immutab...
2002-03-29 Tom Lanepg_type has a typnamespace column; system now supports...
next