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
/
interfaces
/
ecpg
/
preproc
/
preproc.y
Commit message (
Expand
)
Author
Age
Files
Lines
*
Small parser sync
Michael Meskes
2006-10-23
1
-2
/
+4
*
Replaced complex tests with small ones.
Michael Meskes
2006-09-08
1
-2
/
+2
*
Synced parser.
Michael Meskes
2006-09-05
1
-68
/
+51
*
Suppress 'unused variable' warnings created by latest commit.
Tom Lane
2006-09-03
1
-1
/
+3
*
Synced parser.
Michael Meskes
2006-09-03
1
-17
/
+61
*
Fixed parser and library to allow empty database names.
Michael Meskes
2006-08-29
1
-14
/
+19
*
- Enabled single-quoted connection targets.
Michael Meskes
2006-08-27
1
-2
/
+11
*
Synced parser
Michael Meskes
2006-08-24
1
-1
/
+3
*
Fixed of by one variable size.
Michael Meskes
2006-08-24
1
-2
/
+2
*
Replaced double-quote-fix with a hopefully better version.
Michael Meskes
2006-08-23
1
-1
/
+12
*
Changed lexer to no longer use the default rule.
Michael Meskes
2006-08-18
1
-20
/
+22
*
Made parser check for valid copy to/from stdin/stdout combinations.
Michael Meskes
2006-08-08
1
-8
/
+12
*
ynced parser and keyword list.
Michael Meskes
2006-08-02
1
-71
/
+115
*
Added more SoC changes by Joachim Wieland <joe@mcknight.de>:
Michael Meskes
2006-07-28
1
-6
/
+6
*
Added missing braces to prevent a segfault after usage of an undeclared cursor.
Michael Meskes
2006-06-26
1
-2
/
+5
*
Fixed two more memory leaks in ecpglib.
Michael Meskes
2006-06-06
1
-71
/
+130
*
Back out RESET CONNECTION until there is more discussion.
Bruce Momjian
2006-04-25
1
-3
/
+1
*
Add RESET CONNECTION, to reset all aspects of a session.
Bruce Momjian
2006-04-25
1
-1
/
+3
*
Remove the stub support we had for UNION JOIN; per discussion, this is
Tom Lane
2006-03-07
1
-10
/
+2
*
Added just another test case.
Michael Meskes
2006-02-08
1
-37
/
+41
*
Added C bit fields to ecpg parser
Michael Meskes
2006-02-04
1
-12
/
+17
*
Improve tab whitespace in file.
Bruce Momjian
2006-02-03
1
-141
/
+142
*
Source code alignment fixes for preproc.y.
Bruce Momjian
2006-02-01
1
-676
/
+656
*
- Synced parser and keyword list.
Michael Meskes
2006-01-24
1
-9
/
+45
*
Revert some careless search-and-replace: "ADD" in comment text should
Neil Conway
2005-12-29
1
-3
/
+3
*
Protect ADD and HEADER symbols from conflicting with MIPS includes.
Bruce Momjian
2005-12-27
1
-12
/
+12
*
Added special handling of CONNECTION variable that is used by ECPG instead of...
Michael Meskes
2005-12-02
1
-11
/
+27
*
Add missing semicolon. Recent versions of bison seem to choke on this,
Tom Lane
2005-11-27
1
-1
/
+2
*
Somehow I missed some parser changes, so this commit comes pretty late. I jus...
Michael Meskes
2005-10-04
1
-241
/
+400
*
- Check for NULL before checking whether argument is an array.
Michael Meskes
2005-08-24
1
-2
/
+3
*
Back out incorrect use of E'' escape addition.
Bruce Momjian
2005-08-22
1
-11
/
+6
*
Add E'' to internally created SQL strings that contain backslashes.
Bruce Momjian
2005-07-02
1
-6
/
+11
*
Fixed more parsing bugs in other CREATE statements as pointed out by TANIDA
Michael Meskes
2005-02-10
1
-3
/
+3
*
Fixed bug in parsing of CREATE AS statement.
Michael Meskes
2005-02-09
1
-2
/
+2
*
Fixed bug in parsing of #line statement in declare section.
Michael Meskes
2005-02-02
1
-1
/
+3
*
Fixed segfault due to freeing a struct definition twice if it was a named str...
Michael Meskes
2005-01-25
1
-3
/
+3
*
Fixed segfault in adjust_informix due to missing varchar type.
Michael Meskes
2005-01-10
1
-3
/
+3
*
Fixed bug in parsing of typedef'ed array sizes.
Michael Meskes
2004-12-06
1
-13
/
+9
*
List VALUE as a keyword.
Michael Meskes
2004-11-10
1
-1
/
+2
*
Create 'default_tablespace' GUC variable that supplies a TABLESPACE
Tom Lane
2004-11-05
1
-5
/
+5
*
fixed bug in segfault REVOKE statement
Dave Cramer
2004-11-01
1
-3
/
+9
*
Synced parser
Michael Meskes
2004-10-18
1
-36
/
+34
*
Synced parser.
Michael Meskes
2004-09-27
1
-44
/
+68
*
Fixed segfault in Informix mode.
Michael Meskes
2004-09-06
1
-1
/
+6
*
Add missing semicolon; some bison versions warn of this.
Tom Lane
2004-08-28
1
-1
/
+2
*
Fix broken parsing of CREATE TABLE AS (looks like a mis-sync with main
Tom Lane
2004-08-11
1
-3
/
+3
*
Synced parser and keyword list.
Michael Meskes
2004-07-20
1
-9
/
+10
*
- Fixed indicator in SET DESCRIPTOR.
Michael Meskes
2004-07-05
1
-4
/
+43
*
Made sure SET DESCRIPTOR accepts all data types including constants.
Michael Meskes
2004-07-04
1
-15
/
+28
*
Added SET DESCRIPTOR command.
Michael Meskes
2004-06-30
1
-112
/
+131
[next]