aboutsummaryrefslogtreecommitdiff
path: root/src/pl
Commit message (Expand)AuthorAge
* Fix corner-case uninitialized-variable issues in plpgsql.Tom Lane2021-07-20
* Restore the portal-level snapshot for simple expressions, too.Tom Lane2021-06-22
* Update plpython_subtransaction alternative expected filesPeter Eisentraut2021-06-18
* Fix subtransaction test for Python 3.10Peter Eisentraut2021-06-17
* Force NO SCROLL for plpgsql's implicit cursors.Tom Lane2021-06-08
* Avoid misbehavior when persisting a non-stable cursor.Tom Lane2021-06-08
* Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.Tom Lane2021-05-21
* Avoid detoasting failure after COMMIT inside a plpgsql FOR loop.Tom Lane2021-05-20
* Redesign the caching done by get_cached_rowtype().Tom Lane2021-04-13
* Port regress-python3-mangle.mk to Solaris "sed".Noah Misch2021-04-12
* Further fix thinko in plpgsql memory leak fix.Tom Lane2020-12-28
* Fix thinko in plpgsql memory leak fix.Tom Lane2020-12-28
* Translation updatesPeter Eisentraut2020-11-09
* Fix incorrect assertion on number of array dimensions.Heikki Linnakangas2020-10-01
* Fix memory leak in plpgsql's CALL processing.Tom Lane2020-09-29
* Translation updatesPeter Eisentraut2020-08-10
* Translation updatesPeter Eisentraut2020-05-11
* Ensure that plpgsql cleans up cleanly during parallel-worker exit.Tom Lane2020-03-26
* Fix confusion about event trigger vs. plain function in plpgsql.Tom Lane2020-02-19
* Translation updatesPeter Eisentraut2020-02-10
* Fix possible loss of sync between rectypeid and underlying PLpgSQL_type.Tom Lane2019-12-26
* Translation updatesPeter Eisentraut2019-11-11
* Fix plpgsql to re-look-up composite type names at need.Tom Lane2019-08-15
* Translation updatesPeter Eisentraut2019-08-05
* Ensure plpgsql result tuples have the right composite type marking.Tom Lane2019-07-03
* Translation updatesPeter Eisentraut2019-06-17
* Fix C++ incompatibilities in plpgsql's header files.Tom Lane2019-05-31
* Translation updatesPeter Eisentraut2019-05-06
* Fix problems with auto-held portals.Tom Lane2019-04-19
* Translation updatesPeter Eisentraut2019-02-11
* Fix misc typos in comments.Heikki Linnakangas2019-01-23
* Update docs & tests to reflect that unassigned OLD/NEW are now NULL.Tom Lane2019-01-09
* Fix error-cleanup mistakes in exec_stmt_call().Tom Lane2018-11-09
* Translation updatesPeter Eisentraut2018-11-05
* Fix bugs in plpgsql's handling of CALL argument lists.Tom Lane2018-11-04
* Still further rethinking of build changes for macOS Mojave.Tom Lane2018-10-18
* Translation updatesPeter Eisentraut2018-10-15
* Advance transaction timestamp for intra-procedure transactions.Tom Lane2018-10-08
* Translation updatesPeter Eisentraut2018-10-08
* Ensure that PLPGSQL_DTYPE_ROW variables have valid refname fields.Tom Lane2018-10-05
* Make some fixes to allow building Postgres on macOS 10.14 ("Mojave").Tom Lane2018-09-25
* Translation updatesPeter Eisentraut2018-09-17
* Fix out-of-tree build for transform modules.Andrew Gierth2018-09-16
* Fix snapshot leak warning for some proceduresPeter Eisentraut2018-08-27
* PL/pgSQL: Extend test casePeter Eisentraut2018-08-23
* Translation updatesPeter Eisentraut2018-08-06
* Provide plpgsql tests for cases involving record field changes.Tom Lane2018-07-26
* Fix misc typos, mostly in comments.Heikki Linnakangas2018-07-18
* Prohibit transaction commands in security definer proceduresPeter Eisentraut2018-07-13
* Fix assert in nested SQL procedure callPeter Eisentraut2018-07-06