index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
sql
/
plpgsql.sql
Commit message (
Expand
)
Author
Age
*
Fix plpgsql's handling of -- comments following expressions.
Tom Lane
2024-04-10
*
Add a way to get the current function's OID in pl/pgsql.
Tom Lane
2023-04-04
*
Remove incidental md5() function uses from main regression tests
Peter Eisentraut
2023-03-13
*
In plpgsql, don't preassign portal names to bound cursor variables.
Tom Lane
2023-01-01
*
Tighten enforcement of variable CONSTANT markings in plpgsql.
Tom Lane
2022-04-30
*
Test and document the behavior of initialization cross-refs in plpgsql.
Tom Lane
2021-10-29
*
Fix checking of query type in plpgsql's RETURN QUERY command.
Tom Lane
2021-10-03
*
Remove PLPGSQL_DTYPE_ARRAYELEM datum type within pl/pgsql.
Tom Lane
2021-01-04
*
Introduce "anycompatible" family of polymorphic types.
Tom Lane
2020-03-19
*
Remove bogus assertion about polymorphic SQL function result.
Tom Lane
2020-03-17
*
Add backend-only appendStringInfoStringQuoted
Alvaro Herrera
2019-12-10
*
Move plpgsql error-trapping tests to a new module-specific test file.
Tom Lane
2019-04-11
*
Support plpgsql variable names that conflict with unreserved SQL keywords.
Tom Lane
2019-01-04
*
Add strict_multi_assignment and too_many_rows plpgsql checks
Tomas Vondra
2018-07-25
*
Clean up duplicate table and function names in regression tests.
Tom Lane
2018-03-15
*
Use the correct tuplestore read pointer in a NamedTuplestoreScan.
Tom Lane
2018-02-27
*
Support CONSTANT/NOT NULL/initial value for plpgsql composite variables.
Tom Lane
2018-02-13
*
Make plpgsql use its DTYPE_REC code paths for composite-type variables.
Tom Lane
2018-02-13
*
Add tests for PL/pgSQL returning unnamed portals as refcursor
Peter Eisentraut
2018-01-10
*
Improve regression tests' code coverage for plpgsql control structures.
Tom Lane
2017-12-31
*
Start a separate test suite for plpgsql
Peter Eisentraut
2017-12-13
*
Stabilize output of new regression test case.
Tom Lane
2017-12-10
*
Fix plpgsql to reinitialize record variables at block re-entry.
Tom Lane
2017-12-09
*
SQL procedures
Peter Eisentraut
2017-11-30
*
Fix incorrect handling of CTEs and ENRs as DML target relations.
Tom Lane
2017-10-16
*
Prefer argument name over "$n" for the refname of a plpgsql argument.
Tom Lane
2017-09-11
*
Fix transition tables for ON CONFLICT.
Andrew Gierth
2017-06-28
*
Teach PL/pgSQL about partitioned tables.
Dean Rasheed
2017-06-14
*
Don't permit transition tables with TRUNCATE triggers.
Robert Haas
2017-05-09
*
Fix whitespace
Peter Eisentraut
2017-04-03
*
Add transition table support to plpgsql.
Kevin Grittner
2017-03-31
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
Fix handling of expanded objects in CoerceToDomain and CASE execution.
Tom Lane
2016-12-22
*
Improve handling of array elements as getdiag_targets and cursor_variables.
Tom Lane
2016-12-13
*
Need to do SPI_push/SPI_pop around expression evaluation in plpgsql.
Tom Lane
2016-11-06
*
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
2016-06-03
*
Eschew "RESET statement_timeout" in tests.
Noah Misch
2015-10-20
*
Tweak wording of syntax error messages about bad CONTINUE/EXIT statements.
Tom Lane
2015-08-23
*
Detect mismatched CONTINUE and EXIT statements at plpgsql compile time.
Tom Lane
2015-08-21
*
Repair unsafe use of shared typecast-lookup table in plpgsql DO blocks.
Tom Lane
2015-08-15
*
Repair mishandling of cached cast-expression trees in plpgsql.
Tom Lane
2015-07-17
*
Fix failure to cover scalar-vs-rowtype cases in exec_stmt_return().
Tom Lane
2015-06-12
*
Add an ASSERT statement in plpgsql.
Tom Lane
2015-03-25
*
Free SQLSTATE and SQLERRM no earlier than other PL/pgSQL variables.
Noah Misch
2015-02-25
*
De-reserve most statement-introducing keywords in plpgsql.
Tom Lane
2014-11-25
*
Check number of parameters in RAISE statement at compile time.
Heikki Linnakangas
2014-09-02
*
Extra warnings and errors for PL/pgSQL
Simon Riggs
2014-04-06
*
Prevent leakage of cached plans and execution trees in plpgsql DO blocks.
Tom Lane
2013-11-15
*
Fix whitespace issues found by git diff --check, add gitattributes
Peter Eisentraut
2013-11-10
[next]