summaryrefslogtreecommitdiff
path: root/src/pl
AgeCommit message (Expand)Author
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
2009-06-05Adjust recent PERL_SYS_INIT3 call to avoid platforms where it might fail, and...Andrew Dunstan
2009-06-05Search for versioned perl library instead of using hardcoded name on Windows....Andrew Dunstan
2009-06-04Improve the recently-added support for properly pluralized error messagesTom Lane
2009-06-04Initialise perl library as documented in perl API. Backpatch to release 7.4.Andrew Dunstan
2009-05-14Translation updatesAlvaro Herrera
2009-05-02Fix plpgsql's EXIT so that an EXIT without a label only matches a loop,Tom Lane
2009-05-01Fix a couple of cases where the plpgsql grammar looked for T_WORD andTom Lane
2009-04-19Rethink the idea of having plpgsql depend on parser/gram.h. Aside from theTom Lane
2009-04-19Revise plpgsql's scanner to process comments and string literals in a wayTom Lane
2009-04-09Translation updates for 8.4 betaPeter Eisentraut
2009-04-09Fix the plpgsql memory leak exhibited in bug #4677. That leak was introducedTom Lane
2009-04-03Defend against possible crash if a plpython function does not specify namesTom Lane
2009-04-02Minor code beautification/consolidation.Tom Lane
2009-04-02Have PL/pgSQL FETCH set DIAGNOSTICS ROW_COUNT.Bruce Momjian
2009-04-02plpgsql's exec_simple_cast_value() mistakenly supposed that it could bypassTom Lane