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
*
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
*
Reword SPI_ERROR_TRANSACTION errors in PL/pgSQL
Peter Eisentraut
2018-06-26
*
Allow plperl_sv_to_datum to look through scalar refs.
Tom Lane
2018-06-18
*
Don't fall off the end of perl functions
Andrew Dunstan
2018-05-27
*
Fix misidentification of SQL statement type in plpgsql's exec_stmt_execsql.
Tom Lane
2018-05-25
*
Translation updates
Peter Eisentraut
2018-05-21
*
Small improvement for plpgsql regression test.
Tom Lane
2018-05-18
*
Detoast plpgsql variables if they might live across a transaction boundary.
Tom Lane
2018-05-16
*
Clean up some perlcritic warnings
Andrew Dunstan
2018-05-07
*
Update expected files for older Python versions
Peter Eisentraut
2018-05-03
*
Tweak tests to support Python 3.7
Peter Eisentraut
2018-05-03
[next]