Commits

Showing commits that first shipped in 10 (backpatches included). Clear

DateSubjectAuthorReleases
2021-07-20 Fix corner-case uninitialized-variable issues in plpgsql. Tom Lane 10.18
2020-03-26 Ensure that plpgsql cleans up cleanly during parallel-worker exit. Tom Lane 10.13
2018-05-25 Fix misidentification of SQL statement type in plpgsql's exec_stmt_execsql. Tom Lane 10.5
2018-03-17 Fix overflow handling in plpgsql's integer FOR loops. Tom Lane 10.4
2017-10-29 Allow parallel query for prepared statements with generic plans. Robert Haas 10.1
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2017-06-21 Initial pgindent run with pg_bsd_indent version 2.0. Tom Lane 10.0
2017-04-10 Improve castNode notation by introducing list-extraction-specific variants. Tom Lane 10.0
2017-04-04 Follow-on cleanup for the transition table patch. Kevin Grittner 10.0
2017-04-01 Add transition table support to plpgsql. Kevin Grittner 10.0
2017-03-26 Update some obsolete comments. Tom Lane 10.0
2017-03-25 Faster expression evaluation and targetlist projection. Andres Freund 10.0
2017-03-24 Improve access to parallel query from procedural languages. Robert Haas 10.0
2017-03-24 plpgsql: Don't generate parallel plans for RETURN QUERY. Robert Haas 10.0
2017-03-14 Spelling fixes in code comments Peter Eisentraut 10.0
2017-03-08 Bring plpgsql into line with header inclusion policy. Tom Lane 10.0
2017-01-27 Use castNode() in a bunch of statement-list-related code. Tom Lane 10.0
2017-01-19 Remove obsoleted code relating to targetlist SRF evaluation. Andres Freund 10.0
2017-01-14 Change representation of statement lists, and add statement location info. Tom Lane 10.0
2017-01-03 Update copyright via script for 2017 Bruce Momjian 10.0
2016-11-08 Simplify code by getting rid of SPI_push, SPI_pop, SPI_restore_connection. Tom Lane 10.0
2016-11-08 Replace uses of SPI_modifytuple that intend to allocate in current context. Tom Lane 10.0
2016-11-06 Need to do SPI_push/SPI_pop around expression evaluation in plpgsql. Tom Lane 10.0
2016-09-13 Improve parser's and planner's handling of set-returning functions. Tom Lane 10.0