]> granicus.if.org Git - postgresql/history - src/pl
Remove Alpha and Tru64 support.
[postgresql] / src / pl /
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...
2012-09-29 Peter EisentrautPL/Python: Convert oid to long/int
2012-09-27 Tom LaneMake plpgsql's unreserved keywords more unreserved.
2012-09-17 Peter EisentrautPL/Python: Improve Python 3 regression test setup
2012-09-14 Tom LaneAdd a regression test case based on bug #7516.
2012-09-13 Tom LaneKeep plperl's current_call_data record on the stack...
2012-09-10 Tom LaneMake plperl safe against functions that are redefined...
2012-09-08 Tom LaneAdjust PL/Python regression tests some more for Python...
2012-09-05 Tom LaneRestore SIGFPE handler after initializing PL/Perl.
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-08-28 Alvaro Herreraadd #includes to plpy_subxactobject.h to make it compil...
2012-08-15 Bruce MomjianAdd C comment that '=' is not documented for plpgsql...
2012-08-06 Heikki LinnakangasPerform conversion from Python unicode to string/bytes...
2012-07-21 Tom LaneSuppress volatile-related warning seen in some compilers.
2012-07-21 Robert HaasRevert temporary patch to debug Windows breakage.
2012-07-21 Robert HaasRepair plpgsql_validator breakage.
2012-07-20 Robert HaasTemporary patch to try to debug why event trigger patch...
2012-07-20 Robert HaasMake new event trigger facility actually do something.
2012-07-17 Peter EisentrautPL/Python: Remove PLy_result_ass_item
2012-07-17 Alvaro HerreraRemove recently added PL/Perl encoding tests
2012-07-16 Peter EisentrautRemove unreachable code
2012-07-16 Peter EisentrautAdd comment why seemingly dead code is necessary
next