index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pl
/
plpython
/
plpython.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change PyInit_plpy to external linkage
Peter Eisentraut
2011-08-18
1
-1
/
+7
*
Hide unused variable warnings under Python 3
Peter Eisentraut
2011-08-18
1
-1
/
+3
*
Fix two issues in plpython's handling of composite results.
Tom Lane
2011-08-17
1
-30
/
+84
*
Restore the primacy of postgres.h in plpython.c.
Andrew Dunstan
2011-08-04
1
-28
/
+67
*
Replace errdetail("%s", ...) with errdetail_internal("%s", ...).
Tom Lane
2011-07-16
1
-2
/
+2
*
Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h
Alvaro Herrera
2011-07-04
1
-0
/
+1
*
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-06-09
1
-3
/
+6
*
Message style improvements
Peter Eisentraut
2011-05-21
1
-1
/
+1
*
Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin...
Andrew Dunstan
2011-04-28
1
-4
/
+4
*
Fix PL/Python traceback for error in separate file
Peter Eisentraut
2011-04-20
1
-2
/
+22
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
1
-100
/
+102
*
Fix some sloppiness in new PL/python get_source_line() function.
Robert Haas
2011-04-08
1
-6
/
+5
*
Add traceback information to PL/Python errors
Peter Eisentraut
2011-04-06
1
-35
/
+201
*
Don't leak the temporary PLyProcedure struct we create for inline plpython
Heikki Linnakangas
2011-03-31
1
-9
/
+9
*
Fix PL/Python memory leak involving array slices
Alvaro Herrera
2011-03-17
1
-6
/
+1
*
Fix behavior when raising plpy.Fatal()
Peter Eisentraut
2011-03-07
1
-2
/
+7
*
Report Python errors from iterators with PLy_elog
Peter Eisentraut
2011-03-07
1
-3
/
+1
*
Suppress some "variable might be clobbered by longjmp" warnings.
Tom Lane
2011-03-06
1
-3
/
+3
*
Create extension infrastructure for the core procedural languages.
Tom Lane
2011-03-04
1
-0
/
+33
*
Add a comment explaining the recent fix for plpython breakage in commit 4c966d9.
Andrew Dunstan
2011-03-03
1
-0
/
+10
*
Fix plpython breakage detected on certain Fedora machines on buildfarm.
Andrew Dunstan
2011-03-01
1
-0
/
+1
*
PL/Python custom SPI exceptions
Peter Eisentraut
2011-02-28
1
-9
/
+120
*
PL/Python explicit subtransactions
Peter Eisentraut
2011-02-27
1
-4
/
+279
*
Table function support for PL/Python
Peter Eisentraut
2011-02-26
1
-28
/
+149
*
Add PL/Python functions for quoting strings
Peter Eisentraut
2011-02-22
1
-0
/
+65
*
Invalidate PL/Python functions with composite type argument when the
Peter Eisentraut
2011-02-19
1
-2
/
+76
*
Fix for warnings-free compilation with Python 3.2
Peter Eisentraut
2011-02-16
1
-0
/
+5
*
Wrap PL/Python SPI calls into subtransactions
Peter Eisentraut
2011-02-02
1
-12
/
+106
*
Add validator to PL/Python
Peter Eisentraut
2011-02-01
1
-0
/
+39
*
Do not prefix error messages with the string "PL/Python: "
Peter Eisentraut
2011-01-27
1
-2
/
+2
*
Improve exception usage in PL/Python
Peter Eisentraut
2011-01-27
1
-8
/
+4
*
Also save the error detail in SPIError
Peter Eisentraut
2011-01-27
1
-5
/
+7
*
Fix compiler warnings
Peter Eisentraut
2011-01-27
1
-3
/
+3
*
Call PLy_spi_execute_fetch_result inside the try/catch block
Peter Eisentraut
2011-01-25
1
-4
/
+14
*
Refactor PLy_spi_prepare to save two levels of indentation
Peter Eisentraut
2011-01-24
1
-66
/
+66
*
Revert "Factor out functions responsible for caching I/O routines".
Tom Lane
2011-01-23
1
-132
/
+113
*
Get rid of the global variable holding the error state
Peter Eisentraut
2011-01-22
1
-68
/
+103
*
Correctly add exceptions to the plpy module for Python 3
Peter Eisentraut
2011-01-21
1
-11
/
+30
*
Fix wrong comment
Peter Eisentraut
2011-01-20
1
-3
/
+3
*
Fix typo
Peter Eisentraut
2011-01-20
1
-1
/
+1
*
Factor out functions responsible for caching I/O routines
Peter Eisentraut
2011-01-20
1
-113
/
+132
*
Add braces around an if block, for readability
Peter Eisentraut
2011-01-19
1
-1
/
+2
*
Free plan values in the PLyPlanObject dealloc function
Peter Eisentraut
2011-01-19
1
-0
/
+3
*
Improve message for errors in compiling anonymous PL/Python blocks
Peter Eisentraut
2011-01-19
1
-1
/
+5
*
Use PyObject_New instead of PyObject_NEW
Peter Eisentraut
2011-01-18
1
-2
/
+2
*
Skip dropped attributes when converting Python objects to tuples
Peter Eisentraut
2011-01-18
1
-2
/
+21
*
Use palloc in TopMemoryContext instead of malloc
Peter Eisentraut
2011-01-18
1
-10
/
+5
*
Fix an error when a set-returning function fails halfway through the execution
Peter Eisentraut
2011-01-18
1
-0
/
+8
*
Use HTABs instead of Python dictionary objects to cache procedures
Peter Eisentraut
2011-01-17
1
-94
/
+110
*
Increment Py_None refcount for NULL array elements
Alvaro Herrera
2011-01-17
1
-0
/
+3
[next]