index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
expected
/
plpgsql.out
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
1
-1
/
+1
*
Fix handling of expanded objects in CoerceToDomain and CASE execution.
Tom Lane
2016-12-22
1
-0
/
+20
*
Improve handling of array elements as getdiag_targets and cursor_variables.
Tom Lane
2016-12-13
1
-4
/
+6
*
Need to do SPI_push/SPI_pop around expression evaluation in plpgsql.
Tom Lane
2016-11-06
1
-0
/
+19
*
Mark read/write expanded values as read-only in ValuesNext(), too.
Tom Lane
2016-06-03
1
-0
/
+32
*
Mark read/write expanded values as read-only in ExecProject().
Tom Lane
2016-06-03
1
-1
/
+39
*
Eschew "RESET statement_timeout" in tests.
Noah Misch
2015-10-20
1
-14
/
+29
*
Rearrange the handling of error context reports.
Tom Lane
2015-09-05
1
-43
/
+23
*
Further tweak wording of error messages about bad CONTINUE/EXIT statements.
Tom Lane
2015-08-25
1
-2
/
+2
*
Tweak wording of syntax error messages about bad CONTINUE/EXIT statements.
Tom Lane
2015-08-23
1
-4
/
+4
*
Detect mismatched CONTINUE and EXIT statements at plpgsql compile time.
Tom Lane
2015-08-21
1
-17
/
+68
*
Fix a few bogus statement type names in plpgsql error messages.
Tom Lane
2015-08-18
1
-6
/
+6
*
Repair unsafe use of shared typecast-lookup table in plpgsql DO blocks.
Tom Lane
2015-08-15
1
-0
/
+7
*
Repair mishandling of cached cast-expression trees in plpgsql.
Tom Lane
2015-07-17
1
-0
/
+62
*
Fix failure to cover scalar-vs-rowtype cases in exec_stmt_return().
Tom Lane
2015-06-12
1
-0
/
+32
*
Add an ASSERT statement in plpgsql.
Tom Lane
2015-03-25
1
-0
/
+49
*
Free SQLSTATE and SQLERRM no earlier than other PL/pgSQL variables.
Noah Misch
2015-02-25
1
-0
/
+12
*
De-reserve most statement-introducing keywords in plpgsql.
Tom Lane
2014-11-25
1
-0
/
+14
*
Check number of parameters in RAISE statement at compile time.
Heikki Linnakangas
2014-09-02
1
-4
/
+15
*
Extra warnings and errors for PL/pgSQL
Simon Riggs
2014-04-06
1
-0
/
+122
*
Prevent leakage of cached plans and execution trees in plpgsql DO blocks.
Tom Lane
2013-11-15
1
-0
/
+29
*
Fix whitespace issues found by git diff --check, add gitattributes
Peter Eisentraut
2013-11-10
1
-2
/
+2
*
plpgsql: Add new option print_strict_params.
Robert Haas
2013-10-07
1
-0
/
+104
*
Allow a context to be passed in for error handling
Stephen Frost
2013-08-01
1
-0
/
+98
*
Improvements to GetErrorContextStack()
Stephen Frost
2013-07-25
1
-10
/
+52
*
Add GET DIAGNOSTICS ... PG_CONTEXT in PL/PgSQL
Stephen Frost
2013-07-24
1
-0
/
+48
*
Rename a function to avoid naming conflict in parallel regression tests.
Tom Lane
2013-07-06
1
-36
/
+36
*
Expose object name error fields in PL/pgSQL.
Noah Misch
2013-07-03
1
-0
/
+34
*
Fix plpgsql's reporting of plan-time errors in possibly-simple expressions.
Tom Lane
2013-01-30
1
-0
/
+15
*
Improve pl/pgsql to support composite-type expressions in RETURN.
Tom Lane
2012-12-06
1
-0
/
+132
*
Reduce messages about implicit indexes and sequences to DEBUG1.
Robert Haas
2012-07-04
1
-3
/
+0
*
Assorted message style improvements
Peter Eisentraut
2012-07-02
1
-3
/
+3
*
Fix plpgsql named-cursor-parameter feature for variable name conflicts.
Tom Lane
2012-04-04
1
-0
/
+19
*
Code review for plpgsql fn_signature patch.
Tom Lane
2012-02-01
1
-37
/
+37
*
Print function signature, not just name, in PL/pgSQL error messages.
Heikki Linnakangas
2012-01-31
1
-36
/
+36
*
Add support for passing cursor parameters in named notation in PL/pgSQL.
Heikki Linnakangas
2011-12-14
1
-0
/
+129
*
More code review for rangetypes patch.
Tom Lane
2011-11-21
1
-14
/
+0
*
Support range data types.
Heikki Linnakangas
2011-11-03
1
-0
/
+14
*
Speed up array element assignment in plpgsql by caching type information.
Tom Lane
2011-09-26
1
-0
/
+62
*
Add GET STACKED DIAGNOSTICS plpgsql command to retrieve exception info.
Tom Lane
2011-07-18
1
-0
/
+75
*
Add FOREACH IN ARRAY looping to plpgsql.
Tom Lane
2011-02-16
1
-0
/
+194
*
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-23
1
-2
/
+2
*
Make get_stack_depth_rlimit() handle RLIM_INFINITY more sanely.
Tom Lane
2010-11-06
1
-1
/
+1
*
Reduce recursion depth in recently-added regression test.
Tom Lane
2010-11-03
1
-4
/
+4
*
Fix plpgsql's handling of "simple" expression evaluation.
Tom Lane
2010-10-28
1
-0
/
+47
*
Fix inconsistent capitalization of "PL/pgSQL".
Robert Haas
2010-09-22
1
-1
/
+1
*
Fix incorrect logic in plpgsql for cleanup after evaluation of non-simple
Tom Lane
2010-08-09
1
-0
/
+43
*
Modify the handling of RAISE without parameters so that the error it throws
Tom Lane
2010-08-09
1
-1
/
+30
*
Remove ancient PL/pgsql line numbering hack.
Robert Haas
2010-08-02
1
-24
/
+24
*
Fix thinko in tok_is_keyword(): it was looking at the wrong union variant
Tom Lane
2010-06-25
1
-0
/
+14
[next]