summaryrefslogtreecommitdiff
path: root/src/pl/plpython
AgeCommit message (Expand)Author
2015-01-12Fix some functions that were declared static then defined not-static.Tom Lane
2015-01-06Fix thinko in plpython error messageAlvaro Herrera
2015-01-06Update copyright for 2015Bruce Momjian
2014-12-18Improve hash_create's API for selecting simple-binary-key hash functions.Tom Lane
2014-12-15Translation updatesPeter Eisentraut
2014-11-17Translation updatesPeter Eisentraut
2014-11-03Re-remove dependency on the DLL of pythonxx.def file.Noah Misch
2014-10-06Translation updatesPeter Eisentraut
2014-07-21Translation updatesPeter Eisentraut
2014-07-14Add file version information to most installed Windows binaries.Noah Misch
2014-07-05Remove dead typeStruct variable from plpy_spi.c.Kevin Grittner
2014-07-03Improve support for composite types in PL/Python.Tom Lane
2014-06-03Make plpython_unicode regression test work in more database encodings.Tom Lane
2014-05-30On OS X, link libpython normally, ignoring the "framework" framework.Tom Lane
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-30PL/Python: Adjust the regression tests for Python 3.4Peter Eisentraut
2014-04-18Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut
2014-04-08Add new to_reg* functions for error-free OID lookups.Robert Haas
2014-03-26Fix refcounting bug in PLy_modify_tuple().Tom Lane
2014-02-23Prefer pg_any_to_server/pg_server_to_any over pg_do_encoding_conversion.Tom Lane
2014-02-17Prevent privilege escalation in explicit calls to PL validators.Noah Misch
2014-02-14Cosmetic improvements in plpython's make rule for libpython import library.Tom Lane
2014-01-07Update copyright for 2014Bruce Momjian
2013-12-22Change the way we mark tuples as frozen.Robert Haas
2013-12-11Add a regression test case for plpython function returning setof RECORD.Tom Lane
2013-12-02Translation updatesPeter Eisentraut
2013-11-27Fix plpython3 expected output.Heikki Linnakangas
2013-11-26Oops, forgot to "git add" last minute changes to regression test.Heikki Linnakangas
2013-11-26Handle domains over arrays like plain arrays in PL/python.Heikki Linnakangas
2013-10-25Use improved vsnprintf calling logic in more places.Tom Lane
2013-10-07Translation updatesPeter Eisentraut
2013-09-02Translation updatesPeter Eisentraut
2013-08-11PL/Python: Adjust the regression tests for Python 3.3Peter Eisentraut
2013-07-25Prevent leakage of SPI tuple tables during subtransaction abort.Tom Lane
2013-07-20Fix error handling in PLy_spi_execute_fetch_result().Tom Lane
2013-07-07PL/Python: Make regression tests pass with older Python versionsPeter Eisentraut
2013-07-06PL/Python: Convert numeric to DecimalPeter Eisentraut
2013-07-02Silence compiler warning in assertion-enabled builds.Heikki Linnakangas
2013-06-14PL/Python: Fix type mixupPeter Eisentraut
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-05-06Translation updatesPeter Eisentraut
2013-03-06Remove dependency on the DLL of pythonxx.def file.Andrew Dunstan
2013-02-03PL/Python: Add result object str handlerPeter Eisentraut
2013-01-31Don't use spi_priv.h in plpython.Tom Lane
2013-01-28Handle SPIErrors raised directly in PL/Python code.Heikki Linnakangas
2013-01-25Fix plpython's handling of functions used as triggers on multiple tables.Tom Lane
2013-01-08Fix typoPeter Eisentraut
2013-01-05PL/Python: Make build on OS X more flexiblePeter Eisentraut
2013-01-05Revert "PL/Python: Remove workaround for returning booleans in Python <2.3"Peter Eisentraut
2013-01-01Update copyrights for 2013Bruce Momjian