summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/plpgsql.out
AgeCommit message (Expand)Author
2025-09-16Provide more-specific error details/hints for function lookup failures.Tom Lane
2025-03-07Include column name in build_attrmap_by_position's error reports.Tom Lane
2025-03-03Allow => syntax for named cursor arguments in plpgsql.Tom Lane
2024-09-05Fix misleading error message contextPeter Eisentraut
2024-04-10Fix plpgsql's handling of -- comments following expressions.Tom Lane
2024-03-28Allow "internal" subtransactions in parallel mode.Tom Lane
2024-01-05Clean up some edge cases in plpgsql's %TYPE parsing.Tom Lane
2023-04-04Add a way to get the current function's OID in pl/pgsql.Tom Lane
2023-03-13Remove incidental md5() function uses from main regression testsPeter Eisentraut
2023-01-01In plpgsql, don't preassign portal names to bound cursor variables.Tom Lane
2022-04-30Tighten enforcement of variable CONSTANT markings in plpgsql.Tom Lane
2021-10-31plpgsql: report proper line number for errors in variable initialization.Tom Lane
2021-10-29Test and document the behavior of initialization cross-refs in plpgsql.Tom Lane
2021-10-03Fix checking of query type in plpgsql's RETURN QUERY command.Tom Lane
2021-01-04Remove PLPGSQL_DTYPE_ARRAYELEM datum type within pl/pgsql.Tom Lane
2021-01-04Re-implement pl/pgsql's expression and assignment parsing.Tom Lane
2020-12-20Multirange datatypesAlexander Korotkov
2020-03-19Introduce "anycompatible" family of polymorphic types.Tom Lane
2020-03-17Refactor our checks for valid function and aggregate signatures.Tom Lane
2020-03-17Adjust handling of an ANYARRAY actual input for an ANYARRAY argument.Tom Lane
2020-03-17Remove bogus assertion about polymorphic SQL function result.Tom Lane
2019-12-10Add backend-only appendStringInfoStringQuotedAlvaro Herrera
2019-05-09Fix grammar in error messagePeter Eisentraut
2019-04-11Move plpgsql error-trapping tests to a new module-specific test file.Tom Lane
2019-01-04Support plpgsql variable names that conflict with unreserved SQL keywords.Tom Lane
2018-12-06Fix some errhint and errdetail strings missing a periodMichael Paquier
2018-07-24Add strict_multi_assignment and too_many_rows plpgsql checksTomas Vondra
2018-07-22Deduplicate "invalid input syntax" messages for various types.Andres Freund
2018-03-15Clean up duplicate table and function names in regression tests.Tom Lane
2018-02-27Use the correct tuplestore read pointer in a NamedTuplestoreScan.Tom Lane
2018-02-14Support CONSTANT/NOT NULL/initial value for plpgsql composite variables.Tom Lane
2018-02-13Make plpgsql use its DTYPE_REC code paths for composite-type variables.Tom Lane
2018-01-10Add tests for PL/pgSQL returning unnamed portals as refcursorPeter Eisentraut
2017-12-31Improve regression tests' code coverage for plpgsql control structures.Tom Lane
2017-12-13Start a separate test suite for plpgsqlPeter Eisentraut
2017-12-10Stabilize output of new regression test case.Tom Lane
2017-12-09Fix plpgsql to reinitialize record variables at block re-entry.Tom Lane
2017-11-30SQL proceduresPeter Eisentraut
2017-10-16Fix incorrect handling of CTEs and ENRs as DML target relations.Tom Lane
2017-09-11Prefer argument name over "$n" for the refname of a plpgsql argument.Tom Lane
2017-06-28Fix transition tables for ON CONFLICT.Andrew Gierth
2017-06-14Teach PL/pgSQL about partitioned tables.Dean Rasheed
2017-05-10Don't permit transition tables with TRUNCATE triggers.Robert Haas
2017-04-03Fix whitespacePeter Eisentraut
2017-04-01Add transition table support to plpgsql.Kevin Grittner
2017-02-06Fix typos in comments.Heikki Linnakangas
2016-12-22Fix handling of expanded objects in CoerceToDomain and CASE execution.Tom Lane
2016-12-13Improve handling of array elements as getdiag_targets and cursor_variables.Tom Lane
2016-11-06Need to do SPI_push/SPI_pop around expression evaluation in plpgsql.Tom Lane
2016-06-03Mark read/write expanded values as read-only in ValuesNext(), too.Tom Lane