summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/typcache.c
Commit message (Expand)AuthorAgeFilesLines
* 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