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
2011-03-10
Remove collation information from TypeName, where it does not belong.
Tom Lane
2011-03-07
Fix behavior when raising plpy.Fatal()
Peter Eisentraut
2011-03-07
Report Python errors from iterators with PLy_elog
Peter Eisentraut
2011-03-07
Suppress some "variable might be clobbered by longjmp" warnings.
Tom Lane
2011-03-05
Fix parallel gmake for extension directory addition in PL languages.
Bruce Momjian
2011-03-05
Make plpythonu language use plpython2 shared library directly.
Tom Lane
2011-03-05
Create extension infrastructure for the core procedural languages.
Tom Lane
2011-03-04
Add a comment explaining the recent fix for plpython breakage in commit 4c966d9.
Andrew Dunstan
2011-03-01
Fix plpython breakage detected on certain Fedora machines on buildfarm.
Andrew Dunstan
2011-03-01
Additional PL/Python regression test expected file
Peter Eisentraut
2011-03-01
Unbreak vpath builds broken by commit 474a42473adf9b18417242f1fc0691a857ec578b.
Andrew Dunstan
2011-02-28
Fix regression tests after PL/Python custom SPI exceptions patch
Peter Eisentraut
2011-02-28
PL/Python custom SPI exceptions
Peter Eisentraut
2011-02-27
PL/Python explicit subtransactions
Peter Eisentraut
2011-02-27
Remove remaining expected file for Python 2.2
Peter Eisentraut
2011-02-26
Table function support for PL/Python
Peter Eisentraut
2011-02-22
Add PL/Python functions for quoting strings
Peter Eisentraut
2011-02-19
Invalidate PL/Python functions with composite type argument when the
Peter Eisentraut
2011-02-19
Initialize variable to quiet compiler.
Bruce Momjian
2011-02-18
Convert Postgres arrays to Perl arrays on PL/perl input arguments
Alvaro Herrera
2011-02-18
pgindent run on plperl.c
Alvaro Herrera
2011-02-16
Fix for warnings-free compilation with Python 3.2
Peter Eisentraut
2011-02-16
Add FOREACH IN ARRAY looping to plpgsql.
Tom Lane
2011-02-15
Allow make check in PL directories
Peter Eisentraut
2011-02-08
Per-column collation support
Peter Eisentraut
2011-02-07
Supply now required HeUTF8 macro for plperl where it's missing, per buildfarm...
Andrew Dunstan
2011-02-06
Force strings passed to and from plperl to be in UTF8 encoding.
Andrew Dunstan
2011-02-04
Unbreak the VPATH build.
Robert Haas
2011-02-04
Avoid maintaining three separate copies of the error codes list.
Robert Haas
2011-02-03
Clean up missed change to plpython expected files.
Tom Lane
2011-02-02
Wrap PL/Python SPI calls into subtransactions
Peter Eisentraut
2011-02-02
Add comment on why we're passing a useless 'false' to the plperl function co...
Andrew Dunstan
2011-02-01
Add validator to PL/Python
Peter Eisentraut
2011-02-01
Set up PLPerl trigger data using C code instead of Perl code.
Andrew Dunstan
2011-02-01
Re-classify ERRCODE_DATABASE_DROPPED to 57P04
Simon Riggs
2011-02-01
Fix wrong error reports in 'number of array dimensions exceeds the
Itagaki Takahiro
2011-02-01
Create new errcode for recovery conflict caused by db drop on master.
Simon Riggs
2011-01-26
Do not prefix error messages with the string "PL/Python: "
Peter Eisentraut
2011-01-26
Improve exception usage in PL/Python
Peter Eisentraut
2011-01-26
Also save the error detail in SPIError
Peter Eisentraut
2011-01-26
Fix compiler warnings
Peter Eisentraut
2011-01-24
Call PLy_spi_execute_fetch_result inside the try/catch block
Peter Eisentraut
2011-01-24
Refactor PLy_spi_prepare to save two levels of indentation
Peter Eisentraut
2011-01-23
Revert "Factor out functions responsible for caching I/O routines".
Tom Lane
2011-01-23
Quick hack to un-break plpython regression tests.
Tom Lane
2011-01-22
Suppress "control reaches end of non-void function" warning from gcc 4.5.
Tom Lane
2011-01-22
Get rid of the global variable holding the error state
Peter Eisentraut
2011-01-21
Correctly add exceptions to the plpy module for Python 3
Peter Eisentraut
2011-01-20
Fix wrong comment
Peter Eisentraut
2011-01-20
Fix typo
Peter Eisentraut
[next]