Commit Graph

182 Commits (22690719ea5a89ccbcd04deb58c83d8d5f138df8)

Author SHA1 Message Date
Tom Lane 06e10abc0b Fix problems with cached tuple descriptors disappearing while still in use 20 years ago
Tom Lane a0ffab351e Magic blocks don't do us any good unless we use 'em ... so install one 20 years ago
Andrew Dunstan 0a269db9cf Add table_name and table_schema to plpython trigger data, plus docs and regression test. 20 years ago
Bruce Momjian 203592dd88 Revert patch, causing plpython regression failues: 20 years ago
Bruce Momjian 1a84275a7b plpython improvements: 20 years ago
Tom Lane 147d4bf3e5 Modify all callers of datatype input and receive functions so that if these 20 years ago
Tom Lane 20ab467d76 Improve parser so that we can show an error cursor position for errors 20 years ago
Bruce Momjian 98d42c2450 Remove copyright notices from Jan (per author approval), and those files 20 years ago
Neil Conway 8e5a10d46c This patch makes the error message strings throughout the backend 20 years ago
Neil Conway 2b8afe6193 Tweak the error message emitted when a void-returning PL/Python function 20 years ago
Neil Conway 87daae1143 Allow PL/Python functions to return void, per gripe from James Robinson 20 years ago
Neil Conway 45594a6859 Fix three Python reference leaks in PLy_traceback(). This would result 20 years ago
Neil Conway c08c8529e7 In PLy_function_build_args(), the code loops repeatedly, constructing 20 years ago
Neil Conway 6c8d838079 Minor code cleanup for PL/Python: fixup some strangely formatted comments, 20 years ago
Neil Conway edafb4f037 Index: src/pl/plpython/plpython.c 20 years ago
Neil Conway 97e1535fba Various cosmetic code cleanup for PL/Python: 20 years ago
Bruce Momjian 1dc3498251 Standard pgindent run for 8.1. 20 years ago
Bruce Momjian 37f11c3081 This patch addresses the problem mentioned in the "process crash 20 years ago
Bruce Momjian 2d6c375c5f Back out patch. This should be done like other server-side languages. 20 years ago
Bruce Momjian af8756713f This patch allows the PL/Python module to do (SRF) functions. 20 years ago
Tom Lane 278bd0cc22 For some reason access/tupmacs.h has been #including utils/memutils.h, 21 years ago
Neil Conway f478856c7f Change SPI functions to use a `long' when specifying the number of tuples 21 years ago
Tom Lane 70c9763d48 Convert oidvector and int2vector into variable-length arrays. This 21 years ago
Tom Lane 00aa8ed47a Adjust plpython to convert \r\n and \r to \n in Python scripts, 21 years ago
Tom Lane dfdae5d63c Hook up the plpython result-object nrows and status methods correctly. 21 years ago
Tom Lane fa8eb8a726 Add defenses against plpython functions being declared to take or return 21 years ago
Tom Lane b2c4071299 Redesign query-snapshot timing so that volatile functions in READ COMMITTED 21 years ago
Bruce Momjian 15d3f9f6b7 Another pgindent run with lib typedefs added. 21 years ago
Bruce Momjian b6b71b85bc Pgindent run for 8.0. 21 years ago
Joe Conway ab6ee1f9fc Move include for Python.h above postgres.h to eliminate compiler warning. 21 years ago
Tom Lane fcbc438727 Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments 21 years ago
Tom Lane ad4d2e9711 Be more consistent about reporting SPI errors in the various PLs. 21 years ago
Tom Lane a393fbf937 Restructure error handling as recently discussed. It is now really 21 years ago
Tom Lane c541bb86e9 Infrastructure for I/O of composite types: arrange for the I/O routines 22 years ago
Tom Lane c3a153afed Tweak palloc/repalloc to allow zero bytes to be requested, as per recent 22 years ago
Tom Lane 0bd61548ab Solve the 'Turkish problem' with undesirable locale behavior for case 22 years ago
Tom Lane 375369acd1 Replace TupleTableSlot convention for whole-row variables and function 22 years ago
Neil Conway 192ad63bd7 More janitorial work: remove the explicit casting of NULL literals to a 22 years ago
Tom Lane a77e32d7c5 Apply the core parts of Dennis Bjorklund's patch to allow function 22 years ago
Bruce Momjian f04af68e54 Remove trailing semicolons from macro initializations in plpython. 22 years ago
PostgreSQL Daemon 969685ad44 $Header: -> $PostgreSQL Changes ... 22 years ago
Tom Lane b8f8896888 Fix some problems with dropped columns in plpython trigger functions. 22 years ago
Tom Lane 96e63199f3 Fix plpython to generate separate cached procedure data for each 22 years ago
Tom Lane e627dd2db9 Fix pltcl and plpython to support STATEMENT triggers. 22 years ago
Tom Lane 010c6504cb Put back braces removed by pgindent (not really pgindent's fault). 22 years ago
Bruce Momjian 089003fb46 pgindent run. 22 years ago
Tom Lane 8b1ea2f58b Cause library-preload feature to report error if specified initialization 22 years ago
Tom Lane 3b04893ffc Error message editing in src/pl. The plpython module could use another 22 years ago
Bruce Momjian afb17d912b > I've worked with the Pl/Python code in the past and will see about removing 23 years ago
Tom Lane d2e028b1b0 Fix brain damage in deciding which python input converter to use. 23 years ago