summaryrefslogtreecommitdiff
path: root/src/pl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move some declarations in the raw-parser header files to create a clearerTom Lane2009-07-121-2/+1
* Alter some gratuitous uses of "ANSI" when "SQL standard" might have beenPeter Eisentraut2009-07-111-2/+2
* Translation updates for 8.4 release.Peter Eisentraut2009-06-267-1231/+436
* Refine the use of terminology around bound and unbound cursors and cursorPeter Eisentraut2009-06-181-2/+2
* Fix typo in error message: tgargv -> tg_argvPeter Eisentraut2009-06-171-2/+2
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-118-216/+227
* Translation updatesPeter Eisentraut2009-06-1012-354/+907
* Clarify to the translator that plpgsql_yyerror() deals with the translationPeter Eisentraut2009-06-101-3/+3
* Move variable declaration to avoid 'unused variable' warning when theTom Lane2009-06-061-5/+6
* Adjust recent PERL_SYS_INIT3 call to avoid platforms where it might fail, and...Andrew Dunstan2009-06-051-4/+14
* Search for versioned perl library instead of using hardcoded name on Windows....Andrew Dunstan2009-06-051-2/+3
* Improve the recently-added support for properly pluralized error messagesTom Lane2009-06-046-20/+48
* Initialise perl library as documented in perl API. Backpatch to release 7.4.Andrew Dunstan2009-06-041-2/+10
* Translation updatesAlvaro Herrera2009-05-1416-567/+2222
* Fix plpgsql's EXIT so that an EXIT without a label only matches a loop,Tom Lane2009-05-021-4/+8
* Fix a couple of cases where the plpgsql grammar looked for T_WORD andTom Lane2009-05-011-59/+78
* Rethink the idea of having plpgsql depend on parser/gram.h. Aside from theTom Lane2009-04-194-48/+9