index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
cache
/
typcache.c
Commit message (
Expand
)
Author
Age
*
Change search for default operator classes so that it examines all opclasses
Tom Lane
2006-02-10
*
Repair problems with the result of lookup_rowtype_tupdesc() possibly being
Tom Lane
2006-01-17
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
*
Fix oversight in recent rowtype-handling improvements: transformTargetList
Tom Lane
2004-06-19
*
Make the world very nearly safe for composite-type columns in tables.
Tom Lane
2004-06-05
*
Reimplement the linked list data structure used throughout the backend.
Neil Conway
2004-05-26
*
Replace TupleTableSlot convention for whole-row variables and function
Tom Lane
2004-04-01
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
*
Cross-data-type comparisons are now indexable by btrees, pursuant to my
Tom Lane
2003-11-12
*
Add operator strategy and comparison-value datatype fields to ScanKey.
Tom Lane
2003-11-09
*
Create a 'type cache' that keeps track of the data needed for any particular
Tom Lane
2003-08-17