aboutsummaryrefslogtreecommitdiff
path: root/src/pl
Commit message (Expand)AuthorAge
* Remember the source GucContext for each GUC parameter.Tom Lane2011-10-04
* Remove the custom_variable_classes parameter.Tom Lane2011-10-04
* Speed up array element assignment in plpgsql by caching type information.Tom Lane2011-09-26
* Fix another Assert issue exposed by CLOBBER_CACHE_ALWAYS.Tom Lane2011-09-18
* Ensure generic plan gets used for a plpgsql expression with no parameters.Tom Lane2011-09-16
* Redesign the plancache mechanism for more flexibility and efficiency.Tom Lane2011-09-16
* Guard against using plperl's Makefile without specifying --with-perl.Tom Lane2011-09-04
* Clean up the #include mess a little.Tom Lane2011-09-04
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Add another marker.Bruce Momjian2011-08-26
* Change PyInit_plpy to external linkagePeter Eisentraut2011-08-18
* Hide unused variable warnings under Python 3Peter Eisentraut2011-08-18
* Fix two issues in plpython's handling of composite results.Tom Lane2011-08-17
* Properly handle empty arrays returned from plperl functions.Andrew Dunstan2011-08-17
* Translation updatesPeter Eisentraut2011-08-17
* Restore the primacy of postgres.h in plpython.c.Andrew Dunstan2011-08-04
* Add GET STACKED DIAGNOSTICS plpgsql command to retrieve exception info.Tom Lane2011-07-18
* Replace errdetail("%s", ...) with errdetail_internal("%s", ...).Tom Lane2011-07-16
* Try to acquire relation locks in RangeVarGetRelid.Robert Haas2011-07-08
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-04
* Put comments on the installable procedural languages.Tom Lane2011-07-03
* Make distprep and *clean build targets recurse into all subdirectories.Tom Lane2011-07-03
* Allow callers to pass a missing_ok flag when opening a relation.Robert Haas2011-06-27
* Add the possibility to pass --flag arguments to xgettext callsPeter Eisentraut2011-06-27
* Refactor common gettext triggersPeter Eisentraut2011-06-27
* Make _ be automatically included in GETTEXT_TRIGGERSPeter Eisentraut2011-06-26
* Replace := by = in nls.mk filesPeter Eisentraut2011-06-26
* Remove some cruft from nls.mk filesPeter Eisentraut2011-06-26
* Translation updates for 9.1beta2Peter Eisentraut2011-06-09
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-09
* Allow building with perl 5.14.Andrew Dunstan2011-06-04
* Remove usage of &PL_sv_undef in hashes and arraysAlvaro Herrera2011-05-30
* Make plpgsql complain about conflicting IN and OUT parameter names.Tom Lane2011-05-23
* Make plpgsql provide the typmods for its variables to the main parser.Tom Lane2011-05-22
* Message style improvementsPeter Eisentraut2011-05-21
* Fix declaration of $_TD in "strict" trigger functionsAlvaro Herrera2011-05-18
* Catch errors in for loop in makefilePeter Eisentraut2011-05-02
* Rewrite installation makefile rules without for loopsPeter Eisentraut2011-05-02
* Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin...Andrew Dunstan2011-04-28
* Assorted minor changes to silence Windows compiler warnings.Andrew Dunstan2011-04-25
* Prevent perl header overriding our *snprintf macros, and give it a usable PER...Andrew Dunstan2011-04-25
* Fix PL/Python traceback for error in separate filePeter Eisentraut2011-04-20
* Support a COLLATE clause in plpgsql variable declarations.Tom Lane2011-04-17
* Set client encoding explicitly in plpython_unicode testPeter Eisentraut2011-04-16
* Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane2011-04-12
* Clean up most -Wunused-but-set-variable warnings from gcc 4.6Peter Eisentraut2011-04-11
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Fix some sloppiness in new PL/python get_source_line() function.Robert Haas2011-04-08
* Revise the API for GUC variable assign hooks.Tom Lane2011-04-07
* Update regression test files for PL/Python traceback patchPeter Eisentraut2011-04-06