]> granicus.if.org Git - postgresql/history - src/backend/parser/scan.c
Major optimizer improvement for joining a large number of tables.
[postgresql] / src / backend / parser / scan.c
1999-02-09 Bruce MomjianMajor optimizer improvement for joining a large number...
1999-02-07 Tom LaneSimplify lexer's rules for string constants, eliminate...
1998-12-18 Bruce MomjianFix deadlock so it only checks once.
1998-10-13 Marc G. Fournierchange configure so that if postgresql isn't being...
1998-10-09 Bruce MomjianFix for BSDI shared libraries.
1998-10-08 Bruce MomjianMake functions static or ifdef NOT_USED. Prevent pg_ve...
1998-09-15 Marc G. FournierForgot to remove README-1ST from the repository ...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-30 Bruce MomjianFix for possible releasebuffer bug.
1998-08-23 Bruce MomjianAttached is a patch that uses autoconf to determine...
1998-08-17 Marc G. FournierDate: Sun, 16 Aug 1998 14:56:48 -0400
1998-06-16 Bruce MomjianHi, here are the patches to enhance existing MB handlin...
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-05-09 Thomas G. Lockhartllow more variations on valid floating point numbers...
1998-05-04 Bruce MomjianFix for missing parens with \g causing psql to get...
1998-04-17 Marc G. FournierA few minor mods:
1998-04-08 Thomas G. LockhartTemporarily back out fixes for unary minus parsing.
1998-03-18 Thomas G. LockhartAllow parsing expressions with ") -" (scan.l, scan...
1998-02-21 Marc G. FournierFirst step done,
1998-02-18 Thomas G. LockhartFix parsing for <identifier>-<number> which was mis...
1998-02-13 Marc G. FournierFrom: Tom I Helbekkmo <tih@Hamartun.Priv.NO>
1998-02-11 Thomas G. LockhartAutomatically promote out of range integers to floats.
1998-02-02 Marc G. FournierMove all the isinf() stuff from float.c to isinf.c...
1998-01-27 Marc G. FournierFrom: Phil Thompson <phil@river-bank.demon.co.uk>
1998-01-24 Marc G. FournierMore up to date scan.c
1998-01-15 Marc G. FournierFix:
1998-01-13 Marc G. FournierVarious cleanups for the i386_solaris environment
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-12-09 Marc G. FournierMajor code cleanup following the pg_password insertion...
1997-11-30 Thomas G. LockhartAdd comments and move a few declaration blocks to help...
1997-11-26 Bruce MomjianCleanup up include files.
1997-11-17 Thomas G. LockhartUpdate generated source for scan.l.
1997-11-14 Thomas G. LockhartInclude flex output in the standard distribution to...