summaryrefslogtreecommitdiff
path: root/src/backend/commands/opclasscmds.c
Commit message (Expand)AuthorAgeFilesLines
* Create a 'type cache' that keeps track of the data needed for any particularTom Lane2003-08-171-2/+4
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-9/+9
* Adjust 'permission denied' messages to be more useful and consistent.Tom Lane2003-08-011-8/+14
* A visit from the message-style police ...Tom Lane2003-07-281-3/+3
* Another round of error message editing, covering backend/commands/.Tom Lane2003-07-201-2/+2
* First bits of work on error message editing.Tom Lane2003-07-181-42/+74
* Some early work on error message editing. Operator-not-found andTom Lane2003-07-041-11/+7
* First batch of object rename commands.Peter Eisentraut2003-06-271-2/+93
* Add new palloc0 call as merge of palloc and MemSet(0).Bruce Momjian2002-11-131-7/+4
* Back out use of palloc0 in place if palloc/MemSet. Seems constant lenBruce Momjian2002-11-111-4/+7
* Merge palloc()/MemSet(0) calls into a single palloc0() call.Bruce Momjian2002-11-101-7/+4
* Restrict CREATE OPERATOR CLASS to superusers, per discussion some weeksTom Lane2002-10-041-1/+14
* pgindent run.Bruce Momjian2002-09-041-48/+47
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-221-2/+2
* Restructure system-catalog index updating logic. Instead of havingTom Lane2002-08-051-26/+4
* Centralize code for interpreting schema references, which had gottenTom Lane2002-07-291-35/+6
* Implement CREATE/DROP OPERATOR CLASS. Work still remains: need moreTom Lane2002-07-291-0/+639