]> granicus.if.org Git - postgresql/history - src/backend/commands/define.c
Privileges on functions and procedural languages
[postgresql] / src / backend / commands / define.c
2002-02-18 Peter EisentrautPrivileges on functions and procedural languages
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-13 Bruce MomjianMention createlang when language not installed, per...
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-09-06 Tom LaneFix handling of pg_type.typdefault per bug report from...
2001-08-03 Tom LaneFor some reason, CREATE TYPE has only accepted alignmen...
2001-06-21 Bruce MomjianFix strangely formatted comment.
2001-06-13 Tom LaneAllow a non-superuser database owner to vacuum all...
2001-05-18 Bruce MomjianSmall code cleanups,formatting.
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-02-12 Tom LaneRearrange order of operations in heap_create_with_catal...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-12-03 Tom LaneEnsure that all uses of <ctype.h> functions are applied...
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-07-22 Tom LaneArrays are toastable. (At least if you initdb, which...
2000-07-17 Tom LaneRevise aggregate functions per earlier discussions...
2000-07-03 Jan WieckTOAST
2000-05-28 Tom LaneFirst round of changes for new fmgr interface. fmgr...
2000-05-12 Bruce MomjianThis is the second time I've answered this exact same...
2000-04-13 Jan WieckFixed CREATE TYPE to recognize changed parsenodes
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-04-07 Thomas G. LockhartAdd transcendental math functions (sine, cosine, etc)
2000-01-26 Bruce MomjianAdd:
1999-11-22 Bruce MomjianAdd system indexes to match all caches.
1999-10-02 Tom LaneAllow CREATE FUNCTION's WITH clause to be used for...
1999-09-28 Bruce Momjian I have been working with user defined types and...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-16 Bruce MomjianUpdate #include cleanups
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-05-25 Bruce Momjianpgindent run over code.
1999-04-09 Tom LaneFix CREATE OPERATOR ... LANGUAGE 'internal', which...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-25 Marc G. FournierFrom: Jan Wieck <jwieck@debis.com>
1998-02-13 Marc G. FournierFrom: Jan Wieck <jwieck@debis.com>
1998-01-05 Bruce MomjianChange some ABORTS to ERROR. Add line number when...
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-12-05 Bruce MomjianFix tolower loops to go in proper direction for cache.
1997-11-26 Bruce MomjianRe-order args for TypeCreate() to be clearer.
1997-10-28 Vadim B. MikheevNow we are able to CREATE PROCEDURAL LANGUAGE (Thanks...
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.
1997-08-12 Bruce MomjianRemove more (void) and fix -Wall warnings.
1997-08-03 Bruce MomjianCleanup for NAMEDATALEN use.
1996-11-30 Bruce MomjianChange end-of-line comma to semicolon.
1996-11-10 Bruce MomjianAll external function definitions now have prototypes...
1996-11-08 Bruce MomjianMore compile cleanups
1996-11-08 Bryan HendersonFix perbyte_cpu thing
1996-11-08 Bruce MomjianCompile and warning cleanup
1996-11-06 Marc G. FournierClean it up so that it compiles
1996-11-03 Marc G. FournierAnother first pass at cleaning up the #includes
1996-11-02 Bryan HendersonAllow only superuser to do backend copy.
1996-10-31 Bryan HendersonRequire superuser privilege to create C function.
1996-10-23 Marc G. FournierMajor code cleanups from D'arcy (-Wall -Werror)
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01