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
/
plperl
Age
Commit message (
Expand
)
Author
2009-10-20
Translations update for 8.5alpha2
Peter Eisentraut
2009-09-28
Convert a perl array to a postgres array when returned by Set Returning Funct...
Andrew Dunstan
2009-09-16
errcontext support in PL/Perl
Peter Eisentraut
2009-06-11
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-10
Translation updates
Peter Eisentraut
2009-06-06
Move variable declaration to avoid 'unused variable' warning when the
Tom Lane
2009-06-05
Adjust recent PERL_SYS_INIT3 call to avoid platforms where it might fail, and...
Andrew Dunstan
2009-06-05
Search for versioned perl library instead of using hardcoded name on Windows....
Andrew Dunstan
2009-06-04
Improve the recently-added support for properly pluralized error messages
Tom Lane
2009-06-04
Initialise perl library as documented in perl API. Backpatch to release 7.4.
Andrew Dunstan
2009-05-14
Translation updates
Alvaro Herrera
2009-04-09
Translation updates for 8.4 beta
Peter Eisentraut
2009-02-20
another small message tweak
Peter Eisentraut
2009-02-19
Wordsmithing for PL/Perl messages
Peter Eisentraut
2009-02-19
Remove croak and Perl_croak from gettext triggers. While we could
Peter Eisentraut
2009-02-17
Remove gettext trigger write_stderr(), which isn't used by PLs.
Peter Eisentraut
2009-01-07
Fix executor/spi.h to follow our usual conventions for include files, ie,
Tom Lane
2009-01-01
Update copyright for 2009.
Bruce Momjian
2008-12-11
Append major version number and for libraries soname major version number
Peter Eisentraut
2008-11-19
Some infrastructure changes for the upcoming auto-explain contrib module:
Tom Lane
2008-10-29
Be more tense about not creating tuplestores with randomAccess = true unless
Tom Lane
2008-10-28
Extend ExecMakeFunctionResult() to support set-returning functions that return
Tom Lane
2008-10-09
Improve translatability of error messages for external modules by tweaking
Alvaro Herrera
2008-10-02
Update pg_regress calls in PL checks to handle vpath builds.
Peter Eisentraut
2008-10-01
Allow pg_regress to be run outside the build tree. Look for input files
Peter Eisentraut
2008-09-01
Add a bunch of new error location reports to parse-analysis error messages.
Tom Lane
2008-05-17
Add $PostgreSQL$ markers to a lot of files that were missing them.
Andrew Dunstan
2008-04-07
Implement a few changes to how shared libraries and dynamically loadable
Peter Eisentraut
2008-03-28
Support statement-level ON TRUNCATE triggers. Simon Riggs
Tom Lane
2008-03-25
Simplify and standardize conversions between TEXT datums and ordinary C
Tom Lane
2008-03-25
Add a new tuplestore API function, tuplestore_putvalues(). This is
Neil Conway
2008-03-21
More README src cleanups.
Bruce Momjian
2008-01-23
Document the fix for perl 5.10 with this comment:
Andrew Dunstan
2008-01-22
Work around for perl 5.10 bug - fix due to perl hacker Simon Cozens.
Andrew Dunstan
2008-01-01
Update copyrights in source tree to 2008.
Bruce Momjian
2007-12-01
Suppress compiler warnings in recent plperl patch. Avoid uselessly expensive
Tom Lane
2007-12-01
Revert inadvertantly committed change.
Andrew Dunstan
2007-12-01
Workaround for perl problem where evaluating UTF8 regexes can cause
Andrew Dunstan
2007-11-22
Prevent Perl from introducing a possibly-incompatible definition of type
Tom Lane
2007-11-15
Re-run pgindent with updated list of typedefs. (Updated README should
Bruce Momjian
2007-11-15
pgindent run for 8.3.
Bruce Momjian
2007-10-05
Fix plperl and pltcl to include the name of the current function when
Tom Lane
2007-07-25
Silence compiler warnings on mingw
Magnus Hagander
2007-06-28
Fix incorrect tests for undef Perl values in some places in plperl.c.
Tom Lane
2007-04-02
Support enum data types. Along the way, use macros for the values of
Tom Lane
2007-02-10
Put back some not-so-unnecessary-as-all-that := usages. Per buildfarm.
Tom Lane
2007-02-09
Replace useless uses of := by = in makefiles.
Peter Eisentraut
2007-02-09
Combine cmin and cmax fields of HeapTupleHeaders into a single field, by
Tom Lane
2007-02-01
Update some of the "expected" regression test results for Bruce's
Neil Conway
2007-02-01
Wording cleanup for error messages. Also change can't -> cannot.
Bruce Momjian
[next]