summaryrefslogtreecommitdiff
path: root/src/pl
Commit message (Expand)AuthorAgeFilesLines
* Use the proper macro to convert a bool to a Datum.Tom Lane2011-11-271-3/+2
* Use the right interpreter for encoding test.Andrew Dunstan2011-11-262-2/+2
* Use the preferred version of xsubpp, not necessarily the one that came with theAndrew Dunstan2011-11-261-2/+5
* Ensure plperl strings are always correctly UTF8 encoded.Andrew Dunstan2011-11-264-2/+32
* Preserve SQLSTATE when an SPI error is propagated through PL/pythonHeikki Linnakangas2011-11-244-6/+72
* Further code review for range types patch.Tom Lane2011-11-201-4/+4
* In plpgsql, allow foreign tables to define row types.Tom Lane2011-11-121-4/+6
* Only install the extension files for the current Python major versionPeter Eisentraut2011-11-091-3/+4
* Support range data types.Heikki Linnakangas2011-11-031-2/+8
* Clean up whitespace and indentation in parser and scanner filesPeter Eisentraut2011-11-011-12/+12
* Avoid recursion while processing ELSIF lists in plpgsql.Tom Lane2011-10-274-50/+66
* Fix up Perl-to-Postgres datatype conversions in pl/perl.Tom Lane2011-10-135-130/+289
* Remember the source GucContext for each GUC parameter.Tom Lane2011-10-046-8/+6
* Remove the custom_variable_classes parameter.Tom Lane2011-10-046-6/+6
* Speed up array element assignment in plpgsql by caching type information.Tom Lane2011-09-263-38/+76
* Fix another Assert issue exposed by CLOBBER_CACHE_ALWAYS.Tom Lane2011-09-181-1/+0
* Ensure generic plan gets used for a plpgsql expression with no parameters.Tom Lane2011-09-161-7/+20
* Redesign the plancache mechanism for more flexibility and efficiency.Tom Lane2011-09-164-83/+178
* Guard against using plperl's Makefile without specifying --with-perl.Tom Lane2011-09-041-0/+4
* Clean up the #include mess a little.Tom Lane2011-09-042-0/+2
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-013-10/+0
* Add another marker.Bruce Momjian2011-08-261-1/+1
* Change PyInit_plpy to external linkagePeter Eisentraut2011-08-181-1/+7
* Hide unused variable warnings under Python 3Peter Eisentraut2011-08-181-1/+3
* Fix two issues in plpython's handling of composite results.Tom Lane2011-08-173-30/+120
* Properly handle empty arrays returned from plperl functions.Andrew Dunstan2011-08-171-3/+7
* Translation updatesPeter Eisentraut2011-08-179-733/+1706
* Restore the primacy of postgres.h in plpython.c.Andrew Dunstan2011-08-041-28/+67
* Add GET STACKED DIAGNOSTICS plpgsql command to retrieve exception info.Tom Lane2011-07-185-27/+198
* Replace errdetail("%s", ...) with errdetail_internal("%s", ...).Tom Lane2011-07-162-3/+3
* Try to acquire relation locks in RangeVarGetRelid.Robert Haas2011-07-081-8/+4
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-045-0/+5
* Put comments on the installable procedural languages.Tom Lane2011-07-038-0/+16
* Make distprep and *clean build targets recurse into all subdirectories.Tom Lane2011-07-032-13/+22
* Allow callers to pass a missing_ok flag when opening a relation.Robert Haas2011-06-271-2/+2
* Add the possibility to pass --flag arguments to xgettext callsPeter Eisentraut2011-06-274-0/+8
* Refactor common gettext triggersPeter Eisentraut2011-06-274-4/+4
* Make _ be automatically included in GETTEXT_TRIGGERSPeter Eisentraut2011-06-261-1/+1
* Replace := by = in nls.mk filesPeter Eisentraut2011-06-264-16/+16
* Remove some cruft from nls.mk filesPeter Eisentraut2011-06-261-3/+0
* Translation updates for 9.1beta2Peter Eisentraut2011-06-0936-1644/+6685
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-094-13/+16
* Allow building with perl 5.14.Andrew Dunstan2011-06-042-1/+6
* Remove usage of &PL_sv_undef in hashes and arraysAlvaro Herrera2011-05-301-3/+13
* Make plpgsql complain about conflicting IN and OUT parameter names.Tom Lane2011-05-231-2/+28
* Make plpgsql provide the typmods for its variables to the main parser.Tom Lane2011-05-223-21/+64
* Message style improvementsPeter Eisentraut2011-05-212-2/+2
* Fix declaration of $_TD in "strict" trigger functionsAlvaro Herrera2011-05-184-3/+59
* Catch errors in for loop in makefilePeter Eisentraut2011-05-021-1/+1
* Rewrite installation makefile rules without for loopsPeter Eisentraut2011-05-024-16/+4