summaryrefslogtreecommitdiff
path: root/src/backend/parser/scan.c
Commit message (Expand)AuthorAgeFilesLines
* change configure so that if postgresql isn't being installed as root,Marc G. Fournier1998-10-131-2/+2
* Fix for BSDI shared libraries.Bruce Momjian1998-10-091-1/+1
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-081-4/+4
* Forgot to remove README-1ST from the repository ...Marc G. Fournier1998-09-151-1169/+1029
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-1006/+1151
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-22/+23
* Fix for possible releasebuffer bug.Bruce Momjian1998-08-301-12/+16
* Attached is a patch that uses autoconf to determine whether thereBruce Momjian1998-08-231-2/+2
* Date: Sun, 16 Aug 1998 14:56:48 -0400Marc G. Fournier1998-08-171-2/+2
* Hi, here are the patches to enhance existing MB handling. This timeBruce Momjian1998-06-161-14/+16
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-2/+2
* llow more variations on valid floating point numbers (e.g. ".1", "1e6").Thomas G. Lockhart1998-05-091-213/+225
* Fix for missing parens with \g causing psql to get completelyBruce Momjian1998-05-041-2/+2
* A few minor mods:Marc G. Fournier1998-04-171-2/+2
* Temporarily back out fixes for unary minus parsing.Thomas G. Lockhart1998-04-081-191/+188
* Allow parsing expressions with ") -" (scan.l, scan.c only).Thomas G. Lockhart1998-03-181-188/+191
* First step done,Marc G. Fournier1998-02-211-2/+2
* Fix parsing for <identifier>-<number> which was mis-identified as a unaryThomas G. Lockhart1998-02-181-178/+209
* From: Tom I Helbekkmo <tih@Hamartun.Priv.NO>Marc G. Fournier1998-02-131-2/+2
* Automatically promote out of range integers to floats.Thomas G. Lockhart1998-02-111-14/+30
* Move all the isinf() stuff from float.c to isinf.c, and build it according toMarc G. Fournier1998-02-021-2/+2
* From: Phil Thompson <phil@river-bank.demon.co.uk>Marc G. Fournier1998-01-271-2/+2
* More up to date scan.cMarc G. Fournier1998-01-241-2/+2
* Fix:Marc G. Fournier1998-01-151-2/+2
* Various cleanups for the i386_solaris environmentMarc G. Fournier1998-01-131-14/+14
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-14/+14
* Major code cleanup following the pg_password insertion...Marc G. Fournier1997-12-091-3/+3
* Add comments and move a few declaration blocks to help readability.Thomas G. Lockhart1997-11-301-187/+199
* Cleanup up include files.Bruce Momjian1997-11-261-239/+229
* Update generated source for scan.l.Thomas G. Lockhart1997-11-171-220/+327
* Include flex output in the standard distribution to fix problems withThomas G. Lockhart1997-11-141-0/+2104