Commit Graph

71 Commits (4bf3801d595eb2f8fefd0225855dcc9ea06f161b)

Author SHA1 Message Date
Alvaro Herrera 4bf3801d59 Fix buggy usage of vsnprintf in PL/Python by removing it altogether, instead 18 years ago
Neil Conway 797deb5092 Fix three Python reference leaks in PLy_traceback(). This would result 20 years ago
Tom Lane 7b3d9367b4 Repair problems with the result of lookup_rowtype_tupdesc() possibly being 20 years ago
Neil Conway e838df6ff8 In PLy_function_build_args(), the code loops repeatedly, constructing 20 years ago
Neil Conway ff48fb9579 Index: src/pl/plpython/plpython.c 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 21 years ago
Bruce Momjian 2d6c375c5f Back out patch. This should be done like other server-side languages. 21 years ago
Bruce Momjian af8756713f This patch allows the PL/Python module to do (SRF) functions. 21 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 22 years ago
Tom Lane b2c4071299 Redesign query-snapshot timing so that volatile functions in READ COMMITTED 22 years ago
Bruce Momjian 15d3f9f6b7 Another pgindent run with lib typedefs added. 22 years ago
Bruce Momjian b6b71b85bc Pgindent run for 8.0. 22 years ago
Joe Conway ab6ee1f9fc Move include for Python.h above postgres.h to eliminate compiler warning. 22 years ago
Tom Lane fcbc438727 Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments 22 years ago
Tom Lane ad4d2e9711 Be more consistent about reporting SPI errors in the various PLs. 22 years ago
Tom Lane a393fbf937 Restructure error handling as recently discussed. It is now really 22 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. 23 years ago
Tom Lane 96e63199f3 Fix plpython to generate separate cached procedure data for each 23 years ago
Tom Lane e627dd2db9 Fix pltcl and plpython to support STATEMENT triggers. 23 years ago
Tom Lane 010c6504cb Put back braces removed by pgindent (not really pgindent's fault). 23 years ago
Bruce Momjian 089003fb46 pgindent run. 23 years ago
Tom Lane 8b1ea2f58b Cause library-preload feature to report error if specified initialization 23 years ago
Tom Lane 3b04893ffc Error message editing in src/pl. The plpython module could use another 23 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
Bruce Momjian 98b6f37e47 Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in 23 years ago
Tom Lane e4704001ea This patch fixes a bunch of spelling mistakes in comments throughout the 23 years ago
Tom Lane 8eac198d5b Repair incorrect indexing for atttypmod, per Brad McLean. 23 years ago
Tom Lane f51c7ca182 Make plpython's spi_execute interface handle NULLs properly. 23 years ago
Tom Lane 6f49703f0e Clean up plpython error reporting so that its regression test passes 23 years ago
Tom Lane 95c9c22633 Fix a dozen or so places that were passing unpredictable data strings 23 years ago
Tom Lane 4a67565b37 Fix within-function memory leaks in the various PLs' interfaces to 24 years ago
Bruce Momjian 1f653ec31e I have attached two patches as per: 24 years ago
Bruce Momjian 72f8efdc98 Back out /pl memory leak patch. Wait for new version. 24 years ago
Bruce Momjian b2c34e2bd1 I have attached the pltcl patch again, just in case. For the sake of clarity 24 years ago
Peter Eisentraut be475f92cd Fix compile warning. 24 years ago