OSDN Git Service

Add notion of a "transform function" that can simplify function calls.
[pg-rex/syncrep.git] / src / backend / catalog / pg_proc.c
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...
2002-03-20 Tom LaneCode review for DOMAIN patch.
2002-03-06 Bruce MomjianChange made to elog:
2002-02-18 Peter EisentrautPrivileges on functions and procedural languages
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-10-02 Tom LaneAdd CREATE OR REPLACE FUNCTION syntax to allow replacin...
2001-09-08 Tom LaneClean up some confusion about where and how to set...
2001-08-23 Tom LaneAllow the return value of an SQL function to be binary...
2001-08-10 Peter Eisentrautmessage refinements
2001-08-09 Peter EisentrautUse format_type sibling in backend error messages,...
2001-03-22 Bruce MomjianRemove dashes in comments that don't need them, rewrap...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-12-07 Tom Lanecheckretval() failed to cope with an empty SQL function...
2000-11-20 Tom LaneRevise handling of oldstyle/newstyle functions per...
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-10-07 Tom LaneArrange that no database accesses are attempted during...
2000-08-21 Tom LaneMove pg_checkretval out of the planner (where it never...
2000-08-21 Tom Lanefmgr interface mopup work. Use new DatumGetBool and...
2000-07-05 Tom LaneUpdate textin() and textout() to new fmgr style. This...
2000-06-28 Tom LaneFirst phase of memory management rewrite (see backend...
2000-06-14 Bruce MomjianFix for memory leak from Denis Perchine
2000-05-28 Tom LaneFirst round of changes for new fmgr interface. fmgr...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-04-04 Tom LaneFix bug noted by Bruce: FETCH in an already-aborted...
2000-01-26 Bruce MomjianAdd:
2000-01-11 Tom LaneWrong boundary condition on number-of-args check.
2000-01-11 Bruce MomjianMore fixes, but still need +1 for FUNC_MAX_ARGS
2000-01-10 Bruce MomjianMake number of args to a function configurable.
1999-11-22 Bruce MomjianAdd system indexes to match all caches.
1999-09-30 Jan WieckRemoved (useless) pg_proc_prosrc_index
1999-09-18 Tom LaneMega-commit to make heap_open/heap_openr/heap_close...
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-13 Tom LaneRip out QueryTreeList structure, root and branch. ...
1999-04-18 Tom LaneAllow CREATE FUNCTION xyz AS '' LANGUAGE 'internal' to
1999-02-21 Marc G. FournierFrom: Tatsuo Ishii <t-ishii@sra.co.jp>
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-11-27 Vadim B. MikheevNew HeapTuple structure/interface.
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-31 Bruce Momjianindexing.c cleanups.
1998-08-24 Bruce Momjian This is the final state of the rule system for...
1998-08-19 Bruce Momjianheap_fetch requires buffer pointer, must be released...
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-04-27 Bruce MomjianThis patch...
1998-04-01 Marc G. FournierFrom: Maurice Gittens <mgittens@david.gits.nl>
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-06 Bruce MomjianABORT to ERROR in catalog/.
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-12-11 Bruce MomjianRename pg_plan and pg_eval to be more meaningful.
1997-11-25 Bruce MomjianBreak parser functions into smaller files, group together.
1997-09-18 Bruce MomjianInline memset() as MemSet().
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1996-11-08 Marc G. FournierD'Arcy's recent cleanups
1996-11-06 Marc G. FournierAnother directory cleaned up
1996-11-05 Marc G. FournierMakes it compile...still needs work
1996-11-03 Marc G. Fournierfirst pass at cleaning up include files
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources