Commits

DateSubjectAuthorReleases
2008-03-25 Simplify and standardize conversions between TEXT datums and ordinary C Tom Lane 8.4.0
2008-01-02 Fix plpython's overoptimistic caching of information about the rowtype of Tom Lane 8.2.6
2008-01-02 Fix plpython's overoptimistic caching of information about the rowtype of Tom Lane 8.3.0
2007-10-15 Back-patch some plpython patches previously made only in HEAD: changes of Tom Lane 8.2.6
2007-08-10 Fix uninitialized-memory bug in plpython proargnames patch. Per bug #3523 Tom Lane 8.2.5
2007-08-10 Fix uninitialized-memory bug in plpython proargnames patch. Per bug #3523 Tom Lane 8.3.0
2007-07-13 Volatile-qualify a dozen variables in plpython.c to eliminate warnings Tom Lane 8.3.0
2007-04-02 Support enum data types. Along the way, use macros for the values of Tom Lane 8.3.0
2007-02-09 Combine cmin and cmax fields of HeapTupleHeaders into a single field, by Tom Lane 8.3.0
2006-11-21 Fix plpython to work (or at least pass its regression tests) with Tom Lane 8.2.0
2006-09-16 Define errcode as __msvc_errcode not __vc_errcode for MSVC builds, Tom Lane 8.2.0
2006-08-27 Add new return codes SPI_OK_INSERT_RETURNING etc to the SPI API. Tom Lane 8.2.0
2006-08-08 Add a feature for automatic initialization and finalization of dynamically Tom Lane 8.2.0
2006-06-16 Fix problems with cached tuple descriptors disappearing while still in use Tom Lane 8.2.0
2006-05-30 Magic blocks don't do us any good unless we use 'em ... so install one 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-03-14 Improve parser so that we can show an error cursor position for errors 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-05-06 For some reason access/tupmacs.h has been #including utils/memutils.h, Tom Lane 8.1.0
2005-03-29 Convert oidvector and int2vector into variable-length arrays. This Tom Lane 8.1.0
2005-03-24 Adjust plpython to convert \r\n and \r to \n in Python scripts, Tom Lane 8.0.2
2005-03-24 Adjust plpython to convert \r\n and \r to \n in Python scripts, Tom Lane 8.1.0
2004-12-17 Hook up the plpython result-object nrows and status methods correctly. Tom Lane 8.0.0
2004-09-19 Add defenses against plpython functions being declared to take or return Tom Lane 8.0.0