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