index
:
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
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
ecpg
Age
Commit message (
Expand
)
Author
2003-08-04
pgindent run.
Bruce Momjian
2003-08-01
Missed two places to replace union member.
Michael Meskes
2003-08-01
Fix a few of the more blatantly unportable constructs in this file.
Tom Lane
2003-08-01
Fix inconsistent static-vs-not-static declarations.
Tom Lane
2003-08-01
Fix compile warning.
Tom Lane
2003-08-01
Use only two-part shared library version numbers, for better portability
Peter Eisentraut
2003-08-01
Make ecpg SQLSTATE-aware. Map existing SQLCODE assignments to SQLSTATEs,
Peter Eisentraut
2003-08-01
Added missing TO keyword.
Michael Meskes
2003-08-01
- Added some Informix error codes in Informix mode.
Michael Meskes
2003-07-25
Added explicit casts for date/interval/timestamp.
Michael Meskes
2003-07-25
Applied Peter's patch to use yyless instead of my string_unput function.
Michael Meskes
2003-07-24
Fixed mdy functions to use correct offset.
Michael Meskes
2003-07-18
Added more compat stuff ot the parser.
Michael Meskes
2003-07-17
Add an upper limit to IS_VALID_JULIAN() to defend against overflow in
Tom Lane
2003-07-17
Allow blanks at the end of numerical values.
Michael Meskes
2003-07-17
Fixed some bugs in Informix compat functions.
Michael Meskes
2003-07-17
Make EXTRACT(TIMEZONE) and SET/SHOW TIMEZONE follow the SQL convention
Tom Lane
2003-07-16
Applied patch to fix two compatibility functions.
Michael Meskes
2003-07-15
Started to create different error codes for different backend messages.
Michael Meskes
2003-07-14
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-09
Argh! Missed one file.
Michael Meskes
2003-07-09
Fixed some Informix compat functions so they handle NULL resp. indicators bet...
Michael Meskes
2003-07-08
More informix fixes.
Michael Meskes
2003-07-08
Fix segfault in connect in informix mode.
Michael Meskes
2003-07-07
"char *" of course is not the same as "char []". So I had to fix the way ecpg...
Michael Meskes
2003-07-04
tm2timestamp should return -1, not elog, on overflow. (In the backend
Tom Lane
2003-07-04
Fix missing code for HAVE_INT64_TIMESTAMP.
Tom Lane
2003-07-04
Add #include <limits.h> (re-add lost change from Wednesday).
Tom Lane
2003-07-04
date, interval and timestamp data should be quoted.
Michael Meskes
2003-07-04
Fixed informix behaviour for select without into.
Michael Meskes
2003-07-02
Fixed initialization bug and added postgres_fe.h to pgtypeslib.
Michael Meskes
2003-07-01
Fix ecpg typo --- change ;; to ;.
Bruce Momjian
2003-07-01
Use ISO dates in pgtypeslib by default.
Michael Meskes
2003-06-29
- Made sure Informix style decimal vars are initialized. They use a
Michael Meskes
2003-06-29
Just another sync.
Michael Meskes
2003-06-27
Create real array comparison functions (that use the element datatype's
Tom Lane
2003-06-26
Added just another compatibility level for Informix.
Michael Meskes
2003-06-26
Wrap LONG_LONG_MIN redfinition around HAVE_LONG_LONG_INT_64.
Bruce Momjian
2003-06-26
Fix compile problem for missing LONG_LONG_MIN on BSD/OS.
Bruce Momjian
2003-06-25
Back out array mega-patch.
Bruce Momjian
2003-06-25
The remaining files ...
Michael Meskes
2003-06-25
remove including of postgres_fe.h
Michael Meskes
2003-06-25
Some systems need another header file included.
Michael Meskes
2003-06-25
Implemented Informix special way to treat NULLs, removed warnings, synced.
Michael Meskes
2003-06-24
Array mega-patch.
Bruce Momjian
2003-06-24
Add -L../ecpglib -lecpg for Cygwin compile.
Bruce Momjian
2003-06-22
Added missing terminating '\0' char for data put into char *.
Michael Meskes
2003-06-20
Synced with backend.
Michael Meskes
2003-06-20
Just another Informix compatibility change. They uses "free" for cursors as w...
Michael Meskes
[next]