]> granicus.if.org Git - postgresql/history - src/pl
Move USE_WIDE_UPPER_LOWER define to c.h, and remove TS_USE_WIDE and use
[postgresql] / src / pl /
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...
2007-02-20 Tom LaneRemove the Query structure from the executor's API...
2007-02-19 Tom LaneImprove plpgsql's error message when a datatype declara...
2007-02-10 Tom LanePut back some not-so-unnecessary-as-all-that := usages...
2007-02-09 Peter EisentrautReplace useless uses of := by = in makefiles.
2007-02-09 Tom LaneCombine cmin and cmax fields of HeapTupleHeaders into...
2007-02-08 Tom LaneFix an ancient logic error in plpgsql's exec_stmt_block...
2007-02-08 Tom LaneRearrange use of plpgsql_add_initdatums() so that only...
2007-02-01 Neil ConwayUpdate some of the "expected" regression test results...
2007-02-01 Tom LaneFix plpgsql so that when a local variable has no initia...
2007-02-01 Bruce MomjianWording cleanup for error messages. Also change can...
2007-01-30 Tom LaneRepair oversights in the mechanism used to store compil...
2007-01-30 Tom LaneAdd SPI_push/SPI_pop calls so that datatype input and...
2007-01-28 Tom LaneRemove unnecessary checkpoint from PL regression tests...
2007-01-28 Andrew DunstanFix plpython MSVC build in non-debug mode.
2007-01-28 Tom LaneMake some small improvements in the accuracy of plpgsql...
2007-01-28 Tom LaneFix up plpgsql's "simple expression" evaluation mechani...
2007-01-27 Andrew Dunstanremove unnecessary and now inaccurate cast which I...
2007-01-27 Andrew DunstanAllow args to spi_prepare to be standard type aliaes...
2007-01-25 Bruce MomjianReverse out use of Py_RETURN_TRUE in plpython, only...
2007-01-25 Bruce MomjianFix for plpython functions; return true/false for...
2007-01-20 Peter EisentrautRemove remains of old depend target.
2007-01-09 Bruce MomjianEnable another five tuple status bits by using the...
2007-01-09 Tom Lanepltcl regression test needs to actually create an opcla...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-24 Tom LaneCode review for XML patch. Instill a bit of sanity...
2006-11-21 Tom LaneFix plpython to work (or at least pass its regression...
2006-11-21 Andrew Dunstanremove duplicate declaration, per report from Magnus...
2006-11-13 Andrew DunstanForce plperl and plperlu to run in separate interpreter...
2006-10-19 Tom LaneClean up local redeclarations of variables with DLLIMPO...
2006-10-16 Peter EisentrautRemove use of whrandom module, which was removed in...
2006-10-15 Tom LaneAdjust plperl to ensure that all strings and hash keys...
2006-10-04 Bruce Momjianpgindent run for 8.2.
next