index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pl
Age
Commit message (
Expand
)
Author
2005-03-25
Make initialization of special trigger variables a little more readable.
Tom Lane
2005-03-24
Fix python regression testing script to bail out early if language
Tom Lane
2005-03-24
Adjust plpython to convert \r\n and \r to \n in Python scripts,
Tom Lane
2005-03-11
Add fprintf() custom version to libpgport.
Bruce Momjian
2005-02-24
My patch this morning was overly hasty; revert code to original state.
Tom Lane
2005-02-23
Un-break plpgsql build by removing unwanted _() usage.
Tom Lane
2005-02-23
Properly undef _(x) gettext macro.
Bruce Momjian
2005-02-22
This patch changes makes some significant changes to how compilation
Neil Conway
2005-02-22
Use _() macro consistently rather than gettext(). Add translation
Bruce Momjian
2005-02-13
Move plpgsql DEBUG from DEBUG2 to DEBUG1 because it is a user-requested
Bruce Momjian
2005-02-01
Adjust plpgsql to allow assignment to an element of an array that is
Tom Lane
2005-01-14
plperl trigger handler tried to fetch new/old tuples even when fired
Tom Lane
2005-01-13
Change exec_eval_simple_expr's param list allocation call from
Tom Lane
2005-01-11
plperl was not being quite paranoid enough about detecting 'undef' values
Tom Lane
2005-01-01
Some more missed copyright notices. Many of these look like they
Tom Lane
2004-12-21
exec_eval_simple_expr() needs to do CommandCounterIncrement() not just
Tom Lane
2004-12-19
plpgsql's exec_eval_simple_expr() now has to take responsibility for
Tom Lane
2004-12-17
Allow 'ELSEIF' as an alternative to 'ELSIF' in PL/PgSQL. There have been
Neil Conway
2004-12-17
Hook up the plpython result-object nrows and status methods correctly.
Tom Lane
2004-12-16
Cause configure --with-tcl to check for presence of <tcl.h>, as per
Tom Lane
2004-12-11
Instead of supposing (wrongly, in the general case) that the rowtype
Tom Lane
2004-11-30
Fix a few typos in comments.
Neil Conway
2004-11-29
Update plperl to use ereport() not elog() for user-facing messages,
Tom Lane
2004-11-24
Avoid getting bit by roundoff error while checking $Safe::VERSION.
Tom Lane
2004-11-23
Further plperl cleanup: be more paranoid about checking the type of
Tom Lane
2004-11-22
The beginnings of a regression test for plperl. Right now it only
Tom Lane
2004-11-22
Try to instill some sanity in plperl's function result processing.
Tom Lane
2004-11-21
While fixing plperl and pltcl, I realized plpgsql wasn't doing
Tom Lane
2004-11-21
Suppress remaining compile warnings, and add a comment about why
Tom Lane
2004-11-21
Fix plperl and pltcl error handling per my previous proposal. SPI
Tom Lane
2004-11-20
Fix plperl's elog() function to convert elog(ERROR) into Perl croak(),
Tom Lane
2004-11-19
Set rpath for plperl and plpython to ensure we can find the .so files
Tom Lane
2004-11-18
Fix memory clobber problem reported by John Hansen: plperl_safe_init()
Tom Lane
2004-11-17
Remove ill-considered suppression of gcc warnings in plperl, and fix
Tom Lane
2004-11-16
Adjust safety restrictions for plperl functions. Andrew Dunstan's
Tom Lane
2004-11-16
Rethink plpgsql's way of handling SPI execution during an exception block.
Tom Lane
2004-10-25
Remove three unnecessary casts from a pointer type to char * when calling
Neil Conway
2004-10-15
I have attached 5 patches (split up for ease of review) to plperl.c.
Bruce Momjian
2004-10-12
plpgsql EXIT construct forgot to downcase or quote-strip its identifier
Tom Lane
2004-10-11
Another try at making plpython autoconfiguration work correctly. Use a
Tom Lane
2004-10-10
Cosmetic improvements/code cleanup:
Neil Conway
2004-10-10
Un-break plpython build for non-Windows platforms.
Tom Lane
2004-10-07
Move -DPLPERL_HAVE_UID_GID to the plperl Makefile, for Win32 only.
Bruce Momjian
2004-10-07
Add PLperl workaround for Win32 to the *.xs file.
Bruce Momjian
2004-10-07
Adjust comments previously moved to column 1 by pgident.
Bruce Momjian
2004-10-06
Use #define instead of typedef for plperl because perl defines
Bruce Momjian
2004-10-06
Allow plpython to build on Win32.
Bruce Momjian
2004-10-01
Code review for NOWAIT patch: downgrade NOWAIT from fully reserved keyword
Tom Lane
2004-09-24
Persuade plpython to build on OS X.
Tom Lane
2004-09-19
Add defenses against plpython functions being declared to take or return
Tom Lane
[next]