summaryrefslogtreecommitdiff
path: root/src/backend/commands/operatorcmds.c
Commit message (Expand)AuthorAgeFilesLines
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-5/+4
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-8/+9
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Support renaming of tablespaces, and changing the owners ofTom Lane2004-06-251-1/+54
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-261-7/+7
* Tighten parsing of boolean options to CREATE TYPE and related functions,Tom Lane2004-05-141-3/+3
* Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane2004-05-071-14/+14
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-3/+3
* Adjust 'permission denied' messages to be more useful and consistent.Tom Lane2003-08-011-3/+5
* Another round of error message editing, covering backend/commands/.Tom Lane2003-07-201-11/+16
* Some early work on error message editing. Operator-not-found andTom Lane2003-07-041-4/+3
* pgindent run.Bruce Momjian2002-09-041-12/+12
* Remove unused system table columns:Peter Eisentraut2002-07-241-16/+1
* Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane2002-07-121-11/+37
* First phase of applying Rod Taylor's pg_depend patch. This just addsTom Lane2002-07-011-10/+5
* Restructure aclcheck error reporting to make permission-failureTom Lane2002-04-271-5/+13
* Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR takeTom Lane2002-04-161-72/+70
* The contents of command.c, creatinh.c, define.c, remove.c and rename.cTom Lane2002-04-151-0/+247