]> granicus.if.org Git - postgresql/history - src/pl
Align buffer descriptors to cache line boundaries.
[postgresql] / src / pl /
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.
2013-12-13 Heikki LinnakangasFix more instances of "the the" in comments.
2013-12-11 Tom LaneAdd a regression test case for plpython function return...
2013-12-11 Peter EisentrautPL/Perl: Add event trigger support
2013-12-02 Peter EisentrautTranslation updates
2013-11-27 Heikki LinnakangasFix plpython3 expected output.
2013-11-26 Heikki LinnakangasOops, forgot to "git add" last minute changes to regres...
2013-11-26 Heikki LinnakangasHandle domains over arrays like plain arrays in PL...
2013-11-24 Peter EisentrautPL/Tcl: Add event trigger support
2013-11-15 Tom LanePrevent leakage of cached plans and execution trees...
2013-11-10 Peter EisentrautFix whitespace issues found by git diff --check, add...
2013-10-25 Tom LaneUse improved vsnprintf calling logic in more places.
2013-10-14 Peter EisentrautTranslation updates to fix build failures
2013-10-07 Peter EisentrautTranslation updates
2013-10-07 Robert Haasplpgsql: Add new option print_strict_params.
2013-09-02 Peter EisentrautTranslation updates
2013-08-19 Peter EisentrautTranslation updates
2013-08-11 Peter EisentrautPL/Python: Adjust the regression tests for Python 3.3
2013-08-01 Stephen FrostAllow a context to be passed in for error handling
2013-07-25 Tom LanePrevent leakage of SPI tuple tables during subtransacti...
2013-07-24 Stephen FrostAdd GET DIAGNOSTICS ... PG_CONTEXT in PL/PgSQL
2013-07-20 Tom LaneFix error handling in PLy_spi_execute_fetch_result().
2013-07-12 Noah MischMake comments reflect that omission of SPI_gettypmod...
2013-07-07 Peter EisentrautPL/Python: Make regression tests pass with older Python...
2013-07-06 Peter EisentrautPL/Python: Convert numeric to Decimal
2013-07-05 Noah MischUpdate messages, comments and documentation for materia...
2013-07-03 Noah MischExpose object name error fields in PL/pgSQL.
2013-07-02 Heikki LinnakangasSilence compiler warning in assertion-enabled builds.
2013-06-14 Peter EisentrautPL/Python: Fix type mixup
2013-06-03 Tom LaneAdd semicolons to eval'd strings to hide a minor Perl...
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-05-06 Peter EisentrautTranslation updates
2013-03-17 Tom LaneMove pqsignal() to libpgport.
2013-03-06 Andrew DunstanRemove dependency on the DLL of pythonxx.def file.
2013-03-04 Kevin GrittnerAdd a materialized view relations.
2013-03-02 Tom LaneEliminate memory leaks in plperl's spi_prepare() function.
2013-02-15 Tom LaneInvent pre-commit/pre-prepare/pre-subcommit events...
2013-02-12 Peter EisentrautAdd noreturn attributes to some error reporting functions
2013-02-03 Peter EisentrautPL/Python: Add result object str handler
2013-02-01 Peter EisentrautPL/Tcl: Fix compiler warnings with Tcl 8.6
2013-01-31 Tom LaneDon't use spi_priv.h in plpython.
2013-01-31 Tom LaneFix plpgsql's reporting of plan-time errors in possibly...
2013-01-28 Heikki LinnakangasHandle SPIErrors raised directly in PL/Python code.
2013-01-25 Tom LaneFix plpython's handling of functions used as triggers...
2013-01-09 Andrew DunstanDetect Windows perl linkage parameters in configure...
2013-01-08 Peter EisentrautFix typo
2013-01-05 Peter EisentrautPL/Python: Make build on OS X more flexible
2013-01-05 Peter EisentrautRevert "PL/Python: Remove workaround for returning...
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-18 Peter EisentrautRemove allow_nonpic_in_shlib
2012-12-07 Tom LaneImprove pl/pgsql to support composite-type expressions...
2012-10-11 Peter EisentrautRefactor flex and bison make rules
2012-10-05 Peter EisentrautPL/pgSQL: rename gram.y to pl_gram.y
2012-09-29 Peter EisentrautPL/Python: Remove workaround for returning booleans...
next