summaryrefslogtreecommitdiff
path: root/src/pl/plpython/plpython.c
Commit message (Expand)AuthorAgeFilesLines
* Add new return codes SPI_OK_INSERT_RETURNING etc to the SPI API.Tom Lane2006-08-271-9/+4
* Add a feature for automatic initialization and finalization of dynamicallyTom Lane2006-08-081-36/+11
* Attached patch is required ot build with the CRT that comes with VisualBruce Momjian2006-07-061-2/+5
* Fix Win32/Cygwin problems:Bruce Momjian2006-06-251-1/+9
* Fix problems with cached tuple descriptors disappearing while still in useTom Lane2006-06-161-1/+2
* Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane2006-05-301-1/+3
* Add table_name and table_schema to plpython trigger data, plus docs and regre...Andrew Dunstan2006-05-261-2/+17
* Revert patch, causing plpython regression failues:Bruce Momjian2006-04-271-231/+10
* plpython improvements:Bruce Momjian2006-04-271-10/+231
* Modify all callers of datatype input and receive functions so that if theseTom Lane2006-04-041-31/+41
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-141-3/+9
* Remove copyright notices from Jan (per author approval), and those filesBruce Momjian2006-03-111-29/+1
* This patch makes the error message strings throughout the backendNeil Conway2006-03-011-4/+4
* Tweak the error message emitted when a void-returning PL/Python functionNeil Conway2006-02-281-3/+3
* Allow PL/Python functions to return void, per gripe from James RobinsonNeil Conway2006-02-281-7/+25
* Fix three Python reference leaks in PLy_traceback(). This would resultNeil Conway2006-02-201-4/+6
* In PLy_function_build_args(), the code loops repeatedly, constructingNeil Conway2006-01-101-1/+2
* Minor code cleanup for PL/Python: fixup some strangely formatted comments,Neil Conway2006-01-091-69/+47
* Index: src/pl/plpython/plpython.cNeil Conway2005-12-291-17/+20
* Various cosmetic code cleanup for PL/Python:Neil Conway2005-12-261-37/+48
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-51/+49
* This patch addresses the problem mentioned in the "process crashBruce Momjian2005-07-101-3/+18
* Back out patch. This should be done like other server-side languages.Bruce Momjian2005-07-051-16/+1
* This patch allows the PL/Python module to do (SRF) functions.Bruce Momjian2005-07-041-1/+16
* For some reason access/tupmacs.h has been #including utils/memutils.h,Tom Lane2005-05-061-1/+2
* Change SPI functions to use a `long' when specifying the number of tuplesNeil Conway2005-05-021-8/+8
* Convert oidvector and int2vector into variable-length arrays. ThisTom Lane2005-03-291-5/+5
* Adjust plpython to convert \r\n and \r to \n in Python scripts,Tom Lane2005-03-241-3/+7
* Hook up the plpython result-object nrows and status methods correctly.Tom Lane2004-12-171-24/+6
* Add defenses against plpython functions being declared to take or returnTom Lane2004-09-191-7/+27
* Redesign query-snapshot timing so that volatile functions in READ COMMITTEDTom Lane2004-09-131-17/+33
* Another pgindent run with lib typedefs added.Bruce Momjian2004-08-301-3/+3
* Pgindent run for 8.0.Bruce Momjian2004-08-291-490/+491
* Move include for Python.h above postgres.h to eliminate compiler warning.Joe Conway2004-08-051-2/+2
* Label CVS tip as 8.0devel instead of 7.5devel. Adjust various commentsTom Lane2004-08-041-2/+2
* Be more consistent about reporting SPI errors in the various PLs.Tom Lane2004-07-311-42/+12
* Restructure error handling as recently discussed. It is now reallyTom Lane2004-07-311-515/+337
* Infrastructure for I/O of composite types: arrange for the I/O routinesTom Lane2004-06-061-29/+30
* Tweak palloc/repalloc to allow zero bytes to be requested, as per recentTom Lane2004-06-051-37/+34
* Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane2004-05-071-4/+4
* Replace TupleTableSlot convention for whole-row variables and functionTom Lane2004-04-011-40/+58
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-071-2/+2
* Apply the core parts of Dennis Bjorklund's patch to allow functionTom Lane2004-01-061-5/+9
* Remove trailing semicolons from macro initializations in plpython.Bruce Momjian2004-01-041-3/+3
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Fix some problems with dropped columns in plpython trigger functions.Tom Lane2003-09-161-26/+32
* Fix plpython to generate separate cached procedure data for eachTom Lane2003-09-141-25/+37
* Fix pltcl and plpython to support STATEMENT triggers.Tom Lane2003-08-041-46/+74
* Put back braces removed by pgindent (not really pgindent's fault).Tom Lane2003-08-041-1/+4
* pgindent run.Bruce Momjian2003-08-041-33/+29