Commit Graph

1269 Commits (d166eed302400a71eed1aaa301d30be3af7b5715)

Author SHA1 Message Date
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
Simon Riggs 7d8f1de1bc Extra warnings and errors for PL/pgSQL 12 years ago
Tom Lane 2d5e0f07de Fix refcounting bug in PLy_modify_tuple(). 12 years ago
Alvaro Herrera bd1154edec plperl: Fix memory leak in hek2cstr 12 years ago
Bruce Momjian 886c0be3f6 C comments: remove odd blank lines after #ifdef WIN32 lines 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 56caaf195e On Windows, expect to find Tcl DLL in bin directory not lib directory. 12 years ago
Tom Lane 638b153f2a Fix fat-fingered makefile changes for pltcl. 12 years ago
Tom Lane dcbf39774f In mingw builds, make our own import library for libtcl, too. 12 years ago
Tom Lane 02b61dd08f In mingw builds, make our own import library for libperl. 12 years ago
Tom Lane a7983e989d Cosmetic improvements in plpython's make rule for libpython import library. 12 years ago
Bruce Momjian 2fc80e8e83 Rename 'gmake' to 'make' in docs and recommended commands 12 years ago
Peter Eisentraut 4e18236180 PL/Perl: Fix compiler warning 12 years ago
Alvaro Herrera b152c6cd0d Make DROP IF EXISTS more consistently not fail 12 years ago
Bruce Momjian 7e1955b861 docs: update PL/pgSQL docs about the use of := and = 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
Heikki Linnakangas dde6282500 Fix more instances of "the the" in comments. 12 years ago
Tom Lane 6bff0e7d92 Add a regression test case for plpython function returning setof RECORD. 12 years ago
Peter Eisentraut e5dc4cc24d PL/Perl: Add event trigger support 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
Peter Eisentraut a5036ca998 PL/Tcl: Add event trigger support 12 years ago
Tom Lane c7b849a896 Prevent leakage of cached plans and execution trees in plpgsql DO blocks. 12 years ago
Peter Eisentraut 001e114b8d Fix whitespace issues found by git diff --check, add gitattributes 12 years ago
Tom Lane 3147acd63e Use improved vsnprintf calling logic in more places. 12 years ago
Peter Eisentraut 382b694175 Translation updates to fix build failures 12 years ago
Peter Eisentraut 0b109c822b Translation updates 12 years ago
Robert Haas 689746c045 plpgsql: Add new option print_strict_params. 12 years ago
Peter Eisentraut 6a007fa1eb Translation updates 13 years ago
Peter Eisentraut a2f2e902b8 Translation updates 13 years ago
Peter Eisentraut 527ea66849 PL/Python: Adjust the regression tests for Python 3.3 13 years ago
Stephen Frost ddef1a39c6 Allow a context to be passed in for error handling 13 years ago
Tom Lane 3d13623d75 Prevent leakage of SPI tuple tables during subtransaction abort. 13 years ago
Stephen Frost 8312832567 Add GET DIAGNOSTICS ... PG_CONTEXT in PL/PgSQL 13 years ago
Tom Lane b3b10c3903 Fix error handling in PLy_spi_execute_fetch_result(). 13 years ago
Noah Misch 448fee2e23 Make comments reflect that omission of SPI_gettypmod() is intentional. 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
Noah Misch 02d2b694ee Update messages, comments and documentation for materialized views. 13 years ago
Noah Misch 7cd9b1371d Expose object name error fields in PL/pgSQL. 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
Tom Lane 035a5e1e8c Add semicolons to eval'd strings to hide a minor Perl behavioral change. 13 years ago
Bruce Momjian 9af4159fce pgindent run for release 9.3 13 years ago