summaryrefslogtreecommitdiff
path: root/src/include/catalog/namespace.h
Commit message (Expand)AuthorAgeFilesLines
* Implement multivariate n-distinct coefficientsAlvaro Herrera2017-03-241-0/+2
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Improve the situation for parallel query versus temp relations.Tom Lane2016-06-091-0/+4
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Make ALTER .. SET SCHEMA do nothing, instead of throwing an ERROR.Robert Haas2015-11-191-2/+1
* Create an infrastructure for parallel computation in PostgreSQL.Robert Haas2015-04-301-1/+1
* Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.Tom Lane2015-02-201-2/+2
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* rename macro isTempOrToastNamespace to isTempOrTempToastNamespaceBruce Momjian2014-08-251-1/+1
* pgindent run for 9.4Bruce Momjian2014-05-061-1/+1
* Add new to_reg* functions for error-free OID lookups.Robert Haas2014-04-081-1/+2
* Make DROP IF EXISTS more consistently not failAlvaro Herrera2014-01-231-1/+2
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Allow CREATE TABLE IF EXIST so succeed if the schema is nonexistentBruce Momjian2013-01-261-1/+1
* Change plan caching to honor, not resist, changes in search_path.Tom Lane2013-01-251-0/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Replace int2/int4 in C code with int16/int32Peter Eisentraut2012-06-251-1/+1
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-4/+4
* Prevent adding relations to a concurrently dropped schema.Robert Haas2012-01-161-1/+3
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Improve table locking behavior in the face of current DDL.Robert Haas2011-11-301-2/+9
* Redesign the plancache mechanism for more flexibility and efficiency.Tom Lane2011-09-161-0/+1
* Try to acquire relation locks in RangeVarGetRelid.Robert Haas2011-07-081-1/+3
* Fix bugs in relpersistence handling during table creation.Robert Haas2011-07-031-0/+1
* Refactor broken CREATE TABLE IF NOT EXISTS support.Robert Haas2011-04-251-0/+1
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-1/+1
* Per-column collation supportPeter Eisentraut2011-02-081-0/+4
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Centralize some ALTER <whatever> .. SET SCHEMA checks.Robert Haas2010-11-221-0/+2
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Standardize get_whatever_oid functions for other object types.Robert Haas2010-08-051-6/+6
* Standardize get_whatever_oid functions for object types withRobert Haas2010-08-051-1/+2
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Implement parser hooks for processing ColumnRef and ParamRef nodes, as per myTom Lane2009-10-311-1/+2
* Support use of function argument names to identify which actual argumentsTom Lane2009-10-081-2/+4
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-3/+3
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Code review for function default parameters patch. Fix numerous problems asTom Lane2008-12-181-3/+5
* Default values for function argumentsPeter Eisentraut2008-12-041-1/+2
* Support "variadic" functions, which can accept a variable number of argumentsTom Lane2008-07-161-2/+4
* Teach autovacuum how to determine whether a temp table belongs to a crashedTom Lane2008-07-011-1/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Install a lookaside cache to speed up repeated lookups of the same operatorTom Lane2007-11-281-1/+2
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-151-3/+3
* pgindent run for 8.3.Bruce Momjian2007-11-151-4/+4
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-211-2/+14
* Arrange to put TOAST tables belonging to temporary tables into special schemasTom Lane2007-07-251-1/+4
* Fixes for RESET SESSION patch, per Alvaro. Fix a typo in the RESETNeil Conway2007-04-121-3/+2
* RESET SESSION, plus related new DDL commands. Patch from Marko Kreen,Neil Conway2007-04-121-1/+3
* Fix plancache so that any required replanning is done with the sameTom Lane2007-03-231-3/+14