summaryrefslogtreecommitdiff
path: root/src/pl
Commit message (Expand)AuthorAgeFilesLines
* Allow PL/python to return composite types and result setsBruce Momjian2006-09-027-82/+1072
* Add new return codes SPI_OK_INSERT_RETURNING etc to the SPI API.Tom Lane2006-08-274-36/+25
* Add hooks to allow debugging and performance measurement pluginsTom Lane2006-08-153-3/+105
* Support INSERT/UPDATE/DELETE RETURNING in plpgsql, with rowcount checkingTom Lane2006-08-145-342/+359
* Get rid of "lookahead" functionality in plpgsql's yylex() function,Tom Lane2006-08-142-158/+142
* Back out plperl OUT hash/array parameter patch, again.Bruce Momjian2006-08-133-286/+21
* Re-apply plperl patch that allows OUT parameters to be placed into PerlBruce Momjian2006-08-133-21/+286
* Back out patch for plperl to handle OUT paramaters into arrays andBruce Momjian2006-08-122-177/+21
* plperl:Bruce Momjian2006-08-112-21/+177
* Add a feature for automatic initialization and finalization of dynamicallyTom Lane2006-08-085-123/+54
* Ah, I finally realize why Magnus wanted to add a --bindir option toTom Lane2006-07-213-6/+12
* Rewrite pg_regress as a C program instead of a shell script.Tom Lane2006-07-193-9/+9
* Allow include files to compile own their own.Bruce Momjian2006-07-131-1/+2
* Alphabetically order reference to include files, "N" - "S".Bruce Momjian2006-07-112-4/+4
* Attached patch is required ot build with the CRT that comes with VisualBruce Momjian2006-07-061-2/+5
* Fix Win32/Cygwin problems:Bruce Momjian2006-06-251-1/+9
* Code review for SELECT INTO STRICT patch: use saner choices of errorTom Lane2006-06-164-15/+13
* Fix problems with cached tuple descriptors disappearing while still in useTom Lane2006-06-164-19/+25
* Add STRICT to PL/pgSQL SELECT INTO, so exceptions are thrown if more orBruce Momjian2006-06-155-11/+49
* Add BY clause to PL/PgSQL FOR loop, to control the iteration increment.Bruce Momjian2006-06-125-9/+62
* Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane2006-05-304-4/+11
* Update ppport.h to not cause warnings with newest Perl versions.Tom Lane2006-05-301-0/+2
* Revert patch, needs more work:Bruce Momjian2006-05-305-352/+37
* Add dynamic record inspection to PL/PgSQL, useful for generic triggers:Bruce Momjian2006-05-305-37/+352
* Back out patch, wrong previous commit message.Bruce Momjian2006-05-305-352/+37
* Add regexp_replace() to string functions section.Bruce Momjian2006-05-305-37/+352
* Make plperl's $_TD trigger data a global rather than a lexical variable,Andrew Dunstan2006-05-291-2/+2
* TG_table_name and TG_table_schema for plpgsql, plus docs and regression.Andrew Dunstan2006-05-283-3/+34
* TG_table_name and TG_table_schema for pl/tcl, plus regression test and docs.Andrew Dunstan2006-05-275-2/+137
* Revert ill-considered change to plpgsql: it should not rely on theTom Lane2006-05-271-4/+8
* Looks like the new plpython regression test fails on older pythons. See if th...Andrew Dunstan2006-05-272-2/+6
* Use E'' strings internally only when standard_conforming_strings =Bruce Momjian2006-05-261-3/+4
* Add table_name and table_schema to plpython trigger data, plus docs and regre...Andrew Dunstan2006-05-263-2/+103
* Add table_name and table_schema to plperl trigger data. relname isAndrew Dunstan2006-05-263-1/+154
* Revert patch, causing plpython regression failues:Bruce Momjian2006-04-271-231/+10
* plpython improvements:Bruce Momjian2006-04-271-10/+231
* Simplify ParamListInfo data structure to support only numbered parameters,Tom Lane2006-04-221-16/+19
* Modify all callers of datatype input and receive functions so that if theseTom Lane2006-04-044-118/+142
* Fix plpgsql to pass only one copy of any given plpgsql variable into a SQLTom Lane2006-03-231-33/+59
* Fix a few places that were checking for the return value of palloc() to beNeil Conway2006-03-192-11/+1
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-145-55/+32
* Remove copyright notices from Jan (per author approval), and those filesBruce Momjian2006-03-114-122/+3
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-112-0/+4
* Remove Jan Wieck's name from copyrights, and put in standardBruce Momjian2006-03-097-210/+57
* Update pltcl expected file for E''.Bruce Momjian2006-03-081-1/+1
* Adjust plpython for escape_string_warning.Bruce Momjian2006-03-082-8/+8
* Adjust PL regression tests for escape_string_warning.Bruce Momjian2006-03-084-15/+15
* Make all our flex and bison files use %option prefix or %name-prefixTom Lane2006-03-075-19/+18
* Prepared queries for PLPerl, plus fixing a small plperl memory leak. PatchAndrew Dunstan2006-03-055-16/+656
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-052-4/+4