summaryrefslogtreecommitdiff
path: root/src/pl
AgeCommit message (Expand)Author
2009-11-13Add control knobs for plpgsql's variable resolution behavior, and make theTom Lane
2009-11-12Remove plpgsql's separate lexer (finally!), in favor of using the core lexerTom Lane
2009-11-10More incremental refactoring in plpgsql: get rid of gram.y dependencies onTom Lane
2009-11-09Modernize plpgsql's handling of parse locations, making it look a lot moreTom Lane
2009-11-07Remove ancient text file containing plpgsql installation instructions.Tom Lane
2009-11-07Rearrange plpgsql parsing to simplify and speed it up a bit.Tom Lane
2009-11-06Change plpgsql from using textual substitution to insert variable referencesTom Lane
2009-11-05Remove plpgsql's RENAME declaration, which has bizarre and mostly nonfunctionalTom Lane
2009-11-04Add support for invoking parser callback hooks via SPI and in cached plans.Tom Lane
2009-11-03Improve PL/Python elog outputPeter Eisentraut
2009-11-03Fix obscure segfault condition in PL/PythonPeter Eisentraut
2009-10-31Ensure the previous Perl interpreter selection is restored upon exit fromTom Lane
2009-10-20Translations update for 8.5alpha2Peter Eisentraut
2009-10-15First committed version of plpython_unicode_0.out did not actually contain theTom Lane
2009-10-14Add alternative expected file for unicode test for client encoding not UTF8Peter Eisentraut
2009-09-29Allow MOVE FORWARD n, MOVE BACKWARD n, MOVE FORWARD ALL, MOVE BACKWARD ALLTom Lane
2009-09-28Convert a perl array to a postgres array when returned by Set Returning Funct...Andrew Dunstan
2009-09-22Implement the DO statement to support execution of PL code without havingTom Lane
2009-09-20Allow plpgsql IN parameters to be assigned to. Since the parameters are justTom Lane
2009-09-16errcontext support in PL/PerlPeter Eisentraut
2009-09-13Fix Unicode support in PL/PythonPeter Eisentraut
2009-09-12Add Unicode support in PL/PythonPeter Eisentraut
2009-09-12Remove TODO file; it has been added to the main Todo list in the wiki.Peter Eisentraut
2009-09-09Fix/improve bytea and boolean support in PL/PythonPeter Eisentraut
2009-08-28Derived files that are shipped in the distribution used to be built in thePeter Eisentraut
2009-08-26Update of install-sh, mkinstalldirs, and associated configuryPeter Eisentraut
2009-08-25Enhanced error context support in PL/PythonPeter Eisentraut
2009-08-25Use generic attribute management in PL/PythonPeter Eisentraut
2009-08-24Make PL/Python tests more compatible with Python 3Peter Eisentraut
2009-08-14Remove the test case that depends on the platform's float output format.Peter Eisentraut
2009-08-14PL/Python regression tests for data type handlingPeter Eisentraut
2009-08-14Domain support in PL/PythonPeter Eisentraut
2009-08-13Augment test coverage in PL/Python, especially for error conditions.Peter Eisentraut
2009-08-12Split the plpython regression test into test cases arranged by topic, insteadPeter Eisentraut
2009-08-07Expand test coverage support to entire treePeter Eisentraut
2009-08-06Improve plpgsql's ability to cope with rowtypes containing dropped columns,Tom Lane
2009-08-04Avoid including miscadmin.h into plpgsql.h; instead include it into the twoAlvaro Herrera
2009-07-22Replace PLpgSQL_dstring by StringInfo.Joe Conway
2009-07-20Use errcontext mechanism in PL/PythonPeter Eisentraut
2009-07-18Fix error cleanup failure caused by 8.4 changes in plpgsql to try to avoidTom Lane
2009-07-13Fix up PGDLLIMPORT marking for standard_conforming_strings. Moving itTom Lane
2009-07-12Move some declarations in the raw-parser header files to create a clearerTom Lane
2009-07-11Alter some gratuitous uses of "ANSI" when "SQL standard" might have beenPeter Eisentraut
2009-06-26Translation updates for 8.4 release.Peter Eisentraut
2009-06-18Refine the use of terminology around bound and unbound cursors and cursorPeter Eisentraut
2009-06-17Fix typo in error message: tgargv -> tg_argvPeter Eisentraut
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-06-10Translation updatesPeter Eisentraut
2009-06-10Clarify to the translator that plpgsql_yyerror() deals with the translationPeter Eisentraut
2009-06-06Move variable declaration to avoid 'unused variable' warning when theTom Lane