| Commit message (Expand) | Author | Age | Files | Lines |
* | Be more tense about not creating tuplestores with randomAccess = true unless | Tom Lane | 2008-10-29 | 2 | -4/+7 |
* | Extend ExecMakeFunctionResult() to support set-returning functions that return | Tom Lane | 2008-10-28 | 1 | -7/+40 |
* | Add missing header. | Alvaro Herrera | 2008-10-11 | 2 | -2/+4 |
* | Add initial plpgsql translation (with lots of fuzzies) | Alvaro Herrera | 2008-10-09 | 2 | -2/+766 |
* | Improve translatability of error messages for external modules by tweaking | Alvaro Herrera | 2008-10-09 | 9 | -6/+53 |
* | Fix overly tense optimization of PLpgSQL_func_hashkey: we must represent | Tom Lane | 2008-10-09 | 2 | -3/+10 |
* | Implement SQL-standard WITH clauses, including WITH RECURSIVE. | Tom Lane | 2008-10-04 | 1 | -1/+5 |
* | Update pg_regress calls in PL checks to handle vpath builds. | Peter Eisentraut | 2008-10-02 | 3 | -6/+6 |
* | Allow pg_regress to be run outside the build tree. Look for input files | Peter Eisentraut | 2008-10-01 | 3 | -66/+3 |
* | Fix unportable syntax used in recent patch. Per results from | Tom Lane | 2008-09-24 | 1 | -2/+2 |
* | Fix a couple of places where the plpgsql grammar would produce an unhelpful | Tom Lane | 2008-09-10 | 1 | -1/+25 |
* | Improve plpgsql's ability to report tuple incompatibility problems. | Alvaro Herrera | 2008-09-09 | 1 | -33/+49 |
* | Prevent memory leaks in our various bison parsers when an error occurs | Tom Lane | 2008-09-02 | 1 | -1/+13 |
* | Fix plpgsql's exec_move_row() to supply valid type OIDs to exec_assign_value() | Tom Lane | 2008-09-01 | 1 | -19/+28 |
* | Add a bunch of new error location reports to parse-analysis error messages. | Tom Lane | 2008-09-01 | 2 | -3/+13 |
* | Remove all traces that suggest that a non-Bison yacc might be supported, and | Peter Eisentraut | 2008-08-29 | 6 | -22/+15 |
* | Move exprType(), exprTypmod(), expression_tree_walker(), and related routines | Tom Lane | 2008-08-25 | 1 | -3/+2 |
* | Implement SQL-spec RETURNS TABLE syntax for functions. | Tom Lane | 2008-07-18 | 2 | -5/+10 |
* | Support "variadic" functions, which can accept a variable number of arguments | Tom Lane | 2008-07-16 | 2 | -7/+10 |
* | Clean up a number of bogosities around pltcl's handling of the Tcl "result": | Tom Lane | 2008-06-17 | 1 | -61/+110 |
* | Add $PostgreSQL$ markers to a lot of files that were missing them. | Andrew Dunstan | 2008-05-17 | 1 | -0/+3 |
* | Suppress a possibly-uninitialized-variable warning. (I'm only seeing it | Tom Lane | 2008-05-16 | 1 | -2/+2 |
* | Support SQL/PSM-compatible CASE statement in plpgsql. | Tom Lane | 2008-05-15 | 6 | -18/+344 |
* | Improve plpgsql's RAISE command. It is now possible to attach DETAIL and | Tom Lane | 2008-05-13 | 6 | -135/+495 |
* | Improve snapshot manager by keeping explicit track of snapshots. | Alvaro Herrera | 2008-05-12 | 1 | -28/+17 |
* | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera | 2008-05-12 | 5 | -10/+5 |
* | Add "%option noinput" to the scanners to avoid compiler warnings. GCC 4.3 | Peter Eisentraut | 2008-05-09 | 1 | -1/+2 |
* | Fix plpython to not get totally confused by OUT arguments. (It still doesn't | Tom Lane | 2008-05-03 | 5 | -48/+114 |
* | Support RETURN QUERY EXECUTE in plpgsql. | Tom Lane | 2008-05-03 | 4 | -60/+143 |
* | Clean up a few places where Datums were being treated as pointers (and vice | Alvaro Herrera | 2008-04-17 | 1 | -9/+10 |
* | Implement a few changes to how shared libraries and dynamically loadable | Peter Eisentraut | 2008-04-07 | 4 | -71/+21 |
* | Make plpgsql support FOR over a query specified by a cursor declaration, | Tom Lane | 2008-04-06 | 5 | -445/+581 |
* | Support EXECUTE USING in plpgsql. | Tom Lane | 2008-04-01 | 5 | -52/+255 |
* | Support statement-level ON TRUNCATE triggers. Simon Riggs | Tom Lane | 2008-03-28 | 4 | -5/+15 |
* | Reduce the need for frontend programs to include "postgres.h" by refactoring | Tom Lane | 2008-03-27 | 1 | -1/+2 |
* | Rename snapmgmt.c/h to snapmgr.c/h, for consistency with other files. | Alvaro Herrera | 2008-03-26 | 1 | -2/+2 |
* | Separate snapshot management code from tuple visibility code, create a | Alvaro Herrera | 2008-03-26 | 1 | -1/+2 |
* | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane | 2008-03-25 | 5 | -32/+26 |
* | Add a new tuplestore API function, tuplestore_putvalues(). This is | Neil Conway | 2008-03-25 | 2 | -23/+28 |
* | More README src cleanups. | Bruce Momjian | 2008-03-21 | 2 | -13/+15 |
* | Catch all errors in for and while loops in makefiles. Don't ignore any | Peter Eisentraut | 2008-03-18 | 2 | -11/+5 |
* | Document the fix for perl 5.10 with this comment: | Andrew Dunstan | 2008-01-23 | 1 | -1/+8 |
* | Work around for perl 5.10 bug - fix due to perl hacker Simon Cozens. | Andrew Dunstan | 2008-01-22 | 1 | -3/+3 |
* | Somebody forgot to add this ERRCODE everywhere it should go ... | Tom Lane | 2008-01-15 | 1 | -1/+5 |
* | Fix plpython's overoptimistic caching of information about the rowtype of | Tom Lane | 2008-01-02 | 1 | -30/+63 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 9 | -18/+18 |
* | Suppress compiler warnings in recent plperl patch. Avoid uselessly expensive | Tom Lane | 2007-12-01 | 1 | -21/+9 |
* | Revert inadvertantly committed change. | Andrew Dunstan | 2007-12-01 | 1 | -2/+1 |
* | Workaround for perl problem where evaluating UTF8 regexes can cause | Andrew Dunstan | 2007-12-01 | 2 | -2/+52 |
* | Fix plpgsql to not lookup block labels except in contexts where a block label | Tom Lane | 2007-11-27 | 4 | -179/+190 |