735614c1cf
Stamp 7.4.1.
...
Update 7.4.1 FAQ's to current.
2003-12-13 16:57:36 +00:00
dbc5177883
patch for returning database metadata as system objects from Kris Jurka
2003-12-13 00:59:19 +00:00
b47863bcd6
add missing SQLState by Patrick Higgins
2003-12-12 18:39:01 +00:00
2712da556a
cancel row updates sets values to null by Kris Jurka
2003-12-12 18:38:19 +00:00
31769dcb02
patch to indicate why test cases failed from Oliver Jowett
2003-12-12 18:37:06 +00:00
2fdcd1aaac
fix casting pooled connections to PGStatement problem patch by JariP
2003-12-12 18:06:25 +00:00
26c89c312b
patch to build under jdk1.1 from Richard Scranton
2003-12-12 17:59:08 +00:00
6a621cac4a
binary stream patch by Kris Jurka fixes empty stream failure
2003-12-12 00:27:41 +00:00
2b75042dbd
metadata encoding patch from Kris Jurka
2003-12-12 00:24:13 +00:00
cbc56dcc8d
patch for unique foreign keys and test case from Kris Jurka
2003-12-11 19:25:08 +00:00
f954ebf577
patch to make PSQLState serializable, and a test case for it
...
added a test case for getLastOID
2003-12-11 03:59:37 +00:00
3800626d81
incremented the build number to 210
2003-12-10 18:25:11 +00:00
1276e1ed8f
backpatch for driver threadsafe problems
2003-12-05 21:22:03 +00:00
dfaf736bc7
patch from Kris Jurka to allow the server end port to be specified when running
...
regression tests, this is a backpatch to 7.4
2003-12-05 21:06:12 +00:00
10b84be9b3
Make PQescapeBytea and byteaout consistent with each other, and
...
octal escape all octets outside the range 0x20 to 0x7e. This fixes
the problem pointed out by Sergey Yatskevich here:
http://archives.postgresql.org/pgsql-bugs/2003-11/msg00140.php
2003-11-30 20:53:43 +00:00
1adcaadc2f
Backpatch Borland thread.c fix to 7.4.X.
2003-11-30 06:02:40 +00:00
d8ada3c7cb
Cast field-length variables used in printf to int, because sometimes
...
they might be of a wider type.
2003-11-26 15:54:59 +00:00
83ab17e051
Rename USE_THREADS to ENABLE_THREAD_SAFETY to avoid name clash with Perl.
...
Fixes compliation failure with --enable-thread-safety --with-perl and Perl
5.6.1.
2003-11-24 13:11:27 +00:00
a62f62d78b
Fixed typo in create schema parsing.
2003-11-19 13:19:40 +00:00
64c11b9b87
Translation updates
2003-11-15 10:20:02 +00:00
9be4433789
Commit the remaining parts of the array changes.
2003-11-12 08:42:57 +00:00
9736e8f95c
Re-added forgotten cache.
2003-11-10 20:28:06 +00:00
939c203974
Restore compatibility with Tcl 8.0.* --- from ljb.
2003-11-08 20:34:42 +00:00
d3268ee2ef
Fix parsing of create index call
2003-11-08 19:14:20 +00:00
f651e7cfbe
Make sure bug fix makes it into 7.4 as well. Thanks Peter.
2003-11-04 08:45:47 +00:00
1af403e42d
Complete options help and put it in less random order.
2003-11-02 12:55:24 +00:00
bcf4d35699
Minor cleanup of PQunescapeBytea(). Avoid unportable assumptions about
...
behavior of malloc and realloc when request size is 0. Fix escape
sequence recognizer so that only valid 3-digit octal sequences are
treated as escape sequences ... isdigit() is not a correct test.
2003-10-31 17:43:10 +00:00
e6152300f1
If EOF is found inside a string/comment/etc. stop parsing.
2003-10-31 14:10:41 +00:00
ede9b68e03
Use Tcl ByteArray objects to avoid unwanted character set translation
...
in libpgtcl's lo_read/lo_write commands. Also, deal correctly with
failure return from lo_read(). ljb and Tom Lane.
2003-10-31 00:18:55 +00:00
f4b4d7ce60
use the result set to set the fetchsize
2003-10-30 12:18:56 +00:00
f590a5ea72
Applied patch by Dave Cramer to fix several bugs in compatlib.
2003-10-30 10:19:30 +00:00
7ecb6ede28
Patches from Oliver Jowett to fix CursorFetchTest, 7.4 now does not automatically delete cursors
2003-10-29 02:39:10 +00:00
979b537522
Include -lkrb5 when needed for shlibs depending on libpq. Per report
...
from Johan Henselmans.
2003-10-28 21:55:58 +00:00
0262337ad3
Fixed bug with indicators when storage for the string is dynamically allocated.
2003-10-26 09:50:47 +00:00
002e7b3789
Translation updates
2003-10-25 18:03:21 +00:00
6db0a6b035
Remove socket credentials defines not referenced.
2003-10-25 03:48:47 +00:00
0634c01e3a
Add missing semicolon, per Johann Uhrmann.
...
Avoids warnings from newer bisons.
2003-10-22 16:43:42 +00:00
7eb67fc98b
Cope with platforms that offer LONGLONG_MIN in place of the C99-spec
...
LLONG_MIN. One example is AIX, per report from Andreas.
2003-10-21 15:34:34 +00:00
3b72087bf6
Install dummy sqlda.h file since this is needed for compatibility.
2003-10-20 12:54:29 +00:00
9dfdbef345
Adjust libpq to avoid deadlock when both client and server want to send
...
data, and both have filled the transmission buffers. One scenario where
this can happen was illustrated here:
http://archives.postgresql.org/pgsql-hackers/2003-04/msg00979.php
2003-10-19 21:36:41 +00:00
d5353acbc3
Check for both Informix modes when parsing include files.
2003-10-19 13:22:33 +00:00
f2f7107024
Must free the pgParameterStatus chain in freePGconn(). My fault,
...
well spotted by Neil Conway.
2003-10-18 05:02:06 +00:00
578774d5f5
Translation update
2003-10-15 09:45:34 +00:00
dee5b779fa
New translation
2003-10-15 09:39:04 +00:00
037468eff2
New translation
2003-10-12 19:16:36 +00:00
84b35a7f76
Added missing "commit" in test case.
2003-10-12 15:19:46 +00:00
108f371769
Translation updates
2003-10-10 08:01:44 +00:00
f8d90fcc0a
Protected access to variable m_preparedCount via synchronized
...
function to prevent multiple threads using automatic cursors on
the same connection from stomping over each others cursor.
Jan
2003-10-09 01:17:07 +00:00
163f0b2d48
Removed my debug printf() call from numeric.c
2003-10-08 08:28:57 +00:00
cfd992ecba
Fixed floating point exception in long=>numeric conversion.
2003-10-07 18:36:46 +00:00