]> granicus.if.org Git - postgresql/history - src/pl
Make krb_realm and krb_server_hostname be pg_hba options only, and remove
[postgresql] / src / pl /
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...
2007-11-22 Tom LanePrevent Perl from introducing a possibly-incompatible...
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-11-11 Tom LaneEnsure that typmod decoration on a datatype name is...
2007-11-09 Tom LaneRecognize RETURN QUERY via a textual test, so that...
2007-11-07 Peter EisentrautUse "alternative" instead of "alternate" where it is...
2007-10-05 Tom LaneFix plperl and pltcl to include the name of the current...
2007-09-28 Bruce MomjianUpdate TCL comment:
2007-09-21 Tom LaneInsert a hack in pl/tcl to disable Tcl's built-in Notif...
2007-08-10 Tom LaneFix uninitialized-memory bug in plpython proargnames...
2007-07-25 Magnus HaganderSilence compiler warnings on mingw
2007-07-25 Neil ConwayImplement RETURN QUERY for PL/PgSQL. This provides...
2007-07-20 Peter EisentrautCapitalize language key words in error messages
2007-07-16 Tom LaneAllow plpgsql function parameter names to be qualified...
2007-07-15 Tom LaneBecause plpgsql's scanner uses %option case-insensitive...
2007-07-15 Tom LaneReject zero or negative BY step in plpgsql integer...
2007-07-13 Tom LaneVolatile-qualify a dozen variables in plpython.c to...
2007-06-28 Tom LaneFix incorrect tests for undef Perl values in some place...
2007-06-26 Alvaro HerreraRemove unused "caller" argument from stringToQualifiedN...
2007-06-06 Tom LaneFix up text concatenation so that it accepts all the...
2007-06-05 Tom LaneDowngrade implicit casts to text to be assignment-only...
2007-06-01 Tom LaneMake CREATE/DROP/RENAME DATABASE wait a little bit...
2007-05-31 Peter EisentrautMake some messages more consistent
2007-04-29 Neil ConwaySupport for MOVE in PL/PgSQL. Initial patch from Magnus...
2007-04-28 Neil ConwayAdd support for IN as alternative to FROM in PL/PgSQL...
2007-04-19 Tom LaneFix plpgsql to avoid reference to already-freed memory...
2007-04-16 Tom LaneSupport scrollable cursors (ie, 'direction' clause...
2007-04-04 Bruce MomjianRemove plpython casts C source code casts:
2007-04-03 Bruce MomjianAllow pl/pythonu >= version 2.3 to return boolean,...
2007-04-03 Bruce MomjianAllow PL/PythonU to compile on Python 2.5. Change...
2007-04-02 Tom LaneSupport enum data types. Along the way, use macros...
2007-03-27 Tom LaneFix array coercion expressions to ensure that the corre...
2007-03-25 Tom LaneRemove the prohibition on executing cursor commands...
2007-03-18 Neil ConwayCode cleanup for function prototypes: change two K...
2007-03-15 Tom LaneMake use of plancache module for SPI plans. In particu...
2007-02-21 Andrew DunstanAllow pltcl args to spi_prepare and plpython args to...
next