Tom Lane
68ab4de905
Stamp release 7.2.8.
2005-05-05 20:10:08 +00:00
Tom Lane
bcc1c7b1ea
Stamp release 7.2.7.
2005-01-30 20:32:42 +00:00
Tom Lane
6452043ec8
Stamp release 7.2.6.
2004-10-22 00:27:34 +00:00
Tom Lane
9f7cf9c0a6
Stamp 7.2.5.
2004-08-15 01:23:30 +00:00
D'Arcy J.M. Cain
f08392b55a
Back patch bug fix to quote function.
2003-02-27 10:43:50 +00:00
Tom Lane
895491bc22
Brand 7.2.4.
2003-01-29 22:13:19 +00:00
Bruce Momjian
4526d2183f
Brand 7.2.3.
2002-10-01 03:34:29 +00:00
Bruce Momjian
17e543ee97
Stamp the 7.2.2 release.
2002-08-22 23:26:26 +00:00
Tatsuo Ishii
891ce19bcc
A backport patch.
...
Fix PQescapeBytea/PQunescapeBytea so that they handle bytes > 0x7f.
This is necessary for mulibyte character sequences.
See "[HACKERS] PQescapeBytea is not multibyte aware" thread posted around
2002/04/05 for more details.
2002-04-08 06:21:31 +00:00
Bruce Momjian
0d3abc019b
Update for 7.2.1.
2002-03-18 23:04:11 +00:00
Peter Eisentraut
673b48becb
Remove warning about automatic inclusion of sqlca.
2002-02-15 17:46:57 +00:00
Peter Eisentraut
3ac85b86cb
Update Win32-world version number of libpq++.
2002-01-30 21:59:33 +00:00
Michael Meskes
cb8961ab47
Added patch to temporarily disable locale for descriptors too (Christof)
2002-01-23 16:34:06 +00:00
Tom Lane
04c8d4c660
libpq++/pgconnection.h must not include postgres_fe.h, else it fails to
...
compile in client apps that use the standard installed header set.
To allow removing that include, move DLLIMPORT definitions out of c.h
and into the appropriate port-specific header files.
2002-01-22 19:02:40 +00:00
Dave Cramer
83b5ae65a0
Fixes to getImportedKeys/getExportedKeys from Jason Davies
...
Previous versions did not correctly identify primary/foreign keys
2002-01-18 17:21:51 +00:00
Michael Meskes
2ab3a88879
Accept subsequent commits. This should have been just a warning anyway. I
...
cannot see a reason why it should be an error.
2002-01-18 15:51:00 +00:00
Barry Lind
2843a13e51
Applied patch submitted by Ryouichi Matsuda (r-matuda@sra.co.jp) that fixed a problem with leading zeros being lost on fractional seconds when setting a timestamp value on a PreparedStatement.
2002-01-15 07:37:33 +00:00
Barry Lind
d013dbed75
Applied patch from Ryouichi Matsuda <r-matuda@sra.co.jp> where the jdbc
...
driver was not properly handling timestamptz datatype when using the
getObject() method on ResultSet. Fix adds this datatype to the object mappings.
2002-01-15 06:55:13 +00:00
Tom Lane
eab6776358
Ensure that ecpg/test is cleaned by higher-level 'make clean'.
2002-01-14 17:49:56 +00:00
Bruce Momjian
d43b364eb9
Small AIX fixes from Rick Flower.
2002-01-14 15:34:41 +00:00
Michael Meskes
7138a1e5fc
- Fixed variable handling for struct members.
...
- Removed check for array input. An attribut might store the
complete array.
2002-01-13 08:52:09 +00:00
Michael Meskes
051a4f233f
Added Christof's fixes.
2002-01-11 14:43:11 +00:00
Hiroshi Inoue
d91b445117
*** empty log message ***
2002-01-11 06:01:47 +00:00
Hiroshi Inoue
f43b5de649
Add a directory to save the changes until 7.3-tree is branched.
2002-01-11 02:50:01 +00:00
Michael Meskes
7955f98774
Include sqlca.h automatically.
2002-01-10 10:42:54 +00:00
Tom Lane
92a2598f97
The result of getopt() should be compared to -1, not EOF, per
...
pgsql-hackers discussion of this date.
2002-01-10 01:11:45 +00:00
Tom Lane
d079c419d2
Fix include paths for case of VPATH build.
2002-01-09 00:06:42 +00:00
Tom Lane
a34f313223
Fix copy-and-paste mistake exposed by gcc warning.
2002-01-08 23:34:47 +00:00
Peter Eisentraut
154ccb6040
Revert last change (CFLAGS+=-g). Probably was a mistake...
2002-01-08 20:41:28 +00:00
Tom Lane
61dd8b6dc4
Remove shift/reduce conflicts introduced by last change.
2002-01-08 19:02:51 +00:00
Michael Meskes
1e15f9e119
Fixed array pointers, no longer using void * in arithmetics.
2002-01-08 14:25:06 +00:00
Michael Meskes
54452833ef
Fixed parser to accept initializing expressions starting with "(".
2002-01-07 16:25:45 +00:00
Peter Eisentraut
731204e090
Editorial review
2002-01-07 02:29:15 +00:00
Barry Lind
734e421278
Bugfix for bug reported by Marcus Better (marcus@dactylis.com). When preforming
...
a get on a bytea value the code was running the raw value from the server
through character set conversion, which if the character set was SQL_ASCII
would cause all 8bit characters to become ?'s.
2002-01-05 22:26:23 +00:00
Tom Lane
ee051baeac
Make sure that all <ctype.h> routines are called with unsigned char
...
values; it's not portable to call them with signed chars. I recall doing
this for the last release, but a few more uncasted calls have snuck in.
2001-12-30 23:09:42 +00:00
Michael Meskes
988fdce5d1
- Removed space_or_nl and line_end from pgc.l.
...
- Fixed several bugs concerning arrays of structs including a memory
allocation bug.
2001-12-23 12:17:41 +00:00
Peter Eisentraut
cb85a62807
Czech translation updates from Karel Zak
2001-12-21 22:30:49 +00:00
Thomas G. Lockhart
daefb89e5a
Remove duplicate lines from fouled up last commit (my DSL line failed
...
during the CVS update, leaving locks and bad files).
2001-12-21 06:01:36 +00:00
Bruce Momjian
f3292901b9
More comment for libpgeasy.
2001-12-14 02:15:04 +00:00
Bruce Momjian
2e05d3ecdb
Fix double-memory free in libpgeasy; problem introduced yesterday.
2001-12-14 00:52:53 +00:00
Bruce Momjian
bdafb40077
Clean up comment in libpgeasy.
2001-12-14 00:40:31 +00:00
Peter Eisentraut
3aaaf5aeee
Add Swedish
2001-12-13 22:06:33 +00:00
Peter Eisentraut
cfe88fdf4b
update
2001-12-13 22:04:40 +00:00
Peter Eisentraut
60e42602a0
revert last change
2001-12-13 18:39:04 +00:00
Bruce Momjian
ba578ae667
Free libpgeasy result structure on database close; fixed memory leak.
2001-12-13 09:40:18 +00:00
Barry Lind
3dd85bcb08
Applied patch from Thomas O'Dowd that fixes timestamp parsing. The jdbc code
...
wasn't updated to handle more than two decimal digits for fractional seconds
that now are possible in 7.2. This patch fixes the timestamp parsing logic.
I have built and tested on both jdbc1 and jdbc2.
2001-12-11 04:48:05 +00:00
Barry Lind
45a6343ebb
Patch from Ned Wolpert that fixes a bug that caused the cache of types not
...
to be used, causing extra sql statements to be executed. This was a
significant performance problem with the database meta data classes.
The fix is a simple one liner.
2001-12-11 04:44:23 +00:00
Michael Meskes
0a7a8256b8
committed the missing files
2001-12-10 14:55:47 +00:00
Peter Eisentraut
3f1d142c59
Add French translation
2001-12-10 13:03:55 +00:00
Thomas G. Lockhart
9ed2ac291b
Remove duplicate lines from previous patch attempt. Trouble with my
...
DSL line at home broke things right in the middle of an update. :(
2001-12-10 00:11:06 +00:00