Commit Graph

2322 Commits (ebf4bb7f2e7aa5338debe7a5394a35db69ea9ed0)

Author SHA1 Message Date
Bruce Momjian feed7cf1c1 More clearly describe why PQinSend returns false for non-threaded libpq. 22 years ago
Tom Lane 0eb6951915 Repair missing inclusions of -lintl for shared libraries. 22 years ago
Neil Conway b8362d465d Use Tcl_PutEnv() in place of putenv() in libpgtcl, as the latter can 22 years ago
Bruce Momjian e5e5a323ca Briefly, 22 years ago
Tom Lane b3ead7c045 Fix typo. 22 years ago
Michael Meskes 6d9a81b66f Removed some debugging output. 22 years ago
Michael Meskes 6ccfc4f430 - Issue a warning if a cursor is declared but not opened. 22 years ago
Tom Lane c77f363384 Ensure that close() and fclose() are checked for errors, at least in 22 years ago
Michael Meskes 1ef7c5c1e9 Added WHENEVER NOT_FOUND to SELECT/INSERT/UPDATE/DELETE. 22 years ago
Tom Lane bd046b99f0 Remove JDBC from the build system and documentation, too. 22 years ago
PostgreSQL Daemon b195c10df7 missed a few files 22 years ago
PostgreSQL Daemon 2a9bf5b33d JDBC is now on GBorg 22 years ago
Tom Lane 9bd681a522 Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_path 22 years ago
Peter Eisentraut ace92cef35 Translation update 22 years ago
Bruce Momjian 5cecb734a7 Fix ecpg test program to properly access int* null indicator. 22 years ago
Bruce Momjian 59182d9901 Add comment about synchronous signals. 22 years ago
Bruce Momjian 0150dbdce5 Allow libpq to do thread-safe SIGPIPE handling. This allows it to 22 years ago
Neil Conway 192ad63bd7 More janitorial work: remove the explicit casting of NULL literals to a 22 years ago
Peter Eisentraut 35b1fe122c Translation updates 22 years ago
Michael Meskes 40417169ba Fixed bug in GRANT OPTION FOR parsing. 22 years ago
Tom Lane 4351f8823d Fix portability bugs: char values passed to <ctype.h> functions must 22 years ago
Michael Meskes 21b3c0e0ec Added missing whitespaces to array argument parsing. 22 years ago
Tom Lane d167fb1015 Fix sanity-check code that mistakenly assumed error and notice messages 22 years ago
Tom Lane 36c9a01acf Avoid infinite loop if connection is lost during PQexecStart() or 22 years ago
Michael Meskes 03caf7649b Fixed segfault in parsing of EXEC SQL SELECT * FROM foo() AS TBL( c int, i int); 22 years ago
Bruce Momjian 0ea4f9c859 Back out: 22 years ago
Tom Lane fb8ac3fcb6 Dept. of third thoughts: in fact, libpq should support SCM_CREDS challenge 22 years ago
Tom Lane b8f2980209 Fix broken IDENT support for FreeBSD (appears to have been broken by 22 years ago
Bruce Momjian 54c8e821b8 In my mind there were two categories of open issues 22 years ago
Bruce Momjian 85f51dea1c Supress ecpg thread test if configure didn't enable threads. Fix 22 years ago
Bruce Momjian 580cae7567 Prevent service dbname from defaulting to service name, per bug report 22 years ago
Tom Lane e0cd175212 Fix memory leak with SSL connections due to missing X509_free() calls. 22 years ago
Peter Eisentraut ed8e5143c2 Forgot to change one compatlib.h. 22 years ago
Peter Eisentraut ad8c09c29c Move Informix compatibility include files out of the way. compatlib.h 22 years ago
Dave Cramer b4ed1edb57 patch for new OID74Test 22 years ago
Dave Cramer b9deede241 fixed up OID74 test to conform with other tests, by Kris Jurka 22 years ago
Dave Cramer bb58eed004 patch by Kris Jurka to use the correct protocol based upon server information 22 years ago
Dave Cramer 9dddd242dd revoked patch from Kris Jurka to fix multiarguments, and changed test to create 22 years ago
Dave Cramer e4955c2ec3 patch from Kris Jurka to fix large object 7.1 compatible protocol issues 22 years ago
Michael Meskes 95eea2d89c - Added just another patch by Dave that fixes a reversed order in 22 years ago
Dave Cramer 845109e606 added polish translation submitted by Piotr Maj 22 years ago
Dave Cramer 7ac2f11c14 add missing SQLState by Patrick Higgins 22 years ago
Dave Cramer 605c1e6df0 cancel row updates sets values to null by Kris Jurka 22 years ago
Dave Cramer 06ec9044b5 patch to indicate why test cases failed from Oliver Jowett 22 years ago
Dave Cramer 8727029969 patch to fix returning he information schema as a system object by Kris Jurka 22 years ago
Dave Cramer 777acbb345 fix casting pooled connections to PGStatement problem patch by JariP 22 years ago
Dave Cramer ef6a80431f patch to build under jdk1.1 from Richard Scranton 22 years ago
Dave Cramer 4bb71ef519 binary stream patch by Kris Jurka fixes empty stream failure 22 years ago
Dave Cramer f9d3ed65c4 metadata encoding patch from Kris Jurka 22 years ago
Dave Cramer 742ca2e057 build number set to 300 to avoid conflict with 7.4 builds 22 years ago