summaryrefslogtreecommitdiff
path: root/src/pl/plpgsql
Commit message (Expand)AuthorAgeFilesLines
* Translation updates for 9.1beta2Peter Eisentraut2011-06-0910-918/+3900
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-091-1/+1
* Make plpgsql complain about conflicting IN and OUT parameter names.Tom Lane2011-05-231-2/+28
* Make plpgsql provide the typmods for its variables to the main parser.Tom Lane2011-05-223-21/+64
* Message style improvementsPeter Eisentraut2011-05-211-1/+1
* Rewrite installation makefile rules without for loopsPeter Eisentraut2011-05-021-4/+1
* Support a COLLATE clause in plpgsql variable declarations.Tom Lane2011-04-172-6/+42
* Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane2011-04-121-2/+2
* Clean up most -Wunused-but-set-variable warnings from gcc 4.6Peter Eisentraut2011-04-111-2/+0
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-103-47/+47
* Revise the API for GUC variable assign hooks.Tom Lane2011-04-071-1/+1
* Fix plpgsql to release SPI plans when a function or DO block is freed.Tom Lane2011-03-274-5/+411
* Clean up cruft around collation initialization for tupdescs and scankeys.Tom Lane2011-03-261-0/+4
* Fix collation handling in plpgsql functions.Tom Lane2011-03-254-60/+156
* Revise collation derivation method and expression-tree representation.Tom Lane2011-03-192-15/+13
* Add hint suggesting the use of EXECUTE CREATE TABLE ... AS for EXECUTE INTO.Bruce Momjian2011-03-151-1/+1
* Split CollateClause into separate raw and analyzed node types.Tom Lane2011-03-111-0/+3
* Remove collation information from TypeName, where it does not belong.Tom Lane2011-03-091-1/+1
* Fix parallel gmake for extension directory addition in PL languages.Bruce Momjian2011-03-051-2/+2
* Create extension infrastructure for the core procedural languages.Tom Lane2011-03-044-3/+40
* Add FOREACH IN ARRAY looping to plpgsql.Tom Lane2011-02-165-2/+285
* Per-column collation supportPeter Eisentraut2011-02-081-1/+1
* Unbreak the VPATH build.Robert Haas2011-02-041-1/+1
* Avoid maintaining three separate copies of the error codes list.Robert Haas2011-02-034-900/+49
* Re-classify ERRCODE_DATABASE_DROPPED to 57P04Simon Riggs2011-02-011-4/+4
* Fix wrong error reports in 'number of array dimensions exceeds theItagaki Takahiro2011-02-011-1/+1
* Create new errcode for recovery conflict caused by db drop on master.Simon Riggs2011-02-011-0/+4
* Stamp copyrights for year 2011.Bruce Momjian2011-01-018-8/+8
* Corrections to patch adding SQL/MED error codes.Robert Haas2010-12-261-0/+108
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-1/+1
* Improve plpgsql's error reporting for no-such-column cases.Tom Lane2010-11-181-7/+36
* Give a more specific error message if you try to COMMIT, ROLLBACK or COPYHeikki Linnakangas2010-10-291-0/+11
* Save a few cycles in plpgsql simple-expression initialization.Tom Lane2010-10-281-2/+3
* Fix plpgsql's handling of "simple" expression evaluation.Tom Lane2010-10-282-4/+32
* Improve handling of domains over arrays.Tom Lane2010-10-211-6/+29
* Support triggers on views.Tom Lane2010-10-101-1/+3
* Fix sloppy usage of TRIGGER_FIRED_BEFORE/TRIGGER_FIRED_AFTER.Tom Lane2010-10-081-2/+2
* Fix inconsistent capitalization of "PL/pgSQL".Robert Haas2010-09-223-6/+6
* Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander2010-09-222-2/+2
* Remove cvs keywords from all files.Magnus Hagander2010-09-2012-12/+12
* Allow USING and INTO clauses of plpgsql's EXECUTE to appear in either order.Tom Lane2010-08-191-19/+34
* Keep exec_simple_check_plan() from thinking "SELECT foo INTO bar" is simple.Tom Lane2010-08-191-1/+3
* Be a bit less cavalier with both the code and the comment for UNKNOWN fix.Tom Lane2010-08-191-5/+7
* Revert patch to coerce 'unknown' type parameters in the backend. As TomHeikki Linnakangas2010-08-191-2/+16
* Fix incorrect logic in plpgsql for cleanup after evaluation of non-simpleTom Lane2010-08-091-3/+40
* Modify the handling of RAISE without parameters so that the error it throwsTom Lane2010-08-092-22/+30
* Remove ancient PL/pgsql line numbering hack.Robert Haas2010-08-021-14/+1
* Translation updates for 9.0beta3Peter Eisentraut2010-07-082-127/+142
* pgindent run for 9.0, second runBruce Momjian2010-07-061-6/+6
* The previous fix in CVS HEAD and 8.4 for handling the case where a cursorHeikki Linnakangas2010-07-051-37/+11