Tom Lane
6c134eb6f1
Spell 'precedes', 'preceding' correctly in various places.
2001-11-21 22:57:01 +00:00
Bruce Momjian
16cb347eee
// -> /* */, per Tatsuo.
2001-11-21 05:03:16 +00:00
Bruce Momjian
28e92b89f4
Change 'return ;' to 'return;'; remove space.
2001-11-19 23:19:21 +00:00
Bruce Momjian
09634eafe1
Indent jdbc case labels using pgjindent.
2001-11-19 23:16:46 +00:00
Bruce Momjian
6c8120d68c
More jdbc comment cleanups. Code looks very nice now.
2001-11-19 22:43:13 +00:00
Bruce Momjian
f3148bef9f
JDBC indenting, comment cleanups.
2001-11-19 22:33:39 +00:00
Hiroshi Inoue
09a2b4f423
Fix comment at top of file to match file name.
2001-11-19 06:26:00 +00:00
Tom Lane
9b03776ff2
A bunch of small doco updates motivated by scanning the comments on
...
the interactive docs.
2001-11-19 03:58:25 +00:00
Bruce Momjian
09bf48cf79
Improve comments about duplicate files.
2001-11-18 23:02:19 +00:00
Bruce Momjian
aea081bb27
Add missing prototype.
2001-11-16 18:28:16 +00:00
Bruce Momjian
07de4cbbbb
Add configure result checks on odbc, per Peter E.
2001-11-16 18:10:04 +00:00
Tom Lane
100e7f0c9d
Once again, Michael has overwritten someone else's patch ...
2001-11-16 17:01:48 +00:00
Peter Eisentraut
aff53b27f0
Make the yacc rules safe for parallel make. See discussion on pgsql-patches
...
and comment in src/backend/parser/Makefile for the technical details.
2001-11-16 16:32:33 +00:00
Michael Meskes
7845954e49
Committed again to add the missing files/patches.
2001-11-16 08:36:37 +00:00
Hiroshi Inoue
949af991fc
Change SQLDescribeCol so that it returns alias name properly.
2001-11-16 05:55:10 +00:00
Tom Lane
2a4660f5aa
Update keyword lists per suggestions by Peter. There are now four
...
mutually exclusive keyword lists spanning all known keywords ---
including AS. Moved COALESCE and a few other ColLabels into the
can-be-ColId list.
2001-11-16 04:08:33 +00:00
Bruce Momjian
2c1784a9c7
Update md5.h because it can't get the value from configure.
2001-11-15 16:16:08 +00:00
Bruce Momjian
1edbd62cac
Fix comment at top of file to match file name.
2001-11-15 03:12:53 +00:00
Dave Cramer
80c029190f
fixes getIndex to work with forte's transparent persistence
2001-11-14 20:04:00 +00:00
Michael Meskes
32a4c3008f
Added Christof's patches.
2001-11-14 11:11:49 +00:00
Barry Lind
ebb93323bb
Attached is a patch against the CVS repository that fixes the ResultSet absolute() problem.
...
There's also a little fix for the getRow() method. While fixing
absolute(), I noticed that getRow() wasn't quite following the spec: it
wasn't returning 0 when the ResultSet wasn't positioned on a row. I've
started a ResultSet test case and included it as well.
Liam Stewart
2001-11-14 04:11:37 +00:00
Bruce Momjian
c97a787e85
Update CVS tags.
2001-11-13 22:08:04 +00:00
Bruce Momjian
2ca65f716a
Remove md5.c check, add CVS log stamp. Update comments.
2001-11-13 22:06:58 +00:00
Barry Lind
7a9ef7ee09
fixed bug in ResultSet. Version 1.29 backed out two previous fixes (1.26 and 1.25). This checkin add back those two previous fixes. Problem reported by Daniel Germain
2001-11-12 19:59:46 +00:00
Barry Lind
3a306eefe9
Commit to support MD5 passwords as per the backend for 7.2. This patch was submitted by Jeremy Wohl jeremyw-pgjdbc@igmus.org
2001-11-12 19:11:56 +00:00
Bruce Momjian
67a56f2286
Sync up both files.
2001-11-12 02:05:17 +00:00
Bruce Momjian
36bbb2494e
Add comments and remove CVS tag from md5.c so they remain identical.
2001-11-12 01:59:43 +00:00
Bruce Momjian
0611d3980a
Update md5 to match.
2001-11-12 01:56:12 +00:00
Hiroshi Inoue
b52950cc3d
Add md5 authentication support thanks to Bruce Momjian.
2001-11-12 00:54:28 +00:00
Hiroshi Inoue
8bf1e098dd
Use abbreviated connection string more widely.
...
This seems to fix the trouble with PowerBuilder
reported by Magbus Weber.
2001-11-11 07:24:36 +00:00
Tom Lane
15c21bf8e1
Defend against possibility that SSL error reporting mechanism returns
...
a NULL pointer. Per report from Stephen Pillinger 8-Nov-01.
2001-11-11 02:09:05 +00:00
Tom Lane
ec438886e1
Allow TIMESTAMP, VARCHAR, et al to be used as unquoted column names,
...
though alas not as unquoted function names. De-reserve a bunch of
keywords that could have been in ColId rather than ColLabel all along.
Per recent proposal in pgsql-patches.
2001-11-10 22:31:49 +00:00
Dave Cramer
be4e5059a2
Jason Davies patch to getImported/getExported keys
2001-11-09 02:57:50 +00:00
Bruce Momjian
77e4fd889c
Fix indenting for 'extern "C"' cases.
2001-11-08 20:37:52 +00:00
Tom Lane
64af43a15f
Add casts to suppress compiler warnings observed on Darwin platform
...
(surprised no one has reported these yet...)
2001-11-08 04:05:13 +00:00
Bruce Momjian
e7c788f3a0
Some post pgident run updates,
...
one fuzzy translation fix, some
other messages tweaking. Theoretically,
should be up-to-date by now.
Please apply to /src/interfaces/libpq/ru.po
--
Serguei A. Mokhov
2001-11-07 03:09:15 +00:00
Bruce Momjian
ea08e6cd55
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
...
initdb/regression tests pass.
2001-11-05 17:46:40 +00:00
Hiroshi Inoue
34153b2052
Preparation for the parameter array handling.
2001-11-05 10:35:14 +00:00
Hiroshi Inoue
c0b27c4feb
1) Fix a few bugs about SQLGetData()
...
reported by Mika Mantyla.
2) Timestamp precision.
3) Separate ODBC3.0 files.
2001-11-05 09:46:17 +00:00
D'Arcy J.M. Cain
568cb6ab5c
Version was 3.3 but last released version was 3.1. Setting to match rest
...
of the documentation in preparation for upcoming release.
2001-11-04 20:11:01 +00:00
D'Arcy J.M. Cain
5f067722bf
Note that PyGreSQL has been checked against Python 2.1 now.
2001-11-04 19:47:16 +00:00
D'Arcy J.M. Cain
6395d86a9a
The "%d", while syntactically correct, was confusing. Added a space to
...
make it clearer that d was the argument to the format operator.
2001-11-04 19:42:13 +00:00
Hiroshi Inoue
58df3f785e
1) Improve literal handling in parse_statement().
...
2) Remove some no longer valid comments.
3) Fix an option dialog setting bug.
4) Fix ODBCVER handling errors.
2001-11-03 06:53:50 +00:00
Dave Cramer
355cc69dfc
proper select for Jason Davies patch to getImportedKeys
2001-11-02 23:51:18 +00:00
Dave Cramer
0b1289e67d
proper select for Jason Davies patch to getImportedKeys
...
fixes for compiling Jason's getImportedKeys, getExportedKeys
2001-11-02 23:50:08 +00:00
Tom Lane
c42d3b3c24
Windows portability macros SOCK_ERRNO and SOCK_STRERROR should be in
...
libpq-int.h, not cluttering application namespace in libpq-fe.h.
2001-11-02 20:51:27 +00:00
Peter Eisentraut
a9b6691ae7
updates
2001-11-02 19:16:47 +00:00
Tom Lane
6babf6eab7
Suppress compiler warning (only seen in MULTIBYTE case).
2001-11-02 17:00:18 +00:00
Michael Meskes
5d4b94085e
Sync parser yet again.
2001-11-02 15:04:03 +00:00
Barry Lind
8304a395f9
minor improvements on Dave's last checkin
2001-11-01 01:10:13 +00:00