Commit Graph

179 Commits (e8caadefc4611b236a026068e27009140ea4e5da)

Author SHA1 Message Date
Tom Lane 8d7c0851a3 Improve error message for erroneous use of 'opaque' as plperl argument 25 years ago
Tom Lane 6e646c7313 Improve error message for erroneous use of 'opaque' as pltcl argument 25 years ago
Tom Lane 74c14995f1 Improve error message for erroneous use of 'opaque' as plpgsql argument 25 years ago
Tom Lane a27b691e29 Ensure that all uses of <ctype.h> functions are applied to unsigned-char 25 years ago
Tom Lane f5371feef9 Fix inadequate tree-walking code in exec_eval_clear_fcache. 25 years ago
Tom Lane 5bb2300b59 Revise handling of oldstyle/newstyle functions per recent discussions 25 years ago
Tom Lane a933ee38bb Change SearchSysCache coding conventions so that a reference count is 25 years ago
Peter Eisentraut 7301660048 outdated and obsolete 26 years ago
Peter Eisentraut a18490b73d Add global .SECONDARY: target to not allow make to delete intermediate 26 years ago
Peter Eisentraut 54121b9a8b Pass on all CPPFLAGS that look like -I* to the PL/Perl build. 26 years ago
Tom Lane f9b2298bb3 Wups, messed up the comment markers on that last change. 26 years ago
Tom Lane c5185e84e8 Update plperl README per suggestions from Edward Bridges. 26 years ago
Tom Lane 0fb5db60e6 Enable plperl to be built when --with-perl is selected. Dunno whether 26 years ago
Tom Lane 1318342b6e Eliminate POLLUTE=1 hack for cross-Perl-version compatibility by using 26 years ago
Peter Eisentraut 7b021ce17c Polish shared library build to reduce number of special hacks. In 26 years ago
Tom Lane ee28d8b3d5 plpgsql regress tests seem a tad out of date ... repair bit rot. 26 years ago
Peter Eisentraut 805e431a38 Add support for VPATH builds, that is, building somewhere else than in the 26 years ago
Tom Lane 8b6b414a5e Update pltcl regress test to exercise return_null; also make use of 26 years ago
Peter Eisentraut f428d053ce Revise Tcl/Tk configuration. Make missing Tcl after --with-tcl an error, 26 years ago
Bruce Momjian 516aac42f9 disable plperl again. 26 years ago
Peter Eisentraut 335248c9b7 Support for DESTDIR make variable. This is used as in `make install 26 years ago
Tatsuo Ishii 148f905f41 Allow PL/pgSQL accept non ascii identifiers 26 years ago
Tom Lane 3bfbe6991a Clean up compiler warning. 26 years ago
Bruce Momjian 5c6fa5ee32 This patch, when applied in src/pl will unbreak plperl in 26 years ago
Jan Wieck c59077dd7b GET DIAGNOSTICS statement to PL/pgSQL to access SPI_processed 26 years ago
Peter Eisentraut 424f0edcb8 Fix relative path references so that make knowns which dependencies refer 26 years ago
Jan Wieck d4266620e1 Added EXECUTE command to PL/pgSQL for execution of 26 years ago
Peter Eisentraut f03fc94e7d New configure test for flex, which recognizes only flex but does so in all 26 years ago
Tom Lane 782c16c6a1 SQL-language functions are now callable in ordinary fmgr contexts ... 26 years ago
Tom Lane f9b2f9bb76 Fix plpgsql lexer to accept Windows-style and Mac-style newlines as 26 years ago
Tom Lane 37168b8da4 Clean up handling of variable-free qual clauses. System now does the 26 years ago
Tom Lane c298d74d49 More functions updated to new fmgr style --- money, name, tid datatypes. 26 years ago
Peter Eisentraut 32163099d7 Add distprep target to take some of the job of the release_prep script. 26 years ago
Jan Wieck 79e6648649 Added untrusted PL/TclU (pltclu) language. Executes all procedures 26 years ago
Jan Wieck ec1ea5295a Fixed an ordering problem in test queries and 26 years ago
Tom Lane 8b1b34f6c0 Update pltcl regress test's expected output for 7.0 psql output format. 26 years ago
Tom Lane bec98a31c5 Revise aggregate functions per earlier discussions in pghackers. 26 years ago
Tom Lane 139f19c302 update pltcl test to have at least some chance of running ... still 26 years ago
Tom Lane a2c6bf5a59 pltcl seems to be broken on HPUX with recent Tcl versions, because 26 years ago
Tom Lane badce86a2c First stage of reclaiming memory in executor by resetting short-term 26 years ago
Tom Lane 40f64064ff Update textin() and textout() to new fmgr style. This is just phase 26 years ago
Peter Eisentraut 191870388d A little bit of clean-up/bug fix in Tcl build. Handle gracefully cases 26 years ago
Peter Eisentraut 385470f8c6 Fixes for Solaris/cc suggested by <pgsql-hackers@thewrittenword.com> 26 years ago
Peter Eisentraut 44f64dd3ea Makefile cleanup for interface tree. Now essentially with all the 26 years ago
Peter Eisentraut 5bb8b62983 Makefile cleanup for bin and pl subtrees. They should now support 26 years ago
Peter Eisentraut bfdb695b85 Cleaned up PL/pgSQL build. Fixed a couple of copyandpaste'os in the 26 years ago
Peter Eisentraut 1652d43358 Remove fmgrstamp-h business -- not needed and confusing 26 years ago
Peter Eisentraut 44d1abebb4 Big warnings cleanup for Solaris/GCC. Down to about 40 now, but 26 years ago
Bruce Momjian 64948dbe15 >> What happened to the patch I sent regarding the bug in the TCL 26 years ago
Peter Eisentraut 6de89c9ab7 Moved the intricacies of the perl interface build into its own makefile 26 years ago