]> granicus.if.org Git - postgresql/history - src/backend/executor/spi.c
Re-implement LIMIT/OFFSET as a plan node type, instead of a hack in
[postgresql] / src / backend / executor / spi.c
2000-10-26 Tom LaneRe-implement LIMIT/OFFSET as a plan node type, instead...
2000-06-28 Tom LaneFirst phase of memory management rewrite (see backend...
2000-05-30 Tom LaneThird round of fmgr updates: eliminate calls using...
2000-04-04 Tom LaneFix bug noted by Bruce: FETCH in an already-aborted...
1999-12-16 Jan WieckSome changes to prepare for LONG attributes.
1999-12-10 Bruce MomjianRename several destroy* functions/tags to drop*.
1999-11-22 Bruce MomjianAdd system indexes to match all caches.
1999-11-07 Bruce MomjianNew NameStr macro to convert Name to Str. No need...
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-05-25 Bruce MomjianAnother pgindent run. Sorry folks.
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-13 Tom LaneRip out QueryTreeList structure, root and branch. ...
1999-03-30 Bruce MomjianSmall cleanups.
1999-03-09 Marc G. FournierChanges to fix/improve the dynamic loading on NT
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-08 Jan WieckAdded LIMIT/OFFSET functionality including new regressi...
1999-01-27 Jan WieckSpeedup of PL/pgSQL by calling ExecEvalExpr() directly
1999-01-27 Tom LaneAnother SELECT speedup: extract OIDs of column print...
1999-01-24 Tom LaneReplace typtoout() and gettypelem() with a single routine,
1998-12-14 Marc G. FournierInitial attempt to clean up the code...
1998-11-27 Vadim B. MikheevNew HeapTuple structure/interface.
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-24 Bruce Momjian This is the final state of the rule system for...
1998-08-19 Bruce Momjianheap_fetch requires buffer pointer, must be released...
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-10 Bruce MomjianPass around typmod as int16.
1998-02-10 Bruce MomjianPass attypmod through to executor by adding to Var...
1998-01-31 Bruce MomjianInline fastgetattr and others so data access does not...
1997-12-11 Bruce MomjianRename pg_plan and pg_eval to be more meaningful.
1997-11-25 Bruce MomjianBreak parser functions into smaller files, group together.
1997-09-29 Vadim B. MikheevFix error indicator for SPI_getvalue() and SPI_getbinval()
1997-09-26 Vadim B. MikheevReturn error if char *query is null in SPI_prepare()
1997-09-25 Vadim B. MikheevFix handling of SPI_tuptable.
1997-09-24 Thomas G. LockhartCoerce type of NULL pointer return to suppress gcc...
1997-09-24 Vadim B. Mikheev+ SPI_palloc(), SPI_repalloc(), SPI_pfree() - for alloc...
1997-09-12 Vadim B. MikheevAdded: SPI_copytuple() & SPI_modifytuple()
1997-09-12 Vadim B. MikheevAllow to call utility funcs without SPI_connect.
1997-09-12 Bruce Momjianheapattr functions now return a Datum, not char *.
1997-09-12 Vadim B. MikheevUse strcasecmp in SPI_fnumber(TupleDesc tupdesc, char...
1997-09-11 Vadim B. MikheevCleanups.
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-09-06 Vadim B. MikheevCleanups.
1997-09-04 Vadim B. MikheevexecMain.c: little changes in trigger interface...
1997-08-31 Vadim B. MikheevGet rid of #include "../backend/parser/parse.h
1997-08-29 Vadim B. MikheevSPI manager.