summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2003-09-24Fix 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-23Fix to properly handle timezone offsets that are partial hours. If the offsetBarry Lind
2003-09-23A fix for jdbc regression test submitted yesterday by Kim Ho at RedhatBarry Lind
2003-09-22- Fixed order mismatch in processing "using" arguments.Michael Meskes
2003-09-22Additional jdbc regression tests submitted by Oliver Jowett. Some tests areBarry Lind
2003-09-22Applied jdbc patch from Kim Ho at RedHat to improve boolean support, as wellBarry Lind
2003-09-22Translation updatesPeter Eisentraut
2003-09-22Message wording improvementsPeter Eisentraut
2003-09-21Fix 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-19One small typo in preprocessor.Michael Meskes
2003-09-19Removed superfluous return statement in get_data.Michael Meskes
2003-09-18- Accept output variables for FETCH in DECLARE statement.Michael Meskes
2003-09-18Applied patch from Oliver Jowett to clean up some instances where the wrongBarry Lind
2003-09-18Small jdbc patch from Kim Ho at RedHat to fix some boolean problemsBarry Lind
2003-09-18A minor fix to jdbc regression testsBarry Lind
2003-09-17Applied patch to jdbc from Kim Ho at RedHat, fixing improper handling of empt...Barry Lind
2003-09-17Applied patch for jdbc from Kim Ho at RedHat to more correctly deal with bool...Barry Lind
2003-09-17Fixed jdbc to correctly report that constraints are supportedBarry Lind
2003-09-17Applied patch from Fernando Nasser of RedHat to fix some error messagesBarry Lind
2003-09-17Applied patch from Kim Ho at redhat to improve boolean and bit handlingBarry Lind
2003-09-16I don't care whether it's informix-compatible or not: #defining a wordTom Lane
2003-09-15Translation updatesPeter Eisentraut
2003-09-13More SQLState updates from Kim Ho at Redhat.Barry Lind
2003-09-10Some uppercase type definitions were left.Michael Meskes
2003-09-09Clean up some unused import warnings in the example jdbc codeBarry Lind
2003-09-09Additional SQLState work for JDBC - thanks to Kim Ho at Redhat for input on thisBarry Lind
2003-09-09- Added Dave patch for Informix handling of numeric/int conversion.Michael Meskes
2003-09-08Opps, can't forget the new file. This is part of the last commit to applyBarry Lind
2003-09-08This set of changes applies a patch from KHO at redhat to add some SQLStateBarry Lind
2003-09-07Changes for MinGW/WIN32:Bruce Momjian
2003-09-05Enable Win32 to compile libpq again, and enable SSL compiles on thatBruce Momjian
2003-09-05Improve prototype casting for thread calls.Bruce Momjian
2003-09-02Remove outdated CLI things.Peter Eisentraut
2003-09-01Do not pass server_encoding to the client.Peter Eisentraut
2003-09-01Fixed two bugs in pgtypes library.Michael Meskes
2003-08-27Share PG_DIAG_* macros between client and server and use them internally.Peter Eisentraut
2003-08-26Fixed connect statement with username in variable.Michael Meskes
2003-08-26Attempt to fix setMaxFieldSize() logic that was checked in yesterday.Barry Lind
2003-08-25Synced parser and fixed a bug in error output to log file.Michael Meskes
2003-08-24Applied patches from Oliver Jowett to fix the following bugs:Barry Lind
2003-08-24Translation updatesPeter Eisentraut
2003-08-24Add macros for error result fields to libpq.Peter Eisentraut
2003-08-23Correct uninstall target.Peter Eisentraut
2003-08-20Translation updatesPeter Eisentraut
2003-08-15Updated the blob regression test to actually use the getBlob/getClob methodsBarry Lind
2003-08-15Fixed improper message length for the connection termination message 'X' whenBarry Lind
2003-08-13libpq failed to cope with COPY FROM STDIN if the command was issuedTom Lane