]> granicus.if.org Git - postgresql/history - src/pl
Rename SortMem and VacuumMem to work_mem and maintenance_work_mem.
[postgresql] / src / pl /
2004-02-03 Tom LaneRename SortMem and VacuumMem to work_mem and maintenanc...
2004-01-24 Tom LaneFix problems with dropped columns in pltcl triggers...
2004-01-21 Tom LaneFix bit-rot in support for building with --disable...
2004-01-07 Neil ConwayMore janitorial work: remove the explicit casting of...
2004-01-07 Tom LaneSupport function parameter names in plpgsql. This...
2004-01-06 Tom LaneApply the core parts of Dennis Bjorklund's patch to...
2004-01-04 Bruce MomjianRemove trailing semicolons from macro initializations...
2003-12-23 Tom LaneAllow plpgsql variables' default value expressions...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-10-30 Tom LaneAllow the query for a plpgsql cursor to begin with...
2003-10-01 Tom LaneAdd code to check that IF/WHILE/EXIT test expressions...
2003-09-30 Tom Laneheap_open => relation_open to avoid unwanted restrictio...
2003-09-29 Jan WieckFixed type lookup in spi_prepare for possible qualified
2003-09-28 Tom LaneRestructure plpgsql's caching of 'simple' expression...
2003-09-27 Tom LaneAdjust Darwin build to use the default 'two level names...
2003-09-25 Tom LaneMake the world safe (more or less) for dropped columns...
2003-09-16 Tom LaneFix some problems with dropped columns in plpython...
2003-09-14 Tom LaneMake pltcl create separate function objects when the...
2003-09-14 Tom LaneFix plpython to generate separate cached procedure...
2003-09-04 Tom LaneLooks like plperl has same bug as pltcl.
2003-09-04 Tom LaneFix some problems with dropped columns in pltcl functions.
2003-08-18 Tom LaneWhen compiling a plpgsql trigger function, include...
2003-08-08 Bruce MomjianAnother pgindent run with updated typedefs.
2003-08-08 Tom LaneAvoid malloc(0). Although standard mallocs seem not...
2003-08-04 Tom LaneFix pltcl and plpython to support STATEMENT triggers.
2003-08-04 Tom LanePut back braces removed by pgindent (not really pginden...
2003-08-04 Bruce Momjianpgindent run.
2003-07-31 Tom LaneCause library-preload feature to report error if specif...
2003-07-28 Tom LaneA visit from the message-style police ...
2003-07-27 Tom Laneelog mop-up: bring some straggling fprintf(stderr)...
2003-07-27 Tom LaneFix some localizability issues with existing errcontext...
2003-07-27 Tom Laneelog mop-up.
2003-07-26 Bruce Momjian>>You can alias $0, similar to the argument variables...
2003-07-26 Tom LaneUpdate to match error editing.
2003-07-25 Tom LaneError message editing in src/pl. The plpython module...
2003-07-01 Tom LaneSupport polymorphic functions in plpgsql. Along the...
2003-06-30 Tom LaneRename plpython to plpythonu, and update documentation...
2003-06-29 Tom LaneSupport expressions of the form 'scalar op ANY (array...
2003-06-25 Bruce Momjian> I've worked with the Pl/Python code in the past and...
2003-06-19 Tom LaneDisallow dollar sign in operator names, instead allow...
2003-06-17 Tom LaneFix error line numbers reported for errors in plpgsql_p...
2003-06-11 Tom LaneFix brain damage in deciding which python input convert...
2003-05-29 Tom LaneEnsure that in all flex lexers that are part of the...
2003-05-27 Bruce MomjianMake debug_ GUC varables output DEBUG1 rather than...
2003-05-23 Tom LaneSeems pl_funcs didn't have support for plpgsql PERFORM...
2003-05-16 Tom LaneSmall changes to use the absolute path to system catalogs.
2003-05-05 Tom LaneAlter plpgsql's lexer so that yylineno and yymore are...
2003-04-27 Tom LaneFix plpgsql so that variables of composite types (rowty...
2003-04-24 Tom LaneInfrastructure for upgraded error reporting mechanism...
2003-04-20 Tom LaneFix multiple causes of breakage in plperl's error handling.
2003-04-08 Tom LaneFirst phase of work on array improvements. ARRAY[x...
2003-03-27 Bruce MomjianIt may not be obvious to you, but the plpython regressi...
2003-03-27 Bruce MomjianThis patch implements holdable cursors, following the...
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...
2003-03-10 Tom LaneThis patch fixes a bunch of spelling mistakes in commen...
2003-03-09 Tom LaneRevise tuplestore and nodeMaterial so that we don't...
2003-03-02 Tom LaneRepair memory leak introduced by recent change to make...
2003-02-16 Tom LaneCOALESCE() and NULLIF() are now first-class expressions...
2003-02-13 Tom LaneRepair incorrect indexing for atttypmod, per Brad McLean.
2003-02-06 Tom LaneFix core dump when pltcl_elog is called with wrong...
2003-02-03 Tom LaneDetermine the set of constraints applied to a domain...
2003-01-31 Tom LaneMake plpython's spi_execute interface handle NULLs...
2003-01-31 Tom LaneClean up plpython error reporting so that its regressio...
2003-01-31 Tom LaneHandle mixed-case names properly in plpgsql_parse_tripw...
2003-01-21 Tom LaneFix coredump problem in plpgsql's RETURN NEXT. When...
2002-12-30 Tom LaneAdjust Tcl-related code to compile cleanly with Tcl...
2002-12-30 Tom LaneMake use of TCL_INCLUDE_SPEC if available (it's new...
2002-12-17 Tom LaneFix typo.
2002-12-15 Tom LaneRevise executor APIs so that all per-query state struct...
2002-12-13 Tom LanePhase 3 of read-only-plans project: ExecInitExpr now...
2002-12-12 Tom LanePhase 2 of read-only-plans project: restructure express...
2002-12-05 Tom LanePhase 1 of read-only-plans project: cause executor...
2002-11-30 Tom LaneCode review for IS DISTINCT FROM patch. Fix incorrect...
2002-11-23 Bruce MomjianThis patch implements FOR EACH STATEMENT triggers,...
2002-11-22 Tom LaneFix a dozen or so places that were passing unpredictabl...
2002-11-13 Bruce MomjianAdd new palloc0 call as merge of palloc and MemSet(0).
2002-11-11 Bruce MomjianBack out use of palloc0 in place if palloc/MemSet....
2002-11-10 Bruce MomjianMerge palloc()/MemSet(0) calls into a single palloc0...
2002-11-10 Bruce MomjianThis patch makes a minor cleanup to the implementation...
2002-11-07 Tom LaneRemove no-longer-needed inclusions to improve backward...
2002-11-01 Tom LaneArrange to compile flex output files as inclusions...
2002-10-19 Tom LaneFix within-function memory leaks in the various PLs...
2002-10-19 Tom LaneFix pltcl self-test for recent changes to elog.
2002-10-18 Tom LaneMake 'dummy' declarations in header files be 'extern...
2002-10-14 Bruce MomjianI have attached two patches as per:
2002-09-26 Bruce MomjianBack out /pl memory leak patch. Wait for new version.
2002-09-26 Bruce MomjianI have attached the pltcl patch again, just in case...
2002-09-22 Tom LaneRemove commas for compatibility with newer releases...
2002-09-21 Tom LaneProvide an upgrade strategy for dump files containing...
2002-09-12 Bruce Momjian> Sean Chittenden <sean@chittenden.org> writes:
2002-09-05 Peter EisentrautAssorted fixes for Cygwin:
2002-09-05 Tom LaneBe careful to include postgres.h *before* any system...
2002-09-04 Peter EisentrautFix compile warning.
2002-09-04 Tom LaneFix includes for plperl: ensure postgres.h is included...
2002-09-04 Bruce Momjianpgindent run.
2002-09-01 Tom Laneplpgsql functions can return RECORD, per Neil Conway.
2002-08-30 Tom LaneAdd expected tuple descriptor to ReturnSetInfo informat...
2002-08-30 Tom LanePL/pgSQL functions can return sets. Neil Conway's...
2002-08-29 Tatsuo IshiiRemove #ifdef MULTIBYTE per hackers list discussion.
next