Commits

DateSubjectAuthorReleases
2012-11-13 Fix memory leaks in record_out() and record_send(). Tom Lane 9.2.2
2012-11-13 Fix memory leaks in record_out() and record_send(). Tom Lane 9.3.0
2012-11-13 Fix memory leaks in record_out() and record_send(). Tom Lane 8.3.22
2012-11-13 Fix memory leaks in record_out() and record_send(). Tom Lane 8.4.15
2011-04-12 Pass collations to functions in FunctionCallInfoData, not FmgrInfo. Tom Lane 9.1.0
2008-11-02 Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple, Tom Lane 8.4.0
2008-10-13 Implement comparison of generic records (composite types), and invent a Tom Lane 8.4.0
2006-06-16 Fix problems with cached tuple descriptors disappearing while still in use Tom Lane 8.2.0
2006-04-04 Modify all callers of datatype input and receive functions so that if these Tom Lane 8.2.0
2006-01-17 Repair problems with the result of lookup_rowtype_tupdesc() possibly being Tom Lane 8.0.7
2006-01-17 Repair problems with the result of lookup_rowtype_tupdesc() possibly being Tom Lane 8.1.3
2005-07-10 Change typreceive function API so that receive functions get the same Tom Lane 8.1.0
2005-05-01 Change CREATE TYPE to require datatype output and send functions to have Tom Lane 8.1.0
2005-04-30 Make record_out and record_send extract type information from the passed Tom Lane 8.0.3
2005-04-30 Make record_out and record_send extract type information from the passed Tom Lane 8.1.0
2005-04-18 record_in and record_recv must be careful to return a separately Tom Lane 8.0.3
2005-04-18 record_in and record_recv must be careful to return a separately Tom Lane 8.1.0
2004-08-04 record_out and friends need to cope with dropped columns in the row Tom Lane 8.0.0
2004-06-06 Add binary I/O support for composite types. Tom Lane 8.0.0
2004-06-06 Preliminary support for composite type I/O; just text for now, Tom Lane 8.0.0
2004-04-01 Replace TupleTableSlot convention for whole-row variables and function Tom Lane 8.0.0