summaryrefslogtreecommitdiff
path: root/src/include/catalog/pg_namespace.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-2/+2
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-281-3/+3
* First phase of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-3/+5
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Create 'default_tablespace' GUC variable that supplies a TABLESPACETom Lane2004-11-051-10/+7
* Pgindent run for 8.0.Bruce Momjian2004-08-291-4/+4
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-181-7/+10
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* Set up the privileges on the default schemas in initdb with real GRANTPeter Eisentraut2003-03-191-7/+7
* pgindent run.Bruce Momjian2002-09-041-2/+2
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Implement types regprocedure, regoper, regoperator, regclass, regtypeTom Lane2002-04-251-3/+3
* Restructure AclItem representation so that we can have more than eightTom Lane2002-04-211-3/+3
* Create a new GUC variable search_path to control the namespace searchTom Lane2002-04-011-2/+2
* Reimplement temp tables using schemas. The temp table map is history;Tom Lane2002-03-311-3/+3
* Further cleanups for relations in schemas: teach nextval and otherTom Lane2002-03-301-1/+7
* Create the pg_namespace system catalog. Doesn't do much yet, but it'sTom Lane2002-03-221-0/+79