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
2004-08-28
Add missing semicolon; some bison versions warn of this.
Tom Lane
2004-08-11
Fix broken parsing of CREATE TABLE AS (looks like a mis-sync with main
Tom Lane
2004-08-04
Fix syntax error by adding a space.
Bruce Momjian
2004-07-26
SQL defines are only used in SQL space in Informix mode.
Michael Meskes
2004-07-20
Synced parser and keyword list.
Michael Meskes
2004-07-13
Cause libpq and ecpg libraries to be built as proper shared libraries
Tom Lane
2004-07-05
Added free() calls against memory leak in interval.c.
Michael Meskes
2004-07-05
- Fixed indicator in SET DESCRIPTOR.
Michael Meskes
2004-07-04
Made sure SET DESCRIPTOR accepts all data types including constants.
Michael Meskes
2004-07-01
Removed unused variable and added a typecast.
Michael Meskes
2004-06-30
Added SET DESCRIPTOR command.
Michael Meskes
2004-06-28
Arrays can be read as arrays or as character strings now.
Michael Meskes
2004-06-27
- Only use typedefs inside their scope.
Michael Meskes
2004-06-20
Synced parser and keyword list.
Michael Meskes
2004-06-17
Added patch by ISHIDA Akio to allow indicators in execute statements.
Michael Meskes
2004-06-11
ECPG preprocessor for PostgreSQL 7.4.1, 7.4.2 doubles const,
Bruce Momjian
2004-06-10
Attached is a patch that takes care of the PATHSEP issue. I made a more
Bruce Momjian
2004-05-31
Suppress compile warnings on machines where the INT64CONST() decoration
Tom Lane
2004-05-30
Use the new List API function names throughout the backend, and disable the
Neil Conway
2004-05-26
Recent commits added created files that weren't getting deleted by
Tom Lane
2004-05-26
This patch implement the TODO [ALTER DATABASE foo OWNER TO bar].
Bruce Momjian
2004-05-25
Add FRONTEND to ecpglib.
Bruce Momjian
2004-05-25
Add exec.c to ecpg library because path.c now uses it.
Bruce Momjian
2004-05-24
Remove a few $filter() calls that were not needed.
Bruce Momjian
2004-05-21
Handle inclusion of port modules 'correctly', viz the same way libpq
Tom Lane
2004-05-21
- Fixed DEALLOCATE PREPARE to use correct function call
Michael Meskes
2004-05-21
Add mention of why -lpgport is needed in ecpglib (dllwrap).
Bruce Momjian
2004-05-21
Add -lpgport to ecpglib link only on win32. Other platforms have
Bruce Momjian
2004-05-21
Revert addition of -lpgport, which breaks the build on platforms that
Tom Lane
2004-05-19
Re-add elog() to exec.c, per Tom.
Bruce Momjian
2004-05-19
Win32 needs -lpgport for dll creation of ecpglib.
Bruce Momjian
2004-05-18
Move find_my_exec() way up into main.c so it is available to the
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-05-10
- Argh, just another bug in adjust_informix.
Michael Meskes
2004-05-07
- Added additional test case.
Michael Meskes
2004-05-07
Solve the 'Turkish problem' with undesirable locale behavior for case
Tom Lane
2004-05-05
- Fixed bug in adjust_informix that treated arrays as simple variables.
Michael Meskes
2004-04-30
Minor adjustments to enable public-domain timezone library to be called
Bruce Momjian
2004-04-29
Synced parser and keyword list.
Michael Meskes
2004-04-26
Add $(X) for cross-compiling. Seems the mingw compiler running on
Bruce Momjian
2004-04-25
Make thread flags CFLAGS, not CPPFLAGS.
Bruce Momjian
2004-04-23
Add new auto-detection of thread flags.
Bruce Momjian
2004-04-23
Fixed memory misusage in variable handling.
Michael Meskes
2004-03-29
Fixed possible segfault in type.c (by Juergen Cappel)
Michael Meskes
2004-03-15
The "cvs add" of test_thread_implicit.pgc seems to have been missed,
Bruce Momjian
2004-03-14
Fix ecpg_sqlca_key_destructor to return void.
Bruce Momjian
2004-03-14
- Fixed Informix compat math functions to cope with the situations
Michael Meskes
2004-03-04
- Fixed segfault due to missing check for variable declaration.
Michael Meskes
2004-03-02
Added partly missing VOLATILE keyword.
Michael Meskes
[next]