]> granicus.if.org Git - postgresql/history - src/pl
Improve the recently-added support for properly pluralized error messages
[postgresql] / src / pl /
2009-06-04 Tom LaneImprove the recently-added support for properly plurali...
2009-06-04 Andrew DunstanInitialise perl library as documented in perl API....
2009-05-14 Alvaro HerreraTranslation updates
2009-05-02 Tom LaneFix plpgsql's EXIT so that an EXIT without a label...
2009-05-01 Tom LaneFix a couple of cases where the plpgsql grammar looked...
2009-04-19 Tom LaneRethink the idea of having plpgsql depend on parser...
2009-04-19 Tom LaneRevise plpgsql's scanner to process comments and string...
2009-04-09 Peter EisentrautTranslation updates for 8.4 beta
2009-04-09 Tom LaneFix the plpgsql memory leak exhibited in bug #4677...
2009-04-03 Tom LaneDefend against possible crash if a plpython function...
2009-04-02 Tom LaneMinor code beautification/consolidation.
2009-04-02 Bruce MomjianHave PL/pgSQL FETCH set DIAGNOSTICS ROW_COUNT.
2009-04-02 Tom Laneplpgsql's exec_simple_cast_value() mistakenly supposed...
2009-03-26 Peter EisentrautGettext plural support
2009-03-23 Peter EisentrautAdd expected file for locale-enabled installations.
2009-03-04 Peter EisentrautAdd new SQL:2008 error codes for invalid LIMIT and...
2009-02-23 Peter EisentrautAdd quotes to message
2009-02-20 Peter Eisentrautanother small message tweak
2009-02-19 Peter EisentrautWordsmithing for PL/Perl messages
2009-02-19 Peter EisentrautRemove croak and Perl_croak from gettext triggers....
2009-02-18 Peter EisentrautMessage wordsmithing
2009-02-17 Peter EisentrautAdd _() calls for the argument of plpgsql_yyerror(...
2009-02-17 Peter EisentrautAdd plpgsql_yyerror to gettext triggers
2009-02-17 Peter EisentrautMark 3rd argument of validate_tupdesc_compat() for...
2009-02-17 Peter EisentrautRedefine _() to dgettext() instead of gettext() so...
2009-02-17 Peter EisentrautRemove gettext trigger write_stderr(), which isn't...
2009-02-05 Bruce MomjianAdd PL/PgSQL FOUND and GET DIAGNOSTICS support for...
2009-02-02 Tom LaneFix plpgsql to not treat INSERT INTO as an INTO-variabl...
2009-01-21 Heikki LinnakangasForgot to handle the new SPI_OK_REWRITTEN result code...
2009-01-21 Heikki LinnakangasAdd new SPI_OK_REWRITTEN return code to SPI_execute...
2009-01-16 Peter EisentrautManual attempt to update this file.
2009-01-16 Peter Eisentrautplpython_error.out is for Python 2.4, plpython_error_3...
2009-01-15 Peter EisentrautCleanup pass over PL/Python NLS. Add translation suppo...
2009-01-15 Peter EisentrautRemove unneeded GETTEXT_TRIGGERS.
2009-01-14 Peter EisentrautMake error messages match backend style.
2009-01-14 Heikki LinnakangasRemove broken Assertions that failed if a statement...
2009-01-07 Tom LaneInsert conditional SPI_push/SPI_pop calls into InputFun...
2009-01-07 Tom LaneFix executor/spi.h to follow our usual conventions...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-28 Tom LaneSupport window functions a la SQL:2008.
2008-12-11 Peter EisentrautAppend major version number and for libraries soname...
2008-11-26 Peter EisentrautAdd %expect 0 to all parser input files to prevent...
2008-11-20 Magnus HaganderDon't pass strings directly to errdetail() and errhint...
2008-11-19 Tom LaneSome infrastructure changes for the upcoming auto-expla...
2008-11-05 Tom LaneRename several aliases for PLpgSQL_datum.dno to also...
2008-11-04 Alvaro HerreraRevert unwanted patch, per Tom.
2008-11-04 Alvaro HerreraRemove unused rfno from PLpgSQL_recfield
2008-11-04 Tom LaneFix bug introduced in recent patch to make plpython...
2008-11-02 Tom LaneRemove all uses of the deprecated functions heap_formtu...
2008-10-29 Tom LaneBe more tense about not creating tuplestores with rando...
2008-10-28 Tom LaneExtend ExecMakeFunctionResult() to support set-returnin...
2008-10-11 Alvaro HerreraAdd missing header.
2008-10-09 Alvaro HerreraAdd initial plpgsql translation (with lots of fuzzies)
2008-10-09 Alvaro HerreraImprove translatability of error messages for external...
2008-10-09 Tom LaneFix overly tense optimization of PLpgSQL_func_hashkey...
2008-10-04 Tom LaneImplement SQL-standard WITH clauses, including WITH...
2008-10-02 Peter EisentrautUpdate pg_regress calls in PL checks to handle vpath...
2008-10-01 Peter EisentrautAllow pg_regress to be run outside the build tree....
2008-09-24 Tom LaneFix unportable syntax used in recent patch. Per result...
2008-09-10 Tom LaneFix a couple of places where the plpgsql grammar would...
2008-09-09 Alvaro HerreraImprove plpgsql's ability to report tuple incompatibili...
2008-09-02 Tom LanePrevent memory leaks in our various bison parsers when...
2008-09-01 Tom LaneFix plpgsql's exec_move_row() to supply valid type...
2008-09-01 Tom LaneAdd a bunch of new error location reports to parse...
2008-08-29 Peter EisentrautRemove all traces that suggest that a non-Bison yacc...
2008-08-25 Tom LaneMove exprType(), exprTypmod(), expression_tree_walker...
2008-07-18 Tom LaneImplement SQL-spec RETURNS TABLE syntax for functions.
2008-07-16 Tom LaneSupport "variadic" functions, which can accept a variab...
2008-06-17 Tom LaneClean up a number of bogosities around pltcl's handling...
2008-05-17 Andrew DunstanAdd $PostgreSQL$ markers to a lot of files that were...
2008-05-16 Tom LaneSuppress a possibly-uninitialized-variable warning...
2008-05-15 Tom LaneSupport SQL/PSM-compatible CASE statement in plpgsql.
2008-05-13 Tom LaneImprove plpgsql's RAISE command. It is now possible...
2008-05-12 Alvaro HerreraImprove snapshot manager by keeping explicit track...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-05-09 Peter EisentrautAdd "%option noinput" to the scanners to avoid compiler...
2008-05-03 Tom LaneFix plpython to not get totally confused by OUT argumen...
2008-05-03 Tom LaneSupport RETURN QUERY EXECUTE in plpgsql.
2008-04-17 Alvaro HerreraClean up a few places where Datums were being treated...
2008-04-07 Peter EisentrautImplement a few changes to how shared libraries and...
2008-04-06 Tom LaneMake plpgsql support FOR over a query specified by...
2008-04-01 Tom LaneSupport EXECUTE USING in plpgsql.
2008-03-28 Tom LaneSupport statement-level ON TRUNCATE triggers. Simon...
2008-03-27 Tom LaneReduce the need for frontend programs to include "postg...
2008-03-26 Alvaro HerreraRename snapmgmt.c/h to snapmgr.c/h, for consistency...
2008-03-26 Alvaro HerreraSeparate snapshot management code from tuple visibility...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-03-25 Neil ConwayAdd a new tuplestore API function, tuplestore_putvalues...
2008-03-21 Bruce MomjianMore README src cleanups.
2008-03-18 Peter EisentrautCatch all errors in for and while loops in makefiles...
2008-01-23 Andrew DunstanDocument the fix for perl 5.10 with this comment:
2008-01-22 Andrew DunstanWork around for perl 5.10 bug - fix due to perl hacker...
2008-01-15 Tom LaneSomebody forgot to add this ERRCODE everywhere it shoul...
2008-01-02 Tom LaneFix plpython's overoptimistic caching of information...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-12-01 Tom LaneSuppress compiler warnings in recent plperl patch....
2007-12-01 Andrew DunstanRevert inadvertantly committed change.
2007-12-01 Andrew DunstanWorkaround for perl problem where evaluating UTF8 regex...
2007-11-27 Tom LaneFix plpgsql to not lookup block labels except in contex...
2007-11-23 Alvaro HerreraFix buggy usage of vsnprintf in PL/Python by removing...
next