| Commit message (Expand) | Author | Age |
* | Add STRICT to PL/pgSQL SELECT INTO, so exceptions are thrown if more or | Bruce Momjian | 2006-06-15 |
* | Add BY clause to PL/PgSQL FOR loop, to control the iteration increment. | Bruce Momjian | 2006-06-12 |
* | Magic blocks don't do us any good unless we use 'em ... so install one | Tom Lane | 2006-05-30 |
* | Update ppport.h to not cause warnings with newest Perl versions. | Tom Lane | 2006-05-30 |
* | Revert patch, needs more work: | Bruce Momjian | 2006-05-30 |
* | Add dynamic record inspection to PL/PgSQL, useful for generic triggers: | Bruce Momjian | 2006-05-30 |
* | Back out patch, wrong previous commit message. | Bruce Momjian | 2006-05-30 |
* | Add regexp_replace() to string functions section. | Bruce Momjian | 2006-05-30 |
* | Make plperl's $_TD trigger data a global rather than a lexical variable, | Andrew Dunstan | 2006-05-29 |
* | TG_table_name and TG_table_schema for plpgsql, plus docs and regression. | Andrew Dunstan | 2006-05-28 |
* | TG_table_name and TG_table_schema for pl/tcl, plus regression test and docs. | Andrew Dunstan | 2006-05-27 |
* | Revert ill-considered change to plpgsql: it should not rely on the | Tom Lane | 2006-05-27 |
* | Looks like the new plpython regression test fails on older pythons. See if th... | Andrew Dunstan | 2006-05-27 |
* | Use E'' strings internally only when standard_conforming_strings = | Bruce Momjian | 2006-05-26 |
* | Add table_name and table_schema to plpython trigger data, plus docs and regre... | Andrew Dunstan | 2006-05-26 |
* | Add table_name and table_schema to plperl trigger data. relname is | Andrew Dunstan | 2006-05-26 |
* | Revert patch, causing plpython regression failues: | Bruce Momjian | 2006-04-27 |
* | plpython improvements: | Bruce Momjian | 2006-04-27 |
* | Simplify ParamListInfo data structure to support only numbered parameters, | Tom Lane | 2006-04-22 |
* | Modify all callers of datatype input and receive functions so that if these | Tom Lane | 2006-04-04 |
* | Fix plpgsql to pass only one copy of any given plpgsql variable into a SQL | Tom Lane | 2006-03-23 |
* | Fix a few places that were checking for the return value of palloc() to be | Neil Conway | 2006-03-19 |
* | Improve parser so that we can show an error cursor position for errors | Tom Lane | 2006-03-14 |
* | 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-11 |
* | Remove Jan Wieck's name from copyrights, and put in standard | Bruce Momjian | 2006-03-09 |
* | 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-08 |
* | Make all our flex and bison files use %option prefix or %name-prefix | Tom Lane | 2006-03-07 |
* | 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-05 |
* | Fix possible crash at transaction end when a plpgsql function is used and | Tom Lane | 2006-03-02 |
* | 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-03-01 |
* | 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-28 |
* | Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in | Peter Eisentraut | 2006-02-27 |
* | Fix a few minor typos in comments in PL/Perl. | Neil Conway | 2006-02-26 |
* | Fix three Python reference leaks in PLy_traceback(). This would result | Neil Conway | 2006-02-20 |
* | 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-02-12 |
* | 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-28 |
* | Clear up remaining compile warning for plperl on Windows. | Andrew Dunstan | 2006-01-12 |
* | 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-10 |
* | Minor code cleanup for PL/Python: fixup some strangely formatted comments, | Neil Conway | 2006-01-09 |