Commit Graph

357 Commits (0c051c90082da0b7e5bcaf9aabcbd4f361137cdc)

Author SHA1 Message Date
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
Heikki Linnakangas 316186f289 Handle SPIErrors raised directly in PL/Python code. 13 years ago
Tom Lane 08be00fabe Fix plpython's handling of functions used as triggers on multiple tables. 13 years ago
Peter Eisentraut f31d5baff6 Fix typo 13 years ago
Peter Eisentraut fc8745070a PL/Python: Make build on OS X more flexible 13 years ago
Peter Eisentraut 7e938e3c56 Revert "PL/Python: Remove workaround for returning booleans in Python <2.3" 13 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago
Peter Eisentraut 1a5f04dd7e Remove allow_nonpic_in_shlib 13 years ago
Peter Eisentraut be0dfbad36 PL/Python: Remove workaround for returning booleans in Python <2.3 13 years ago
Peter Eisentraut db0af74af2 PL/Python: Convert oid to long/int 13 years ago
Peter Eisentraut b2e3bea3af PL/Python: Improve Python 3 regression test setup 13 years ago
Tom Lane 45d1f1e024 Adjust PL/Python regression tests some more for Python 3.3. 13 years ago
Alvaro Herrera c219d9b0a5 Split tuple struct defs from htup.h to htup_details.h 14 years ago
Alvaro Herrera 0a664ec27f add #includes to plpy_subxactobject.h to make it compile standalone 14 years ago
Heikki Linnakangas 3ff15883b1 Perform conversion from Python unicode to string/bytes object via UTF-8. 14 years ago
Peter Eisentraut 71f2dd2321 PL/Python: Remove PLy_result_ass_item 14 years ago
Heikki Linnakangas de479e2ed2 Revert part of the previous patch that avoided using PLy_elog(). 14 years ago
Heikki Linnakangas b66de4c6d7 Fix mapping of PostgreSQL encodings to Python encodings. 14 years ago
Bruce Momjian 042d9ffc28 Run newly-configured perltidy script on Perl files. 14 years ago
Robert Haas d7c734841b Reduce messages about implicit indexes and sequences to DEBUG1. 14 years ago
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 14 years ago
Peter Eisentraut 2cfb1c6f77 PL/Python: Adjust the regression tests for Python 3.3 14 years ago
Peter Eisentraut a97207b690 PL/Python: Fix slicing support for result objects for Python 3 14 years ago
Peter Eisentraut 1540d3bf4d PL/Python: Update incorrect comment 14 years ago
Peter Eisentraut 1d158d7f98 Python 2.2 is no longer supported 14 years ago
Peter Eisentraut e6c2e8cb87 PL/Python: Improve test coverage 14 years ago
Peter Eisentraut 52aa334fcd PL/Python: Fix crash in functions returning SETOF and using SPI 14 years ago
Robert Haas e01e66f808 More duplicate word removal. 14 years ago
Peter Eisentraut ba3e4157a7 PL/Python: Accept strings in functions returning composite types 14 years ago
Peter Eisentraut 65ca8e68b7 PL/Python: Improve error messages 14 years ago