Bruce Momjian
96471bf106
Using strtol() on int8 values (input parameters or result sets) in
...
plpython would result in numeric overflows causing the backend to
terminate abruptly.
This patch fixes it.
Bradley McLean
2001-10-04 15:45:49 +00:00
Tom Lane
6d18c038b7
Fix a couple of stray // comments.
2001-10-01 17:53:12 +00:00
Bruce Momjian
148f94b98f
I noticed that plpython does not make the relid available inside
...
a trigger the way that pltcl does.
Here's a little patch that adds it in.
-Brad McLean
2001-09-12 03:03:25 +00:00
Tom Lane
7748e9e7e5
pltcl, plperl, and plpython all suffer the same bug previously fixed
...
in plpgsql: they fail for datatypes that have old-style I/O functions
due to caching FmgrInfo structs with wrong fn_mcxt lifetime.
Although the plpython fix seems straightforward, I can't check it here
since I don't have Python installed --- would someone check it?
2001-06-01 18:17:44 +00:00
Bruce Momjian
06a8346c84
See attached for a small patch that enables plpython to build cleanly
...
under Cygwin. This patch together with my previous Python patch:
http://postgresql.readysetnet.com/mhonarc/pgsql-patches/2001-05/msg00075.htm
l
enables full Python support (i.e., configure --with-python) for Cygwin
PostgreSQL.
Jason Tishler
2001-05-25 15:48:33 +00:00
Peter Eisentraut
c51b00a213
PL/Python integration: support in create/droplang, add CVS keywords,
...
remove useless files, beat some sense into Makefile. For me it builds
and sort of runs, so it's a start.
2001-05-12 01:30:30 +00:00
Bruce Momjian
0bef7ba549
Add plpython code.
2001-05-09 19:54:38 +00:00