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
/
backend
/
executor
/
spi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
pgindent run before 6.3 release, with Thomas' requested changes.
Bruce Momjian
1998-02-26
1
-51
/
+52
*
Pass around typmod as int16.
Bruce Momjian
1998-02-10
1
-1
/
+1
*
Pass attypmod through to executor by adding to Var and Resdom.
Bruce Momjian
1998-02-10
1
-1
/
+3
*
Inline fastgetattr and others so data access does not use function
Bruce Momjian
1998-01-31
1
-3
/
+3
*
Rename pg_plan and pg_eval to be more meaningful.
Bruce Momjian
1997-12-11
1
-1
/
+1
*
Break parser functions into smaller files, group together.
Bruce Momjian
1997-11-25
1
-0
/
+1
*
Fix error indicator for SPI_getvalue() and SPI_getbinval()
Vadim B. Mikheev
1997-09-29
1
-0
/
+6
*
Return error if char *query is null in SPI_prepare()
Vadim B. Mikheev
1997-09-26
1
-1
/
+1
*
Fix handling of SPI_tuptable.
Vadim B. Mikheev
1997-09-25
1
-19
/
+12
*
Coerce type of NULL pointer return to suppress gcc compiler warnings.
Thomas G. Lockhart
1997-09-24
1
-1
/
+1
*
+ SPI_palloc(), SPI_repalloc(), SPI_pfree() - for allocations
Vadim B. Mikheev
1997-09-24
1
-0
/
+65
*
Added: SPI_copytuple() & SPI_modifytuple()
Vadim B. Mikheev
1997-09-12
1
-6
/
+103
*
Allow to call utility funcs without SPI_connect.
Vadim B. Mikheev
1997-09-12
1
-47
/
+5
*
heapattr functions now return a Datum, not char *.
Bruce Momjian
1997-09-12
1
-3
/
+3
*
Use strcasecmp in SPI_fnumber(TupleDesc tupdesc, char *fname).
Vadim B. Mikheev
1997-09-12
1
-1
/
+1
*
Cleanups.
Vadim B. Mikheev
1997-09-11
1
-26
/
+54
*
Used modified version of indent that understands over 100 typedefs.
Bruce Momjian
1997-09-08
1
-14
/
+14
*
Another PGINDENT run that changes variable indenting and case label indenting...
Bruce Momjian
1997-09-08
1
-126
/
+126
*
Massive commit to run PGINDENT on all *.c and *.h files.
Bruce Momjian
1997-09-07
1
-762
/
+775
*
Cleanups.
Vadim B. Mikheev
1997-09-06
1
-566
/
+321
*
execMain.c: little changes in trigger interface...
Vadim B. Mikheev
1997-09-04
1
-91
/
+691
*
Get rid of #include "../backend/parser/parse.h
Vadim B. Mikheev
1997-08-31
1
-1
/
+0
*
SPI manager.
Vadim B. Mikheev
1997-08-29
1
-0
/
+534