| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
|
|
|
| |
+ Tue Feb 2 07:40:52 CET 1999
+
+ - Brought preproc.y in sync again with gram.y.
+ - Set ecpg version to 2.4.9
+
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
comparisons correctly. The psql monitor converts all table and field
names to lower case. If the PQfnumber function is called with a mixed
case name, it will always return -1.
Bahman Rafatjoo
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
o allow to use Big5 (a Chinese encoding used in Taiwan) as a client
encoding. In this case the server side encoding should be EUC_TW
o add EUC_TW and Big5 test cases to the regression and the mb test
(contributed by Jonah Kuo)
o fix mistake in include/mb/pg_wchar.h. An encoding id for EUC_TW was
not correct (was 3 and now is 4)
o update documents (doc/README.mb and README.mb.jp)
o update psql helpfile (bin/psql/psqlHelp.h)
--
Tatsuo Ishii
t-ishii@sra.co.jp
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
+
+ Wed Jan 27 12:42:22 CET 1999
+
+ - Fixed bug that caused ecpg to lose 'goto' information.
+ - Set ecpg version to 2.4.7
+
+ Fri Jan 29 18:03:52 CET 1999
+
+ - Fixed bug that caused 'enum' to be rejected in pure C code.
+ - Fixed bug that caused function names to be translated to lower case.
+ - Set ecpg version to 2.4.8
+
|
|
|
|
|
|
| |
Included patches fix a portability problem of unsetenv() used in
6.4.2 multi-byte support. unsetenv() is only avaliable on FreeBSD and
Linux so I decided to replace with putenv().
|
|
|
|
|
|
|
|
|
| |
This implements some of the JDBC2 methods, fixes a bug introduced into the
JDBC1 portion of the driver, and introduces a new example, showing how to
use the CORBA ORB thats in Java2 with JDBC.
The Tar file contains the new files, the diff the changes to the others.
CHANGELOG is separate as I forgot to make a .orig ;-)
|
|
|
|
|
|
| |
|
|The following patch just prevents a warning from being generated because
|the data type isn't specified.
|
|
|
|
| |
See attached file. Now accepts "exec sql whenever sqlwarning".
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
remaining shift/reduce conflict. But the very same conflict is in gram.y, so
I don't dig into it very much now.
Anyway, I just saw that there were minor changes made to ecpg by others. Now
I like that but I would prefer if I was told about that. Otherwise my
version numbering and Changelog maintaining might break. Or simply change
these too. :-)
Also I had to add #include <errno.h> to backend/libpq/pqcomprim.c to be
able to compile postgresql.
Patch is attached. Since my resubscription process is still not finished
yet, I still send them here.
Michael
|
|
|
|
| |
when a notify is installed.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
file containing the latest version of the JDBC driver, allowing it to be
compiled and used under JDK 1.2 and later.
NB: None (well almost none) of the new methods actually do anything. This
release only handles getting it to compile and run. Now this is done, I'll
start working on implementing the new stuff.
Now this tar file replaces everything under src/interfaces/jdbc. I had to
do it this way, rather than diffs, because most of the classes under the
postgresql subdirectory have moved to a new directory under that one, to
enable the support of the two JDBC standards.
Here's a list of files in the tar file. Any file not listed here (in the
postgresql directory) will have to be deleted, otherwise it could cause
the driver to fail:
Peter Mount
|
|
|
|
| |
report kernel's errno value.
|
|
|
|
| |
to ensure that config.h is included as well.
|
| |
|
|
|
|
|
|
|
| |
subscriptions
yet. It's just a small patch to ecpg to keep it in sync with gram.y.
Michael
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
+
+Wed Dec 9 11:24:54 MEZ 1998
+
+ - Synced preproc.y with gram.y and the keywords.c files to add CASE
+ statement.
+
+Tue Dec 22 14:16:11 CET 1998
+
+ - Synced preproc.y with gram.y for locking statements.
+ - Set version to 2.4.5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- the first patch is just to preven listing the perl warning in the
make output unless it is actually emitted by the make. this may
prevent new users from being confused by the warning in their output
- the second patch (to 2 files) just enables building/installing
pgaccess if TCL and TK are available. a Makefile is created to do
this, but you may wish to change the heading information in it since
I just copied another Makefile to use as a template.
I hope these make it into 6.4.1.
Cheers,
Brook
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
missed before the release. It's simply a symbol that is undefined. This
patch defines this symbol in "win32.h", so it should have no effect on any
other platforms. It should go into 6.4.1 if possible, since compilation is
completely broken without it.
I am also attaching a patch for the "win32.mak" file - it leaves a file
behind when doing "make clean" after the library is built on Visual C++ 6.0.
This is not at all as urgent, but I don't see it breaking here, so I think
it might as well go in there too?
//Magnus
|
|
|
|
|
|
|
|
|
|
| |
Digital Uni x with both DEC cc and gcc) behaviour of modifying an
lvalue on the left side an d then using it on the right side of an
assignment. Since this code modifies the
dbname parameter, it was changing, for example, "dbname=template1"
into "dbname =emplate1".
David Smith Programmer P
|
|
|
|
| |
doesn't work there.
|
|
|
|
| |
for each field of each tuple. Makes more difference than you'd think...
|
|
|
|
| |
We have not seen the end of this issue :-(.
|
| |
|
|
|
|
| |
Include definition for _IN_ADDR_T if INADDR_NONE is not defined.
|
|
|
|
| |
fixed in src/configure.in a while ago.
|
|
|
|
| |
Requested by: Peter T Mount peter@retep.org.uk
|
|
|
|
| |
Fix spelling of "DIRSEPARATOR".
|
|
|
|
| |
to allow ODBC library to be linked.
|
|
|
|
| |
and emit informative message instead of aborting the Postgres install.
|
| |
|
| |
|
|
|
|
| |
when constructing standalone tarball.
|
|
|
|
|
| |
cvs tree. Am trying to fix the permissions to allow file execution,
since I had damaged the permissions when transferring in with ftp.
|
|
|
|
|
|
|
|
| |
src/Makefile.shlib. Updated all the makefiles that try to build shlibs
to include that file instead of having duplicate (and mostly incomplete)
copies of shared-library options. It works on HPUX, a lot better than it
did before in fact, but there's a chance I broke some other platforms.
At least now you only have to fix one place not six...
|
| |
|
|
|
|
|
| |
Get the permissions right, don't overwrite real files with symlinks, etc.
plpgsql and odbc still aren't fully up to speed, but at least they don't crash and burn...
|
|
|
|
|
| |
Now, src/interfaces/perl5/Makefile.PL is pretty simple, and instead we
work a little harder in src/interfaces/Makefile.
|
|
|
|
| |
This time, src/interfaces/perl5/Makefile.PL no longer needs to be autoconf'd.
|