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
/
expected
/
plpgsql.out
Age
Commit message (
Expand
)
Author
2017-04-03
Fix whitespace
Peter Eisentraut
2017-04-01
Add transition table support to plpgsql.
Kevin Grittner
2017-02-06
Fix typos in comments.
Heikki Linnakangas
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-09-05
Rearrange the handling of error context reports.
Tom Lane
2015-08-25
Further tweak wording of error messages about bad CONTINUE/EXIT statements.
Tom Lane
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-18
Fix a few bogus statement type names in plpgsql error messages.
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-07-05
Reduce messages about implicit indexes and sequences to DEBUG1.
Robert Haas
2012-07-02
Assorted message style improvements
Peter Eisentraut
2012-04-05
Fix plpgsql named-cursor-parameter feature for variable name conflicts.
Tom Lane
2012-02-01
Code review for plpgsql fn_signature patch.
Tom Lane
2012-01-31
Print function signature, not just name, in PL/pgSQL error messages.
Heikki Linnakangas
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
[next]