summaryrefslogtreecommitdiff
path: root/src/backend/executor
AgeCommit message (Collapse)Author
1997-12-11Rename pg_plan and pg_eval to be more meaningful.Bruce Momjian
1997-11-28Rename heap_destroyr to heap_destroy, heap_destroy to heap_destroy_with_catalog.Bruce Momjian
1997-11-28Rename heap_create to heap_create_and_catatlog, rename heap_creatr to ↵Bruce Momjian
heap_create().
1997-11-27Cleaups of comments.Bruce Momjian
1997-11-26Make parser functions static where possible.Bruce Momjian
1997-11-26Cleanup up include files.Bruce Momjian
1997-11-25Break parser functions into smaller files, group together.Bruce Momjian
1997-11-24Remove tqual.h includes not needed.Bruce Momjian
1997-11-21Remove unused files.Bruce Momjian
1997-11-21Remove archive stuff.Bruce Momjian
1997-11-20Remove all time travel stuff. Small parser cleanup.Bruce Momjian
1997-11-19Call ExecEvalExpr with &isDone (not with NULL).Vadim B. Mikheev
1997-11-17Define prototype for ExecutorLimit() to avoid compiler complaints.Thomas G. Lockhart
1997-11-05Remove NOT_USED for Massimo.Bruce Momjian
1997-10-27Free ascii representations of compared values!Vadim B. Mikheev
1997-10-25Rename strNcpy to StrNCpy, and change third parameter.Bruce Momjian
1997-10-12DEFAULT is handled by analyze.c now.Vadim B. Mikheev
1997-09-29Fix error indicator for SPI_getvalue() and SPI_getbinval()Vadim B. Mikheev
1997-09-27Make GetAttributeByNum visible again for external use.Bruce Momjian
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
in upper Executor memory context.
1997-09-22Fix: Operand Order Affects OR.Vadim B. Mikheev
where x <> 1 or x isnull didn't return tuples with x NULL.
1997-09-18Inline memset() as MemSet().Bruce Momjian
1997-09-15Fix pfree problem.Vadim 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-08Add typdefs to pgindent run.Bruce Momjian
1997-09-08Another PGINDENT run that changes variable indenting and case label ↵Bruce Momjian
indenting. Also static variable indenting.
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
spi.c: functions to prepare/run and preserve plans for duration of transaction/session. Some data utilities.
1997-09-01BEFORE/AFTER ROW INSERT/DELETE/UPDATE triggers startup.Vadim B. Mikheev
1997-08-31Get rid of #include "../backend/parser/parse.hVadim B. Mikheev
1997-08-30Add spi.oVadim B. Mikheev
1997-08-29SPI manager.Vadim B. Mikheev
1997-08-27Number of tuples inserted/affected by INSERT/UPDATE/DELETE...Vadim B. Mikheev
1997-08-26Inlined heap_getattr().Bruce Momjian
1997-08-22+ ExecConstraints()Vadim B. Mikheev
1997-08-22DEFAULT handlingVadim B. Mikheev
Use for 'selct .. into ..' copy of TupleDesc (without constraints) #ifdef NOT_USED for resetVarAttrLenForCreateTable (just free tupdesc copy)
1997-08-21Rename pg_attribute.attnvals to attdisbursion.Bruce Momjian
1997-08-21Change pg_attribute.attnvals to float4, change #ifdef 0 to #if 0, fix aix ↵Bruce Momjian
call to strNcpy, fix pg_super_user_id in pg_dumpall, change pg_database.dtadba from oid to int4.
1997-08-20More NOT_USEDsBruce Momjian
1997-08-19Make functions static where possible, enclose unused functions in #ifdef ↵Bruce Momjian
NOT_USED.
1997-08-19NOT NULL implementation (submitted by Robson Paniago de Miranda).Vadim B. Mikheev