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-11-24
Rename USE_THREADS to ENABLE_THREAD_SAFETY to avoid name clash with Perl.
Peter Eisentraut
2003-11-19
Fixed typo in create schema parsing.
Michael Meskes
2003-11-10
Re-added forgotten cache.
Michael Meskes
2003-11-08
Made sure an internal array is not treated as a user defined one.
Michael Meskes
2003-11-03
Fixed potentially uninitialized memory bug in compatlib.
Michael Meskes
2003-11-02
Complete options help and put it in less random order.
Peter Eisentraut
2003-10-31
If EOF is found inside a string/comment/etc. stop parsing.
Michael Meskes
2003-10-30
Applied patch by Dave Cramer to fix several bugs in compatlib.
Michael Meskes
2003-10-28
Include -lkrb5 when needed for shlibs depending on libpq. Per report
Tom Lane
2003-10-26
Fixed bug with indicators when storage for the string is dynamically allocated.
Michael Meskes
2003-10-22
Add missing semicolon, per Johann Uhrmann.
Tom Lane
2003-10-21
Cope with platforms that offer LONGLONG_MIN in place of the C99-spec
Tom Lane
2003-10-20
Install dummy sqlda.h file since this is needed for compatibility.
Michael Meskes
2003-10-19
Check for both Informix modes when parsing include files.
Michael Meskes
2003-10-12
Added missing "commit" in test case.
Michael Meskes
2003-10-08
Removed my debug printf() call from numeric.c
Michael Meskes
2003-10-07
Fixed floating point exception in long=>numeric conversion.
Michael Meskes
2003-10-07
Add missing include file.
Peter Eisentraut
2003-10-07
Fixed error handling in Informix compat str to date conversion.
Michael Meskes
2003-10-06
- Fixed constant listing in execute using clause.
Michael Meskes
2003-10-05
Fixed bug in day of week processing.
Michael Meskes
2003-10-04
Format help message internally consistent.
Peter Eisentraut
2003-10-03
Remove assorted compilation failures introduced by latest ecpg changes.
Tom Lane
2003-10-03
Hide Informix datatypes. They are not seen by our built process anymore.
Michael Meskes
2003-09-27
Adjust Darwin build to use the default 'two level namespace' linking
Tom Lane
2003-09-27
Rename thread compile flag. Move thread test program to tools/thread,
Bruce Momjian
2003-09-26
Fixed segfault after error in parsing precision argument.
Michael Meskes
2003-09-24
Fix creation of temporary sequences in ecpg, per report from Edmund Bacon.
Bruce Momjian
2003-09-23
- Changed struct definition handling so "struct foo {}" always gets defined.
Michael Meskes
2003-09-22
- Fixed order mismatch in processing "using" arguments.
Michael Meskes
2003-09-21
Fix some ill-considered ifdefs, per report from Hans-JÏrgen SchÎnig.
Tom Lane
2003-09-20
- Renamed my own strndup() function because of a name clash.
Michael Meskes
2003-09-20
- Applied some bug fixing patches by Dave Cramer <dave@fastcrypt.com>.
Michael Meskes
2003-09-19
One small typo in preprocessor.
Michael Meskes
2003-09-19
Removed superfluous return statement in get_data.
Michael Meskes
2003-09-18
- Accept output variables for FETCH in DECLARE statement.
Michael Meskes
2003-09-16
I don't care whether it's informix-compatible or not: #defining a word
Tom Lane
2003-09-10
Some uppercase type definitions were left.
Michael Meskes
2003-09-09
- Added Dave patch for Informix handling of numeric/int conversion.
Michael Meskes
2003-09-05
Improve prototype casting for thread calls.
Bruce Momjian
2003-09-01
Fixed two bugs in pgtypes library.
Michael Meskes
2003-08-26
Fixed connect statement with username in variable.
Michael Meskes
2003-08-25
Synced parser and fixed a bug in error output to log file.
Michael Meskes
2003-08-24
Add macros for error result fields to libpq.
Peter Eisentraut
2003-08-08
Fix null checking of type decimal datums without indicator in Informix
Peter Eisentraut
2003-08-08
Be a little bit more careful about using sqlstate, in case libpq returned
Peter Eisentraut
2003-08-08
Remove postgres_ext.h inclusion -- not necessary.
Peter Eisentraut
2003-08-07
Clean up function header.
Bruce Momjian
2003-08-07
Make table column type TEXT.
Bruce Momjian
2003-08-07
Add iteration option to thread test program.
Bruce Momjian
[next]