aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/proclang.c
Commit message (Expand)AuthorAge
* DROP ... IF EXISTS for the following cases:Andrew Dunstan2006-06-16
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Create the pg_pltemplate system catalog to hold template informationTom Lane2005-09-08
* Implement a preliminary 'template' facility for procedural languages,Tom Lane2005-09-05
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-14
* First phase of project to use fixed OIDs for all system catalogs andTom Lane2005-04-14
* Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set theTom Lane2005-03-29
* ALTER LANGUAGE RENAME has never worked. Per Sergey Yatskevich.Tom Lane2005-02-14
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Implement a solution to the 'Turkish locale downcases I incorrectly'Tom Lane2004-02-21
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Change some notices to warnings and vice versa according to criteriaPeter Eisentraut2003-10-02
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Adjust 'permission denied' messages to be more useful and consistent.Tom Lane2003-08-01
* First bits of work on error message editing.Tom Lane2003-07-18
* Some early work on error message editing. Operator-not-found andTom Lane2003-07-04
* First batch of object rename commands.Peter Eisentraut2003-06-27
* Provide an upgrade strategy for dump files containing functions declaredTom Lane2002-09-21
* pgindent run.Bruce Momjian2002-09-04
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-22
* Remove obsolete uses of lanispl. Only used in pg_dump now, but can bePeter Eisentraut2002-08-13
* Restructure system-catalog index updating logic. Instead of havingTom Lane2002-08-05
* Remove unused system table columns:Peter Eisentraut2002-07-24
* oid is needed, it is added at the end of the struct (after the nullBruce Momjian2002-07-20
* Add more dependency insertions --- this completes the basic pg_dependTom Lane2002-07-16
* Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane2002-07-12
* Update copyright to 2002.Bruce Momjian2002-06-20
* Add optional "validator" function to languages that can validate thePeter Eisentraut2002-05-22
* Remove global variable scanCommandId in favor of storing a command IDTom Lane2002-05-21
* The contents of command.c, creatinh.c, define.c, remove.c and rename.cTom Lane2002-04-15
* Functions live in namespaces. Qualified function names work, egTom Lane2002-04-09
* Privileges on functions and procedural languagesPeter Eisentraut2002-02-18
* Allow a non-superuser database owner to vacuum all tables in hisTom Lane2001-06-13
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-22
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Fix all the places that called heap_update() and heap_delete() withoutTom Lane2001-01-23
* Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane2000-12-03
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-16
* Update textin() and textout() to new fmgr style. This is just phaseTom Lane2000-07-05
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-28
* Make number of args to a function configurable.Bruce Momjian2000-01-10
* Some changes to prepare for LONG attributes.Jan Wieck1999-12-16
* Add system indexes to match all caches.Bruce Momjian1999-11-22
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-18
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17