summaryrefslogtreecommitdiff
path: root/src/backend/commands/proclang.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-281-1/+2
* Make number of args to a function configurable.Bruce Momjian2000-01-101-2/+2
* Some changes to prepare for LONG attributes.Jan Wieck1999-12-161-1/+1
* Add system indexes to match all caches.Bruce Momjian1999-11-221-3/+13
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-181-7/+5
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-1/+0
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-1/+1
* Initial MVCC code.Vadim B. Mikheev1998-12-151-1/+1
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-271-2/+2
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-2/+2
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-191-31/+12
* Use Snapshot in heap access methods.Vadim B. Mikheev1998-07-271-1/+1
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-6/+0
* This patch...Bruce Momjian1998-04-271-4/+5
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-2/+2
* From: Jan Wieck <jwieck@debis.com>Marc G. Fournier1998-02-251-1/+1