summaryrefslogtreecommitdiff
path: root/src/pl
AgeCommit message (Expand)Author
2004-10-15I have attached 5 patches (split up for ease of review) to plperl.c.Bruce Momjian
2004-10-12plpgsql EXIT construct forgot to downcase or quote-strip its identifierTom Lane
2004-10-11Another try at making plpython autoconfiguration work correctly. Use aTom Lane
2004-10-10Cosmetic improvements/code cleanup:Neil Conway
2004-10-10Un-break plpython build for non-Windows platforms.Tom Lane
2004-10-07Move -DPLPERL_HAVE_UID_GID to the plperl Makefile, for Win32 only.Bruce Momjian
2004-10-07Add PLperl workaround for Win32 to the *.xs file.Bruce Momjian
2004-10-07Adjust comments previously moved to column 1 by pgident.Bruce Momjian
2004-10-06Use #define instead of typedef for plperl because perl definesBruce Momjian
2004-10-06Allow plpython to build on Win32.Bruce Momjian
2004-10-01Code review for NOWAIT patch: downgrade NOWAIT from fully reserved keywordTom Lane
2004-09-24Persuade plpython to build on OS X.Tom Lane
2004-09-19Add defenses against plpython functions being declared to take or returnTom Lane
2004-09-16Restructure subtransaction handling to reduce resource consumption,Tom Lane
2004-09-14Cosmetic PL/PgSQL fix: declare the second parameter plpgsql_dstring_appendNeil Conway
2004-09-14Make pltcl work on Win32. Magnus HaganderTom Lane
2004-09-13Redesign query-snapshot timing so that volatile functions in READ COMMITTEDTom Lane
2004-09-13Fix two typos in comments.Neil Conway
2004-08-30Another pgindent run with lib typedefs added.Bruce Momjian
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-20Recognize plpgsql EXCEPTION condition names at function compile timeTom Lane
2004-08-16Add trivial NULL statement to plpgsql, for Oracle compatibility.Tom Lane
2004-08-13Give a more specific error message for "you can't do that" error casesTom Lane
2004-08-05Move include for Python.h above postgres.h to eliminate compiler warning.Joe Conway
2004-08-04Label CVS tip as 8.0devel instead of 7.5devel. Adjust various commentsTom Lane
2004-08-02Actually, there's no need to use pg_strcasecmp for checking exceptionTom Lane
2004-08-02Allow DECLARE CURSOR to take parameters from the portal in which it isTom Lane
2004-08-01Some mop-up work for savepoints (nested transactions). Store a smallTom Lane
2004-07-31Support "OR condition ..." in plpgsql EXCEPTION clauses to make the syntaxTom Lane
2004-07-31Be more consistent about reporting SPI errors in the various PLs.Tom Lane
2004-07-31plpgsql does exceptions.Tom Lane
2004-07-31Restructure error handling as recently discussed. It is now reallyTom Lane
2004-07-21The attached patch allows 'select foo()' as well as 'select * fromBruce Momjian
2004-07-16Here is a patch required to build plperl with win32. The issues were:Bruce Momjian
2004-07-12The attached patch, which incorporates the previous one sent andBruce Momjian
2004-07-05Revert broken rpath addition.Tom Lane
2004-07-05Allow plperl to compile with Perl 5.05.Bruce Momjian
2004-07-04Okay, I've had it with answering newbie questions about why plpgsqlTom Lane
2004-07-01plperl update from Andrew Dunstan, deriving (I believe) from Command Prompt'sJoe Conway
2004-06-09Support assignment to subfields of composite columns in UPDATE and INSERT.Tom Lane
2004-06-06Infrastructure for I/O of composite types: arrange for the I/O routinesTom Lane
2004-06-05Tweak palloc/repalloc to allow zero bytes to be requested, as per recentTom Lane
2004-06-04Support assignment to whole-row variables in plpgsql; also fix glitchTom Lane
2004-06-04Allow plpgsql to pass composite-type arguments (ie, whole-row variables)Tom Lane
2004-06-03Restructure plpgsql's parsing of datatype declarations to unify theTom Lane
2004-06-03plpgsql hasn't needed -Wno-error for a good long while.Tom Lane
2004-05-30Use the new List API function names throughout the backend, and disable theNeil Conway
2004-05-26Reimplement the linked list data structure used throughout the backend.Neil Conway
2004-05-10Promote row expressions to full-fledged citizens of the expression syntax,Tom Lane
2004-05-07Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane