summaryrefslogtreecommitdiff
path: root/src/pl/plpython/plpython.c
Commit message (Expand)AuthorAgeFilesLines
* This patch wraps all accesses to t_xmin, t_cmin, t_xmax, and t_cmax inBruce Momjian2002-06-151-5/+5
* pg_type has a typnamespace column; system now supports creating typesTom Lane2002-03-291-17/+9
* Add new elog() levels to stored procedure languages. plperl DEBUG hackBruce Momjian2002-03-061-11/+35
* Change made to elog:Bruce Momjian2002-03-061-9/+9
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-021-12/+12
* plpython security and error handling fixes, fromTom Lane2001-11-161-47/+200
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-11/+11
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-2/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-1879/+1989
* Rebuild cached function definition after CREATE OR REPLACE FUNCTION.Tom Lane2001-10-221-113/+121
* Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfoTom Lane2001-10-061-9/+5
* Using strtol() on int8 values (input parameters or result sets) inBruce Momjian2001-10-041-2/+13
* Fix a couple of stray // comments.Tom Lane2001-10-011-2/+2
* I noticed that plpython does not make the relid available insideBruce Momjian2001-09-121-2/+12
* pltcl, plperl, and plpython all suffer the same bug previously fixedTom Lane2001-06-011-9/+33
* See attached for a small patch that enables plpython to build cleanlyBruce Momjian2001-05-251-3/+4
* PL/Python integration: support in create/droplang, add CVS keywords,Peter Eisentraut2001-05-121-2/+5
* Add plpython code.Bruce Momjian2001-05-091-0/+2623