index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pl
Commit message (
Expand
)
Author
Age
*
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-02
*
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-02-01
*
Do not prefix error messages with the string "PL/Python: "
Peter Eisentraut
2011-01-27
*
Improve exception usage in PL/Python
Peter Eisentraut
2011-01-27
*
Also save the error detail in SPIError
Peter Eisentraut
2011-01-27
*
Fix compiler warnings
Peter Eisentraut
2011-01-27
*
Call PLy_spi_execute_fetch_result inside the try/catch block
Peter Eisentraut
2011-01-25
*
Refactor PLy_spi_prepare to save two levels of indentation
Peter Eisentraut
2011-01-24
*
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-22
*
Correctly add exceptions to the plpy module for Python 3
Peter Eisentraut
2011-01-21
*
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-20
*
Add braces around an if block, for readability
Peter Eisentraut
2011-01-19
*
Free plan values in the PLyPlanObject dealloc function
Peter Eisentraut
2011-01-19
*
Improve message for errors in compiling anonymous PL/Python blocks
Peter Eisentraut
2011-01-19
*
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-18
*
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-17
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Corrections to patch adding SQL/MED error codes.
Robert Haas
2010-12-26
*
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-23
*
Improve plpgsql's error reporting for no-such-column cases.
Tom Lane
2010-11-18
*
Fix aboriginal mistake in plpython's set-returning-function support.
Tom Lane
2010-11-15
*
Improved parallel make support
Peter Eisentraut
2010-11-12
*
Use only one hash entry for all instances of a pltcl trigger function.
Tom Lane
2010-11-03
*
Revert removal of trigger flag from plperl function hash key.
REL9_1_ALPHA2
Tom Lane
2010-10-31
*
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-28
*
Remove unnecessary use of trigger flag to hash plperl functions
Andrew Dunstan
2010-10-24
*
Improve handling of domains over arrays.
Tom Lane
2010-10-21
*
Fix plpython so that it again honors typmod while assigning to tuple fields.
Tom Lane
2010-10-11
*
Support triggers on views.
Tom Lane
2010-10-10
*
Fix sloppy usage of TRIGGER_FIRED_BEFORE/TRIGGER_FIRED_AFTER.
Tom Lane
2010-10-08
[next]