aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/operatorcmds.c
Commit message (Expand)AuthorAge
* 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
* Tighten parsing of boolean options to CREATE TYPE and related functions,Tom Lane2004-05-14
* Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane2004-05-07
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* 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
* Another round of error message editing, covering backend/commands/.Tom Lane2003-07-20
* Some early work on error message editing. Operator-not-found andTom Lane2003-07-04
* pgindent run.Bruce Momjian2002-09-04
* Remove unused system table columns:Peter Eisentraut2002-07-24
* Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane2002-07-12
* First phase of applying Rod Taylor's pg_depend patch. This just addsTom Lane2002-07-01
* Restructure aclcheck error reporting to make permission-failureTom Lane2002-04-27
* Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR takeTom Lane2002-04-16
* The contents of command.c, creatinh.c, define.c, remove.c and rename.cTom Lane2002-04-15