Commit Graph

182 Commits (22690719ea5a89ccbcd04deb58c83d8d5f138df8)

Author SHA1 Message Date
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 23 years ago
Bruce Momjian 1f653ec31e I have attached two patches as per: 23 years ago
Bruce Momjian 72f8efdc98 Back out /pl memory leak patch. Wait for new version. 23 years ago
Bruce Momjian b2c34e2bd1 I have attached the pltcl patch again, just in case. For the sake of clarity 23 years ago
Peter Eisentraut be475f92cd Fix compile warning. 23 years ago
Bruce Momjian e50f52a074 pgindent run. 23 years ago
Tom Lane b663f3443b Add a bunch of pseudo-types to replace the behavior formerly associated 23 years ago
Bruce Momjian b0f5086e41 oid is needed, it is added at the end of the struct (after the null 23 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, 24 years ago
Bruce Momjian 6783b2372e Another pgindent run. Fixes enum indenting, and improves #endif 24 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 24 years ago
Tom Lane 970a2d1c91 Rebuild cached function definition after CREATE OR REPLACE FUNCTION. 24 years ago
Tom Lane 85801a4dbd Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfo 24 years ago
Bruce Momjian 96471bf106 Using strtol() on int8 values (input parameters or result sets) in 24 years ago
Tom Lane 6d18c038b7 Fix a couple of stray // comments. 24 years ago
Bruce Momjian 148f94b98f I noticed that plpython does not make the relid available inside 24 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 c51b00a213 PL/Python integration: support in create/droplang, add CVS keywords, 25 years ago
Bruce Momjian 0bef7ba549 Add plpython code. 25 years ago