Commits

DateSubjectAuthorReleases
2023-01-01 In plpgsql, don't preassign portal names to bound cursor variables. Tom Lane 16.0
2022-12-27 Convert the reg* input functions to report (most) errors softly. Tom Lane 16.0
2021-07-20 Fix corner-case uninitialized-variable issues in plpgsql. Tom Lane 9.6.23
2021-07-20 Fix corner-case uninitialized-variable issues in plpgsql. Tom Lane 15.0
2021-07-20 Fix corner-case uninitialized-variable issues in plpgsql. Tom Lane 14.0
2021-07-20 Fix corner-case uninitialized-variable issues in plpgsql. Tom Lane 12.8
2021-07-20 Fix corner-case uninitialized-variable issues in plpgsql. Tom Lane 11.13
2021-07-20 Fix corner-case uninitialized-variable issues in plpgsql. Tom Lane 10.18
2021-07-20 Fix corner-case uninitialized-variable issues in plpgsql. Tom Lane 13.4
2021-05-22 Remove plpgsql's special-case code paths for SET/RESET. Tom Lane 14.0
2021-02-02 Remove extra increment of plpgsql's statement counter for FOR loops. Tom Lane 12.6
2021-02-02 Remove extra increment of plpgsql's statement counter for FOR loops. Tom Lane 13.2
2021-02-02 Remove extra increment of plpgsql's statement counter for FOR loops. Tom Lane 14.0
2021-01-26 Improve performance of repeated CALLs within plpgsql procedures. Tom Lane 14.0
2021-01-04 Rethink the "read/write parameter" mechanism in pl/pgsql. Tom Lane 14.0
2021-01-04 Remove PLPGSQL_DTYPE_ARRAYELEM datum type within pl/pgsql. Tom Lane 14.0
2021-01-04 Re-implement pl/pgsql's expression and assignment parsing. Tom Lane 14.0
2021-01-04 Add the ability for the core grammar to have more than one parse target. Tom Lane 14.0
2020-01-13 Reduce size of backend scanner's tables. Tom Lane 13.0
2019-08-15 Fix plpgsql to re-look-up composite type names at need. Tom Lane 11.6
2019-08-15 Fix plpgsql to re-look-up composite type names at need. Tom Lane 13.0
2019-08-15 Fix plpgsql to re-look-up composite type names at need. Tom Lane 12.0
2018-10-05 Ensure that PLPGSQL_DTYPE_ROW variables have valid refname fields. Tom Lane 11.0
2018-10-05 Ensure that PLPGSQL_DTYPE_ROW variables have valid refname fields. Tom Lane 12.0
2018-02-14 Support CONSTANT/NOT NULL/initial value for plpgsql composite variables. Tom Lane 11.0