index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
ecpg
/
preproc
/
ecpg.c
Age
Commit message (
Expand
)
Author
2006-02-08
Added just another test case.
Michael Meskes
2005-10-15
Standard pgindent run for 8.1.
Bruce Momjian
2005-08-29
Fix misspelled error message.
Tom Lane
2004-11-09
Get rid of perror(), substitute some better phrased error messages.
Peter Eisentraut
2004-08-29
Pgindent run for 8.0.
Bruce Momjian
2004-07-20
Synced parser and keyword list.
Michael Meskes
2004-06-10
Attached is a patch that takes care of the PATHSEP issue. I made a more
Bruce Momjian
2004-05-17
Reorganize code to allow path-relative installs.
Bruce Momjian
2004-05-12
Rename find_my_binary/find_other_binary to
Bruce Momjian
2004-01-28
Fix typo.
Tom Lane
2004-01-28
- Issue a warning if a cursor is declared but not opened.
Michael Meskes
2003-12-18
Move Informix compatibility include files out of the way. compatlib.h
Peter Eisentraut
2003-11-29
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-02
Complete options help and put it in less random order.
Peter Eisentraut
2003-10-06
- Fixed constant listing in execute using clause.
Michael Meskes
2003-10-04
Format help message internally consistent.
Peter Eisentraut
2003-09-09
- Added Dave patch for Informix handling of numeric/int conversion.
Michael Meskes
2003-08-04
pgindent run.
Bruce Momjian
2003-08-01
- Added some Informix error codes in Informix mode.
Michael Meskes
2003-06-26
Added just another compatibility level for Informix.
Michael Meskes
2003-06-25
Implemented Informix special way to treat NULLs, removed warnings, synced.
Michael Meskes
2003-06-13
- Enable FETCH without INTO.
Michael Meskes
2003-05-30
Sync and some minor cleanup/fixing work plus an EXEC SQL DESCRIBE prototype.
Michael Meskes
2003-05-27
Allow input from stdin and output to stdout.
Michael Meskes
2003-05-14
- Added more compatibility functions.
Michael Meskes
2003-05-13
Fixed order of include file search path.
Michael Meskes
2003-05-02
Fixed double definition of ecpg_compat_mode.
Michael Meskes
2003-05-01
Added an option to force ecpg to also parse files includes via '#include' and...
Michael Meskes
2003-04-08
Added some more informix compatibility functions.
Michael Meskes
2003-04-04
Add Win32 path handling for / vs. \ and drive letters.
Bruce Momjian
2003-03-27
More changes to pgtypeslib and set optimization to -O1.
Michael Meskes
2003-03-18
Some bugfixes for numerical library.
Michael Meskes
2003-03-16
Started working on a seperate pgtypes library. First test work. PLEASE test c...
Michael Meskes
2003-03-10
This patch fixes a bunch of spelling mistakes in comments throughout the
Tom Lane
2003-02-14
- Synced parser and keyword file.
Michael Meskes
2003-02-13
- Applied error reporting patch by Matthew Vanecek
Michael Meskes
2002-10-18
Improve formatting of --help output.
Peter Eisentraut
2002-09-04
pgindent run.
Bruce Momjian
2002-04-28
- Synced yet again.
Michael Meskes
2002-03-21
Fix minor syntax error.
Tom Lane
2002-03-21
Added typedef patches and a new option '-c' to automatically create C typedef...
Michael Meskes
2002-01-10
Include sqlca.h automatically.
Michael Meskes
2002-01-10
The result of getopt() should be compared to -1, not EOF, per
Tom Lane
2001-10-28
Another pgindent run. Fixes enum indenting, and improves #endif
Bruce Momjian
2001-10-25
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-09-19
- Synced preproc.y with gram.y.
Michael Meskes
2001-08-28
Avoid #ifdef inside printf() ... that loses on platforms where printf()
Tom Lane
2001-08-24
Add ecpg --help and --version. Renumber the exit status codes, which were
Peter Eisentraut
2001-03-22
pgindent run. Make it all clean.
Bruce Momjian
2001-03-01
Remove HAVE_OPTARG per discussion in hackers list.
Tatsuo Ishii
[next]