aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/opclasscmds.c
Commit message (Expand)AuthorAge
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-14
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Document that CREATE OPERATOR CLASS amounts to granting public executeTom Lane2006-01-13
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate theAlvaro Herrera2005-11-21
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Fix wrong dependency on owner created by ALTER OPCLASS OWNER.Tom Lane2005-08-23
* Fix unwanted denial of ALTER OWNER rights to superusers. There was someTom Lane2005-08-22
* Adjust permissions checking for ALTER OWNER commands: instead ofTom Lane2005-07-14
* Track dependencies on shared objects (which is to say, roles; we alreadyTom Lane2005-07-07
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-28
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-14
* First phase of project to use fixed OIDs for all system catalogs andTom Lane2005-04-14
* Convert oidvector and int2vector into variable-length arrays. ThisTom Lane2005-03-29
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Support renaming of tablespaces, and changing the owners ofTom Lane2004-06-25
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-26
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-12
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-09
* Various message fixes, among those fixes for the previous round of fixesPeter Eisentraut2003-09-26
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* Fix missed message update, per Alvaro Herrera.Tom Lane2003-09-11
* Create a 'type cache' that keeps track of the data needed for any particularTom Lane2003-08-17
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Adjust 'permission denied' messages to be more useful and consistent.Tom Lane2003-08-01
* A visit from the message-style police ...Tom Lane2003-07-28
* Another round of error message editing, covering backend/commands/.Tom Lane2003-07-20
* First bits of work on error message editing.Tom Lane2003-07-18
* Some early work on error message editing. Operator-not-found andTom Lane2003-07-04
* First batch of object rename commands.Peter Eisentraut2003-06-27
* Add new palloc0 call as merge of palloc and MemSet(0).Bruce Momjian2002-11-13
* Back out use of palloc0 in place if palloc/MemSet. Seems constant lenBruce Momjian2002-11-11
* Merge palloc()/MemSet(0) calls into a single palloc0() call.Bruce Momjian2002-11-10
* 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