Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
1999-03-20Remove yacc/lex output files from CVS repository.Tom Lane
1999-03-17Have % operator have precedence like /.Bruce Momjian
1999-02-14optimizer rename.Bruce Momjian
1999-02-13Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian
1999-02-09Major optimizer improvement for joining a large number of tables.Bruce Momjian
1999-02-07Simplify lexer's rules for string constants, eliminate potential buffer overrun.Tom Lane
1998-12-18Fix deadlock so it only checks once.Bruce Momjian
1998-10-13change configure so that if postgresql isn't being installed as root,Marc G. Fournier
1998-10-09Fix for BSDI shared libraries.Bruce Momjian
1998-10-08Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian
1998-09-15Forgot to remove README-1ST from the repository ...Marc G. Fournier
1998-09-01OK, folks, here is the pgindent output.Bruce Momjian
1998-09-01Renaming cleanup, no pgindent yet.Bruce Momjian
1998-08-30Fix for possible releasebuffer bug.Bruce Momjian
1998-08-23Attached is a patch that uses autoconf to determine whether thereBruce Momjian
1998-08-17Date: Sun, 16 Aug 1998 14:56:48 -0400Marc G. Fournier
1998-06-16Hi, here are the patches to enhance existing MB handling. This timeBruce Momjian
1998-06-15Remove un-needed braces around single statements.Bruce Momjian
1998-05-09llow more variations on valid floating point numbers (e.g. ".1", "1e6").Thomas G. Lockhart
1998-05-04Fix for missing parens with \g causing psql to get completelyBruce Momjian
1998-04-17A few minor mods:Marc G. Fournier
1998-04-08Temporarily back out fixes for unary minus parsing.Thomas G. Lockhart
1998-03-18Allow parsing expressions with ") -" (scan.l, scan.c only).Thomas G. Lockhart
1998-02-21First step done,Marc G. Fournier
1998-02-18Fix parsing for <identifier>-<number> which was mis-identified as a unaryThomas G. Lockhart
1998-02-13From: Tom I Helbekkmo <tih@Hamartun.Priv.NO>Marc G. Fournier
1998-02-11Automatically promote out of range integers to floats.Thomas G. Lockhart
1998-02-02Move all the isinf() stuff from float.c to isinf.c, and build it according toMarc G. Fournier
1998-01-27From: Phil Thompson <phil@river-bank.demon.co.uk>Marc G. Fournier
1998-01-24More up to date scan.cMarc G. Fournier
1998-01-15Fix:Marc G. Fournier
1998-01-13Various cleanups for the i386_solaris environmentMarc G. Fournier
1998-01-05Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian
1997-12-09Major code cleanup following the pg_password insertion...Marc G. Fournier
1997-11-30Add comments and move a few declaration blocks to help readability.Thomas G. Lockhart
1997-11-26Cleanup up include files.Bruce Momjian
1997-11-17Update generated source for scan.l.Thomas G. Lockhart
1997-11-14Include flex output in the standard distribution to fix problems withThomas G. Lockhart