]> granicus.if.org Git - postgresql/history - src/pl
Collect and use element-frequency statistics for arrays.
[postgresql] / src / pl /
2012-02-11 Tom LaneFix I/O-conversion-related memory leaks in plpgsql.
2012-02-01 Tom LaneCode review for plpgsql fn_signature patch.
2012-01-31 Robert HaasAdjust expected regression test outputs for PL/python.
2012-01-31 Heikki LinnakangasPrint function signature, not just name, in PL/pgSQL...
2012-01-30 Peter EisentrautPL/Python: Add result metadata functions
2012-01-15 Andrew DunstanImprove efficiency of recent changes to plperl's sv2cstr().
2012-01-10 Peter EisentrautFix typos
2012-01-05 Andrew DunstanFix breakage from earlier plperl fix.
2012-01-05 Andrew DunstanWork around perl bug in SvPVutf8().
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-29 Peter EisentrautPL/Python: Add argument names to function declarations
2011-12-27 Peter EisentrautRun "make all" as a prerequisite of "make check"
2011-12-18 Peter EisentrautPL/Python: One more file renaming fix to unbreak the...
2011-12-18 Peter EisentrautSplit plpython.c into smaller pieces
2011-12-15 Peter EisentrautPL/Python: Refactor subtransaction handling
2011-12-14 Heikki LinnakangasAdd support for passing cursor parameters in named...
2011-12-05 Peter Eisentrautplpython: Add SPI cursor support
2011-11-30 Robert HaasImprove table locking behavior in the face of current...
2011-11-29 Peter Eisentrautplpython: Fix sed expression in python3 build
2011-11-27 Tom LaneUse the proper macro to convert a bool to a Datum.
2011-11-26 Andrew DunstanUse the right interpreter for encoding test.
2011-11-26 Andrew DunstanUse the preferred version of xsubpp, not necessarily...
2011-11-26 Andrew DunstanEnsure plperl strings are always correctly UTF8 encoded.
2011-11-24 Heikki LinnakangasPreserve SQLSTATE when an SPI error is propagated throu...
2011-11-21 Tom LaneFurther code review for range types patch.
2011-11-12 Tom LaneIn plpgsql, allow foreign tables to define row types.
2011-11-09 Peter EisentrautOnly install the extension files for the current Python...
2011-11-03 Heikki LinnakangasSupport range data types.
2011-11-01 Peter EisentrautClean up whitespace and indentation in parser and scann...
2011-10-27 Tom LaneAvoid recursion while processing ELSIF lists in plpgsql.
2011-10-13 Tom LaneFix up Perl-to-Postgres datatype conversions in pl...
2011-10-04 Tom LaneRemember the source GucContext for each GUC parameter.
2011-10-04 Tom LaneRemove the custom_variable_classes parameter.
2011-09-26 Tom LaneSpeed up array element assignment in plpgsql by caching...
2011-09-19 Tom LaneFix another Assert issue exposed by CLOBBER_CACHE_ALWAYS.
2011-09-16 Tom LaneEnsure generic plan gets used for a plpgsql expression...
2011-09-16 Tom LaneRedesign the plancache mechanism for more flexibility...
2011-09-05 Tom LaneGuard against using plperl's Makefile without specifyin...
2011-09-04 Tom LaneClean up the #include mess a little.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-08-26 Bruce MomjianAdd another marker.
2011-08-18 Peter EisentrautChange PyInit_plpy to external linkage
2011-08-18 Peter EisentrautHide unused variable warnings under Python 3
2011-08-17 Tom LaneFix two issues in plpython's handling of composite...
2011-08-17 Andrew DunstanProperly handle empty arrays returned from plperl funct...
2011-08-17 Peter EisentrautTranslation updates
2011-08-04 Andrew DunstanRestore the primacy of postgres.h in plpython.c.
2011-07-18 Tom LaneAdd GET STACKED DIAGNOSTICS plpgsql command to retrieve...
2011-07-16 Tom LaneReplace errdetail("%s", ...) with errdetail_internal...
2011-07-09 Robert HaasTry to acquire relation locks in RangeVarGetRelid.
2011-07-04 Alvaro HerreraMove Trigger and TriggerDesc structs out of rel.h into...
2011-07-03 Tom LanePut comments on the installable procedural languages.
2011-07-03 Tom LaneMake distprep and *clean build targets recurse into...
2011-06-27 Robert HaasAllow callers to pass a missing_ok flag when opening...
2011-06-26 Peter EisentrautAdd the possibility to pass --flag arguments to xgettex...
2011-06-26 Peter EisentrautRefactor common gettext triggers
2011-06-26 Peter EisentrautMake _ be automatically included in GETTEXT_TRIGGERS
2011-06-26 Peter EisentrautReplace := by = in nls.mk files
2011-06-26 Peter EisentrautRemove some cruft from nls.mk files
2011-06-09 Peter EisentrautTranslation updates for 9.1beta2
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-06-04 Andrew DunstanAllow building with perl 5.14.
2011-05-30 Alvaro HerreraRemove usage of &PL_sv_undef in hashes and arrays
2011-05-23 Tom LaneMake plpgsql complain about conflicting IN and OUT...
2011-05-22 Tom LaneMake plpgsql provide the typmods for its variables...
2011-05-20 Peter EisentrautMessage style improvements
2011-05-19 Alvaro HerreraFix declaration of $_TD in "strict" trigger functions
2011-05-01 Peter EisentrautCatch errors in for loop in makefile
2011-05-01 Peter EisentrautRewrite installation makefile rules without for loops
2011-04-28 Andrew DunstanUse a macro variable PG_PRINTF_ATTRIBUTE for the style...
2011-04-25 Andrew DunstanAssorted minor changes to silence Windows compiler...
2011-04-25 Andrew DunstanPrevent perl header overriding our *snprintf macros...
2011-04-20 Peter EisentrautFix PL/Python traceback for error in separate file
2011-04-17 Tom LaneSupport a COLLATE clause in plpgsql variable declarations.
2011-04-16 Peter EisentrautSet client encoding explicitly in plpython_unicode...
2011-04-12 Tom LanePass collations to functions in FunctionCallInfoData...
2011-04-11 Peter EisentrautClean up most -Wunused-but-set-variable warnings from...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-04-08 Robert HaasFix some sloppiness in new PL/python get_source_line...
2011-04-07 Tom LaneRevise the API for GUC variable assign hooks.
2011-04-06 Peter EisentrautUpdate regression test files for PL/Python traceback...
2011-04-06 Peter EisentrautAdd traceback information to PL/Python errors
2011-03-31 Heikki LinnakangasDon't leak the temporary PLyProcedure struct we create...
2011-03-27 Tom LaneFix plpgsql to release SPI plans when a function or...
2011-03-26 Tom LaneClean up cruft around collation initialization for...
2011-03-25 Tom LaneFix collation handling in plpgsql functions.
2011-03-20 Tom LaneRevise collation derivation method and expression-tree...
2011-03-17 Alvaro HerreraFix PL/Python memory leak involving array slices
2011-03-16 Bruce MomjianAdd hint suggesting the use of EXECUTE CREATE TABLE...
2011-03-11 Tom LaneSplit CollateClause into separate raw and analyzed...
2011-03-10 Tom LaneRemove collation information from TypeName, where it...
2011-03-07 Peter EisentrautFix behavior when raising plpy.Fatal()
2011-03-07 Peter EisentrautReport Python errors from iterators with PLy_elog
2011-03-07 Tom LaneSuppress some "variable might be clobbered by longjmp...
2011-03-05 Bruce MomjianFix parallel gmake for extension directory addition...
2011-03-05 Tom LaneMake plpythonu language use plpython2 shared library...
2011-03-05 Tom LaneCreate extension infrastructure for the core procedural...
2011-03-04 Andrew DunstanAdd a comment explaining the recent fix for plpython...
2011-03-01 Andrew DunstanFix plpython breakage detected on certain Fedora machin...
2011-03-01 Peter EisentrautAdditional PL/Python regression test expected file
next