Commits

DateSubjectAuthorReleases
2018-03-23 Fix make rules that generate multiple output files. Tom Lane 9.6.9
2018-02-15 Fix plpgsql to enforce domain checks when returning a NULL domain value. Tom Lane 11.0
2018-02-14 Support CONSTANT/NOT NULL/initial value for plpgsql composite variables. Tom Lane 11.0
2018-02-13 Make plpgsql use its DTYPE_REC code paths for composite-type variables. Tom Lane 11.0
2018-01-22 Transaction control in PL procedures Peter Eisentraut 11.0
2017-12-31 Improve regression tests' code coverage for plpgsql control structures. Tom Lane 11.0
2017-12-16 Fix oversights in new plpgsql test suite infrastructure. Tom Lane 11.0
2017-12-13 Start a separate test suite for plpgsql Peter Eisentraut 11.0
2017-04-05 Capitalize names of PLs consistently Peter Eisentraut 10.0
2014-07-14 Add file version information to most installed Windows binaries. Noah Misch 9.5.0
2012-10-11 Refactor flex and bison make rules Peter Eisentraut 9.3.0
2012-10-05 PL/pgSQL: rename gram.y to pl_gram.y Peter Eisentraut 9.3.0
2012-04-16 Install plpgsql.h to to include/server at "make install". Heikki Linnakangas 9.2.0
2011-05-01 Rewrite installation makefile rules without for loops Peter Eisentraut 9.1.0
2011-03-05 Fix parallel gmake for extension directory addition in PL languages. Bruce Momjian 9.1.0
2011-03-05 Create extension infrastructure for the core procedural languages. Tom Lane 9.1.0
2011-02-04 Unbreak the VPATH build. Robert Haas 9.1.0
2011-02-04 Avoid maintaining three separate copies of the error codes list. Robert Haas 9.1.0
2010-09-20 Remove cvs keywords from all files. Magnus Hagander 9.1.0
2009-11-12 Remove plpgsql's separate lexer (finally!), in favor of using the core lexer Tom Lane 9.0.0
2009-08-28 Derived files that are shipped in the distribution used to be built in the Peter Eisentraut 9.0.0
2008-08-29 Remove all traces that suggest that a non-Bison yacc might be supported, and Peter Eisentraut 8.4.0
2008-04-07 Implement a few changes to how shared libraries and dynamically loadable Peter Eisentraut 8.4.0
2007-07-15 Because plpgsql's scanner uses %option case-insensitive, flex's results could Tom Lane 8.3.0
2007-02-09 Replace useless uses of := by = in makefiles. Peter Eisentraut 8.3.0