summaryrefslogtreecommitdiff
path: root/src/pl
Commit message (Expand)AuthorAgeFilesLines
* Redefine Datum as uintptr_t, instead of unsigned long.Tom Lane2009-12-312-5/+5
* Previous fix for temporary file management broke returning a set fromHeikki Linnakangas2009-12-293-23/+28
* Upgrade to latest ppport.h. Patch from Tim Bunce.Andrew Dunstan2009-12-251-440/+6689
* Translation updatesPeter Eisentraut2009-12-196-765/+802
* Python 3 support in PL/PythonPeter Eisentraut2009-12-158-31/+801
* PL/Python array supportPeter Eisentraut2009-12-103-3/+305
* Add exclusion constraints, which generalize the concept of uniqueness toTom Lane2009-12-071-1/+5
* Fix session-lifespan memory leak when a plperl function is redefined:Tom Lane2009-11-291-3/+5
* Add support for anonymous code blocks (DO blocks) to PL/Perl.Tom Lane2009-11-293-12/+140
* Add control knobs for plpgsql's variable resolution behavior, and make theTom Lane2009-11-135-13/+61
* Remove plpgsql's separate lexer (finally!), in favor of using the core lexerTom Lane2009-11-129-1020/+956
* More incremental refactoring in plpgsql: get rid of gram.y dependencies onTom Lane2009-11-104-593/+541
* Modernize plpgsql's handling of parse locations, making it look a lot moreTom Lane2009-11-095-587/+736
* Remove ancient text file containing plpgsql installation instructions.Tom Lane2009-11-071-15/+0
* Rearrange plpgsql parsing to simplify and speed it up a bit.Tom Lane2009-11-075-372/+371
* Change plpgsql from using textual substitution to insert variable referencesTom Lane2009-11-065-257/+538
* Remove plpgsql's RENAME declaration, which has bizarre and mostly nonfunctionalTom Lane2009-11-054-70/+8
* Add support for invoking parser callback hooks via SPI and in cached plans.Tom Lane2009-11-046-374/+402
* Improve PL/Python elog outputPeter Eisentraut2009-11-036-109/+122
* Fix obscure segfault condition in PL/PythonPeter Eisentraut2009-11-031-4/+7
* Ensure the previous Perl interpreter selection is restored upon exit fromTom Lane2009-10-311-13/+10
* Translations update for 8.5alpha2Peter Eisentraut2009-10-209-195/+1460
* First committed version of plpython_unicode_0.out did not actually contain theTom Lane2009-10-151-3/+3
* Add alternative expected file for unicode test for client encoding not UTF8Peter Eisentraut2009-10-142-1/+52
* Allow MOVE FORWARD n, MOVE BACKWARD n, MOVE FORWARD ALL, MOVE BACKWARD ALLTom Lane2009-09-294-14/+89
* Convert a perl array to a postgres array when returned by Set Returning Funct...Andrew Dunstan2009-09-281-2/+10
* Implement the DO statement to support execution of PL code without havingTom Lane2009-09-223-35/+238
* Allow plpgsql IN parameters to be assigned to. Since the parameters are justTom Lane2009-09-201-5/+1
* errcontext support in PL/PerlPeter Eisentraut2009-09-164-12/+112
* Fix Unicode support in PL/PythonPeter Eisentraut2009-09-135-4/+175
* Add Unicode support in PL/PythonPeter Eisentraut2009-09-128-143/+175
* Remove TODO file; it has been added to the main Todo list in the wiki.Peter Eisentraut2009-09-121-28/+0
* Fix/improve bytea and boolean support in PL/PythonPeter Eisentraut2009-09-093-143/+414
* Derived files that are shipped in the distribution used to be built in thePeter Eisentraut2009-08-281-9/+9
* Update of install-sh, mkinstalldirs, and associated configuryPeter Eisentraut2009-08-261-2/+2
* Enhanced error context support in PL/PythonPeter Eisentraut2009-08-258-26/+71
* Use generic attribute management in PL/PythonPeter Eisentraut2009-08-253-28/+67
* Make PL/Python tests more compatible with Python 3Peter Eisentraut2009-08-2415-48/+60
* Remove the test case that depends on the platform's float output format.Peter Eisentraut2009-08-142-9/+0
* PL/Python regression tests for data type handlingPeter Eisentraut2009-08-143-1/+537
* Domain support in PL/PythonPeter Eisentraut2009-08-141-2/+2
* Augment test coverage in PL/Python, especially for error conditions.Peter Eisentraut2009-08-1314-34/+573
* Split the plpython regression test into test cases arranged by topic, insteadPeter Eisentraut2009-08-1234-1800/+1927
* Expand test coverage support to entire treePeter Eisentraut2009-08-072-9/+9
* Improve plpgsql's ability to cope with rowtypes containing dropped columns,Tom Lane2009-08-062-57/+48
* Avoid including miscadmin.h into plpgsql.h; instead include it into the twoAlvaro Herrera2009-08-043-4/+5
* Replace PLpgSQL_dstring by StringInfo.Joe Conway2009-07-224-153/+49
* Use errcontext mechanism in PL/PythonPeter Eisentraut2009-07-205-62/+128
* Fix error cleanup failure caused by 8.4 changes in plpgsql to try to avoidTom Lane2009-07-181-3/+4
* Fix up PGDLLIMPORT marking for standard_conforming_strings. Moving itTom Lane2009-07-131-3/+1