aboutsummaryrefslogtreecommitdiff
path: root/src/pl
Commit message (Expand)AuthorAge
* Allow MOVE FORWARD n, MOVE BACKWARD n, MOVE FORWARD ALL, MOVE BACKWARD ALLTom Lane2009-09-29
* Convert a perl array to a postgres array when returned by Set Returning Funct...Andrew Dunstan2009-09-28
* Implement the DO statement to support execution of PL code without havingTom Lane2009-09-22
* Allow plpgsql IN parameters to be assigned to. Since the parameters are justTom Lane2009-09-20
* errcontext support in PL/PerlPeter Eisentraut2009-09-16
* Fix Unicode support in PL/PythonPeter Eisentraut2009-09-13
* Add Unicode support in PL/PythonPeter Eisentraut2009-09-12
* Remove TODO file; it has been added to the main Todo list in the wiki.Peter Eisentraut2009-09-12
* Fix/improve bytea and boolean support in PL/PythonPeter Eisentraut2009-09-09
* Derived files that are shipped in the distribution used to be built in thePeter Eisentraut2009-08-28
* Update of install-sh, mkinstalldirs, and associated configuryPeter Eisentraut2009-08-26
* Enhanced error context support in PL/PythonPeter Eisentraut2009-08-25
* Use generic attribute management in PL/PythonPeter Eisentraut2009-08-25
* Make PL/Python tests more compatible with Python 3Peter Eisentraut2009-08-24
* Remove the test case that depends on the platform's float output format.Peter Eisentraut2009-08-14
* PL/Python regression tests for data type handlingPeter Eisentraut2009-08-14
* Domain support in PL/PythonPeter Eisentraut2009-08-14
* Augment test coverage in PL/Python, especially for error conditions.Peter Eisentraut2009-08-13
* Split the plpython regression test into test cases arranged by topic, insteadPeter Eisentraut2009-08-12
* Expand test coverage support to entire treePeter Eisentraut2009-08-07
* Improve plpgsql's ability to cope with rowtypes containing dropped columns,Tom Lane2009-08-06
* Avoid including miscadmin.h into plpgsql.h; instead include it into the twoAlvaro Herrera2009-08-04
* Replace PLpgSQL_dstring by StringInfo.Joe Conway2009-07-22
* Use errcontext mechanism in PL/PythonPeter Eisentraut2009-07-20
* Fix error cleanup failure caused by 8.4 changes in plpgsql to try to avoidTom Lane2009-07-18
* Fix up PGDLLIMPORT marking for standard_conforming_strings. Moving itTom Lane2009-07-13
* Move some declarations in the raw-parser header files to create a clearerTom Lane2009-07-12
* Alter some gratuitous uses of "ANSI" when "SQL standard" might have beenPeter Eisentraut2009-07-11
* Translation updates for 8.4 release.Peter Eisentraut2009-06-26
* Refine the use of terminology around bound and unbound cursors and cursorPeter Eisentraut2009-06-18
* Fix typo in error message: tgargv -> tg_argvPeter Eisentraut2009-06-17
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Translation updatesPeter Eisentraut2009-06-10
* Clarify to the translator that plpgsql_yyerror() deals with the translationPeter Eisentraut2009-06-10
* Move variable declaration to avoid 'unused variable' warning when theTom Lane2009-06-06
* Adjust recent PERL_SYS_INIT3 call to avoid platforms where it might fail, and...Andrew Dunstan2009-06-05
* Search for versioned perl library instead of using hardcoded name on Windows....Andrew Dunstan2009-06-05
* Improve the recently-added support for properly pluralized error messagesTom Lane2009-06-04
* Initialise perl library as documented in perl API. Backpatch to release 7.4.Andrew Dunstan2009-06-04
* Translation updatesAlvaro Herrera2009-05-14
* Fix plpgsql's EXIT so that an EXIT without a label only matches a loop,Tom Lane2009-05-02
* Fix a couple of cases where the plpgsql grammar looked for T_WORD andTom Lane2009-05-01
* Rethink the idea of having plpgsql depend on parser/gram.h. Aside from theTom Lane2009-04-19
* Revise plpgsql's scanner to process comments and string literals in a wayTom Lane2009-04-19
* Translation updates for 8.4 betaPeter Eisentraut2009-04-09
* Fix the plpgsql memory leak exhibited in bug #4677. That leak was introducedTom Lane2009-04-09
* Defend against possible crash if a plpython function does not specify namesTom Lane2009-04-03
* Minor code beautification/consolidation.Tom Lane2009-04-02
* Have PL/pgSQL FETCH set DIAGNOSTICS ROW_COUNT.Bruce Momjian2009-04-02
* plpgsql's exec_simple_cast_value() mistakenly supposed that it could bypassTom Lane2009-04-02