index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
sql
/
plpgsql.sql
Age
Commit message (
Expand
)
Author
2016-12-22
Fix handling of expanded objects in CoerceToDomain and CASE execution.
Tom Lane
2016-12-13
Improve handling of array elements as getdiag_targets and cursor_variables.
Tom Lane
2016-11-06
Need to do SPI_push/SPI_pop around expression evaluation in plpgsql.
Tom Lane
2016-06-03
Mark read/write expanded values as read-only in ValuesNext(), too.
Tom Lane
2016-06-03
Mark read/write expanded values as read-only in ExecProject().
Tom Lane
2015-10-20
Eschew "RESET statement_timeout" in tests.
Noah Misch
2015-08-23
Tweak wording of syntax error messages about bad CONTINUE/EXIT statements.
Tom Lane
2015-08-22
Detect mismatched CONTINUE and EXIT statements at plpgsql compile time.
Tom Lane
2015-08-15
Repair unsafe use of shared typecast-lookup table in plpgsql DO blocks.
Tom Lane
2015-07-17
Repair mishandling of cached cast-expression trees in plpgsql.
Tom Lane
2015-06-12
Fix failure to cover scalar-vs-rowtype cases in exec_stmt_return().
Tom Lane
2015-03-25
Add an ASSERT statement in plpgsql.
Tom Lane
2015-02-26
Free SQLSTATE and SQLERRM no earlier than other PL/pgSQL variables.
Noah Misch
2014-11-25
De-reserve most statement-introducing keywords in plpgsql.
Tom Lane
2014-09-02
Check number of parameters in RAISE statement at compile time.
Heikki Linnakangas
2014-04-06
Extra warnings and errors for PL/pgSQL
Simon Riggs
2013-11-15
Prevent leakage of cached plans and execution trees in plpgsql DO blocks.
Tom Lane
2013-11-10
Fix whitespace issues found by git diff --check, add gitattributes
Peter Eisentraut
2013-10-07
plpgsql: Add new option print_strict_params.
Robert Haas
2013-08-01
Allow a context to be passed in for error handling
Stephen Frost
2013-07-25
Improvements to GetErrorContextStack()
Stephen Frost
2013-07-24
Add GET DIAGNOSTICS ... PG_CONTEXT in PL/PgSQL
Stephen Frost
2013-07-06
Rename a function to avoid naming conflict in parallel regression tests.
Tom Lane
2013-07-03
Expose object name error fields in PL/pgSQL.
Noah Misch
2013-01-31
Fix plpgsql's reporting of plan-time errors in possibly-simple expressions.
Tom Lane
2012-12-07
Improve pl/pgsql to support composite-type expressions in RETURN.
Tom Lane
2012-04-05
Fix plpgsql named-cursor-parameter feature for variable name conflicts.
Tom Lane
2011-12-14
Add support for passing cursor parameters in named notation in PL/pgSQL.
Heikki Linnakangas
2011-11-21
More code review for rangetypes patch.
Tom Lane
2011-11-03
Support range data types.
Heikki Linnakangas
2011-09-26
Speed up array element assignment in plpgsql by caching type information.
Tom Lane
2011-07-18
Add GET STACKED DIAGNOSTICS plpgsql command to retrieve exception info.
Tom Lane
2011-02-16
Add FOREACH IN ARRAY looping to plpgsql.
Tom Lane
2010-11-23
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-06
Make get_stack_depth_rlimit() handle RLIM_INFINITY more sanely.
Tom Lane
2010-11-03
Reduce recursion depth in recently-added regression test.
Tom Lane
2010-10-28
Fix plpgsql's handling of "simple" expression evaluation.
Tom Lane
2010-09-23
Fix inconsistent capitalization of "PL/pgSQL".
Robert Haas
2010-08-09
Fix incorrect logic in plpgsql for cleanup after evaluation of non-simple
Tom Lane
2010-08-09
Modify the handling of RAISE without parameters so that the error it throws
Tom Lane
2010-06-25
Fix thinko in tok_is_keyword(): it was looking at the wrong union variant
Tom Lane
2010-01-26
Remove the default_do_language parameter, instead making DO use a hardwired
Tom Lane
2010-01-19
Add "USING expressions" option to plpgsql's OPEN cursor FOR EXECUTE.
Tom Lane
2009-11-13
Add control knobs for plpgsql's variable resolution behavior, and make the
Tom Lane
2009-11-12
Remove plpgsql's separate lexer (finally!), in favor of using the core lexer
Tom Lane
2009-11-09
Fix WHERE CURRENT OF to work as designed within plpgsql. The argument
Tom Lane
2009-11-06
Change plpgsql from using textual substitution to insert variable references
Tom Lane
2009-11-05
Remove plpgsql's RENAME declaration, which has bizarre and mostly nonfunctional
Tom Lane
2009-11-04
Add support for invoking parser callback hooks via SPI and in cached plans.
Tom Lane
2009-09-29
Allow MOVE FORWARD n, MOVE BACKWARD n, MOVE FORWARD ALL, MOVE BACKWARD ALL
Tom Lane
[next]