summaryrefslogtreecommitdiff
path: root/src/backend/executor/spi.c
Commit message (Expand)AuthorAgeFilesLines
* oid is needed, it is added at the end of the struct (after the nullBruce Momjian2002-07-201-4/+8
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Remove global variable scanCommandId in favor of storing a command IDTom Lane2002-05-211-21/+1
* The contents of command.c, creatinh.c, define.c, remove.c and rename.cTom Lane2002-04-151-2/+2
* First phase of SCHEMA changes, concentrating on fixing the grammar andTom Lane2002-03-211-3/+4
* Clean up BeginCommand and related routines. BeginCommand and EndCommandTom Lane2002-02-271-26/+34
* Restructure command-completion-report code so that there is just oneTom Lane2002-02-261-3/+3
* Ensure that a cursor is scanned under the same scanCommandId it wasTom Lane2002-02-141-7/+24
* SPI_cursor_open must copy by-reference parameter values into theTom Lane2002-01-031-6/+28
* Insert CommandCounterIncrement call into SPI_cursor_open.Tom Lane2001-11-211-1/+4
* Clean up usage-statistics display code (ShowUsage and friends). StatFpTom Lane2001-11-101-10/+3
* Fix coredump in plpgsql when trying to return a rowtype result.Tom Lane2001-11-051-1/+35
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-45/+44
* Make SPI's column-accessing functions work for system columns as well asTom Lane2001-10-231-21/+61
* Further cleanup of dynahash.c API, in pursuit of portability andTom Lane2001-10-051-5/+3
* Add a SPI_copytupledesc function that parallels SPI_copytuple --- ie,Tom Lane2001-08-021-3/+30
* Tweak memory context sizing for saved SPI plans.Tom Lane2001-08-021-20/+27
* If spi.c wants to use malloc, it better test for malloc failure.Tom Lane2001-06-011-7/+17
* Enhancement of SPI to get access to portalsJan Wieck2001-05-211-9/+312
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-20/+19
* Change plpgsql's GET DIAGNOSTICS statement to use SQL99-compatibleTom Lane2001-02-191-5/+13
* Repair guaranteed core dump in SPI_exec(). Guess this routine wasn'tTom Lane2001-01-041-3/+6
* Make tuple receive/print routines TOAST-aware. Formerly, printtup wouldTom Lane2000-12-011-9/+27
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-161-4/+7
* Re-implement LIMIT/OFFSET as a plan node type, instead of a hack inTom Lane2000-10-261-37/+2
* 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