Commit Graph

2301 Commits (037e2fcf8fb4f5af00a5eceb26f4a2170e99b343)

Author SHA1 Message Date
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
Dave Cramer fc1dc0cd33 patch to deal with unique foreign keys in 7.4 from Kris Jurka 22 years ago
Dave Cramer 6ae740dbd8 tch to make sure PSQLState is Serializable and a test case to prove it 22 years ago
Dave Cramer e77708d9be patch to make sure PSQLState is Serializable and a test case to prove it 22 years ago
Dave Cramer 67173060e6 incremented build to 211 22 years ago
Michael Meskes 3819afa759 Added patch by Dave Cramer for array handling in ecpglib. 22 years ago
Joe Conway b8f40ced2f Make PQescapeBytea and byteaout consistent with each other, and 22 years ago
Bruce Momjian 32abf0e781 Bump all version numbers and version stamps mentioned in RELEASE_CHANGES. 22 years ago
Bruce Momjian 38887379a2 Reorder win32/bcc makefile mentions of thread.c for sanity. 22 years ago
Bruce Momjian edfccd3d32 Add thread.c to Borland CC build. 22 years ago
PostgreSQL Daemon 55b113257c make sure the $Id tags are converted to $PostgreSQL as well ... 22 years ago
PostgreSQL Daemon 969685ad44 $Header: -> $PostgreSQL Changes ... 22 years ago
Peter Eisentraut 9a8b7c0f69 Cast field-length variables used in printf to int, because sometimes 22 years ago
Peter Eisentraut 8878cc4cd7 Rename USE_THREADS to ENABLE_THREAD_SAFETY to avoid name clash with Perl. 22 years ago
Michael Meskes 5032f83082 Fixed typo in create schema parsing. 22 years ago
Peter Eisentraut 7397819f78 Translation updates 22 years ago
Michael Meskes 135ecf8d96 Re-added forgotten cache. 22 years ago
Tom Lane 45fe4042df Restore compatibility with Tcl 8.0.* --- from ljb. 22 years ago
Michael Meskes 87758314ca Made sure an internal array is not treated as a user defined one. 22 years ago
Dave Cramer 622736aa4a Added missing methods 22 years ago
Dave Cramer b720fa96fb patch for rs.previous and test case as well as patch for allowing server and port to be specified in test cases 22 years ago
Dave Cramer efea5da4fa accept url and fk action fix from Kris Jurka 22 years ago