]> granicus.if.org Git - postgresql/history - src/backend/executor/execMain.c
Remove tqual.h includes not needed.
[postgresql] / src / backend / executor / execMain.c
1997-11-24 Bruce MomjianRemove tqual.h includes not needed.
1997-11-21 Bruce MomjianRemove archive stuff.
1997-11-20 Bruce MomjianRemove all time travel stuff. Small parser cleanup.
1997-11-17 Thomas G. LockhartDefine prototype for ExecutorLimit() to avoid compiler...
1997-11-05 Bruce MomjianRemove NOT_USED for Massimo.
1997-10-25 Bruce MomjianRename strNcpy to StrNCpy, and change third parameter.
1997-10-12 Vadim B. MikheevDEFAULT is handled by analyze.c now.
1997-09-18 Bruce MomjianInline memset() as MemSet().
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-04 Vadim B. MikheevexecMain.c: little changes in trigger interface...
1997-09-01 Vadim B. MikheevBEFORE/AFTER ROW INSERT/DELETE/UPDATE triggers startup.
1997-08-27 Vadim B. MikheevNumber of tuples inserted/affected by INSERT/UPDATE...
1997-08-22 Vadim B. Mikheev+ ExecConstraints()
1997-08-22 Vadim B. MikheevDEFAULT handling
1997-08-19 Bruce MomjianMake functions static where possible, enclose unused...
1997-08-19 Vadim B. MikheevNOT NULL implementation (submitted by Robson Paniago...
1997-08-18 Bruce MomjianNow that names are null terminated, no need to do all...
1997-08-12 Bruce MomjianRemove more (void) and fix -Wall warnings.
1997-05-31 Bruce MomjianFix for SELECT * INTO TABLE for char(), varchar() fields.
1997-04-02 Vadim B. MikheevCan't INSERT/UPDATE/DELETE sequence relation.
1997-03-12 Marc G. FournierFrom: Dan McGuirk <mcguirk@indirect.com>
1997-01-22 Vadim B. MikheevFixing bug in INDEXSCAN_PATCH:
1996-11-13 Marc G. FournierCommit of a *MAJOR* patch from Dan McGuirk <djm@indirec...
1996-11-06 Marc G. FournierSome compile failure fixes from Keith Parks <emkxp01...
1996-10-31 Marc G. Fournieradd #include "postgres.h", as required by all .c files
1996-10-26 Marc G. FournierD'Arcy's cleanups
1996-10-23 Marc G. FournierMajor code cleanups from D'arcy (-Wall -Werror)
1996-09-19 Marc G. FournierAdded querylimit patch...
1996-09-10 Marc G. FournierFixes:
1996-07-30 Marc G. FournierMore cleanups by "Kurt J. Lidl" <lidl@va.pubnix.com>
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01