Commits

DateSubjectAuthorReleases
2018-02-13 Make plpgsql use its DTYPE_REC code paths for composite-type variables. Tom Lane 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
2011-03-05 Create extension infrastructure for the core procedural languages. Tom Lane 9.1.0
2009-11-12 Remove plpgsql's separate lexer (finally!), in favor of using the core lexer Tom Lane 9.0.0
2007-07-15 Because plpgsql's scanner uses %option case-insensitive, flex's results could Tom Lane 8.3.0
2006-03-07 Make all our flex and bison files use %option prefix or %name-prefix Tom Lane 8.2.0
2004-06-03 plpgsql hasn't needed -Wno-error for a good long while. Tom Lane 8.0.0
2004-02-10 Repair missing inclusions of -lintl for shared libraries. Tom Lane 7.4.2
2004-02-10 Repair missing inclusions of -lintl for shared libraries. Tom Lane 8.0.0
2002-11-01 Arrange to compile flex output files as inclusions into other files Tom Lane 7.3.1
2002-08-30 PL/pgSQL functions can return sets. Neil Conway's patch, modified so Tom Lane 7.3.1
2001-10-09 Change plpgsql to depend on main parser's type-declaration grammar, Tom Lane 7.2.1
2001-04-04 Fix/cleanup DLLLIBS handling for Cygwin port. If it works it's to Tom Lane 7.1.1
2001-02-09 Remove no-longer-needed mklang script; now superseded by createlang. Tom Lane 7.1.1
2000-05-29 Generated header files parse.h and fmgroids.h are now copied into Tom Lane 7.1.1
2000-04-04 For no good reason at all, libplpgsql was getting linked with libpq. Tom Lane 7.1.1
1999-06-30 Make sure symlinks for sharedlib get removed by 'make clean'. Tom Lane 7.1.1
1999-03-21 Ah, *now* I understand: plpgsql lexer must be generated with flex -l ... Tom Lane 7.1.1
1999-03-20 Clean up build procedure: do not keep raw lex/yacc files around, Tom Lane 7.1.1
1999-02-07 Include -lcrypt when needed to link libpgtcl.so and plpgsql.so Tom Lane 7.1.1
1998-10-30 Behave reasonably on a system without shared libraries. Tom Lane 7.1.1
1998-10-19 Centralized shared-library build knowledge in a new file, Tom Lane 7.1.1
1998-10-18 Clean up shared makefile install procedures. Tom Lane 7.1.1