summaryrefslogtreecommitdiff
path: root/src/pl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix possible crash at transaction end when a plpgsql function is used andTom Lane2006-03-022-28/+13
* Update the expected regression test results to account for the changes toNeil Conway2006-03-011-1/+1
* This patch makes the error message strings throughout the backendNeil Conway2006-03-011-4/+4
* Fix typo in comment.Neil Conway2006-02-281-2/+2
* Tweak the error message emitted when a void-returning PL/Python functionNeil Conway2006-02-282-5/+5
* Allow PL/Python functions to return void, per gripe from James RobinsonNeil Conway2006-02-285-7/+72
* Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut2006-02-273-20/+20
* Fix a few minor typos in comments in PL/Perl.Neil Conway2006-02-261-3/+3
* Fix three Python reference leaks in PLy_traceback(). This would resultNeil Conway2006-02-201-4/+6
* Apply code-reviewed version of for-scalar-list patch: mostly, fixingTom Lane2006-02-121-75/+93
* Allow PL/pgSQL FOR statement to return values to scalars as well asBruce Momjian2006-02-121-18/+75
* Clean up plpgsql grammar to make sure that check_assignable() is appliedTom Lane2006-02-121-6/+39
* Undo perl's nasty locale setting on Windows. Since we can't do that asAndrew Dunstan2006-01-281-1/+84
* Per a bug report from Theo Schlossnagle, plperl_return_next() leaksNeil Conway2006-01-281-68/+113
* Clear up remaining compile warning for plperl on Windows.Andrew Dunstan2006-01-121-1/+8
* Minor code clarity improvement: AFAICS, estate.eval_econtext must beNeil Conway2006-01-101-5/+3
* In PLy_function_build_args(), the code loops repeatedly, constructingNeil Conway2006-01-101-1/+2
* Minor code cleanup for PL/Python: fixup some strangely formatted comments,Neil Conway2006-01-091-69/+47
* Rationalise perl header inclusions via a common include file, which alsoAndrew Dunstan2006-01-085-43/+54
* Remove QNX port.Bruce Momjian2006-01-051-8/+1
* Add checks to verify that a plpgsql function returning a rowtype is actuallyTom Lane2006-01-031-3/+41
* Index: src/pl/plpython/plpython.cNeil Conway2005-12-291-17/+20
* Move declaration of check_function_bodies to where the perl headersAndrew Dunstan2005-12-291-3/+4
* Fix plperl validator to honor check_function_bodies: when that is OFF,Tom Lane2005-12-281-9/+47
* Move plpgsql's fetchArgInfo() into funcapi.c, and rename toTom Lane2005-12-282-117/+20
* Implement SQL-compliant treatment of row comparisons for < <= > >= casesTom Lane2005-12-281-1/+13
* Various cosmetic code cleanup for PL/Python:Neil Conway2005-12-261-37/+48
* Allow installation into directories containing spaces in the name.Peter Eisentraut2005-12-095-23/+23
* Fix core dump in error path of plpgsql_parse_tripwordtype. SomebodyTom Lane2005-12-091-10/+10
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-227-332/+331
* translate undef to NULL for result arrayref, now that we allow NULLs in array...Andrew Dunstan2005-11-183-7/+11
* Mop-up for nulls-in-arrays patch: fix some places that access arrayTom Lane2005-11-181-27/+22
* Make SQL arrays support null elements. This commit fixes the core arrayTom Lane2005-11-172-17/+17
* Ensure that a plpgsql LOOP with an empty body still executes at leastTom Lane2005-10-241-1/+12
* Code review for spi_query/spi_fetchrow patch: handle errors sanely,Tom Lane2005-10-182-23/+130
* Standard pgindent run for 8.1.Bruce Momjian2005-10-1510-971/+965
* Fix small oversight in recent patch to add more CREATE-FUNCTION-timeTom Lane2005-10-131-1/+3