]> granicus.if.org Git - postgresql/history - src/pl
Don't try to free executor state of an InitPlan early --- this breaks
[postgresql] / src / pl /
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.
2002-08-29 Tom LaneFOUND patch was a bit over-enthusiastic: SQL commands...
2002-08-28 Bruce Momjianbackend where a statically sized buffer is written...
2002-08-24 Tom LaneThe cstring datatype can now be copied, passed around...
2002-08-22 Tom LaneSince the plpgsql test has been part of the standard...
2002-08-22 Tom LaneAdd a bunch of pseudo-types to replace the behavior...
2002-08-20 Bruce MomjianThis patch improves the behavior of FOUND in PL/PgSQL...
2002-08-15 Bruce MomjianTom Lane wrote:
2002-08-12 Tom LaneRestructure rowtype-parameter handling to eliminate...
2002-08-08 Tom LaneClean up plpgsql identifier handling: process quoted...
2002-08-04 Bruce MomjianBack out pl/pgsql quotation fix. Has problems.
2002-08-04 Bruce Momjian I send a simple patch for PL/pgSQL parser which...
2002-08-02 Tom LaneALTER TABLE DROP COLUMN works. Patch by Christopher...
2002-07-30 Tom LaneSince we're depending on %option noyywrap in the main...
2002-07-20 Bruce Momjianoid is needed, it is added at the end of the struct...
2002-07-18 Tatsuo IshiiFix typo (PG_UNICODE -> PG_UTF8)
2002-07-18 Tatsuo IshiiFix breakage for pltcl modules. pg_get_enconv_by_encodi...
2002-06-24 Tom Laneplpgsql's PERFORM statement now sets FOUND depending...
2002-06-15 Bruce MomjianThis patch wraps all accesses to t_xmin, t_cmin, t_xmax...
2002-05-28 Peter EisentrautChange PL/Perl and Pg interface build to use configured...
2002-05-24 Tom LaneFix coding error in UTF conversion.
2002-05-24 Tom LaneAdd 'volatile' to suppress gcc warning. Not sure why...
2002-05-24 Peter EisentrautChange PL/Tcl build to use configured compiler and...
2002-05-21 Tom LaneRepair OPEN cursor(args), which I broke on 11/29/01...
2002-05-05 Tom Laneplpgsql_dstring_append was broken for long strings.
2002-05-05 Tom LaneCreate an internal semaphore API that is not tied to...
2002-05-03 Tom LaneRetire xlateSqlType/xlateSqlFunc; all type name transla...
2002-05-01 Jan WieckThe attached patch fixes 4 instances of missing simi...
2002-03-29 Tom Lanepg_type has a typnamespace column; system now supports...
2002-03-26 Tom Lanepg_class has a relnamespace column. You can create...
2002-03-25 Tom LaneRe-allow CREATE AS (but not SELECT INTO) in EXECUTE.
2002-03-06 Bruce MomjianAdd new elog() levels to stored procedure languages...
2002-03-06 Bruce MomjianChange made to elog:
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
2002-02-26 Tom LaneUse quote-marks to try to clarify a plpgsql error messa...
2002-02-23 Bruce MomjianOK'ed by Peter.
2002-01-24 Tom LaneTweak plperl.c to compile against threaded Perls, per...
2002-01-24 Tom Lanepltcl's spi_execp didn't handle NULL arguments quite...
2002-01-24 Tom LaneFix incorrect test for whether Perl code is returning...
2002-01-23 Tom LaneRemove long-obsolete version of pltcl documentation.
2002-01-23 Tom LaneClean up Red Hat Tcl RPM brain-damage in a more reliabl...
2002-01-21 Tom LaneSuppress bogus soname switch that RedHat RPMs put into...
2002-01-08 Tom Lanemake install failed in VPATH build.
2001-11-29 Tom LaneTweak plpgsql's expression reader to be smarter about...
2001-11-16 Tom Laneplpython security and error handling fixes, from
2001-11-16 Peter EisentrautMake the yacc rules safe for parallel make. See discus...
2001-11-15 Tom LaneFix some problems in new plpgsql cursor operations...
2001-11-13 Tom LaneGive a more intelligible and useful error message for...
2001-11-08 Bruce MomjianFix indenting for 'extern "C"' cases.
2001-11-05 Tom LaneFix coredump in plpgsql when trying to return a rowtype...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-22 Tom LaneRebuild cached function definition after CREATE OR...
2001-10-19 Tom LaneFix plperl to discard cached function definition after...
2001-10-19 Tom LaneFix a lot of confusion between typlen and typmod. ...
2001-10-19 Tom LaneFix pltcl to update cached function def after
2001-10-13 Tom LaneResidual cleanup from making pltcl unknown support...
2001-10-13 Bruce MomjianAttached patch for unconditional enabling of pltcl...
2001-10-09 Tom LaneChange plpgsql compiler so that all elogs are trapped...
2001-10-09 Tom LaneChange plpgsql to depend on main parser's type-declarat...
2001-10-06 Tom LaneRearrange fmgr.c and relcache so that it's possible...
2001-10-04 Bruce Momjianelog command need to use unicode conversion too.
2001-10-04 Bruce Momjian This patch adds reporting of tcl global variable...
2001-10-04 Bruce MomjianUsing strtol() on int8 values (input parameters or...
2001-10-01 Tom LaneFix a couple of stray // comments.
2001-10-01 Bruce Momjian> > > > > - PostgreSQL requires to be compiled with...
2001-09-26 Tom LaneThe trailing semicolon in a plpgsql function definition...
2001-09-16 Peter EisentrautInstall dynamically loadable modules into a private...
next