Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-10-17 | Re-enable inet code. | Bruce Momjian | |
1998-10-17 | Fix for GNUmakefile and distclean. | Bruce Momjian | |
1998-10-17 | Fix for GNUmakefile. | Bruce Momjian | |
1998-10-17 | Remove Makefile.PL. | Bruce Momjian | |
1998-10-17 | Fix for GNUmakefile and stupid cruft I forgot in there. | Bruce Momjian | |
1998-10-16 | Add missing tcl *.in files. | Bruce Momjian | |
1998-10-16 | interfaces/Makefile fix. | Bruce Momjian | |
1998-10-16 | The problem is that read_pg_options needs DataDir to read its file but | Bruce Momjian | |
DataDir is set after read_pg_options if postgres is called interactively. If postgres is forked by postgres DataDir is read from the PGDATA enviromnent variable set by the postmaster and this explains while the bug disappears. I have written this patch but I don't like it. Any better idea? Massimo Dal Zotto | |||
1998-10-16 | add missing file for perl. | Bruce Momjian | |
1998-10-16 | autoconf | Bruce Momjian | |
1998-10-16 | Here's a patch. It also includes the latest parser changes. | Bruce Momjian | |
Michael | |||
1998-10-16 | Perl fixes from Brook Milligan | Bruce Momjian | |
1998-10-15 | LAtest cvs has a little bug in src/interfaces/ecpg/lib/Makefile.in | Bruce Momjian | |
$(LD) $(LDFLAGS_SL) -o $@ ecpglib.sho typename.sho.o must be $(LD) $(LDFLAGS_SL) -o $@ ecpglib.sho.o typename.sho.o ^^ Regards, Oleg | |||
1998-10-15 | autoconf | Bruce Momjian | |
1998-10-15 | TCL/TK fixes from Billy G. Allie. | Bruce Momjian | |
1998-10-14 | I have included a couple of patches that will make postgres | Bruce Momjian | |
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 | |||
1998-10-14 | Clean up library names and installation paths. | Thomas G. Lockhart | |
Include soft links in the installation directory for major version number. Use the existing $(DLSUFFIX) parameter to name shared library. | |||
1998-10-14 | Remove $(DESTDIR) as a path prefix. $(POSTGRESDIR) is sufficient now. | Thomas G. Lockhart | |
1998-10-14 | Allow auto-detection of cpp and required flags. | Thomas G. Lockhart | |
1998-10-14 | Make genbki.sh a configureable shell program to allow auto-detection | Thomas G. Lockhart | |
of the proper cpp program. | |||
1998-10-14 | Add Taral's test for flags required by the detected cpp program to read | Thomas G. Lockhart | |
from stdin. Necessary at least for systems missing cpp but having gcc -E. Include new configured file backend/catalog/genbki.sh. | |||
1998-10-14 | Allow TIMESTAMP as a column name or general identifier. | Thomas G. Lockhart | |
timestamp had become a token a while ago, but had been omitted from the keywords.c until recently. This uncovered the omission in the ColId decl. | |||
1998-10-14 | Fix another memory leak in pg_select --- pointed out by teo@flex.ro | Tom Lane | |
1998-10-14 | New PGQUERY_LIMIT environment variable, and doc changes. | Bruce Momjian | |
1998-10-14 | New QUERY_LIMIT set command. | Bruce Momjian | |
1998-10-14 | No more pgintro. | Bruce Momjian | |
1998-10-14 | No more pgbuiltin. | Bruce Momjian | |
1998-10-13 | Updated regression.diffs file for Solaris x86... | Marc G. Fournier | |
1998-10-13 | From: Peter Gucwa <pg@softcomputer.com> | Marc G. Fournier | |
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. | |||
1998-10-13 | New regression results for Solaris-Sparc 2.6 w/ gcc 2.8.1 | Marc G. Fournier | |
1998-10-13 | This is plain wrong, but check to see if DataDir was set *before* running | Marc G. Fournier | |
read_pg_options ... read_pg_options should probably be moved to after the getopt() instead? | |||
1998-10-13 | case statement in select call was missing a break... | Marc G. Fournier | |
1998-10-13 | change configure so that if postgresql isn't being installed as root, | Marc G. Fournier | |
do not configure in the perl5 interface. the perl5 interface needs to be installed under /usr/local/lib/perl5/*, which is generally owned by root. This allows a non-root build/install with the only root requirement being the make/install of hte perl5 stuff... | |||
1998-10-13 | auytoconf | Bruce Momjian | |
1998-10-13 | Remove TCL_LIB,TCL_INCDIR,TK_LIB,TK_INCDIR. | Bruce Momjian | |
1998-10-13 | Remove the -soname ${SHLIB} from solaris_{sparc,x86} as they conflict | Marc G. Fournier | |
with the -o $@ used in the ${SHLIB} directive, causing a failure for *at least* gcc2.8.1 + Solaris 2.6 under both hardware platforms... | |||
1998-10-12 | autoconf | Bruce Momjian | |
1998-10-12 | TCL_LIB/TCL_INCDIR cleanup. | Bruce Momjian | |
1998-10-12 | TCL_LIB. | Bruce Momjian | |
1998-10-12 | Fix for inet from Tom H. | Bruce Momjian | |
1998-10-12 | No more TCL_LIB> | Bruce Momjian | |
1998-10-12 | autoconf | Bruce Momjian | |
1998-10-12 | Fix for Solaris/i386. | Bruce Momjian | |
1998-10-12 | Fix for version.c warning. | Bruce Momjian | |
1998-10-12 | distclean fixup | Bruce Momjian | |
1998-10-12 | Add mklang.sh.in to plpgsql. | Bruce Momjian | |
1998-10-12 | Cleanup from Billy. | Bruce Momjian | |
1998-10-12 | TCL_LIB, TCL_INC not used. | Bruce Momjian | |
1998-10-12 | tcl cleanup. | Bruce Momjian | |
1998-10-12 | autoconf | Bruce Momjian | |