]> granicus.if.org Git - postgresql/history - src/backend/parser/scan.l
Fix broken {xufailed} production that made HEAD fail on
[postgresql] / src / backend / parser / scan.l
2009-04-14 Tom LaneFix broken {xufailed} production that made HEAD fail on
2009-03-04 Peter EisentrautClarify to the translator that yyerror() deals with...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-10-29 Peter EisentrautUnicode escapes in strings and identifiers
2008-09-01 Tom LaneAdd a bunch of new error location reports to parse...
2008-08-29 Peter EisentrautRemove all traces that suggest that a non-Bison yacc...
2008-05-09 Peter EisentrautAdd "%option noinput" to the scanners to avoid compiler...
2008-04-04 Magnus HaganderOops, change should go in scan.l to survive a clean...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-09-12 Andrew DunstanPerform post-escaping encoding validity checks on SQL...
2007-08-12 Tom LaneIncrease the initial size of StringInfo buffers to...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-09-22 Tom LaneFix bugs in plpgsql and ecpg caused by assuming that...
2006-09-03 Bruce MomjianRevert FETCH/MOVE int64 patch. Was using incorrect...
2006-09-02 Bruce MomjianChange FETCH/MOVE to use int8.
2006-05-21 Tom LaneAdd a new GUC parameter backslash_quote, which determin...
2006-05-11 Tom LaneCode review for standard_conforming_strings patch....
2006-03-14 Tom LaneImprove parser so that we can show an error cursor...
2006-03-07 Tom LaneRemove the stub support we had for UNION JOIN; per...
2006-03-06 Bruce MomjianEnable standard_conforming_strings to be turned on.
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-18 Neil ConwayMark unescape_single_char() "static": as far as I can...
2005-08-16 Tom LaneReject operator names >= NAMEDATALEN characters. These...
2005-06-26 Tom LaneCode review for escape-strings patch. Sync psql and...
2005-06-26 Bruce MomjianAdd E'' syntax so eventually normal strings can treat...
2005-06-15 Bruce MomjianImprove comment wording.
2005-06-02 Tom LaneThe no-lexer-backup speedup hadn't been there a week...
2005-06-02 Bruce MomjianAdd support for \x hex escapes in backend strings....
2005-05-26 Tom LaneTweak the backend scanner (and psqlscan.l, which must...
2005-03-11 Bruce MomjianAdd fprintf() custom version to libpgport.
2005-02-22 Bruce MomjianUse _() macro consistently rather than gettext(). ...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-09-09 Dennis BjorklundAdded a call to gettext() to fix broken translated...
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-06-28 Tom LaneRemove some no-longer-needed #includes.
2004-02-24 Tom LaneImplement dollar-quoting in the backend lexer and psql...
2004-02-21 Tom LaneImplement a solution to the 'Turkish locale downcases...
2004-02-19 Tom LaneCosmetic changes (mostly whitespace) to make it easier...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-10-09 Peter EisentrautMake sure that -- comments extend to the end of the...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-07-18 Tom LaneFirst bits of work on error message editing.
2003-06-19 Tom LaneDisallow dollar sign in operator names, instead allow...
2003-05-29 Tom LaneEnsure that in all flex lexers that are part of the...
2003-05-29 Tom LaneAdopt latest bison's spelling of 'syntax error' rather...
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.
next