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
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
Restructure operator classes to allow improved handling of cross-data-type
Tom Lane
2006-12-23
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
*
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-07-14
*
Alphabetically order reference to include files, "S"-"Z".
Bruce Momjian
2006-07-11
*
Fix problems with cached tuple descriptors disappearing while still in use
Tom Lane
2006-06-16
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Change search for default operator classes so that it examines all opclasses
Tom Lane
2006-02-10
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Modify hash_search() API to prevent future occurrences of the error
Tom Lane
2005-05-29
*
Marginal hack to use a specialized hash function for dynahash hashtables
Tom Lane
2005-04-14
*
Completion of project to use fixed OIDs for all system catalogs and
Tom Lane
2005-04-14
*
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