summaryrefslogtreecommitdiff
path: root/src/backend/commands/opclasscmds.c
Commit message (Expand)AuthorAgeFilesLines
* 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