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
*
- Issue a warning if a cursor is declared but not opened.
Michael Meskes
2004-01-28
*
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
*
- Added just another patch by Dave that fixes a reversed order in
Michael Meskes
2003-12-17
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
*
Fixed typo in create schema parsing.
Michael Meskes
2003-11-19
*
Made sure an internal array is not treated as a user defined one.
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
*
Fixed two small bugs.
Michael Meskes
2003-06-16
*
- Enable FETCH without INTO.
Michael Meskes
2003-06-13
*
Make sure a variable is no longer referenced when it is removed.
Michael Meskes
2003-06-11
*
Fixed some bugs.
Michael Meskes
2003-06-10
*
Fixed segfault in forward definition parsing.
Michael Meskes
2003-06-02
*
Create a real prototype function for describe.
Michael Meskes
2003-05-30
*
Sync and some minor cleanup/fixing work plus an EXEC SQL DESCRIBE prototype.
Michael Meskes
2003-05-30
*
Changed variable parsing so struct[n].attr works.
Michael Meskes
2003-05-29
*
Parse forward definiton of structs.
Michael Meskes
2003-05-29
*
Fixed incorrect output for some structs.
Michael Meskes
2003-05-27
*
ecpg now accepts array elements as arguments.
Michael Meskes
2003-05-23
[next]