summaryrefslogtreecommitdiff
path: root/src/backend/executor/spi.c
AgeCommit message (Expand)Author
2000-05-30Third round of fmgr updates: eliminate calls using fmgr() andTom Lane
2000-04-04Fix bug noted by Bruce: FETCH in an already-aborted transaction blockTom Lane
1999-12-16Some changes to prepare for LONG attributes.Jan Wieck
1999-12-10Rename several destroy* functions/tags to drop*.Bruce Momjian
1999-11-22Add system indexes to match all caches.Bruce Momjian
1999-11-07New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian
1999-07-15Remove unused #includes in *.c files.Bruce Momjian
1999-05-25Another pgindent run. Sorry folks.Bruce Momjian
1999-05-25pgindent run over code.Bruce Momjian
1999-05-13Rip out QueryTreeList structure, root and branch. QuerytreeTom Lane
1999-03-30Small cleanups.Bruce Momjian
1999-03-09Changes to fix/improve the dynamic loading on NTMarc G. Fournier
1999-02-13Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian
1999-02-08Added LIMIT/OFFSET functionality including new regression test for it.Jan Wieck
1999-01-27Speedup of PL/pgSQL by calling ExecEvalExpr() directlyJan Wieck
1999-01-27Another SELECT speedup: extract OIDs of column print functionsTom Lane
1999-01-24Replace typtoout() and gettypelem() with a single routine,Tom Lane
1998-12-14Initial attempt to clean up the code...Marc G. Fournier
1998-11-27New HeapTuple structure/interface.Vadim B. Mikheev
1998-09-01OK, folks, here is the pgindent output.Bruce Momjian
1998-09-01Renaming cleanup, no pgindent yet.Bruce Momjian
1998-08-24 This is the final state of the rule system for 6.4 after theBruce Momjian
1998-08-19heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian
1998-02-26pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian
1998-02-10Pass around typmod as int16.Bruce Momjian
1998-02-10Pass attypmod through to executor by adding to Var and Resdom.Bruce Momjian
1998-01-31Inline fastgetattr and others so data access does not use functionBruce Momjian
1997-12-11Rename pg_plan and pg_eval to be more meaningful.Bruce Momjian
1997-11-25Break parser functions into smaller files, group together.Bruce Momjian
1997-09-29Fix error indicator for SPI_getvalue() and SPI_getbinval()Vadim B. Mikheev
1997-09-26Return error if char *query is null in SPI_prepare()Vadim B. Mikheev
1997-09-25Fix handling of SPI_tuptable.Vadim B. Mikheev
1997-09-24Coerce type of NULL pointer return to suppress gcc compiler warnings.Thomas G. Lockhart
1997-09-24+ SPI_palloc(), SPI_repalloc(), SPI_pfree() - for allocationsVadim B. Mikheev
1997-09-12Added: SPI_copytuple() & SPI_modifytuple()Vadim B. Mikheev
1997-09-12Allow to call utility funcs without SPI_connect.Vadim B. Mikheev
1997-09-12heapattr functions now return a Datum, not char *.Bruce Momjian
1997-09-12Use strcasecmp in SPI_fnumber(TupleDesc tupdesc, char *fname).Vadim B. Mikheev
1997-09-11Cleanups.Vadim B. Mikheev
1997-09-08Used modified version of indent that understands over 100 typedefs.Bruce Momjian
1997-09-08Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian
1997-09-07Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian
1997-09-06Cleanups.Vadim B. Mikheev
1997-09-04execMain.c: little changes in trigger interface...Vadim B. Mikheev
1997-08-31Get rid of #include "../backend/parser/parse.hVadim B. Mikheev
1997-08-29SPI manager.Vadim B. Mikheev