Commit Graph

2175 Commits (509a9cd3f922c38c19d35e81bb1427d663ba4aba)

Author SHA1 Message Date
Barry Lind 509a9cd3f9 More SQLState updates from Kim Ho at Redhat. 23 years ago
Michael Meskes 573f4500a3 Some uppercase type definitions were left. 23 years ago
Barry Lind 62b53accd4 Clean up some unused import warnings in the example jdbc code 23 years ago
Barry Lind 5cdf771d8a Additional SQLState work for JDBC - thanks to Kim Ho at Redhat for input on this 23 years ago
Michael Meskes fcdf0e22fc - Added Dave patch for Informix handling of numeric/int conversion. 23 years ago
Barry Lind 05dddf40c2 Opps, can't forget the new file. This is part of the last commit to apply 23 years ago
Barry Lind 0378a269f3 This set of changes applies a patch from KHO at redhat to add some SQLState 23 years ago
Bruce Momjian 4b407f6c3c Changes for MinGW/WIN32: 23 years ago
Bruce Momjian 2dc9437160 Enable Win32 to compile libpq again, and enable SSL compiles on that 23 years ago
Bruce Momjian 1709fde56a Improve prototype casting for thread calls. 23 years ago
Peter Eisentraut 30b4abf5d0 Remove outdated CLI things. 23 years ago
Peter Eisentraut 5f65345a57 Do not pass server_encoding to the client. 23 years ago
Michael Meskes 05f4b03b23 Fixed two bugs in pgtypes library. 23 years ago
Peter Eisentraut f2c2943aae Share PG_DIAG_* macros between client and server and use them internally. 23 years ago
Michael Meskes 47a4e2ed1c Fixed connect statement with username in variable. 23 years ago
Barry Lind 06bbd98a15 Attempt to fix setMaxFieldSize() logic that was checked in yesterday. 23 years ago
Michael Meskes 4b02f3c4eb Synced parser and fixed a bug in error output to log file. 23 years ago
Barry Lind 2495365df1 Applied patches from Oliver Jowett to fix the following bugs: 23 years ago
Peter Eisentraut 903fe8fc6f Translation updates 23 years ago
Peter Eisentraut c3664c0c00 Add macros for error result fields to libpq. 23 years ago
Peter Eisentraut 588970c399 Correct uninstall target. 23 years ago
Peter Eisentraut ef38ca9b3d Translation updates 23 years ago
Barry Lind dcfa89537a Updated the blob regression test to actually use the getBlob/getClob methods 23 years ago
Barry Lind 5cad6813fb Fixed improper message length for the connection termination message 'X' when 23 years ago
Tom Lane c01641f8ae libpq failed to cope with COPY FROM STDIN if the command was issued 23 years ago
Tom Lane 0be731ad44 Add PQexecPrepared() and PQsendQueryPrepared() functions, to allow 23 years ago
Tom Lane 90ade5b775 Cope with NoData message from backend. Needed for case where 23 years ago
Barry Lind e3d97d7da2 Applied patch from Oliver Jowett to clean up the jdbc regression test build 23 years ago
Barry Lind c9fa2871f6 Applied patch from Oliver Jowett to better handle invalid input for getArray 23 years ago
Barry Lind 1f96440d66 Applied patch from Oliver Jowett to clean up some aditional warning messages 23 years ago
Barry Lind 17108e6c4f Applied patch from Oliver Jewett to fix a deprecation in newer versions of ant 23 years ago
Barry Lind c82bfea125 Applied patch from Oliver Jewett to clean up the testing README file 23 years ago
Barry Lind 1ca4e700de Applied patch by Oliver Jowett to clean up some exception handling 23 years ago
Barry Lind d7c609f7c4 Applied patch from Oliver Jowett to improve a buffer sizing. 23 years ago
Barry Lind fcbf1f1fdd Applied patch from Kim Ho to fix a regression against a 7.4 server. The result 23 years ago
Peter Eisentraut 7078441af0 Translation updates 23 years ago
Bruce Momjian 46785776c4 Another pgindent run with updated typedefs. 23 years ago
Bruce Momjian 6a991845a3 sprompt not needed in libpq. 23 years ago
Peter Eisentraut fbf1fd2650 Fix null checking of type decimal datums without indicator in Informix 23 years ago
Peter Eisentraut e39bc695d6 Be a little bit more careful about using sqlstate, in case libpq returned 23 years ago
Peter Eisentraut 0bf70870db Translation updates by Dennis Björklund 23 years ago
Peter Eisentraut acbef53d1f Remove postgres_ext.h inclusion -- not necessary. 23 years ago
Bruce Momjian 63c4d156e0 Move simple_prompt()/sprompt.c into /port. 23 years ago
Bruce Momjian 522b4937b3 Makefile cleanup. 23 years ago
Bruce Momjian 48af71423d Cleanup. 23 years ago
Bruce Momjian 86b07104dd Makefile cleanup. 23 years ago
Bruce Momjian ba0d38fd89 More thread.c cleanup. 23 years ago
Bruce Momjian 30c63f460a More threading cleanups. 23 years ago
Bruce Momjian e4cbb982b0 threads.c -> thread.c, be consistent. 23 years ago
Bruce Momjian e060701f51 Clean up function header. 23 years ago