]> granicus.if.org Git - postgresql/history - src/pl
Don't dump core when destroying an unused ParallelContext.
[postgresql] / src / pl /
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
2012-07-10 Alvaro Herreraplperl: Skip setting UTF8 flag when in SQL_ASCII encoding
2012-07-05 Heikki LinnakangasRevert part of the previous patch that avoided using...
2012-07-05 Heikki LinnakangasFix mapping of PostgreSQL encodings to Python encodings.
2012-07-05 Bruce MomjianRun newly-configured perltidy script on Perl files.
2012-07-05 Robert HaasReduce messages about implicit indexes and sequences...
2012-07-02 Peter EisentrautAssorted message style improvements
2012-06-29 Peter EisentrautMake init-po and update-po recursive make targets
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-05-27 Peter EisentrautPL/Perl: Avoid compiler warning from clang
2012-05-15 Peter EisentrautRemove whitespace from end of lines
2012-05-11 Peter EisentrautPL/Python: Adjust the regression tests for Python 3.3
2012-05-10 Peter EisentrautPL/Python: Fix slicing support for result objects for...
2012-05-10 Peter EisentrautPL/Python: Update incorrect comment
2012-05-10 Peter EisentrautPython 2.2 is no longer supported
2012-05-10 Joe ConwayPL/pgSQL RETURN NEXT was leaking converted tuples,...
2012-05-08 Peter EisentrautFix misleading comments
2012-05-02 Peter EisentrautPL/Python: Improve test coverage
2012-05-02 Peter EisentrautPL/Python: Fix crash in functions returning SETOF and...
2012-05-02 Robert HaasMore duplicate word removal.
2012-04-26 Peter EisentrautPL/Python: Accept strings in functions returning compos...
2012-04-25 Peter EisentrautPL/Python: Improve error messages
2012-04-24 Robert HaasLots of doc corrections.
2012-04-16 Heikki LinnakangasInstall plpgsql.h to to include/server at "make install".
2012-04-16 Peter EisentrautPL/Python: Improve documentation of nrows() method
2012-04-15 Peter EisentrautPL/Python: Fix crash when colnames() etc. called withou...
2012-04-05 Tom LaneFix plpgsql named-cursor-parameter feature for variable...
next