summaryrefslogtreecommitdiff
path: root/src/pl/plpgsql
Commit message (Expand)AuthorAgeFilesLines
* Clean up local redeclarations of variables with DLLIMPORT, per reportTom Lane2006-10-191-3/+2
* pgindent run for 8.2.Bruce Momjian2006-10-044-74/+76
* Fix bugs in plpgsql and ecpg caused by assuming that isspace() would onlyTom Lane2006-09-222-6/+7
* Change processing of extended-Query mode so that an unnamed statementTom Lane2006-09-061-1/+2
* Add new return codes SPI_OK_INSERT_RETURNING etc to the SPI API.Tom Lane2006-08-271-20/+7
* 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
* Add a feature for automatic initialization and finalization of dynamicallyTom Lane2006-08-082-33/+11
* 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
* 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-161-16/+19
* 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-301-1/+3
* 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
* TG_table_name and TG_table_schema for plpgsql, plus docs and regression.Andrew Dunstan2006-05-283-3/+34
* Revert ill-considered change to plpgsql: it should not rely on theTom Lane2006-05-271-4/+8
* Use E'' strings internally only when standard_conforming_strings =Bruce Momjian2006-05-261-3/+4
* 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-041-12/+17
* Fix plpgsql to pass only one copy of any given plpgsql variable into a SQLTom Lane2006-03-231-33/+59
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-141-2/+2
* Remove Jan Wieck's name from copyrights, and put in standardBruce Momjian2006-03-097-210/+57
* Make all our flex and bison files use %option prefix or %name-prefixTom Lane2006-03-075-19/+18
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Fix possible crash at transaction end when a plpgsql function is used andTom Lane2006-03-022-28/+13
* Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut2006-02-271-2/+2
* 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
* Minor code clarity improvement: AFAICS, estate.eval_econtext must beNeil Conway2006-01-101-5/+3
* 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
* 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
* Allow installation into directories containing spaces in the name.Peter Eisentraut2005-12-091-4/+4
* 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-224-287/+286
* 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
* Standard pgindent run for 8.1.Bruce Momjian2005-10-155-722/+712
* Fix small oversight in recent patch to add more CREATE-FUNCTION-timeTom Lane2005-10-131-1/+3
* Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.Tom Lane2005-09-241-16/+14
* Fix recent breakage of decl_cursor_arglist syntax, per Michael Paesold.Tom Lane2005-09-141-5/+5