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-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
2011-01-20
Factor out functions responsible for caching I/O routines
Peter Eisentraut
2011-01-19
Add braces around an if block, for readability
Peter Eisentraut
2011-01-18
Free plan values in the PLyPlanObject dealloc function
Peter Eisentraut
2011-01-18
Improve message for errors in compiling anonymous PL/Python blocks
Peter Eisentraut
2011-01-18
Use PyObject_New instead of PyObject_NEW
Peter Eisentraut
2011-01-18
Skip dropped attributes when converting Python objects to tuples
Peter Eisentraut
2011-01-18
Use palloc in TopMemoryContext instead of malloc
Peter Eisentraut
2011-01-18
Fix an error when a set-returning function fails halfway through the execution
Peter Eisentraut
2011-01-17
Use HTABs instead of Python dictionary objects to cache procedures
Peter Eisentraut
2011-01-17
Increment Py_None refcount for NULL array elements
Alvaro Herrera
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-12-27
Corrections to patch adding SQL/MED error codes.
Robert Haas
2010-11-23
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-18
Improve plpgsql's error reporting for no-such-column cases.
Tom Lane
2010-11-15
Fix aboriginal mistake in plpython's set-returning-function support.
Tom Lane
2010-11-12
Improved parallel make support
Peter Eisentraut
2010-11-03
Use only one hash entry for all instances of a pltcl trigger function.
Tom Lane
2010-10-31
Revert removal of trigger flag from plperl function hash key.
REL9_1_ALPHA2
Tom Lane
2010-10-29
Give a more specific error message if you try to COMMIT, ROLLBACK or COPY
Heikki Linnakangas
2010-10-29
Allow generic record arguments to plperl functions
Andrew Dunstan
2010-10-28
Save a few cycles in plpgsql simple-expression initialization.
Tom Lane
2010-10-28
Fix plpgsql's handling of "simple" expression evaluation.
Tom Lane
2010-10-25
Remove unnecessary use of trigger flag to hash plperl functions
Andrew Dunstan
2010-10-21
Improve handling of domains over arrays.
Tom Lane
[next]