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
*
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
*
Use a separate interpreter for each calling SQL userid in plperl and pltcl.
Tom Lane
2010-09-30
*
Fix inconsistent capitalization of "PL/pgSQL".
Robert Haas
2010-09-22
*
Some more gitignore cleanups: cover contrib and PL regression test outputs.
Tom Lane
2010-09-22
*
Convert cvsignore to gitignore, and add .gitignore for build targets.
Magnus Hagander
2010-09-22
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Catch null pointer returns from PyCObject_AsVoidPtr and PyCObject_FromVoidPtr
Peter Eisentraut
2010-08-25
*
Allow USING and INTO clauses of plpgsql's EXECUTE to appear in either order.
Tom Lane
2010-08-19
*
Keep exec_simple_check_plan() from thinking "SELECT foo INTO bar" is simple.
Tom Lane
2010-08-19
*
Be a bit less cavalier with both the code and the comment for UNKNOWN fix.
Tom Lane
2010-08-19
*
Revert patch to coerce 'unknown' type parameters in the backend. As Tom
Heikki Linnakangas
2010-08-19
[next]