Commit Graph

496 Commits (d73300a28683fb1723ecda1a3fa767dbe8be6502)

Author SHA1 Message Date
Tom Lane 3b04893ffc Error message editing in src/pl. The plpython module could use another 23 years ago
Tom Lane 6115224448 Rename plpython to plpythonu, and update documentation to reflect its 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
Bruce Momjian 9b59ddfb40 It may not be obvious to you, but the plpython regression tests 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 337da0678a Assorted fixes for Cygwin: 24 years ago
Peter Eisentraut be475f92cd Fix compile warning. 24 years ago
Bruce Momjian e50f52a074 pgindent run. 24 years ago
Tom Lane b663f3443b Add a bunch of pseudo-types to replace the behavior formerly associated 24 years ago
Bruce Momjian b0f5086e41 oid is needed, it is added at the end of the struct (after the null 24 years ago
Bruce Momjian 3c35face41 This patch wraps all accesses to t_xmin, t_cmin, t_xmax, and t_cmax in 24 years ago
Tom Lane d5e99ab4d6 pg_type has a typnamespace column; system now supports creating types 24 years ago
Bruce Momjian 7d5edf2ba7 Add new elog() levels to stored procedure languages. plperl DEBUG hack 24 years ago
Bruce Momjian 92288a1cf9 Change made to elog: 24 years ago
Bruce Momjian a033daf566 Commit to match discussed elog() changes. Only update is that LOG is 24 years ago
Tom Lane 1ca717f377 plpython security and error handling fixes, from 24 years ago
Bruce Momjian ea08e6cd55 New pgindent run with fixes suggested by Tom. Patch manually reviewed, 25 years ago
Bruce Momjian 6783b2372e Another pgindent run. Fixes enum indenting, and improves #endif 25 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 25 years ago
Tom Lane 970a2d1c91 Rebuild cached function definition after CREATE OR REPLACE FUNCTION. 25 years ago
Tom Lane 85801a4dbd Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfo 25 years ago
Bruce Momjian 96471bf106 Using strtol() on int8 values (input parameters or result sets) in 25 years ago
Tom Lane 6d18c038b7 Fix a couple of stray // comments. 25 years ago
Peter Eisentraut 264f8f2b6c Install dynamically loadable modules into a private subdirectory 25 years ago
Bruce Momjian 148f94b98f I noticed that plpython does not make the relid available inside 25 years ago
Peter Eisentraut 42ae4f2940 Turn on plpython build by default if we have something that looks like a 25 years ago
Peter Eisentraut 8237d89c0f Support fake root install, separate build dir, dependency tracking, our 25 years ago
Tom Lane 7748e9e7e5 pltcl, plperl, and plpython all suffer the same bug previously fixed 25 years ago
Bruce Momjian 06a8346c84 See attached for a small patch that enables plpython to build cleanly 25 years ago
Peter Eisentraut 70aa2ae6a5 Remove linking hacks now that dynloader is fixed. 25 years ago
Peter Eisentraut bbc3920fe9 PL/Python should build portably now, if you can get over the fact that 25 years ago
Peter Eisentraut c51b00a213 PL/Python integration: support in create/droplang, add CVS keywords, 25 years ago
Bruce Momjian 72c8af51fd Move disabled message up to a higher makefile. 25 years ago
Bruce Momjian 8ace5114dc This directory contains a module that implements the "Metaphone" code as 25 years ago
Bruce Momjian ec9cc733ca Add TODO file. 25 years ago
Bruce Momjian 0bef7ba549 Add plpython code. 25 years ago