]> granicus.if.org Git - postgresql/history - src/pl
Update location to download flex for building on Windows.
[postgresql] / src / pl /
2009-07-22 Joe ConwayReplace PLpgSQL_dstring by StringInfo.
2009-07-20 Peter EisentrautUse errcontext mechanism in PL/Python
2009-07-18 Tom LaneFix error cleanup failure caused by 8.4 changes in...
2009-07-13 Tom LaneFix up PGDLLIMPORT marking for standard_conforming_stri...
2009-07-12 Tom LaneMove some declarations in the raw-parser header files...
2009-07-11 Peter EisentrautAlter some gratuitous uses of "ANSI" when "SQL standard...
2009-06-26 Peter EisentrautTranslation updates for 8.4 release.
2009-06-18 Peter EisentrautRefine the use of terminology around bound and unbound...
2009-06-17 Peter EisentrautFix typo in error message: tgargv -> tg_argv
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-06-10 Peter EisentrautTranslation updates
2009-06-10 Peter EisentrautClarify to the translator that plpgsql_yyerror() deals...
2009-06-06 Tom LaneMove variable declaration to avoid 'unused variable...
2009-06-05 Andrew DunstanAdjust recent PERL_SYS_INIT3 call to avoid platforms...
2009-06-05 Andrew DunstanSearch for versioned perl library instead of using...
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...
next