index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
ecpg
/
preproc
/
preproc.y
Commit message (
Expand
)
Author
Age
*
List VALUE as a keyword.
Michael Meskes
2004-11-10
*
fixed bug in REVOKE statement cat_str only has 8 arguments
Dave Cramer
2004-11-01
*
- Only use typedefs inside their scope.
Michael Meskes
2004-06-27
*
Added patch by ISHIDA Akio to allow indicators in execute statements.
Michael Meskes
2004-06-17
*
ECPG preprocessor for PostgreSQL 7.4.1, 7.4.2 doubles const,
Bruce Momjian
2004-06-11
*
Fixed DEALLOCATE PREPARE to use correct function call
Michael Meskes
2004-05-21
*
Just another bug in adjust_informix.
Michael Meskes
2004-05-10
*
- Fixed bug that reversed string length in typedefs.
Michael Meskes
2004-05-07
*
Fixed bug in adjust_informix that treated arrays as simple variables.
Michael Meskes
2004-05-05
*
- Fixed segfault due to missing check for variable declaration.
Michael Meskes
2004-03-04
*
Added the missing rules for VOLATILE.
Michael Meskes
2004-03-02
*
- Allowed some C keywords to be used as SQL column names. This used to work i...
Michael Meskes
2004-02-15
*
- Added missing braces to array parsing.
Michael Meskes
2004-02-15
*
Added WHENEVER NOT_FOUND to SELECT/INSERT/UPDATE/DELETE.
Michael Meskes
2004-01-21
*
Fixed bug in GRANT OPTION FOR parsing.
Michael Meskes
2004-01-04
*
Fixed segfault in parsing of EXEC SQL SELECT * FROM foo() AS TBL( c int, i int);
Michael Meskes
2003-12-24
*
Applied all bug fixes from head also to 7.4. Just bugfixes, no new features.
Michael Meskes
2003-12-17
*
Fixed typo in create schema parsing.
Michael Meskes
2003-11-19
*
Fix parsing of create index call
Michael Meskes
2003-11-08
*
Add missing semicolon, per Johann Uhrmann.
Tom Lane
2003-10-22
*
- Fixed constant listing in execute using clause.
Michael Meskes
2003-10-06
*
Fixed segfault after error in parsing precision argument.
Michael Meskes
2003-09-26
*
Fix creation of temporary sequences in ecpg, per report from Edmund Bacon.
Bruce Momjian
2003-09-24
*
- Changed struct definition handling so "struct foo {}" always gets defined.
Michael Meskes
2003-09-23
*
- Fixed order mismatch in processing "using" arguments.
Michael Meskes
2003-09-22
*
One small typo in preprocessor.
Michael Meskes
2003-09-19
*
Removed superfluous return statement in get_data.
Michael Meskes
2003-09-19
*
- Accept output variables for FETCH in DECLARE statement.
Michael Meskes
2003-09-18
*
- Added Dave patch for Informix handling of numeric/int conversion.
Michael Meskes
2003-09-09
*
Fixed connect statement with username in variable.
Michael Meskes
2003-08-26
*
Synced parser and fixed a bug in error output to log file.
Michael Meskes
2003-08-25
*
Fix compiler-detected problem for Alphas: it seems strlen returns
Tom Lane
2003-08-06
*
Added missing TO keyword.
Michael Meskes
2003-08-01
*
Added more compat stuff ot the parser.
Michael Meskes
2003-07-18
*
Missed one rule in syncinc preproc.y which resulted in reduce/reduce conflicts.
Michael Meskes
2003-07-14
*
- Synced preproc.y with gram.y
Michael Meskes
2003-07-14
*
Argh! Missed one file.
Michael Meskes
2003-07-09
*
More informix fixes.
Michael Meskes
2003-07-08
*
Use ISO dates in pgtypeslib by default.
Michael Meskes
2003-07-01
*
- Made sure Informix style decimal vars are initialized. They use a
Michael Meskes
2003-06-29
*
Just another sync.
Michael Meskes
2003-06-29
*
Create real array comparison functions (that use the element datatype's
Tom Lane
2003-06-27
*
Added just another compatibility level for Informix.
Michael Meskes
2003-06-26
*
Back out array mega-patch.
Bruce Momjian
2003-06-25
*
Implemented Informix special way to treat NULLs, removed warnings, synced.
Michael Meskes
2003-06-25
*
Array mega-patch.
Bruce Momjian
2003-06-24
*
Just another Informix compatibility change. They uses "free" for cursors as w...
Michael Meskes
2003-06-20
*
Allow constants in using clauses.
Michael Meskes
2003-06-20
*
Fixed fetch into char * and added missing prototype for an Informix function.
Michael Meskes
2003-06-19
*
Fixed several more parsing bugs.
Michael Meskes
2003-06-17
[next]