Commit Graph

496 Commits (d73300a28683fb1723ecda1a3fa767dbe8be6502)

Author SHA1 Message Date
Bruce Momjian 807b9e0dff pgindent run for 9.5 11 years ago
Heikki Linnakangas 4fc72cc7bb Collection of typo fixes. 11 years ago
Tom Lane 0c071936e9 Revert error-throwing wrappers for the printf family of functions. 11 years ago
Noah Misch 16304a0134 Add error-throwing wrappers for the printf family of functions. 11 years ago
Peter Eisentraut dcf5e31908 PL/Python: Remove procedure cache invalidation 11 years ago
Andrew Dunstan b6b2149e48 Fix python_includespec on Windows at configure time 11 years ago
Peter Eisentraut 67df9782e9 Windows also needs an override of the shared libpython detection 11 years ago
Peter Eisentraut d664a10f96 Move interpreter shared library detection to configure 11 years ago
Peter Eisentraut dbf2ec1a1c Fix parallel make risk with new check temp-install setup 11 years ago
Peter Eisentraut cac7658205 Add transforms feature 11 years ago
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 13 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