summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
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
2003-08-13Add PQexecPrepared() and PQsendQueryPrepared() functions, to allowTom Lane
2003-08-12Cope with NoData message from backend. Needed for case whereTom Lane
2003-08-11Applied patch from Oliver Jowett to clean up the jdbc regression test buildBarry Lind
2003-08-11Applied patch from Oliver Jowett to better handle invalid input for getArrayBarry Lind
2003-08-11Applied patch from Oliver Jowett to clean up some aditional warning messagesBarry Lind
2003-08-11Applied patch from Oliver Jewett to fix a deprecation in newer versions of antBarry Lind
2003-08-11Applied patch from Oliver Jewett to clean up the testing README fileBarry Lind
2003-08-11Applied patch by Oliver Jowett to clean up some exception handlingBarry Lind
2003-08-11Applied patch from Oliver Jowett to improve a buffer sizing.Barry Lind
2003-08-11Applied patch from Kim Ho to fix a regression against a 7.4 server. The resultBarry Lind
2003-08-11Translation updatesPeter Eisentraut
2003-08-08Another pgindent run with updated typedefs.Bruce Momjian
2003-08-08sprompt not needed in libpq.Bruce Momjian
2003-08-08Fix null checking of type decimal datums without indicator in InformixPeter Eisentraut
2003-08-08Be a little bit more careful about using sqlstate, in case libpq returnedPeter Eisentraut
2003-08-08Translation updates by Dennis BjörklundPeter Eisentraut
2003-08-08Remove postgres_ext.h inclusion -- not necessary.Peter Eisentraut
2003-08-08Move simple_prompt()/sprompt.c into /port.Bruce Momjian
2003-08-08Makefile cleanup.Bruce Momjian
2003-08-08Cleanup.Bruce Momjian
2003-08-08Makefile cleanup.Bruce Momjian
2003-08-08More thread.c cleanup.Bruce Momjian
2003-08-08More threading cleanups.Bruce Momjian
2003-08-08threads.c -> thread.c, be consistent.Bruce Momjian
2003-08-07Clean up function header.Bruce Momjian
2003-08-07Make table column type TEXT.Bruce Momjian
2003-08-07Add iteration option to thread test program.Bruce Momjian
2003-08-07Update ecpg thread testing program to be more automated.Bruce Momjian
2003-08-07Include postgres_ext.h instead of postgres_fe.h. This allows ecpgBruce Momjian
2003-08-07Add -lm for ecpg/pgtypeslib/Makefile link so -lm isn't required for ecpgBruce Momjian