summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/plpgsql.out
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in comments.Heikki Linnakangas2017-02-061-1/+1
* Fix handling of expanded objects in CoerceToDomain and CASE execution.Tom Lane2016-12-221-0/+20
* Improve handling of array elements as getdiag_targets and cursor_variables.Tom Lane2016-12-131-4/+6
* Need to do SPI_push/SPI_pop around expression evaluation in plpgsql.Tom Lane2016-11-061-0/+19
* Mark read/write expanded values as read-only in ValuesNext(), too.Tom Lane2016-06-031-0/+32
* Mark read/write expanded values as read-only in ExecProject().Tom Lane2016-06-031-1/+39
* Eschew "RESET statement_timeout" in tests.Noah Misch2015-10-201-14/+29
* Rearrange the handling of error context reports.Tom Lane2015-09-051-43/+23
* Further tweak wording of error messages about bad CONTINUE/EXIT statements.Tom Lane2015-08-251-2/+2
* Tweak wording of syntax error messages about bad CONTINUE/EXIT statements.Tom Lane2015-08-231-4/+4
* Detect mismatched CONTINUE and EXIT statements at plpgsql compile time.Tom Lane2015-08-211-17/+68
* Fix a few bogus statement type names in plpgsql error messages.Tom Lane2015-08-181-6/+6
* Repair unsafe use of shared typecast-lookup table in plpgsql DO blocks.Tom Lane2015-08-151-0/+7
* Repair mishandling of cached cast-expression trees in plpgsql.Tom Lane2015-07-171-0/+62
* Fix failure to cover scalar-vs-rowtype cases in exec_stmt_return().Tom Lane2015-06-121-0/+32
* Add an ASSERT statement in plpgsql.Tom Lane2015-03-251-0/+49
* Free SQLSTATE and SQLERRM no earlier than other PL/pgSQL variables.Noah Misch2015-02-251-0/+12
* De-reserve most statement-introducing keywords in plpgsql.Tom Lane2014-11-251-0/+14
* Check number of parameters in RAISE statement at compile time.Heikki Linnakangas2014-09-021-4/+15
* Extra warnings and errors for PL/pgSQLSimon Riggs2014-04-061-0/+122
* Prevent leakage of cached plans and execution trees in plpgsql DO blocks.Tom Lane2013-11-151-0/+29
* Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut2013-11-101-2/+2
* plpgsql: Add new option print_strict_params.Robert Haas2013-10-071-0/+104
* Allow a context to be passed in for error handlingStephen Frost2013-08-011-0/+98
* Improvements to GetErrorContextStack()Stephen Frost2013-07-251-10/+52
* Add GET DIAGNOSTICS ... PG_CONTEXT in PL/PgSQLStephen Frost2013-07-241-0/+48
* Rename a function to avoid naming conflict in parallel regression tests.Tom Lane2013-07-061-36/+36
* Expose object name error fields in PL/pgSQL.Noah Misch2013-07-031-0/+34
* Fix plpgsql's reporting of plan-time errors in possibly-simple expressions.Tom Lane2013-01-301-0/+15
* Improve pl/pgsql to support composite-type expressions in RETURN.Tom Lane2012-12-061-0/+132
* Reduce messages about implicit indexes and sequences to DEBUG1.Robert Haas2012-07-041-3/+0
* Assorted message style improvementsPeter Eisentraut2012-07-021-3/+3
* Fix plpgsql named-cursor-parameter feature for variable name conflicts.Tom Lane2012-04-041-0/+19
* Code review for plpgsql fn_signature patch.Tom Lane2012-02-011-37/+37
* Print function signature, not just name, in PL/pgSQL error messages.Heikki Linnakangas2012-01-311-36/+36
* Add support for passing cursor parameters in named notation in PL/pgSQL.Heikki Linnakangas2011-12-141-0/+129
* More code review for rangetypes patch.Tom Lane2011-11-211-14/+0
* Support range data types.Heikki Linnakangas2011-11-031-0/+14
* Speed up array element assignment in plpgsql by caching type information.Tom Lane2011-09-261-0/+62
* Add GET STACKED DIAGNOSTICS plpgsql command to retrieve exception info.Tom Lane2011-07-181-0/+75
* Add FOREACH IN ARRAY looping to plpgsql.Tom Lane2011-02-161-0/+194
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-2/+2
* Make get_stack_depth_rlimit() handle RLIM_INFINITY more sanely.Tom Lane2010-11-061-1/+1
* Reduce recursion depth in recently-added regression test.Tom Lane2010-11-031-4/+4
* Fix plpgsql's handling of "simple" expression evaluation.Tom Lane2010-10-281-0/+47
* Fix inconsistent capitalization of "PL/pgSQL".Robert Haas2010-09-221-1/+1
* Fix incorrect logic in plpgsql for cleanup after evaluation of non-simpleTom Lane2010-08-091-0/+43
* Modify the handling of RAISE without parameters so that the error it throwsTom Lane2010-08-091-1/+30
* Remove ancient PL/pgsql line numbering hack.Robert Haas2010-08-021-24/+24
* Fix thinko in tok_is_keyword(): it was looking at the wrong union variantTom Lane2010-06-251-0/+14