aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Collapse)AuthorAge
* Update 06-40-0004 -- Add Bookmark support!Byron Nikolaidis1999-01-08
|
* Sorry for posting it here again, but I haven't corrected myBruce Momjian1999-01-07
| | | | | | | subscriptions yet. It's just a small patch to ecpg to keep it in sync with gram.y. Michael
* Update 06-40-0003Byron Nikolaidis1999-01-06
|
* Mini Update #2 -- final fixes for buffer lengths, null buffers, truncationByron Nikolaidis1999-01-05
|
* uncomment MYLOG to prevent warnings in compileByron Nikolaidis1998-12-31
|
* Mini update to fix SQLGetInfo to work properly (truncation, NULL)Byron Nikolaidis1998-12-31
|
* Minor fixes to compile on unix for v6-40-0002Byron Nikolaidis1998-12-29
|
* Update for version 6-40-0002 and re-merge Thomas' changes.Byron Nikolaidis1998-12-29
|
* From: Michael Meskes <Michael.Meskes@usa.net>Marc G. Fournier1998-12-22
| | | | | | | | | | | | | + +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
* Here are descriptions:Bruce Momjian1998-12-18
| | | | | | | | | | | | | | | | - 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
* Upgrade to Pygress 2.2.Bruce Momjian1998-12-17
|
* Compilation of libpq for Win32 breaks on 6.4, because of a change that IBruce Momjian1998-12-14
| | | | | | | | | | | | | | 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
* This patch fixes the undefined (according to C) and erroneous (underBruce Momjian1998-12-13
| | | | | | | | | | 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
* Portability fix for old SunOS releases: realloc(NULL, ...)Tom Lane1998-11-29
| | | | doesn't work there.
* Performance improvement for libpq: avoid calling malloc separatelyTom Lane1998-11-18
| | | | for each field of each tuple. Makes more difference than you'd think...
* Fix at least a few shared-library problems on Linux.Tom Lane1998-11-12
| | | | We have not seen the end of this issue :-(.
* Update for version 06-40-0001Byron Nikolaidis1998-11-11
|
* Test for and handle NULL arguments to mylog() print statements.Thomas G. Lockhart1998-11-04
| | | | Include definition for _IN_ADDR_T if INADDR_NONE is not defined.
* Somehow had the solaris template names reversed. Probably was somethingThomas G. Lockhart1998-11-04
| | | | fixed in src/configure.in a while ago.
* Remove various files that were moved to various subdirectories...Marc G. Fournier1998-11-01
| | | | Requested by: Peter T Mount peter@retep.org.uk
* Fix macro declarations to allow disabling mylog() and qlog() on Unix boxes.Thomas G. Lockhart1998-10-28
| | | | Fix spelling of "DIRSEPARATOR".
* Include appropriate flags for resolved shared library LDFLAGS_ODBCThomas G. Lockhart1998-10-28
| | | | to allow ODBC library to be linked.
* Detect lack of permission to install into Perl module library,Tom Lane1998-10-27
| | | | and emit informative message instead of aborting the Postgres install.
* Put back string instead of string.h in libpq++.Bruce Momjian1998-10-23
|
* Change string to string.h in libpq++. BSDI 3.0 complains.Bruce Momjian1998-10-23
|
* Include new Makefile.shlib from top levelThomas G. Lockhart1998-10-21
| | | | when constructing standalone tarball.
* Arbitrary addition of a comment line to get ownership of file in theThomas G. Lockhart1998-10-21
| | | | | cvs tree. Am trying to fix the permissions to allow file execution, since I had damaged the permissions when transferring in with ftp.
* Centralized shared-library build knowledge in a new file,Tom Lane1998-10-19
| | | | | | | | 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...
* run autoconfTom Lane1998-10-18
|
* Clean up shared makefile install procedures.Tom Lane1998-10-18
| | | | | 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...
* Still another round of Perl-module installation tweaks.Tom Lane1998-10-18
| | | | | Now, src/interfaces/perl5/Makefile.PL is pretty simple, and instead we work a little harder in src/interfaces/Makefile.
* Still another round of Perl-module installation tweaks.Tom Lane1998-10-18
| | | | This time, src/interfaces/perl5/Makefile.PL no longer needs to be autoconf'd.
* Remove Makefile.PL.Bruce Momjian1998-10-17
|
* Fix for GNUmakefile and stupid cruft I forgot in there.Bruce Momjian1998-10-17
|
* Add missing tcl *.in files.Bruce Momjian1998-10-16
|
* interfaces/Makefile fix.Bruce Momjian1998-10-16
|
* add missing file for perl.Bruce Momjian1998-10-16
|
* Here's a patch. It also includes the latest parser changes.Bruce Momjian1998-10-16
| | | | Michael
* Perl fixes from Brook MilliganBruce Momjian1998-10-16
|
* LAtest cvs has a little bug in src/interfaces/ecpg/lib/Makefile.inBruce Momjian1998-10-15
| | | | | | | | | | | | $(LD) $(LDFLAGS_SL) -o $@ ecpglib.sho typename.sho.o must be $(LD) $(LDFLAGS_SL) -o $@ ecpglib.sho.o typename.sho.o ^^ Regards, Oleg
* I have included a couple of patches that will make postgresBruce Momjian1998-10-14
| | | | | | | | | | | | | 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
* Clean up library names and installation paths.Thomas G. Lockhart1998-10-14
| | | | | Include soft links in the installation directory for major version number. Use the existing $(DLSUFFIX) parameter to name shared library.
* Remove $(DESTDIR) as a path prefix. $(POSTGRESDIR) is sufficient now.Thomas G. Lockhart1998-10-14
|
* Fix another memory leak in pg_select --- pointed out by teo@flex.roTom Lane1998-10-14
|
* New PGQUERY_LIMIT environment variable, and doc changes.Bruce Momjian1998-10-14
|
* From: Peter Gucwa <pg@softcomputer.com>Marc G. Fournier1998-10-13
| | | | | | 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.
* Remove the -soname ${SHLIB} from solaris_{sparc,x86} as they conflictMarc G. Fournier1998-10-13
| | | | | with the -o $@ used in the ${SHLIB} directive, causing a failure for *at least* gcc2.8.1 + Solaris 2.6 under both hardware platforms...
* This patch updates the ImageViewer example to use Multiple Threading.Bruce Momjian1998-10-12
| | | | | | | | | | | | | | 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
* Tcl fixes from Billy G. AllieBruce Momjian1998-10-12
|
* More Solaris fixes.Bruce Momjian1998-10-12
|