| Commit message (Expand) | Author | Age | Files | Lines |
| * | Clean up local redeclarations of variables with DLLIMPORT, per report | Tom Lane | 2006-10-19 | 1 | -3/+2 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 4 | -74/+76 |
| * | Fix bugs in plpgsql and ecpg caused by assuming that isspace() would only | Tom Lane | 2006-09-22 | 2 | -6/+7 |
| * | Change processing of extended-Query mode so that an unnamed statement | Tom Lane | 2006-09-06 | 1 | -1/+2 |
| * | Add new return codes SPI_OK_INSERT_RETURNING etc to the SPI API. | Tom Lane | 2006-08-27 | 1 | -20/+7 |
| * | Add hooks to allow debugging and performance measurement plugins | Tom Lane | 2006-08-15 | 3 | -3/+105 |
| * | Support INSERT/UPDATE/DELETE RETURNING in plpgsql, with rowcount checking | Tom Lane | 2006-08-14 | 5 | -342/+359 |
| * | Get rid of "lookahead" functionality in plpgsql's yylex() function, | Tom Lane | 2006-08-14 | 2 | -158/+142 |
| * | Add a feature for automatic initialization and finalization of dynamically | Tom Lane | 2006-08-08 | 2 | -33/+11 |
| * | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 | 1 | -1/+2 |
| * | Alphabetically order reference to include files, "N" - "S". | Bruce Momjian | 2006-07-11 | 2 | -4/+4 |
| * | Code review for SELECT INTO STRICT patch: use saner choices of error | Tom Lane | 2006-06-16 | 4 | -15/+13 |
| * | Fix problems with cached tuple descriptors disappearing while still in use | Tom Lane | 2006-06-16 | 1 | -16/+19 |
| * | Add STRICT to PL/pgSQL SELECT INTO, so exceptions are thrown if more or | Bruce Momjian | 2006-06-15 | 5 | -11/+49 |
| * | Add BY clause to PL/PgSQL FOR loop, to control the iteration increment. | Bruce Momjian | 2006-06-12 | 5 | -9/+62 |
| * | Magic blocks don't do us any good unless we use 'em ... so install one | Tom Lane | 2006-05-30 | 1 | -1/+3 |
| * | Revert patch, needs more work: | Bruce Momjian | 2006-05-30 | 5 | -352/+37 |
| * | Add dynamic record inspection to PL/PgSQL, useful for generic triggers: | Bruce Momjian | 2006-05-30 | 5 | -37/+352 |
| * | Back out patch, wrong previous commit message. | Bruce Momjian | 2006-05-30 | 5 | -352/+37 |
| * | Add regexp_replace() to string functions section. | Bruce Momjian | 2006-05-30 | 5 | -37/+352 |
| * | TG_table_name and TG_table_schema for plpgsql, plus docs and regression. | Andrew Dunstan | 2006-05-28 | 3 | -3/+34 |
| * | Revert ill-considered change to plpgsql: it should not rely on the | Tom Lane | 2006-05-27 | 1 | -4/+8 |
| * | Use E'' strings internally only when standard_conforming_strings = | Bruce Momjian | 2006-05-26 | 1 | -3/+4 |
| * | Simplify ParamListInfo data structure to support only numbered parameters, | Tom Lane | 2006-04-22 | 1 | -16/+19 |
| * | Modify all callers of datatype input and receive functions so that if these | Tom Lane | 2006-04-04 | 1 | -12/+17 |
| * | Fix plpgsql to pass only one copy of any given plpgsql variable into a SQL | Tom Lane | 2006-03-23 | 1 | -33/+59 |
| * | Improve parser so that we can show an error cursor position for errors | Tom Lane | 2006-03-14 | 1 | -2/+2 |
| * | Remove Jan Wieck's name from copyrights, and put in standard | Bruce Momjian | 2006-03-09 | 7 | -210/+57 |
| * | Make all our flex and bison files use %option prefix or %name-prefix | Tom Lane | 2006-03-07 | 5 | -19/+18 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Fix possible crash at transaction end when a plpgsql function is used and | Tom Lane | 2006-03-02 | 2 | -28/+13 |
| * | Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in | Peter Eisentraut | 2006-02-27 | 1 | -2/+2 |
| * | Apply code-reviewed version of for-scalar-list patch: mostly, fixing | Tom Lane | 2006-02-12 | 1 | -75/+93 |
| * | Allow PL/pgSQL FOR statement to return values to scalars as well as | Bruce Momjian | 2006-02-12 | 1 | -18/+75 |
| * | Clean up plpgsql grammar to make sure that check_assignable() is applied | Tom Lane | 2006-02-12 | 1 | -6/+39 |
| * | Minor code clarity improvement: AFAICS, estate.eval_econtext must be | Neil Conway | 2006-01-10 | 1 | -5/+3 |
| * | Remove QNX port. | Bruce Momjian | 2006-01-05 | 1 | -8/+1 |
| * | Add checks to verify that a plpgsql function returning a rowtype is actually | Tom Lane | 2006-01-03 | 1 | -3/+41 |
| * | Move plpgsql's fetchArgInfo() into funcapi.c, and rename to | Tom Lane | 2005-12-28 | 2 | -117/+20 |
| * | Implement SQL-compliant treatment of row comparisons for < <= > >= cases | Tom Lane | 2005-12-28 | 1 | -1/+13 |
| * | Allow installation into directories containing spaces in the name. | Peter Eisentraut | 2005-12-09 | 1 | -4/+4 |
| * | Fix core dump in error path of plpgsql_parse_tripwordtype. Somebody | Tom Lane | 2005-12-09 | 1 | -10/+10 |
| * | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 4 | -287/+286 |
| * | Mop-up for nulls-in-arrays patch: fix some places that access array | Tom Lane | 2005-11-18 | 1 | -27/+22 |
| * | Make SQL arrays support null elements. This commit fixes the core array | Tom Lane | 2005-11-17 | 2 | -17/+17 |
| * | Ensure that a plpgsql LOOP with an empty body still executes at least | Tom Lane | 2005-10-24 | 1 | -1/+12 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 5 | -722/+712 |
| * | Fix small oversight in recent patch to add more CREATE-FUNCTION-time | Tom Lane | 2005-10-13 | 1 | -1/+3 |
| * | Clean up possibly-uninitialized-variable warnings reported by gcc 4.x. | Tom Lane | 2005-09-24 | 1 | -16/+14 |
| * | Fix recent breakage of decl_cursor_arglist syntax, per Michael Paesold. | Tom Lane | 2005-09-14 | 1 | -5/+5 |