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