aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAge
* Opps, can't forget the new file. This is part of the last commit to applyBarry Lind2003-09-08
* This set of changes applies a patch from KHO at redhat to add some SQLStateBarry Lind2003-09-08
* Changes for MinGW/WIN32:Bruce Momjian2003-09-07
* Enable Win32 to compile libpq again, and enable SSL compiles on thatBruce Momjian2003-09-05
* Improve prototype casting for thread calls.Bruce Momjian2003-09-05
* Remove outdated CLI things.Peter Eisentraut2003-09-02
* Do not pass server_encoding to the client.Peter Eisentraut2003-09-01
* Fixed two bugs in pgtypes library.Michael Meskes2003-09-01
* Share PG_DIAG_* macros between client and server and use them internally.Peter Eisentraut2003-08-27
* Fixed connect statement with username in variable.Michael Meskes2003-08-26
* Attempt to fix setMaxFieldSize() logic that was checked in yesterday.Barry Lind2003-08-26
* Synced parser and fixed a bug in error output to log file.Michael Meskes2003-08-25
* Applied patches from Oliver Jowett to fix the following bugs:Barry Lind2003-08-24
* Translation updatesPeter Eisentraut2003-08-24
* Add macros for error result fields to libpq.Peter Eisentraut2003-08-24
* Correct uninstall target.Peter Eisentraut2003-08-23
* Translation updatesPeter Eisentraut2003-08-20
* Updated the blob regression test to actually use the getBlob/getClob methodsBarry Lind2003-08-15
* Fixed improper message length for the connection termination message 'X' whenBarry Lind2003-08-15
* libpq failed to cope with COPY FROM STDIN if the command was issuedTom Lane2003-08-13
* Add PQexecPrepared() and PQsendQueryPrepared() functions, to allowTom Lane2003-08-13
* Cope with NoData message from backend. Needed for case whereTom Lane2003-08-12
* Applied patch from Oliver Jowett to clean up the jdbc regression test buildBarry Lind2003-08-11
* Applied patch from Oliver Jowett to better handle invalid input for getArrayBarry Lind2003-08-11
* Applied patch from Oliver Jowett to clean up some aditional warning messagesBarry Lind2003-08-11
* Applied patch from Oliver Jewett to fix a deprecation in newer versions of antBarry Lind2003-08-11
* Applied patch from Oliver Jewett to clean up the testing README fileBarry Lind2003-08-11
* Applied patch by Oliver Jowett to clean up some exception handlingBarry Lind2003-08-11
* Applied patch from Oliver Jowett to improve a buffer sizing.Barry Lind2003-08-11
* Applied patch from Kim Ho to fix a regression against a 7.4 server. The resultBarry Lind2003-08-11
* Translation updatesPeter Eisentraut2003-08-11
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-08
* sprompt not needed in libpq.Bruce Momjian2003-08-08
* Fix null checking of type decimal datums without indicator in InformixPeter Eisentraut2003-08-08
* Be a little bit more careful about using sqlstate, in case libpq returnedPeter Eisentraut2003-08-08
* Translation updates by Dennis BjörklundPeter Eisentraut2003-08-08
* Remove postgres_ext.h inclusion -- not necessary.Peter Eisentraut2003-08-08
* Move simple_prompt()/sprompt.c into /port.Bruce Momjian2003-08-08
* Makefile cleanup.Bruce Momjian2003-08-08
* Cleanup.Bruce Momjian2003-08-08
* Makefile cleanup.Bruce Momjian2003-08-08
* More thread.c cleanup.Bruce Momjian2003-08-08
* More threading cleanups.Bruce Momjian2003-08-08
* threads.c -> thread.c, be consistent.Bruce Momjian2003-08-08
* Clean up function header.Bruce Momjian2003-08-07
* Make table column type TEXT.Bruce Momjian2003-08-07
* Add iteration option to thread test program.Bruce Momjian2003-08-07
* Update ecpg thread testing program to be more automated.Bruce Momjian2003-08-07
* Include postgres_ext.h instead of postgres_fe.h. This allows ecpgBruce Momjian2003-08-07
* Add -lm for ecpg/pgtypeslib/Makefile link so -lm isn't required for ecpgBruce Momjian2003-08-07