postgresql/src/pl/plpython
Tom Lane c541bb86e9 Infrastructure for I/O of composite types: arrange for the I/O routines
of a composite type to get that type's OID as their second parameter,
in place of typelem which is useless.  The actual changes are mostly
centralized in getTypeInputInfo and siblings, but I had to fix a few
places that were fetching pg_type.typelem for themselves instead of
using the lsyscache.c routines.  Also, I renamed all the related variables
from 'typelem' to 'typioparam' to discourage people from assuming that
they necessarily contain array element types.
2004-06-06 00:41:28 +00:00
..
error.expected Update to match error editing. 2003-07-26 00:02:02 +00:00
feature.expected Rename plpython to plpythonu, and update documentation to reflect its 2003-06-30 18:31:42 +00:00
Makefile Fix bit-rot in support for building with --disable-shared. This patch 2004-01-21 19:04:11 +00:00
plpython.c Infrastructure for I/O of composite types: arrange for the I/O routines 2004-06-06 00:41:28 +00:00
plpython.h $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
plpython_depopulate.sql Add plpython code. 2001-05-09 19:54:38 +00:00
plpython_deschema.sql Add plpython code. 2001-05-09 19:54:38 +00:00
plpython_drop.sql Rename plpython to plpythonu, and update documentation to reflect its 2003-06-30 18:31:42 +00:00
plpython_error.sql > I've worked with the Pl/Python code in the past and will see about removing 2003-06-25 01:18:58 +00:00
plpython_function.sql Rename plpython to plpythonu, and update documentation to reflect its 2003-06-30 18:31:42 +00:00
plpython_populate.sql Add plpython code. 2001-05-09 19:54:38 +00:00
plpython_schema.sql I have attached two patches as per: 2002-10-14 04:20:52 +00:00
plpython_setof.sql Rename plpython to plpythonu, and update documentation to reflect its 2003-06-30 18:31:42 +00:00
plpython_test.sql PL/Python should build portably now, if you can get over the fact that 2001-05-12 17:49:32 +00:00
test.sh Rename plpython to plpythonu, and update documentation to reflect its 2003-06-30 18:31:42 +00:00
TODO Rename plpython to plpythonu, and update documentation to reflect its 2003-06-30 18:31:42 +00:00