aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/typcache.c
Commit message (Expand)AuthorAge
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-23
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Alphabetically order reference to include files, "S"-"Z".Bruce Momjian2006-07-11
* Fix problems with cached tuple descriptors disappearing while still in useTom Lane2006-06-16
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Change search for default operator classes so that it examines all opclassesTom Lane2006-02-10
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Modify hash_search() API to prevent future occurrences of the errorTom Lane2005-05-29
* Marginal hack to use a specialized hash function for dynahash hashtablesTom Lane2005-04-14
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-14
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Fix oversight in recent rowtype-handling improvements: transformTargetListTom Lane2004-06-19
* Make the world very nearly safe for composite-type columns in tables.Tom Lane2004-06-05
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-26
* Replace TupleTableSlot convention for whole-row variables and functionTom Lane2004-04-01
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-12
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-09
* Create a 'type cache' that keeps track of the data needed for any particularTom Lane2003-08-17