aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/opclasscmds.c
Commit message (Expand)AuthorAge
* Restrict CREATE OPERATOR CLASS to superusers, per discussion some weeksTom Lane2002-10-04
* pgindent run.Bruce Momjian2002-09-04
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-22
* Restructure system-catalog index updating logic. Instead of havingTom Lane2002-08-05
* Centralize code for interpreting schema references, which had gottenTom Lane2002-07-29
* Implement CREATE/DROP OPERATOR CLASS. Work still remains: need moreTom Lane2002-07-29