summaryrefslogtreecommitdiff
path: root/src/backend/executor/spi.c
Commit message (Expand)AuthorAgeFilesLines
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-281-110/+56
* Third round of fmgr updates: eliminate calls using fmgr() andTom Lane2000-05-301-3/+5
* Fix bug noted by Bruce: FETCH in an already-aborted transaction blockTom Lane2000-04-041-9/+10
* Some changes to prepare for LONG attributes.Jan Wieck1999-12-161-1/+21
* Rename several destroy* functions/tags to drop*.Bruce Momjian1999-12-101-2/+2
* Add system indexes to match all caches.Bruce Momjian1999-11-221-2/+2
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-071-5/+5
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-4/+1
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-251-2/+2
* pgindent run over code.Bruce Momjian1999-05-251-31/+33
* Rip out QueryTreeList structure, root and branch. QuerytreeTom Lane1999-05-131-47/+31
* Small cleanups.Bruce Momjian1999-03-301-2/+2
* Changes to fix/improve the dynamic loading on NTMarc G. Fournier1999-03-091-4/+4
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-4/+4
* Added LIMIT/OFFSET functionality including new regression test for it.Jan Wieck1999-02-081-2/+37
* Speedup of PL/pgSQL by calling ExecEvalExpr() directlyJan Wieck1999-01-271-23/+14
* Another SELECT speedup: extract OIDs of column print functionsTom Lane1999-01-271-4/+2
* Replace typtoout() and gettypelem() with a single routine,Tom Lane1999-01-241-6/+6
* Initial attempt to clean up the code...Marc G. Fournier1998-12-141-47/+5
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-271-7/+8
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-3/+2
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-61/+61
* This is the final state of the rule system for 6.4 after theBruce Momjian1998-08-241-1/+1
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-191-1/+1
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-51/+52
* Pass around typmod as int16.Bruce Momjian1998-02-101-1/+1
* Pass attypmod through to executor by adding to Var and Resdom.Bruce Momjian1998-02-101-1/+3
* Inline fastgetattr and others so data access does not use functionBruce Momjian1998-01-311-3/+3
* Rename pg_plan and pg_eval to be more meaningful.Bruce Momjian1997-12-111-1/+1
* Break parser functions into smaller files, group together.Bruce Momjian1997-11-251-0/+1
* Fix error indicator for SPI_getvalue() and SPI_getbinval()Vadim B. Mikheev1997-09-291-0/+6
* Return error if char *query is null in SPI_prepare()Vadim B. Mikheev1997-09-261-1/+1
* Fix handling of SPI_tuptable.Vadim B. Mikheev1997-09-251-19/+12
* Coerce type of NULL pointer return to suppress gcc compiler warnings.Thomas G. Lockhart1997-09-241-1/+1
* + SPI_palloc(), SPI_repalloc(), SPI_pfree() - for allocationsVadim B. Mikheev1997-09-241-0/+65
* Added: SPI_copytuple() & SPI_modifytuple()Vadim B. Mikheev1997-09-121-6/+103
* Allow to call utility funcs without SPI_connect.Vadim B. Mikheev1997-09-121-47/+5
* heapattr functions now return a Datum, not char *.Bruce Momjian1997-09-121-3/+3
* Use strcasecmp in SPI_fnumber(TupleDesc tupdesc, char *fname).Vadim B. Mikheev1997-09-121-1/+1
* Cleanups.Vadim B. Mikheev1997-09-111-26/+54
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-14/+14
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-126/+126
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-762/+775
* Cleanups.Vadim B. Mikheev1997-09-061-566/+321
* execMain.c: little changes in trigger interface...Vadim B. Mikheev1997-09-041-91/+691
* Get rid of #include "../backend/parser/parse.hVadim B. Mikheev1997-08-311-1/+0
* SPI manager.Vadim B. Mikheev1997-08-291-0/+534