summaryrefslogtreecommitdiff
path: root/src/backend/commands/operatorcmds.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-2/+2
* Ensure that typmod decoration on a datatype name is validated in all cases,Tom Lane2007-11-111-3/+3
* Minimal message corrections found by spell checker.Peter Eisentraut2007-06-021-3/+3
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-231-35/+9
* pgindent run for 8.2.Bruce Momjian2006-10-041-9/+9
* Make some sentences consistent with similar ones.Bruce Momjian2006-10-031-2/+2
* DROP ... IF EXISTS for the following cases:Andrew Dunstan2006-06-161-2/+10
* Support the syntaxTom Lane2006-04-151-3/+4
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-141-7/+9
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate theAlvaro Herrera2005-11-211-7/+30
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-16/+11
* Fix unwanted denial of ALTER OWNER rights to superusers. There was someTom Lane2005-08-221-15/+20
* 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/+4
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-281-4/+4
* 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