]> granicus.if.org Git - postgresql/history - src/pl/plpgsql/src/pl_funcs.c
Fix typo in comment.
[postgresql] / src / pl / plpgsql / src / pl_funcs.c
2005-06-19 Bruce MomjianFix typo in comment.
2005-06-14 Neil ConwayAllow the parameters to PL/PgSQL's RAISE statement...
2005-06-14 Neil ConwayCleanup for "#option dump" in PL/PgSQL: don't print...
2005-06-10 Neil ConwayImplement two new special variables in PL/PgSQL: SQLSTA...
2005-04-05 Tom Laneplpgsql does OUT parameters, as per my proposal a few...
2005-02-22 Neil ConwayThis patch changes makes some significant changes to...
2004-10-10 Neil ConwayCosmetic improvements/code cleanup:
2004-09-14 Neil ConwayCosmetic PL/PgSQL fix: declare the second parameter...
2004-08-30 Bruce MomjianAnother pgindent run with lib typedefs added.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-07-31 Tom LaneSupport "OR condition ..." in plpgsql EXCEPTION clauses...
2004-07-31 Tom Laneplpgsql does exceptions.
2004-02-21 Tom LaneImplement a solution to the 'Turkish locale downcases...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-25 Tom LaneMake the world safe (more or less) for dropped columns...
2003-08-04 Bruce Momjianpgindent run.
2003-07-28 Tom LaneA visit from the message-style police ...
2003-07-25 Tom LaneError message editing in src/pl. The plpython module...
2003-05-23 Tom LaneSeems pl_funcs didn't have support for plpgsql PERFORM...
2003-03-25 Tom Laneplpgsql can assign to subscripted variables now, e.g.
2003-03-25 Tom LaneFactor out duplicate code for computing values of PLpgS...
2002-09-05 Tom LaneBe careful to include postgres.h *before* any system...
2002-09-04 Bruce Momjianpgindent run.
2002-08-30 Tom LanePL/pgSQL functions can return sets. Neil Conway's...
2002-08-29 Tatsuo IshiiRemove #ifdef MULTIBYTE per hackers list discussion.
2002-08-08 Tom LaneClean up plpgsql identifier handling: process quoted...
2002-05-05 Tom Laneplpgsql_dstring_append was broken for long strings.
2001-11-15 Tom LaneFix some problems in new plpgsql cursor operations...
2001-10-09 Tom LaneChange plpgsql compiler so that all elogs are trapped...
2001-07-12 Bruce MomjianBack out SET AUTHORIZATION patch until security is...
2001-07-11 Bruce MomjianI updated the patch to use the SET AUTHORIZATION {...
2001-05-21 Jan WieckEnhancement of SPI to get access to portals
2001-03-22 Bruce MomjianRemove dashes in comments that don't need them, rewrap...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-19 Tom LaneChange plpgsql's GET DIAGNOSTICS statement to use SQL99...
2000-12-03 Tom LaneEnsure that all uses of <ctype.h> functions are applied...
2000-09-05 Jan WieckGET DIAGNOSTICS statement to PL/pgSQL to access SPI_pro...
2000-08-31 Jan WieckAdded EXECUTE command to PL/pgSQL for execution of
2000-06-14 Peter EisentrautBig warnings cleanup for Solaris/GCC. Down to about...
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-10 Bruce MomjianChange error messages to oids come out as %u and not...
1999-01-28 Jan WieckPartial support for mixed case in PL/pgSQL.
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-08-24 Bruce Momjianmove plpgsql to src/pl for Jan.