]> granicus.if.org Git - postgresql/history - src/backend/parser/scan.l
Implement feature of new FE/BE protocol whereby RowDescription identifies
[postgresql] / src / backend / parser / scan.l
2003-04-27 Tom LanePut back encoding-conversion step in processing of...
2003-04-24 Tom LaneInfrastructure for upgraded error reporting mechanism...
2002-11-11 Tom LaneAdd cast to suppress compile warning on Alphas.
2002-11-04 Tom LaneRemove unnecessary inclusion, per Andreas.
2002-08-29 Tatsuo IshiiRemove #ifdef MULTIBYTE per hackers list discussion.
2002-08-18 Tom LaneCode review for 'at character n' patch --- point at...
2002-08-17 Bruce MomjianIn that case, attached is a patch which locates the...
2002-08-04 Thomas G. LockhartImplement hex literal conversion to bit string literal.
2002-06-22 Thomas G. LockhartImplement SQL99 CREATE CAST and DROP CAST statements.
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-11 Thomas G. LockhartImplement SQL99 OVERLAY(). Allows substitution of a...
2002-05-02 Tom LaneTweak scanner/grammar interface so that the keyword...
2002-05-01 Tom LaneImprove lexer's error reporting. You get the whole...
2002-04-20 Peter EisentrautScanner performance improvements
2002-03-06 Bruce MomjianChange made to elog:
2001-09-07 Tom LaneChange addlit() to not assume its input is null-termina...
2001-09-04 Peter EisentrautFix misscanning of """" (an identifier consisting of...
2001-03-22 Tom LaneFix Joubert's complaint that int8-sized numeric literal...
2001-02-21 Tom LaneChange case-folding of keywords to conform to SQL99...
2001-02-03 Peter EisentrautUse elog() instead of exit() for fatal scanner errors.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-12-03 Tom LaneEnsure that all uses of <ctype.h> functions are applied...
2000-11-16 Peter EisentrautMake a pstrdup copy of the literalbuf when scanning...
2000-11-02 Tom LanePeter forgot to fix {operator} rule to match modified...
2000-10-31 Peter EisentrautChange internal string representation of BitString...
2000-10-31 Peter EisentrautChange the parser to convert SQL "position" and "substr...
2000-10-30 Peter EisentrautDisallow zero-length delimited identifier (per SQL).
2000-10-29 Peter EisentrautRemove special treatment of '|' operator, in the spirit...
2000-09-12 Tom LaneFirst cut at full support for OUTER JOINs. There are...
2000-08-22 Tatsuo IshiiMake scanner multibyte aware. Currently it may produce...
2000-08-12 Tom LaneMop-up for removal of ':' and ';' operators ... like...
2000-08-06 Thomas G. LockhartSupport SQL99 embedded double-quote syntax for quoted...
2000-07-14 Thomas G. LockhartImplement nested block comments in the backend and...
2000-06-14 Peter EisentrautBig warnings cleanup for Solaris/GCC. Down to about...
2000-06-01 Tom LaneLexer defended us against overlength plain identifiers...
2000-05-29 Tom LaneGenerated header files parse.h and fmgroids.h are now...
2000-05-27 Tom Lanedefine YY_NEVER_INTERACTIVE for flex, to persuade flex...
2000-03-18 Tom LaneModify lexing of multi-char operators per pghackers...
2000-03-13 Tom LanePerformance improvement for lexing long strings: increa...
2000-03-11 Tom LaneFinish cleaning up backend's handling of /* ... */...
2000-02-21 Tom LaneChange parse-time representation of float literals...
2000-02-19 Tom LaneClean up scan.l's handling of \r vs \n --- they are...
2000-01-26 Bruce MomjianAdd:
2000-01-23 Peter Eisentrautupdated install file
2000-01-20 Tom LaneClean up longstanding gcc warnings by adding missing...
1999-10-18 Tom LaneRemove fixed-size literal buffer from scan.l, and repair
1999-10-09 Bruce MomjianAllow \r as whitespace.
1999-10-08 Bruce MomjianFix for "--" comment and no trailing newline, as seen...
1999-09-28 Bruce MomjianReverse out last scan.l patch for minus handling.\
1999-09-27 Bruce MomjianSorry, guys. Here is the ultimate patch which keeps...
1999-09-27 Bruce MomjianFollowing advice from Michael Ansley, I broke up the...
1999-09-11 Tom LaneEliminate token length assumption in scanstr().
1999-09-07 Tom LaneMike Ansley's fixes for long queries. This change...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-08 Bruce MomjianAdd ^ precidence.
1999-05-12 Thomas G. LockhartKeep long non-quoted numeric strings *as* untyped strin...
1999-05-03 Bruce Momjianhere are some patches for 6.5.0 which I already submitt...
1999-03-17 Bruce MomjianHave % operator have precedence like /.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-07 Tom LaneSimplify lexer's rules for string constants, eliminate...
1998-10-08 Bruce MomjianMake functions static or ifdef NOT_USED. Prevent pg_ve...
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-29 Bruce MomjianFix scanner name length trimming.
1998-08-29 Bruce MomjianTruncate identifiers at NAMEDATALEN length.
1998-06-16 Bruce MomjianHi, here are the patches to enhance existing MB handlin...
1998-05-09 Thomas G. LockhartAllow more variations on valid floating point numbers...
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-18 Thomas G. LockhartFix parsing for <identifier>-<number> which was mis...
1998-02-11 Thomas G. LockhartAutomatically promote out of range integers to floats.
1998-01-05 Bruce MomjianChange some ABORTS to ERROR. Add line number when...
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-12-05 Bruce MomjianFix tolower loops to go in proper direction for cache.
1997-11-30 Thomas G. LockhartAdd comments and move a few declaration blocks to help...
1997-11-20 Bruce MomjianRemove all time travel stuff. Small parser cleanup.
1997-11-17 Thomas G. LockhartImplement SQL92 binary and hexadecimal string decoding...
1997-11-14 Thomas G. LockhartAdd flag to supress one compiler warning regarding...
1997-10-30 Thomas G. LockhartAdd support for delimited identifiers. Include new...
1997-10-30 Bruce MomjianFix for international identifiers, from Tatsuo Ishii
1997-10-30 Bruce MomjianGenerate error on large integer.
1997-10-15 Thomas G. LockhartInclude SQL/92 string continuation across newlines.
1997-09-25 Thomas G. LockhartOne more change to recover v6.1.1 escaped-text input...
1997-09-24 Thomas G. LockhartRestore proper behavior for escaped quotes and for...
1997-09-13 Thomas G. LockhartUse exclusive state to help fix unary minus parsing.
1997-09-12 Vadim B. MikheevQuick hack to get CHECK working for incoming betta.
1997-09-08 Bruce MomjianLex/yacc source cleanup like indent.
1997-09-05 Vadim B. MikheevRestore CurScanPosition() for flex.
1997-09-05 Bruce MomjianAdd // comments.
1997-09-02 Thomas G. LockhartRemove comment line in rules section. Keith reports...
1997-09-01 Thomas G. LockhartUse exclusive states for parsing quoted strings.
1997-08-20 Vadim B. MikheevCHECK/DEFAULT syntax (some tricks to get current scan...
1997-06-29 Bruce MomjianFox case-sensitivity for \d and allow trailing ; on...
1997-03-02 Bruce MomjianRemove case-sensitive identifiers. Thanks for Dan...
1997-02-28 Bruce MomjianAllow update x =-3, not just x = -3.
1997-02-19 Bruce MomjianPrevent under/over flow of float8 constants in parser...
1997-02-14 Bruce MomjianRemove WIN32 defines. They never worked.
1996-12-04 Bruce MomjianRemove duplicate patch for COUNT fix.
1996-12-03 Bruce MomjianChange tests to lowercase for esthetics.
1996-12-03 Bruce MomjianMake COUNT,SUM case insensitive.
next