| Age | Commit message (Expand) | Author |
| 2001-10-09 | Change plpgsql compiler so that all elogs are trapped and a suitable | Tom Lane |
| 2001-10-09 | Change plpgsql to depend on main parser's type-declaration grammar, | Tom Lane |
| 2001-10-06 | Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfo | Tom Lane |
| 2001-09-26 | The trailing semicolon in a plpgsql function definition is now optional. | Tom Lane |
| 2001-09-16 | Install dynamically loadable modules into a private subdirectory | Peter Eisentraut |
| 2001-08-21 | Add -Wno-error because of "unclean" flex output. | Peter Eisentraut |
| 2001-08-02 | Clean up various memory leaks within plpgsql, and re-enable the | Tom Lane |
| 2001-07-12 | Back out SET AUTHORIZATION patch until security is resolved. | Bruce Momjian |
| 2001-07-12 | Make code malloc memory of proper length. | Bruce Momjian |
| 2001-07-11 | I updated the patch to use the SET AUTHORIZATION { INVOKER | DEFINER } | Bruce Momjian |
| 2001-06-06 | Patch from Ian Lance Taylor fixing multiple cursor arguments | Jan Wieck |
| 2001-05-31 | Allow IS and FOR in Pl/PgSQL cursors, per Oracle and ANSI. Jan-approved. | Bruce Momjian |
| 2001-05-28 | Cause plpgsql's PERFORM to behave according to its documentation, | Tom Lane |
| 2001-05-25 | Another Makefile fix for qnx patch. | Bruce Momjian |
| 2001-05-25 | Fix tabs in Makefile. | Bruce Momjian |
| 2001-05-24 | Back out qnx plpgsql/Makefile change and move to src/Makefile. | Bruce Momjian |
| 2001-05-24 | I haven't tried building postgres with the Watcom compiler for 7.1 because | Bruce Momjian |
| 2001-05-21 | Enhancement of SPI to get access to portals | Jan Wieck |
| 2001-05-18 | Adding ELSIF support contributed by Klaus Reger. | Jan Wieck |
| 2001-05-08 | Un-break exec_move_row() for case that a NULL tuple and tupdesc are | Tom Lane |
| 2001-04-30 | exec_move_row() should be more forgiving of tuples with a different | Tom Lane |
| 2001-04-18 | Make the world safe for passing whole rows of views to functions. This | Tom Lane |
| 2001-04-06 | Since plpgsql keeps its compiled function parsetrees until backend exit, | Tom Lane |
| 2001-04-04 | Fix/cleanup DLLLIBS handling for Cygwin port. If it works it's to | Tom Lane |
| 2001-03-22 | Remove dashes in comments that don't need them, rewrap with pgindent. | Bruce Momjian |
| 2001-03-22 | pgindent run. Make it all clean. | Bruce Momjian |
| 2001-02-20 | Make sure -L and -I's for our source tree are always before system include | Peter Eisentraut |
| 2001-02-19 | Change plpgsql's GET DIAGNOSTICS statement to use SQL99-compatible | Tom Lane |
| 2001-02-10 | Format to match standard conventions | Bruce Momjian |
| 2001-02-10 | Convert to standard 4-space tabs. | Bruce Momjian |
| 2001-02-10 | Only look for bison as YACC; other yaccs need to be selected explicitly. | Peter Eisentraut |
| 2001-02-09 | plpgsql's private copy of xlateSqlType was out of sync. Again. This | Tom Lane |
| 2001-02-09 | Remove no-longer-needed mklang script; now superseded by createlang. | Tom Lane |
| 2001-02-09 | EXECUTE of a SELECT ... INTO now draws a 'not implemented' error, | Tom Lane |
| 2001-01-22 | Clean up per-tuple memory leaks in trigger firing and plpgsql | Tom Lane |
| 2001-01-06 | Fix NOT NULL option for plpgsql variables (doesn't look like it | Tom Lane |
| 2001-01-06 | Fix misplaced strdup(), which could lead to error messages referencing | Tom Lane |
| 2001-01-04 | Clean up some unnecessary fragility in EXECUTE command. | Tom Lane |
| 2000-12-30 | Remove obsolete and unportable enable_plpgsql script. createlang has | Tom Lane |
| 2000-12-08 | Improve error message for erroneous use of 'opaque' as plpgsql argument | Tom Lane |
| 2000-12-03 | Ensure that all uses of <ctype.h> functions are applied to unsigned-char | Tom Lane |
| 2000-12-01 | Fix inadequate tree-walking code in exec_eval_clear_fcache. | Tom Lane |
| 2000-11-20 | Revise handling of oldstyle/newstyle functions per recent discussions | Tom Lane |
| 2000-11-16 | Change SearchSysCache coding conventions so that a reference count is | Tom Lane |
| 2000-10-23 | Polish shared library build to reduce number of special hacks. In | Peter Eisentraut |
| 2000-10-22 | plpgsql regress tests seem a tad out of date ... repair bit rot. | Tom Lane |
| 2000-10-20 | Add support for VPATH builds, that is, building somewhere else than in the | Peter Eisentraut |
| 2000-09-17 | Support for DESTDIR make variable. This is used as in `make install | Peter Eisentraut |
| 2000-09-15 | Allow PL/pgSQL accept non ascii identifiers | Tatsuo Ishii |
| 2000-09-12 | Clean up compiler warning. | Tom Lane |