summaryrefslogtreecommitdiff
path: root/src/backend/catalog/namespace.c
Commit message (Expand)AuthorAgeFilesLines
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-211-1/+556
* Arrange to put TOAST tables belonging to temporary tables into special schemasTom Lane2007-07-251-7/+73
* Support explicit placement of the temporary-table schema within search_path.Tom Lane2007-04-201-27/+179
* Fixes for RESET SESSION patch, per Alvaro. Fix a typo in the RESETNeil Conway2007-04-121-13/+3
* RESET SESSION, plus related new DDL commands. Patch from Marko Kreen,Neil Conway2007-04-121-1/+21
* Fix plancache so that any required replanning is done with the sameTom Lane2007-03-231-105/+270
* Fix up foreign-key mechanism so that there is a sound semantic basis for theTom Lane2007-02-141-2/+2
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-011-2/+2
* 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-2/+86
* pgindent run for 8.2.Bruce Momjian2006-10-041-6/+6
* Add a couple of information functions to support direct checks on whetherTom Lane2006-09-141-1/+17
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-3/+1
* Provide a namespace.c function for lookup of an operator with exactTom Lane2006-05-011-18/+94
* Back out RESET CONNECTION until there is more discussion.Bruce Momjian2006-04-251-2/+3
* Add RESET CONNECTION, to reset all aspects of a session.Bruce Momjian2006-04-251-3/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Change search for default operator classes so that it examines all opclassesTom Lane2006-02-101-114/+1
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-5/+6
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-133/+125
* Marginal speedup in RelationIsVisible and TypeIsVisible: avoid a redundantTom Lane2005-10-061-7/+42
* Add ALTER object SET SCHEMA capability for a limited but useful set ofTom Lane2005-08-011-10/+50
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-281-13/+13
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-3/+2
* Convert oidvector and int2vector into variable-length arrays. ThisTom Lane2005-03-291-22/+22
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Create 'default_tablespace' GUC variable that supplies a TABLESPACETom Lane2004-11-051-2/+2
* Restructure subtransaction handling to reduce resource consumption,Tom Lane2004-09-161-15/+15
* Pgindent run for 8.0.Bruce Momjian2004-08-291-21/+24
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Fix subtransaction behavior for large objects, temp namespace, files,Tom Lane2004-07-281-7/+40
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-181-2/+2
* Fix thinko in recent patch to change temp-table permissions behavior:Tom Lane2004-05-281-4/+5
* *) inet_(client|server)_(addr|port)() and necessary documentation forBruce Momjian2004-05-261-5/+5
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-261-80/+80
* Try to make 'cross-database references are not implemented' errors aTom Lane2004-02-131-4/+9
* Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_pathTom Lane2004-01-191-4/+11
* Tweak OpernameGetCandidates() to reduce palloc overhead --- profilingTom Lane2003-12-291-3/+20
* This patch properly sets the prototype for the on_shmem_exit andPeter Eisentraut2003-12-121-3/+3
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-3/+3
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-16/+16
* Adjust 'permission denied' messages to be more useful and consistent.Tom Lane2003-08-011-3/+4
* Error message editing in backend/catalog.Tom Lane2003-07-211-30/+60
* Fix compile warnings.Tom Lane2003-06-271-1/+2
* First batch of object rename commands.Peter Eisentraut2003-06-271-5/+5
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-141-3/+3
* Infrastructure for upgraded error reporting mechanism. elog.c isTom Lane2003-04-241-3/+3
* Add start time to pg_stat_activityBruce Momjian2003-03-201-2/+2