index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
parser
/
scan.l
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
1
-2
/
+2
*
Fix bugs in plpgsql and ecpg caused by assuming that isspace() would only
Tom Lane
2006-09-22
1
-1
/
+4
*
Revert FETCH/MOVE int64 patch. Was using incorrect checks for
Bruce Momjian
2006-09-03
1
-17
/
+1
*
Change FETCH/MOVE to use int8.
Bruce Momjian
2006-09-02
1
-1
/
+17
*
Add a new GUC parameter backslash_quote, which determines whether the SQL
Tom Lane
2006-05-21
1
-1
/
+13
*
Code review for standard_conforming_strings patch. Fix it so it does not
Tom Lane
2006-05-11
1
-11
/
+6
*
Improve parser so that we can show an error cursor position for errors
Tom Lane
2006-03-14
1
-36
/
+67
*
Remove the stub support we had for UNION JOIN; per discussion, this is
Tom Lane
2006-03-07
1
-3
/
+1
*
Enable standard_conforming_strings to be turned on.
Bruce Momjian
2006-03-06
1
-39
/
+61
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
1
-2
/
+2
*
Mark unescape_single_char() "static": as far as I can see this function
Neil Conway
2006-02-18
1
-3
/
+3
*
Reject operator names >= NAMEDATALEN characters. These will not work
Tom Lane
2005-08-16
1
-1
/
+10
*
Code review for escape-strings patch. Sync psql and plpgsql lexers
Tom Lane
2005-06-26
1
-18
/
+38
*
Add E'' syntax so eventually normal strings can treat backslashes
Bruce Momjian
2005-06-26
1
-2
/
+49
*
Improve comment wording.
Bruce Momjian
2005-06-15
1
-6
/
+4
*
The no-lexer-backup speedup hadn't been there a week before somebody
Tom Lane
2005-06-02
1
-2
/
+2
*
Add support for \x hex escapes in backend strings. Octal was already
Bruce Momjian
2005-06-02
1
-2
/
+7
*
Tweak the backend scanner (and psqlscan.l, which must track the backend
Tom Lane
2005-05-26
1
-22
/
+85
*
Add fprintf() custom version to libpgport.
Bruce Momjian
2005-03-11
1
-1
/
+2
*
Use _() macro consistently rather than gettext(). Add translation
Bruce Momjian
2005-02-22
1
-3
/
+3
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
1
-2
/
+2
*
Added a call to gettext() to fix broken translated error messages.
Dennis Bjorklund
2004-09-09
1
-3
/
+3
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
1
-2
/
+2
*
Remove some no-longer-needed #includes.
Tom Lane
2004-06-28
1
-6
/
+2
*
Implement dollar-quoting in the backend lexer and psql. Documentation
Tom Lane
2004-02-24
1
-3
/
+57
*
Implement a solution to the 'Turkish locale downcases I incorrectly'
Tom Lane
2004-02-21
1
-36
/
+8
*
Cosmetic changes (mostly whitespace) to make it easier to diff the
Tom Lane
2004-02-19
1
-51
/
+58
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
1
-1
/
+1
*
Make sure that -- comments extend to the end of the line. This fixes the
Peter Eisentraut
2003-10-09
1
-14
/
+14
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
1
-2
/
+2
*
First bits of work on error message editing.
Tom Lane
2003-07-18
1
-9
/
+15
*
Disallow dollar sign in operator names, instead allow it as a non-first
Tom Lane
2003-06-19
1
-8
/
+8
*
Ensure that in all flex lexers that are part of the backend, a
Tom Lane
2003-05-29
1
-2
/
+2
*
Adopt latest bison's spelling of 'syntax error' rather than 'parse error'
Tom Lane
2003-05-29
1
-3
/
+9
*
Put back encoding-conversion step in processing of incoming queries;
Tom Lane
2003-04-27
1
-6
/
+11
*
Infrastructure for upgraded error reporting mechanism. elog.c is
Tom Lane
2003-04-24
1
-6
/
+13
*
Add cast to suppress compile warning on Alphas.
Tom Lane
2002-11-11
1
-2
/
+2
*
Remove unnecessary inclusion, per Andreas.
Tom Lane
2002-11-04
1
-2
/
+3
*
Remove #ifdef MULTIBYTE per hackers list discussion.
Tatsuo Ishii
2002-08-29
1
-12
/
+3
*
Code review for 'at character n' patch --- point at proper end of
Tom Lane
2002-08-18
1
-7
/
+8
*
In that case, attached is a patch which locates the beginning of the
Bruce Momjian
2002-08-17
1
-3
/
+7
*
Implement hex literal conversion to bit string literal.
Thomas G. Lockhart
2002-08-04
1
-34
/
+40
*
Implement SQL99 CREATE CAST and DROP CAST statements.
Thomas G. Lockhart
2002-06-22
1
-3
/
+26
*
Update copyright to 2002.
Bruce Momjian
2002-06-20
1
-2
/
+2
*
Implement SQL99 OVERLAY(). Allows substitution of a substring in a string.
Thomas G. Lockhart
2002-06-11
1
-13
/
+13
*
Tweak scanner/grammar interface so that the keyword-as-identifier rules
Tom Lane
2002-05-02
1
-2
/
+5
*
Improve lexer's error reporting. You get the whole token mentioned now
Tom Lane
2002-05-01
1
-46
/
+71
*
Scanner performance improvements
Peter Eisentraut
2002-04-20
1
-107
/
+105
*
Change made to elog:
Bruce Momjian
2002-03-06
1
-5
/
+5
*
Change addlit() to not assume its input is null-terminated, so that we
Tom Lane
2001-09-07
1
-6
/
+7
[next]