summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/typcache.c
Commit message (Expand)AuthorAgeFilesLines
* Restructure function-internal caching in the range type code.Tom Lane2011-11-151-0/+69
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-1/+0
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-091-16/+16
* Fix failure to check whether a rowtype's component types are sortable.Tom Lane2011-06-031-55/+290
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-33/+34
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Provide hashing support for arrays.Tom Lane2010-10-301-9/+62
* Allow new values to be added to an existing enum type.Tom Lane2010-10-241-0/+322
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Fix up flushing of composite-type typcache entries to be driven directly byTom Lane2010-09-021-30/+51
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-141-4/+2
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Remove a couple of unnecessary calls of CreateCacheMemoryContext. TheseTom Lane2009-12-271-9/+11
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-191-1/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-2/+2
* Support enum data types. Along the way, use macros for the values ofTom Lane2007-04-021-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-29/+47
* pgindent run for 8.2.Bruce Momjian2006-10-041-8/+8
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-3/+1
* Alphabetically order reference to include files, "S"-"Z".Bruce Momjian2006-07-111-2/+2
* Fix problems with cached tuple descriptors disappearing while still in useTom Lane2006-06-161-25/+79
* 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-94/+7
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-6/+6
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-21/+20
* Modify hash_search() API to prevent future occurrences of the errorTom Lane2005-05-291-9/+1
* Marginal hack to use a specialized hash function for dynahash hashtablesTom Lane2005-04-141-2/+2
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-4/+3
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-16/+18
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Fix oversight in recent rowtype-handling improvements: transformTargetListTom Lane2004-06-191-3/+3
* Make the world very nearly safe for composite-type columns in tables.Tom Lane2004-06-051-6/+20
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-261-2/+2
* Replace TupleTableSlot convention for whole-row variables and functionTom Lane2004-04-011-12/+256
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-121-5/+10
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-091-4/+5
* Create a 'type cache' that keeps track of the data needed for any particularTom Lane2003-08-171-0/+292