| Age | Commit message (Expand) | Author |
| 2006-04-04 | Modify all callers of datatype input and receive functions so that if these | Tom Lane |
| 2006-03-23 | Fix plpgsql to pass only one copy of any given plpgsql variable into a SQL | Tom Lane |
| 2006-03-19 | Fix a few places that were checking for the return value of palloc() to be | Neil Conway |
| 2006-03-14 | Improve parser so that we can show an error cursor position for errors | Tom Lane |
| 2006-03-11 | Remove copyright notices from Jan (per author approval), and those files | Bruce Momjian |
| 2006-03-11 | Add CVS tag lines to files that were lacking them. | Bruce Momjian |
| 2006-03-09 | Remove Jan Wieck's name from copyrights, and put in standard | Bruce Momjian |
| 2006-03-08 | Update pltcl expected file for E''. | Bruce Momjian |
| 2006-03-08 | Adjust plpython for escape_string_warning. | Bruce Momjian |
| 2006-03-08 | Adjust PL regression tests for escape_string_warning. | Bruce Momjian |
| 2006-03-07 | Make all our flex and bison files use %option prefix or %name-prefix | Tom Lane |
| 2006-03-05 | Prepared queries for PLPerl, plus fixing a small plperl memory leak. Patch | Andrew Dunstan |
| 2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian |
| 2006-03-02 | Fix possible crash at transaction end when a plpgsql function is used and | Tom Lane |
| 2006-03-01 | Update the expected regression test results to account for the changes to | Neil Conway |
| 2006-03-01 | This patch makes the error message strings throughout the backend | Neil Conway |
| 2006-02-28 | Fix typo in comment. | Neil Conway |
| 2006-02-28 | Tweak the error message emitted when a void-returning PL/Python function | Neil Conway |
| 2006-02-28 | Allow PL/Python functions to return void, per gripe from James Robinson | Neil Conway |
| 2006-02-27 | Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in | Peter Eisentraut |
| 2006-02-26 | Fix a few minor typos in comments in PL/Perl. | Neil Conway |
| 2006-02-20 | Fix three Python reference leaks in PLy_traceback(). This would result | Neil Conway |
| 2006-02-12 | Apply code-reviewed version of for-scalar-list patch: mostly, fixing | Tom Lane |
| 2006-02-12 | Allow PL/pgSQL FOR statement to return values to scalars as well as | Bruce Momjian |
| 2006-02-12 | Clean up plpgsql grammar to make sure that check_assignable() is applied | Tom Lane |
| 2006-01-28 | Undo perl's nasty locale setting on Windows. Since we can't do that as | Andrew Dunstan |
| 2006-01-28 | Per a bug report from Theo Schlossnagle, plperl_return_next() leaks | Neil Conway |
| 2006-01-12 | Clear up remaining compile warning for plperl on Windows. | Andrew Dunstan |
| 2006-01-10 | Minor code clarity improvement: AFAICS, estate.eval_econtext must be | Neil Conway |
| 2006-01-10 | In PLy_function_build_args(), the code loops repeatedly, constructing | Neil Conway |
| 2006-01-09 | Minor code cleanup for PL/Python: fixup some strangely formatted comments, | Neil Conway |
| 2006-01-08 | Rationalise perl header inclusions via a common include file, which also | Andrew Dunstan |
| 2006-01-05 | Remove QNX port. | Bruce Momjian |
| 2006-01-03 | Add checks to verify that a plpgsql function returning a rowtype is actually | Tom Lane |
| 2005-12-29 | Index: src/pl/plpython/plpython.c | Neil Conway |
| 2005-12-29 | Move declaration of check_function_bodies to where the perl headers | Andrew Dunstan |
| 2005-12-28 | Fix plperl validator to honor check_function_bodies: when that is OFF, | Tom Lane |
| 2005-12-28 | Move plpgsql's fetchArgInfo() into funcapi.c, and rename to | Tom Lane |
| 2005-12-28 | Implement SQL-compliant treatment of row comparisons for < <= > >= cases | Tom Lane |
| 2005-12-26 | Various cosmetic code cleanup for PL/Python: | Neil Conway |
| 2005-12-09 | Allow installation into directories containing spaces in the name. | Peter Eisentraut |
| 2005-12-09 | Fix core dump in error path of plpgsql_parse_tripwordtype. Somebody | Tom Lane |
| 2005-11-22 | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian |
| 2005-11-18 | translate undef to NULL for result arrayref, now that we allow NULLs in array... | Andrew Dunstan |
| 2005-11-18 | Mop-up for nulls-in-arrays patch: fix some places that access array | Tom Lane |
| 2005-11-17 | Make SQL arrays support null elements. This commit fixes the core array | Tom Lane |
| 2005-10-24 | Ensure that a plpgsql LOOP with an empty body still executes at least | Tom Lane |
| 2005-10-18 | Code review for spi_query/spi_fetchrow patch: handle errors sanely, | Tom Lane |
| 2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
| 2005-10-13 | Fix small oversight in recent patch to add more CREATE-FUNCTION-time | Tom Lane |