summaryrefslogtreecommitdiff
path: root/src/backend/commands/proclang.c
Commit message (Expand)AuthorAgeFilesLines
* Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_procTom Lane2007-01-221-3/+7
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-5/+5
* Make some sentences consistent with similar ones.Bruce Momjian2006-10-031-2/+2
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-3/+1
* Alphabetically order reference to include files, "N" - "S".Bruce Momjian2006-07-111-2/+2
* DROP ... IF EXISTS for the following cases:Andrew Dunstan2006-06-161-4/+13
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-26/+26
* Create the pg_pltemplate system catalog to hold template informationTom Lane2005-09-081-50/+89
* Implement a preliminary 'template' facility for procedural languages,Tom Lane2005-09-051-61/+227
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-7/+6
* First phase of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-3/+3
* Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set theTom Lane2005-03-291-6/+5
* ALTER LANGUAGE RENAME has never worked. Per Sergey Yatskevich.Tom Lane2005-02-141-2/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-9/+9
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Implement a solution to the 'Turkish locale downcases I incorrectly'Tom Lane2004-02-211-11/+13
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Change some notices to warnings and vice versa according to criteriaPeter Eisentraut2003-10-021-2/+2
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-3/+3
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-6/+6
* Adjust 'permission denied' messages to be more useful and consistent.Tom Lane2003-08-011-2/+2
* First bits of work on error message editing.Tom Lane2003-07-181-19/+26
* Some early work on error message editing. Operator-not-found andTom Lane2003-07-041-9/+3
* First batch of object rename commands.Peter Eisentraut2003-06-271-1/+45
* Provide an upgrade strategy for dump files containing functions declaredTom Lane2002-09-211-5/+20
* pgindent run.Bruce Momjian2002-09-041-4/+5
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-221-6/+8
* Remove obsolete uses of lanispl. Only used in pg_dump now, but can bePeter Eisentraut2002-08-131-10/+6
* Restructure system-catalog index updating logic. Instead of havingTom Lane2002-08-051-9/+2
* Remove unused system table columns:Peter Eisentraut2002-07-241-3/+1
* oid is needed, it is added at the end of the struct (after the nullBruce Momjian2002-07-201-3/+3
* Add more dependency insertions --- this completes the basic pg_dependTom Lane2002-07-161-2/+26
* Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane2002-07-121-8/+38
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Add optional "validator" function to languages that can validate thePeter Eisentraut2002-05-221-3/+17
* Remove global variable scanCommandId in favor of storing a command IDTom Lane2002-05-211-2/+2
* The contents of command.c, creatinh.c, define.c, remove.c and rename.cTom Lane2002-04-151-16/+2
* Functions live in namespaces. Qualified function names work, egTom Lane2002-04-091-17/+12
* Privileges on functions and procedural languagesPeter Eisentraut2002-02-181-8/+5
* Allow a non-superuser database owner to vacuum all tables in hisTom Lane2001-06-131-7/+9
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-221-18/+12
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-1/+1
* Fix all the places that called heap_update() and heap_delete() withoutTom Lane2001-01-231-1/+1
* Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane2000-12-031-1/+1
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-161-17/+13
* Update textin() and textout() to new fmgr style. This is just phaseTom Lane2000-07-051-3/+4