- 17 Oct, 1998 6 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 16 Oct, 1998 7 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
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
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
Michael
-
Bruce Momjian authored
-
- 15 Oct, 1998 4 commits
-
-
Bruce Momjian authored
$(LD) $(LDFLAGS_SL) -o $@ ecpglib.sho typename.sho.o must be $(LD) $(LDFLAGS_SL) -o $@ ecpglib.sho.o typename.sho.o ^^ Regards, Oleg
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 14 Oct, 1998 18 commits
-
-
Bruce Momjian authored
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
-
Thomas G. Lockhart authored
Add entry for undocumented (?) KSQO.
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
Change claim of "no limit" on maximum date for datetime type to more realistic 1465001 AD. Thanks Tatsuo for pointing this out :) Clean up markup.
-
Thomas G. Lockhart authored
Currently not included in the UG, and this now only has a discussion of partial indices by Paul Aoki culled from the mailing lists. But, didn't want to loose it...
-
Thomas G. Lockhart authored
Include soft links in the installation directory for major version number. Use the existing $(DLSUFFIX) parameter to name shared library.
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
of the proper cpp program.
-
Thomas G. Lockhart authored
from stdin. Necessary at least for systems missing cpp but having gcc -E. Include new configured file backend/catalog/genbki.sh.
-
Thomas G. Lockhart authored
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.
-
Tom Lane authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 13 Oct, 1998 5 commits
-
-
Marc G. Fournier authored
Updated regression.diffs file for Solaris x86...
-
Marc G. Fournier authored
From: Peter Gucwa <pg@softcomputer.com> 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.
-
Marc G. Fournier authored
New regression results for Solaris-Sparc 2.6 w/ gcc 2.8.1
-
Marc G. Fournier authored
This is plain wrong, but check to see if DataDir was set *before* running read_pg_options ... read_pg_options should probably be moved to after the getopt() instead?
-
Marc G. Fournier authored
-