aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/spi.c
Commit message (Expand)AuthorAge
* Make SPI's execution of querystrings follow the rules agreed to forTom Lane2002-10-14
* pgindent run.Bruce Momjian2002-09-04
* Code review for HeapTupleHeader changes. Add version number to page headersTom Lane2002-09-02
* oid is needed, it is added at the end of the struct (after the nullBruce Momjian2002-07-20
* Update copyright to 2002.Bruce Momjian2002-06-20
* Remove global variable scanCommandId in favor of storing a command IDTom Lane2002-05-21
* The contents of command.c, creatinh.c, define.c, remove.c and rename.cTom Lane2002-04-15
* First phase of SCHEMA changes, concentrating on fixing the grammar andTom Lane2002-03-21
* Clean up BeginCommand and related routines. BeginCommand and EndCommandTom Lane2002-02-27
* Restructure command-completion-report code so that there is just oneTom Lane2002-02-26
* Ensure that a cursor is scanned under the same scanCommandId it wasTom Lane2002-02-14
* SPI_cursor_open must copy by-reference parameter values into theTom Lane2002-01-03
* Insert CommandCounterIncrement call into SPI_cursor_open.Tom Lane2001-11-21
* Clean up usage-statistics display code (ShowUsage and friends). StatFpTom Lane2001-11-10
* Fix coredump in plpgsql when trying to return a rowtype result.Tom Lane2001-11-05
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Make SPI's column-accessing functions work for system columns as well asTom Lane2001-10-23
* Further cleanup of dynahash.c API, in pursuit of portability andTom Lane2001-10-05
* Add a SPI_copytupledesc function that parallels SPI_copytuple --- ie,Tom Lane2001-08-02
* Tweak memory context sizing for saved SPI plans.Tom Lane2001-08-02
* If spi.c wants to use malloc, it better test for malloc failure.Tom Lane2001-06-01
* Enhancement of SPI to get access to portalsJan Wieck2001-05-21
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change plpgsql's GET DIAGNOSTICS statement to use SQL99-compatibleTom Lane2001-02-19
* Repair guaranteed core dump in SPI_exec(). Guess this routine wasn'tTom Lane2001-01-04
* Make tuple receive/print routines TOAST-aware. Formerly, printtup wouldTom Lane2000-12-01
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-16
* Re-implement LIMIT/OFFSET as a plan node type, instead of a hack inTom Lane2000-10-26
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-28
* Third round of fmgr updates: eliminate calls using fmgr() andTom Lane2000-05-30
* Fix bug noted by Bruce: FETCH in an already-aborted transaction blockTom Lane2000-04-04
* Some changes to prepare for LONG attributes.Jan Wieck1999-12-16
* Rename several destroy* functions/tags to drop*.Bruce Momjian1999-12-10
* Add system indexes to match all caches.Bruce Momjian1999-11-22
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-07
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-25
* pgindent run over code.Bruce Momjian1999-05-25
* Rip out QueryTreeList structure, root and branch. QuerytreeTom Lane1999-05-13
* Small cleanups.Bruce Momjian1999-03-30
* Changes to fix/improve the dynamic loading on NTMarc G. Fournier1999-03-09
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Added LIMIT/OFFSET functionality including new regression test for it.Jan Wieck1999-02-08
* Speedup of PL/pgSQL by calling ExecEvalExpr() directlyJan Wieck1999-01-27
* Another SELECT speedup: extract OIDs of column print functionsTom Lane1999-01-27
* Replace typtoout() and gettypelem() with a single routine,Tom Lane1999-01-24
* Initial attempt to clean up the code...Marc G. Fournier1998-12-14
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-27
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01