aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress/sql/plpgsql.sql
Commit message (Expand)AuthorAge
* Fix plpgsql's handling of -- comments following expressions.Tom Lane2024-04-10
* Add a way to get the current function's OID in pl/pgsql.Tom Lane2023-04-04
* Remove incidental md5() function uses from main regression testsPeter Eisentraut2023-03-13
* In plpgsql, don't preassign portal names to bound cursor variables.Tom Lane2023-01-01
* Tighten enforcement of variable CONSTANT markings in plpgsql.Tom Lane2022-04-30
* Test and document the behavior of initialization cross-refs in plpgsql.Tom Lane2021-10-29
* Fix checking of query type in plpgsql's RETURN QUERY command.Tom Lane2021-10-03
* Remove PLPGSQL_DTYPE_ARRAYELEM datum type within pl/pgsql.Tom Lane2021-01-04
* Introduce "anycompatible" family of polymorphic types.Tom Lane2020-03-19
* Remove bogus assertion about polymorphic SQL function result.Tom Lane2020-03-17
* Add backend-only appendStringInfoStringQuotedAlvaro Herrera2019-12-10
* Move plpgsql error-trapping tests to a new module-specific test file.Tom Lane2019-04-11
* Support plpgsql variable names that conflict with unreserved SQL keywords.Tom Lane2019-01-04
* Add strict_multi_assignment and too_many_rows plpgsql checksTomas Vondra2018-07-25
* Clean up duplicate table and function names in regression tests.Tom Lane2018-03-15
* Use the correct tuplestore read pointer in a NamedTuplestoreScan.Tom Lane2018-02-27
* Support CONSTANT/NOT NULL/initial value for plpgsql composite variables.Tom Lane2018-02-13
* Make plpgsql use its DTYPE_REC code paths for composite-type variables.Tom Lane2018-02-13
* Add tests for PL/pgSQL returning unnamed portals as refcursorPeter Eisentraut2018-01-10
* Improve regression tests' code coverage for plpgsql control structures.Tom Lane2017-12-31
* Start a separate test suite for plpgsqlPeter Eisentraut2017-12-13
* Stabilize output of new regression test case.Tom Lane2017-12-10
* Fix plpgsql to reinitialize record variables at block re-entry.Tom Lane2017-12-09
* SQL proceduresPeter Eisentraut2017-11-30
* Fix incorrect handling of CTEs and ENRs as DML target relations.Tom Lane2017-10-16
* Prefer argument name over "$n" for the refname of a plpgsql argument.Tom Lane2017-09-11
* Fix transition tables for ON CONFLICT.Andrew Gierth2017-06-28
* Teach PL/pgSQL about partitioned tables.Dean Rasheed2017-06-14
* Don't permit transition tables with TRUNCATE triggers.Robert Haas2017-05-09
* Fix whitespacePeter Eisentraut2017-04-03
* Add transition table support to plpgsql.Kevin Grittner2017-03-31
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Fix handling of expanded objects in CoerceToDomain and CASE execution.Tom Lane2016-12-22
* Improve handling of array elements as getdiag_targets and cursor_variables.Tom Lane2016-12-13
* Need to do SPI_push/SPI_pop around expression evaluation in plpgsql.Tom Lane2016-11-06
* Mark read/write expanded values as read-only in ValuesNext(), too.Tom Lane2016-06-03
* Mark read/write expanded values as read-only in ExecProject().Tom Lane2016-06-03
* Eschew "RESET statement_timeout" in tests.Noah Misch2015-10-20
* Tweak wording of syntax error messages about bad CONTINUE/EXIT statements.Tom Lane2015-08-23
* Detect mismatched CONTINUE and EXIT statements at plpgsql compile time.Tom Lane2015-08-21
* Repair unsafe use of shared typecast-lookup table in plpgsql DO blocks.Tom Lane2015-08-15
* Repair mishandling of cached cast-expression trees in plpgsql.Tom Lane2015-07-17
* Fix failure to cover scalar-vs-rowtype cases in exec_stmt_return().Tom Lane2015-06-12
* Add an ASSERT statement in plpgsql.Tom Lane2015-03-25
* Free SQLSTATE and SQLERRM no earlier than other PL/pgSQL variables.Noah Misch2015-02-25
* De-reserve most statement-introducing keywords in plpgsql.Tom Lane2014-11-25
* Check number of parameters in RAISE statement at compile time.Heikki Linnakangas2014-09-02
* Extra warnings and errors for PL/pgSQLSimon Riggs2014-04-06
* Prevent leakage of cached plans and execution trees in plpgsql DO blocks.Tom Lane2013-11-15
* Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut2013-11-10