Commit Graph

13 Commits (fb6fcbd33fbbd6d31fa2b39938e60ecb48dc4de4)

Author SHA1 Message Date
Tom Lane 866566a690 Avoid dump/reload problems when using both plpython2 and plpython3. 10 years ago
Tom Lane 8c75ad436f Fix memory leaks in PL/Python. 10 years ago
Peter Eisentraut cac7658205 Add transforms feature 11 years ago
Tom Lane 7391e2513f Fix some functions that were declared static then defined not-static. 11 years ago
Peter Eisentraut e7128e8dbb Create function prototype as part of PG_FUNCTION_INFO_V1 macro 12 years ago
Noah Misch 537cbd35c8 Prevent privilege escalation in explicit calls to PL validators. 12 years ago
Tom Lane 08be00fabe Fix plpython's handling of functions used as triggers on multiple tables. 13 years ago
Alvaro Herrera c219d9b0a5 Split tuple struct defs from htup.h to htup_details.h 14 years ago
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 14 years ago
Tom Lane 5cd72c7a7c Patch some corner-case bugs in pl/python. 14 years ago
Tom Lane ed75380bda Create a stack of pl/python "execution contexts". 14 years ago
Peter Eisentraut f9de1e9a96 PL/Python: Add argument names to function declarations 14 years ago
Peter Eisentraut 147c248254 Split plpython.c into smaller pieces 14 years ago