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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unbreak vpath builds broken by commit 474a42473adf9b18417242f1fc0691a857ec578b.
Andrew Dunstan
2011-02-28
1
-1
/
+1
*
Fix regression tests after PL/Python custom SPI exceptions patch
Peter Eisentraut
2011-02-28
1
-1
/
+1
*
PL/Python custom SPI exceptions
Peter Eisentraut
2011-02-28
10
-25
/
+288
*
PL/Python explicit subtransactions
Peter Eisentraut
2011-02-27
7
-7
/
+1273
*
Remove remaining expected file for Python 2.2
Peter Eisentraut
2011-02-27
2
-57
/
+7
*
Table function support for PL/Python
Peter Eisentraut
2011-02-26
8
-39
/
+724
*
Add PL/Python functions for quoting strings
Peter Eisentraut
2011-02-22
5
-3
/
+158
*
Invalidate PL/Python functions with composite type argument when the
Peter Eisentraut
2011-02-19
4
-2
/
+223
*
Initialize variable to quiet compiler.
Bruce Momjian
2011-02-19
1
-1
/
+1
*
Convert Postgres arrays to Perl arrays on PL/perl input arguments
Alvaro Herrera
2011-02-17
13
-367
/
+1227
*
pgindent run on plperl.c
Alvaro Herrera
2011-02-17
1
-67
/
+82
*
Fix for warnings-free compilation with Python 3.2
Peter Eisentraut
2011-02-16
1
-0
/
+5
*
Add FOREACH IN ARRAY looping to plpgsql.
Tom Lane
2011-02-16
5
-2
/
+285
*
Allow make check in PL directories
Peter Eisentraut
2011-02-15
6
-10
/
+25
*
Per-column collation support
Peter Eisentraut
2011-02-08
1
-1
/
+1
*
Supply now required HeUTF8 macro for plperl where it's missing, per buildfarm...
Andrew Dunstan
2011-02-06
1
-0
/
+7
*
Force strings passed to and from plperl to be in UTF8 encoding.
Andrew Dunstan
2011-02-06
4
-160
/
+287
*
Unbreak the VPATH build.
Robert Haas
2011-02-04
1
-1
/
+1
*
Avoid maintaining three separate copies of the error codes list.
Robert Haas
2011-02-03
4
-900
/
+49
*
Clean up missed change to plpython expected files.
Tom Lane
2011-02-02
1
-2
/
+0
*
Wrap PL/Python SPI calls into subtransactions
Peter Eisentraut
2011-02-02
4
-32
/
+172
*
Add comment on why we're passing a useless 'false' to the plperl function co...
Andrew Dunstan
2011-02-02
1
-1
/
+6
*
Add validator to PL/Python
Peter Eisentraut
2011-02-01
8
-3
/
+255
*
Set up PLPerl trigger data using C code instead of Perl code.
Andrew Dunstan
2011-02-01
1
-12
/
+11
*
Re-classify ERRCODE_DATABASE_DROPPED to 57P04
Simon Riggs
2011-02-01
1
-4
/
+4
*
Fix wrong error reports in 'number of array dimensions exceeds the
Itagaki Takahiro
2011-02-01
1
-1
/
+1
*
Create new errcode for recovery conflict caused by db drop on master.
Simon Riggs
2011-02-01
1
-0
/
+4
*
Do not prefix error messages with the string "PL/Python: "
Peter Eisentraut
2011-01-27
8
-24
/
+24
*
Improve exception usage in PL/Python
Peter Eisentraut
2011-01-27
3
-10
/
+6
*
Also save the error detail in SPIError
Peter Eisentraut
2011-01-27
3
-6
/
+9
*
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
*
Quick hack to un-break plpython regression tests.
Tom Lane
2011-01-22
1
-2
/
+1
*
Suppress "control reaches end of non-void function" warning from gcc 4.5.
Tom Lane
2011-01-22
1
-0
/
+1
*
Get rid of the global variable holding the error state
Peter Eisentraut
2011-01-22
3
-74
/
+114
*
Correctly add exceptions to the plpy module for Python 3
Peter Eisentraut
2011-01-21
3
-11
/
+54
*
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]