Commit Graph

386 Commits (f320cbb615e0374b18836337713239da58705cf3)

Author SHA1 Message Date
Peter Eisentraut dcae5facca Improve speed of make check-world 11 years ago
Tom Lane 785941cdc3 Tweak __attribute__-wrapping macros for better pgindent results. 11 years ago
Peter Eisentraut ff2faeec5c PL/Python: Fix regression tests for Python 3 11 years ago
Peter Eisentraut 1ce7a57ca6 PL/Python: Avoid lossiness in float conversion 11 years ago
Andres Freund bbfd7edae5 Add macros wrapping all usage of gcc's __attribute__. 11 years ago
Peter Eisentraut f8948616c9 Translation updates 11 years ago
Tom Lane 7391e2513f Fix some functions that were declared static then defined not-static. 11 years ago
Alvaro Herrera 91539c5698 Fix thinko in plpython error message 11 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Tom Lane 4a14f13a0a Improve hash_create's API for selecting simple-binary-key hash functions. 11 years ago
Peter Eisentraut ee3bec5e22 Translation updates 11 years ago
Peter Eisentraut 7466a1b75f Translation updates 11 years ago
Noah Misch 00c07e497f Re-remove dependency on the DLL of pythonxx.def file. 11 years ago
Peter Eisentraut 1ec4a970fe Translation updates 11 years ago
Peter Eisentraut cac0d5193b Translation updates 12 years ago
Noah Misch 0ffc201a51 Add file version information to most installed Windows binaries. 12 years ago
Kevin Grittner e254ff21d1 Remove dead typeStruct variable from plpy_spi.c. 12 years ago
Tom Lane 8b6010b835 Improve support for composite types in PL/Python. 12 years ago
Tom Lane 2dfa15de55 Make plpython_unicode regression test work in more database encodings. 12 years ago
Tom Lane 20561acf93 On OS X, link libpython normally, ignoring the "framework" framework. 12 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 12 years ago
Peter Eisentraut d0765d50f4 PL/Python: Adjust the regression tests for Python 3.4 12 years ago
Peter Eisentraut e7128e8dbb Create function prototype as part of PG_FUNCTION_INFO_V1 macro 12 years ago
Robert Haas 0886fc6a5c Add new to_reg* functions for error-free OID lookups. 12 years ago
Tom Lane 2d5e0f07de Fix refcounting bug in PLy_modify_tuple(). 12 years ago
Tom Lane 769065c1b2 Prefer pg_any_to_server/pg_server_to_any over pg_do_encoding_conversion. 12 years ago
Noah Misch 537cbd35c8 Prevent privilege escalation in explicit calls to PL validators. 12 years ago
Tom Lane a7983e989d Cosmetic improvements in plpython's make rule for libpython import library. 12 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Robert Haas 37484ad2aa Change the way we mark tuples as frozen. 12 years ago
Tom Lane 6bff0e7d92 Add a regression test case for plpython function returning setof RECORD. 12 years ago
Peter Eisentraut 3e3520cf7a Translation updates 12 years ago
Heikki Linnakangas 4118f7e8ed Fix plpython3 expected output. 12 years ago
Heikki Linnakangas 4c83e0353f Oops, forgot to "git add" last minute changes to regression test. 12 years ago
Heikki Linnakangas 37364c6311 Handle domains over arrays like plain arrays in PL/python. 12 years ago
Tom Lane 3147acd63e Use improved vsnprintf calling logic in more places. 12 years ago
Peter Eisentraut 0b109c822b Translation updates 12 years ago
Peter Eisentraut 6a007fa1eb Translation updates 12 years ago
Peter Eisentraut 527ea66849 PL/Python: Adjust the regression tests for Python 3.3 13 years ago
Tom Lane 3d13623d75 Prevent leakage of SPI tuple tables during subtransaction abort. 13 years ago
Tom Lane b3b10c3903 Fix error handling in PLy_spi_execute_fetch_result(). 13 years ago
Peter Eisentraut 8182ffde5a PL/Python: Make regression tests pass with older Python versions 13 years ago
Peter Eisentraut 7919398bac PL/Python: Convert numeric to Decimal 13 years ago
Heikki Linnakangas d2e71ff757 Silence compiler warning in assertion-enabled builds. 13 years ago
Peter Eisentraut fa2fc066f3 PL/Python: Fix type mixup 13 years ago
Bruce Momjian 9af4159fce pgindent run for release 9.3 13 years ago
Peter Eisentraut 539ecc9241 Translation updates 13 years ago
Andrew Dunstan 0d147e43ad Remove dependency on the DLL of pythonxx.def file. 13 years ago
Peter Eisentraut 330ed4ac6c PL/Python: Add result object str handler 13 years ago
Tom Lane 2ab218b576 Don't use spi_priv.h in plpython. 13 years ago