summaryrefslogtreecommitdiff
path: root/src/pl
AgeCommit message (Expand)Author
2011-08-18Change PyInit_plpy to external linkagePeter Eisentraut
2011-08-18Hide unused variable warnings under Python 3Peter Eisentraut
2011-08-17Fix two issues in plpython's handling of composite results.Tom Lane
2011-08-17Properly handle empty arrays returned from plperl functions.Andrew Dunstan
2011-08-17Translation updatesPeter Eisentraut
2011-08-04Restore the primacy of postgres.h in plpython.c.Andrew Dunstan
2011-07-18Add GET STACKED DIAGNOSTICS plpgsql command to retrieve exception info.Tom Lane
2011-07-16Replace errdetail("%s", ...) with errdetail_internal("%s", ...).Tom Lane
2011-07-09Try to acquire relation locks in RangeVarGetRelid.Robert Haas
2011-07-04Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera
2011-07-03Put comments on the installable procedural languages.Tom Lane
2011-07-03Make distprep and *clean build targets recurse into all subdirectories.Tom Lane
2011-06-27Allow callers to pass a missing_ok flag when opening a relation.Robert Haas
2011-06-26Add the possibility to pass --flag arguments to xgettext callsPeter Eisentraut
2011-06-26Refactor common gettext triggersPeter Eisentraut
2011-06-26Make _ be automatically included in GETTEXT_TRIGGERSPeter Eisentraut
2011-06-26Replace := by = in nls.mk filesPeter Eisentraut
2011-06-26Remove some cruft from nls.mk filesPeter Eisentraut
2011-06-09Translation updates for 9.1beta2Peter Eisentraut
2011-06-09Pgindent run before 9.1 beta2.Bruce Momjian
2011-06-04Allow building with perl 5.14.Andrew Dunstan
2011-05-30Remove usage of &PL_sv_undef in hashes and arraysAlvaro Herrera
2011-05-23Make plpgsql complain about conflicting IN and OUT parameter names.Tom Lane
2011-05-22Make plpgsql provide the typmods for its variables to the main parser.Tom Lane
2011-05-20Message style improvementsPeter Eisentraut
2011-05-19Fix declaration of $_TD in "strict" trigger functionsAlvaro Herrera
2011-05-01Catch errors in for loop in makefilePeter Eisentraut
2011-05-01Rewrite installation makefile rules without for loopsPeter Eisentraut
2011-04-28Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin...Andrew Dunstan
2011-04-25Assorted minor changes to silence Windows compiler warnings.Andrew Dunstan
2011-04-25Prevent perl header overriding our *snprintf macros, and give it a usable PER...Andrew Dunstan
2011-04-20Fix PL/Python traceback for error in separate filePeter Eisentraut
2011-04-17Support a COLLATE clause in plpgsql variable declarations.Tom Lane
2011-04-16Set client encoding explicitly in plpython_unicode testPeter Eisentraut
2011-04-12Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane
2011-04-11Clean up most -Wunused-but-set-variable warnings from gcc 4.6Peter Eisentraut
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-04-08Fix some sloppiness in new PL/python get_source_line() function.Robert Haas
2011-04-07Revise the API for GUC variable assign hooks.Tom Lane
2011-04-06Update regression test files for PL/Python traceback patchPeter Eisentraut
2011-04-06Add traceback information to PL/Python errorsPeter Eisentraut
2011-03-31Don't leak the temporary PLyProcedure struct we create for inline plpythonHeikki Linnakangas
2011-03-27Fix plpgsql to release SPI plans when a function or DO block is freed.Tom Lane
2011-03-26Clean up cruft around collation initialization for tupdescs and scankeys.Tom Lane
2011-03-25Fix collation handling in plpgsql functions.Tom Lane
2011-03-20Revise collation derivation method and expression-tree representation.Tom Lane
2011-03-17Fix PL/Python memory leak involving array slicesAlvaro Herrera
2011-03-16Add hint suggesting the use of EXECUTE CREATE TABLE ... AS for EXECUTE INTO.Bruce Momjian
2011-03-11Split CollateClause into separate raw and analyzed node types.Tom Lane
2011-03-10Remove collation information from TypeName, where it does not belong.Tom Lane