| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Michael
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
$(LD) $(LDFLAGS_SL) -o $@ ecpglib.sho typename.sho.o
must be
$(LD) $(LDFLAGS_SL) -o $@ ecpglib.sho.o typename.sho.o
^^
Regards,
Oleg
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
compile out of the tar file on Solaris with the SUN 5.0 compilers.
These compilers will be needed if you wan to compile the libpg++
interface without using the gcc/g++. The SC4.2 compilers do not
understand the string class.
The first patch changes the ecpg intermediate shared library
name from *.sho to *.sho.o so that the SUN compiler will
allow it to be used in conjunction with the -o option.
Matthew C. Aycock
|
|
|
|
|
| |
Include soft links in the installation directory for major version number.
Use the existing $(DLSUFFIX) parameter to name shared library.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Here are patches needed to complie under AIX 4.2.
I changed configure.in, pqcomm.c, config.h.in, and fe-connect.c.
Also I had to install flex because lex did not want to translate pgc.l.
|
|
|
|
|
| |
with the -o $@ used in the ${SHLIB} directive, causing a failure for
*at least* gcc2.8.1 + Solaris 2.6 under both hardware platforms...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When importing an image into the database, the example now fires off a
new
Thread, which imports the image in the background. This also means that
the application doesn't freeze on the user, and they can still browse
the
images in the database, while the upload is running.
This now makes the ImageViewer a true example on how to use Threads (the
threadtest class is just that - a test).
Peter
|
| |
|
| |
|