]> granicus.if.org Git - postgresql/history - src/backend/optimizer/geqo
Change LIMIT/OFFSET to use int8
[postgresql] / src / backend / optimizer / geqo /
1998-07-18 Bruce MomjianRename Rel to RelOptInfo.
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-04-06 Bruce MomjianCleanup of compiler warnings.
1998-04-06 Bruce MomjianHi,
1998-03-30 Bruce MomjianThere's a patch attached to fix gcc 2.8.x warnings...
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-01-07 Bruce MomjianGoodbye ABORT. Hello ERROR for all errors.
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-12-20 Marc G. FournierMajor cleanout of PORTNAME variables from Makefiles...
1997-12-19 Marc G. FournierMore cleanups. I can now compile without PORTNAME...
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-08-18 Bruce MomjianReduce open() calls. Replace fopen() calls with calls...
1997-08-12 Bruce MomjianRemove more (void) and fix -Wall warnings.
1997-07-24 Bruce MomjianVarious compile errors concerning overflow due to shift...
1997-06-11 Vadim B. Mikheevgeqo_rel_paths(): compute_joinrel_size() shouldn't...
1997-06-10 Vadim B. Mikheev if ( new_rel->size <= 0 )
1997-06-06 Vadim B. Mikheevgimme_tree(): got rid of compute_rel_size() -
1997-06-06 Marc G. FournierFrom: "D'Arcy J.M. Cain" <darcy@druid.net>
1997-06-06 Marc G. FournierFrom: "D'Arcy J.M. Cain" <darcy@druid.net>
1997-04-21 Vadim B. MikheevFix for -Wno-error
1997-04-15 Marc G. FournierFix up the -Wno-error problem for non-gcc compilers
1997-04-09 Marc G. FournierFrom: "Martin S. Utesch" <utesch@aut.tu-freiberg.de>
1997-04-04 Marc G. FournierThis commit represents a clean compile with the new...
1997-04-03 Marc G. FournierFrom: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>
1997-04-02 Marc G. FournierFrom: Oleg Bartunov <oleg@sai.msu.su>
1997-03-14 Marc G. Fournier> There are some minor fixes to the GEQO.
1997-03-03 Marc G. FournierPatch from Martin due to changes in joinrels.c
1997-03-01 Bruce MomjianChange machine/limits.h to limits.h.
1997-02-19 Marc G. FournierVarious cleanups to satisfy -Werror, but there are...
1997-02-19 Marc G. Fournierrearrange ordering of headers os that postgres.h is...
1997-02-19 Marc G. FournierRemove WIN32 stuff, and improve conformance to configure
1997-02-19 Marc G. FournierAdd and install the pg_geqo.sample file
1997-02-19 Marc G. FournierMerge in GEQO Optimizer