Commit Graph

290 Commits (c89f409749c35bf18fab8e025a34645dd925390c)

Author SHA1 Message Date
Tom Lane 07341a2980 Update PL/Perl's comment about hv_store(). 10 years ago
Tom Lane f3f3aae4b7 Improve conversions from uint64 to Perl types. 10 years ago
Tom Lane 23a27b039d Widen query numbers-of-tuples-processed counters to uint64. 10 years ago
Andres Freund e66197fa2e plperl: Correctly handle empty arrays in plperl_ref_from_pg_array. 10 years ago
Noah Misch d4b686af0b Instruct Coverity using an assertion. 10 years ago
Tom Lane 9be3a4e24d Fix thinko: errmsg -> ereport. 10 years ago
Tom Lane b631a46ed8 Fix plperl to handle non-ASCII error message texts correctly. 10 years ago
Andres Freund e95126cf04 Don't use function definitions looking like old-style ones. 11 years ago
Tom Lane 09cecdf285 Fix a number of places that produced XX000 errors in the regression tests. 11 years ago
Bruce Momjian 807b9e0dff pgindent run for 9.5 11 years ago
Peter Eisentraut cac7658205 Add transforms feature 11 years ago
Jeff Davis b419865a81 In array_agg(), don't create a new context for every group. 11 years ago
Tom Lane 4a14f13a0a Improve hash_create's API for selecting simple-binary-key hash functions. 11 years ago
Tom Lane bac27394a1 Support arrays as input to array_agg() and ARRAY(SELECT ...). 11 years ago
Bruce Momjian 6a605cd6bd Adjust blank lines around PG_MODULE_MAGIC defines, for consistency 12 years ago
Bruce Momjian 0a78320057 pgindent run for 9.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
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
Peter Eisentraut 4e18236180 PL/Perl: Fix compiler warning 12 years ago
Robert Haas 37484ad2aa Change the way we mark tuples as frozen. 12 years ago
Peter Eisentraut e5dc4cc24d PL/Perl: Add event trigger support 12 years ago
Bruce Momjian 9af4159fce pgindent run for release 9.3 13 years ago
Tom Lane da5aeccf64 Move pqsignal() to libpgport. 13 years ago
Tom Lane a4d3a504e7 Eliminate memory leaks in plperl's spi_prepare() function. 13 years ago
Tom Lane 9afc648111 Keep plperl's current_call_data record on the stack, instead of palloc'ing. 13 years ago
Tom Lane 59f23fe8d4 Make plperl safe against functions that are redefined while running. 13 years ago
Tom Lane 28ab4a5aab Restore SIGFPE handler after initializing PL/Perl. 13 years ago
Alvaro Herrera c219d9b0a5 Split tuple struct defs from htup.h to htup_details.h 13 years ago
Peter Eisentraut a76c857eba Add comment why seemingly dead code is necessary 14 years ago
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 14 years ago
Alvaro Herrera 814e08e895 plperl: Package-qualify _TD 14 years ago
Tom Lane 23610daf8a Fix up Perl-to-Postgres datatype conversions in pl/perl. 14 years ago
Tom Lane e6faf910d7 Redesign the plancache mechanism for more flexibility and efficiency. 14 years ago
Andrew Dunstan 68c903a66c Properly handle empty arrays returned from plperl functions. 15 years ago
Alvaro Herrera b93f5a5673 Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h 15 years ago
Bruce Momjian 6560407c7d Pgindent run before 9.1 beta2. 15 years ago
Andrew Dunstan ccd69b8886 Allow building with perl 5.14. 15 years ago
Alvaro Herrera 7de38741c0 Remove usage of &PL_sv_undef in hashes and arrays 15 years ago
Alvaro Herrera 6b449d9051 Fix declaration of $_TD in "strict" trigger functions 15 years ago
Andrew Dunstan 860be17ec3 Assorted minor changes to silence Windows compiler warnings. 15 years ago
Bruce Momjian bf50caf105 pgindent run before PG 9.1 beta 1. 15 years ago
Tom Lane 2594cf0e8c Revise the API for GUC variable assign hooks. 15 years ago
Tom Lane 63b656b7bf Create extension infrastructure for the core procedural languages. 15 years ago
Bruce Momjian 964b46d00e Initialize variable to quiet compiler. 15 years ago
Alvaro Herrera 87bb2ade2c Convert Postgres arrays to Perl arrays on PL/perl input arguments 15 years ago
Alvaro Herrera f7b51d175a pgindent run on plperl.c 15 years ago