summaryrefslogtreecommitdiff
path: root/src/backend/commands/opclasscmds.c
Commit message (Expand)AuthorAgeFilesLines
* Document that CREATE OPERATOR CLASS amounts to granting public executeTom Lane2006-01-131-12/+40
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-5/+5
* Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate theAlvaro Herrera2005-11-211-17/+60
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-39/+37
* Fix wrong dependency on owner created by ALTER OPCLASS OWNER.Tom Lane2005-08-231-2/+3
* Fix unwanted denial of ALTER OWNER rights to superusers. There was someTom Lane2005-08-221-15/+19
* Adjust permissions checking for ALTER OWNER commands: instead ofTom Lane2005-07-141-6/+16
* Track dependencies on shared objects (which is to say, roles; we alreadyTom Lane2005-07-071-1/+7
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-281-5/+5
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-17/+17
* First phase of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-4/+4
* Convert oidvector and int2vector into variable-length arrays. ThisTom Lane2005-03-291-4/+4
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-16/+23
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Support renaming of tablespaces, and changing the owners ofTom Lane2004-06-251-1/+90
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-261-6/+6
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-121-72/+217
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-091-8/+12
* Various message fixes, among those fixes for the previous round of fixesPeter Eisentraut2003-09-261-3/+3
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-2/+2
* Fix missed message update, per Alvaro Herrera.Tom Lane2003-09-111-2/+2
* 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