aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor
Commit message (Expand)AuthorAge
* First pass through, of many to come, towards making the whole sourceMarc G. Fournier1997-12-17
* Rename pg_plan and pg_eval to be more meaningful.Bruce Momjian1997-12-11
* Rename heap_destroyr to heap_destroy, heap_destroy to heap_destroy_with_catalog.Bruce Momjian1997-11-28
* Rename heap_create to heap_create_and_catatlog, rename heap_creatr to heap_cr...Bruce Momjian1997-11-28
* Cleaups of comments.Bruce Momjian1997-11-27
* Make parser functions static where possible.Bruce Momjian1997-11-26
* Cleanup up include files.Bruce Momjian1997-11-26
* Break parser functions into smaller files, group together.Bruce Momjian1997-11-25
* Remove tqual.h includes not needed.Bruce Momjian1997-11-24
* Remove unused files.Bruce Momjian1997-11-21
* Remove archive stuff.Bruce Momjian1997-11-21
* Remove all time travel stuff. Small parser cleanup.Bruce Momjian1997-11-20
* Call ExecEvalExpr with &isDone (not with NULL).Vadim B. Mikheev1997-11-19
* Define prototype for ExecutorLimit() to avoid compiler complaints.Thomas G. Lockhart1997-11-17
* Remove NOT_USED for Massimo.Bruce Momjian1997-11-05
* Free ascii representations of compared values!Vadim B. Mikheev1997-10-27
* Rename strNcpy to StrNCpy, and change third parameter.Bruce Momjian1997-10-25
* DEFAULT is handled by analyze.c now.Vadim B. Mikheev1997-10-12
* Fix error indicator for SPI_getvalue() and SPI_getbinval()Vadim B. Mikheev1997-09-29
* Make GetAttributeByNum visible again for external use.Bruce Momjian1997-09-27
* Return error if char *query is null in SPI_prepare()Vadim B. Mikheev1997-09-26
* Fix handling of SPI_tuptable.Vadim B. Mikheev1997-09-25
* Coerce type of NULL pointer return to suppress gcc compiler warnings.Thomas G. Lockhart1997-09-24
* + SPI_palloc(), SPI_repalloc(), SPI_pfree() - for allocationsVadim B. Mikheev1997-09-24
* Fix: Operand Order Affects OR.Vadim B. Mikheev1997-09-22
* Inline memset() as MemSet().Bruce Momjian1997-09-18
* Fix pfree problem.Vadim B. Mikheev1997-09-15
* Added: SPI_copytuple() & SPI_modifytuple()Vadim B. Mikheev1997-09-12
* Allow to call utility funcs without SPI_connect.Vadim B. Mikheev1997-09-12
* heapattr functions now return a Datum, not char *.Bruce Momjian1997-09-12
* Use strcasecmp in SPI_fnumber(TupleDesc tupdesc, char *fname).Vadim B. Mikheev1997-09-12
* Cleanups.Vadim B. Mikheev1997-09-11
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
* Add typdefs to pgindent run.Bruce Momjian1997-09-08
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* Cleanups.Vadim B. Mikheev1997-09-06
* execMain.c: little changes in trigger interface...Vadim B. Mikheev1997-09-04
* BEFORE/AFTER ROW INSERT/DELETE/UPDATE triggers startup.Vadim B. Mikheev1997-09-01
* Get rid of #include "../backend/parser/parse.hVadim B. Mikheev1997-08-31
* Add spi.oVadim B. Mikheev1997-08-30
* SPI manager.Vadim B. Mikheev1997-08-29
* Number of tuples inserted/affected by INSERT/UPDATE/DELETE...Vadim B. Mikheev1997-08-27
* Inlined heap_getattr().Bruce Momjian1997-08-26
* + ExecConstraints()Vadim B. Mikheev1997-08-22
* DEFAULT handlingVadim B. Mikheev1997-08-22
* Rename pg_attribute.attnvals to attdisbursion.Bruce Momjian1997-08-21
* Change pg_attribute.attnvals to float4, change #ifdef 0 to #if 0, fix aix cal...Bruce Momjian1997-08-21
* More NOT_USEDsBruce Momjian1997-08-20
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-19