]> granicus.if.org Git - postgresql/history - src/pl
Don't dump core when destroying an unused ParallelContext.
[postgresql] / src / pl /
2015-09-29 Tom LaneFix plperl to handle non-ASCII error message texts...
2015-09-16 Robert HaasDetermine whether it's safe to attempt a parallel plan...
2015-09-16 Tom LaneDon't use "#" as an abbreviation for "number" in PL...
2015-09-05 Tom LaneRearrange the handling of error context reports.
2015-08-25 Tom LaneFurther tweak wording of error messages about bad CONTI...
2015-08-23 Tom LaneTweak wording of syntax error messages about bad CONTIN...
2015-08-22 Tom LaneDetect mismatched CONTINUE and EXIT statements at plpgs...
2015-08-21 Tom LaneFix plpython crash when returning string representation...
2015-08-18 Tom LaneFix a few bogus statement type names in plpgsql error...
2015-08-17 Tom LaneFix performance bug from conflict between two previous...
2015-08-15 Tom LaneRepair unsafe use of shared typecast-lookup table in...
2015-08-15 Andres FreundDon't use function definitions looking like old-style...
2015-08-14 Peter EisentrautPL/Python: Make tests pass with Python 3.5
2015-08-03 Tom LaneFix a number of places that produced XX000 errors in...
2015-07-20 Alvaro HerreraFix (some of) pltcl memory usage
2015-07-17 Tom LaneRepair mishandling of cached cast-expression trees...
2015-07-05 Tom LaneFurther reduce overhead for passing plpgsql variables...
2015-06-29 Peter EisentrautTranslation updates
2015-06-21 Peter EisentrautPL/Perl: Add alternative expected file for Perl 5.22
2015-06-12 Tom LaneFix failure to cover scalar-vs-rowtype cases in exec_st...
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-20 Heikki LinnakangasCollection of typo fixes.
2015-05-19 Tom LaneRevert error-throwing wrappers for the printf family...
2015-05-18 Noah MischAdd error-throwing wrappers for the printf family of...
2015-05-14 Tom LaneSupport "expanded" objects, particularly arrays, for...
2015-05-13 Peter EisentrautPL/Python: Remove procedure cache invalidation
2015-05-03 Andrew DunstanFix python_includespec on Windows at configure time
2015-05-02 Peter EisentrautWindows also needs an override of the shared libpython...
2015-05-02 Peter EisentrautMake hstore_plperl's build even more like plperl's
2015-05-02 Peter EisentrautMove interpreter shared library detection to configure
2015-04-30 Peter EisentrautFix parallel make risk with new check temp-install...
2015-04-26 Peter EisentrautAdd transforms feature
2015-04-23 Peter EisentrautImprove speed of make check-world
2015-03-26 Tom LaneTweak __attribute__-wrapping macros for better pgindent...
2015-03-25 Tom LaneAdd an ASSERT statement in plpgsql.
2015-03-18 Alvaro Herreraarray_offset() and array_offsets()
2015-03-14 Tom LaneRemove obsolete comment.
2015-03-11 Peter EisentrautPL/Python: Fix regression tests for Python 3
2015-03-11 Peter EisentrautPL/Python: Avoid lossiness in float conversion
2015-03-11 Tom LaneMake operator precedence follow the SQL standard more...
2015-03-11 Tom LaneAllocate ParamListInfo once per plpgsql function, not...
2015-03-11 Andres FreundAdd macros wrapping all usage of gcc's __attribute__.
2015-03-10 Tom LaneClean up the mess from => patch.
2015-03-05 Tom LaneChange plpgsql's cast cache to consider source typmod...
2015-03-05 Tom LaneNeed to special-case RECORD as well as UNKNOWN in plpgs...
2015-03-04 Tom LaneUse standard casting mechanism to convert types in...
2015-02-28 Tom LaneTrack typmods in plpgsql expression evaluation and...
2015-02-26 Noah MischFree SQLSTATE and SQLERRM no earlier than other PL...
2015-02-22 Jeff DavisIn array_agg(), don't create a new context for every...
2015-02-21 Tom LaneSome more FLEXIBLE_ARRAY_MEMBER fixes.
2015-02-16 Tom LaneUse fast path in plpgsql's RETURN/RETURN NEXT in more...
2015-02-16 Tom LaneRationalize the APIs of array element/slice access...
2015-02-02 Peter EisentrautTranslation updates
2015-01-26 Tom LaneFix volatile-safety issue in pltcl_SPI_execute_plan().
2015-01-12 Tom LaneFix some functions that were declared static then defin...
2015-01-06 Alvaro HerreraFix thinko in plpython error message
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-18 Tom LaneImprove hash_create's API for selecting simple-binary...
2014-12-15 Peter EisentrautTranslation updates
2014-12-02 Tom LaneImprove error messages for malformed array input strings.
2014-11-28 Tom LaneAdd bms_next_member(), and use it where appropriate.
2014-11-25 Tom LaneDe-reserve most statement-introducing keywords in plpgsql.
2014-11-25 Tom LaneSupport arrays as input to array_agg() and ARRAY(SELECT...
2014-11-23 Tom LaneGet rid of redundant production in plpgsql grammar.
2014-11-17 Peter EisentrautTranslation updates
2014-11-03 Noah MischRe-remove dependency on the DLL of pythonxx.def file.
2014-10-06 Peter EisentrautTranslation updates
2014-09-02 Heikki LinnakangasCheck number of parameters in RAISE statement at compil...
2014-08-09 Peter EisentrautSmall message fixes
2014-07-21 Peter EisentrautTranslation updates
2014-07-14 Noah MischAdd file version information to most installed Windows...
2014-07-10 Bruce MomjianAdjust blank lines around PG_MODULE_MAGIC defines,...
2014-07-05 Kevin GrittnerRemove dead typeStruct variable from plpy_spi.c.
2014-07-03 Tom LaneImprove support for composite types in PL/Python.
2014-06-03 Tom LaneMake plpython_unicode regression test work in more...
2014-05-30 Tom LaneOn OS X, link libpython normally, ignoring the "framewo...
2014-05-28 Tom LaneRevert "Fix bogus %name-prefix option syntax in all...
2014-05-28 Tom LaneFix bogus %name-prefix option syntax in all our Bison...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-05-01 Tom LaneFix failure to detoast fields in composite elements...
2014-04-30 Peter EisentrautPL/Python: Adjust the regression tests for Python 3.4
2014-04-18 Peter EisentrautCreate function prototype as part of PG_FUNCTION_INFO_V...
2014-04-08 Robert HaasAdd new to_reg* functions for error-free OID lookups.
2014-04-06 Simon RiggsExtra warnings and errors for PL/pgSQL
2014-03-26 Tom LaneFix refcounting bug in PLy_modify_tuple().
2014-03-17 Alvaro Herreraplperl: Fix memory leak in hek2cstr
2014-03-13 Bruce MomjianC comments: remove odd blank lines after #ifdef WIN32...
2014-02-23 Tom LanePrefer pg_any_to_server/pg_server_to_any over pg_do_enc...
2014-02-17 Noah MischPrevent privilege escalation in explicit calls to PL...
2014-02-16 Tom LaneOn Windows, expect to find Tcl DLL in bin directory...
2014-02-14 Tom LaneFix fat-fingered makefile changes for pltcl.
2014-02-14 Tom LaneIn mingw builds, make our own import library for libtcl...
2014-02-14 Tom LaneIn mingw builds, make our own import library for libperl.
2014-02-14 Tom LaneCosmetic improvements in plpython's make rule for libpy...
2014-02-12 Bruce MomjianRename 'gmake' to 'make' in docs and recommended commands
2014-02-05 Peter EisentrautPL/Perl: Fix compiler warning
2014-01-23 Alvaro HerreraMake DROP IF EXISTS more consistently not fail
2014-01-16 Bruce Momjiandocs: update PL/pgSQL docs about the use of := and =
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-22 Robert HaasChange the way we mark tuples as frozen.
next