Commit Graph

1360 Commits (142a110b312fa2d6bbc4eba4df196c35e0caf7bb)

Author SHA1 Message Date
Tom Lane a8fc195052 In plpgsql, don't try to convert int2vector or oidvector to expanded array. 10 years ago
Peter Eisentraut 4da812fa8a Translation updates 10 years ago
Tom Lane 95e8b44f03 Make pltcl regression tests safe for Danish locale. 10 years ago
Tom Lane a0943dbbea Allow IMPORT FOREIGN SCHEMA within pl/pgsql. 10 years ago
Tom Lane 1d07722f01 Add missing check for malloc failure in plpgsql_extra_checks_check_hook(). 10 years ago
Peter Eisentraut e51547e05a Translation updates 10 years ago
Tom Lane 8207c6baf8 Fix freshly-introduced PL/Python portability bug. 10 years ago
Tom Lane ec91ee8f00 Fix access-to-already-freed-memory issue in plpython's error handling. 10 years ago
Peter Eisentraut d6e740129a Translation updates 10 years ago
Andres Freund 68dababfe3 plperl: Correctly handle empty arrays in plperl_ref_from_pg_array. 10 years ago
Tom Lane 2ce19f8a57 Make plpython cope with funny characters in function names. 10 years ago
Peter Eisentraut 477bee7dc6 Translation updates 10 years ago
Tom Lane db8fa56d6a Avoid dump/reload problems when using both plpython2 and plpython3. 10 years ago
Tom Lane a66c1fcdd7 PL/Python: Make tests pass with Python 3.5 10 years ago
Peter Eisentraut 00dfd5c94c Translation updates 10 years ago
Noah Misch 0d46bdde2b Instruct Coverity using an assertion. 10 years ago
Tom Lane bb8b179603 Fix thinko: errmsg -> ereport. 10 years ago
Peter Eisentraut 289da0a7a5 Translation updates 10 years ago
Peter Eisentraut 149a8cdd7a Translation updates 10 years ago
Tom Lane a16b9b1938 Fix plperl to handle non-ASCII error message texts correctly. 10 years ago
Tom Lane 3047a9b9ef Don't use "#" as an abbreviation for "number" in PL/Tcl error messages. 10 years ago
Tom Lane 19446280fc Fix plpython crash when returning string representation of a RECORD result. 11 years ago
Tom Lane 4c3754ffe0 Fix a few bogus statement type names in plpgsql error messages. 11 years ago
Tom Lane 1f6a7eba46 Repair unsafe use of shared typecast-lookup table in plpgsql DO blocks. 11 years ago
Peter Eisentraut 58b30d9829 Translation updates 11 years ago
Tom Lane 89e80b0329 Fix a number of places that produced XX000 errors in the regression tests. 11 years ago
Alvaro Herrera b0b6f8d71f Fix (some of) pltcl memory usage 11 years ago
Tom Lane 9a5f369adc Repair mishandling of cached cast-expression trees in plpgsql. 11 years ago
Peter Eisentraut c5e5d444de Translation updates 11 years ago
Peter Eisentraut 103382abf8 PL/Perl: Add alternative expected file for Perl 5.22 11 years ago
Tom Lane ae58f1430a Fix failure to cover scalar-vs-rowtype cases in exec_stmt_return(). 11 years ago
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
Tom Lane 1dc5ebc907 Support "expanded" objects, particularly arrays, for better performance. 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 0fd764647a Make hstore_plperl's build even more like plperl's 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
Tom Lane a4847fc3ef Add an ASSERT statement in plpgsql. 11 years ago
Alvaro Herrera 13dbc7a824 array_offset() and array_offsets() 11 years ago
Tom Lane 5ff683962e Remove obsolete comment. 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