- 05 Feb, 1997 2 commits
-
-
Marc G. Fournier authored
Add CFLAGS= @CPPFLAGS@ to Makefile.global and configure so that build is useful for finding extra header files Split header files from libraries in build. Doesn't make much sense to look for a header file in /usr/local/lib, nor to look for a library in /usr/local/include :)
-
Bruce Momjian authored
-
- 04 Feb, 1997 11 commits
-
-
Marc G. Fournier authored
to include inet_aton.c if required
-
Marc G. Fournier authored
required Pointed out by Brian E. Gallew
-
Marc G. Fournier authored
Pointed out by: Darren King
-
Marc G. Fournier authored
-
Marc G. Fournier authored
directories to search to find libraries, and then runs ./configure directly
-
Marc G. Fournier authored
-
Marc G. Fournier authored
Submitted by: Keith Parks
-
Marc G. Fournier authored
Change reference to Postgres95 to PostgreSQL in GNUmakefile
-
Marc G. Fournier authored
clean up some of the readline code in config.h.in
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
- 03 Feb, 1997 1 commit
-
-
Marc G. Fournier authored
Pointed out by:" Tatsuo Ishii <t-ishii@sra.co.jp>
-
- 30 Jan, 1997 7 commits
-
-
Marc G. Fournier authored
Pointed out by Darren King
-
Marc G. Fournier authored
Pointed out by Andrew Martin
-
Marc G. Fournier authored
-
Marc G. Fournier authored
Pointed out by Andrew Martin
-
Marc G. Fournier authored
From Andrew Martin
-
Marc G. Fournier authored
From Andrew
-
Marc G. Fournier authored
pointed out by Darren King
-
- 29 Jan, 1997 3 commits
-
-
Bruce Momjian authored
-
Marc G. Fournier authored
-
Vadim B. Mikheev authored
in pg_class if no one page was reapped by vacuum.
-
- 28 Jan, 1997 4 commits
-
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 27 Jan, 1997 4 commits
-
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
whereby timezone isn't an int, but tzset() exists... This isn't a definitive fix, as there is probably an easier way of fixing the bug...
-
Marc G. Fournier authored
From: Keith Parks
-
- 26 Jan, 1997 7 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Marc G. Fournier authored
|Subject: [PATCH] adding SYS_TIME just for fun. | |Hi, | |Whilst I was playing round with the European dates patch I noticed the sysfunc() |that allows you to do :- | |create table test ( da date); |insert into test values (SYS_DATE); | |and have the current system date inserted. | |So I thought it would be nice to have the SYS_TIME facility too. | |I've cloned the function and changed a few things and there you have it, |you can now do: | |create table test2 ( ti time); |insert into test2 values (SYS_TIME);
-
Marc G. Fournier authored
-
Marc G. Fournier authored
Wrap it in an #ifndef to prevent this
-
Marc G. Fournier authored
from a #define to a run-time option '-e' Man page was updated to reflect new option
-
Bruce Momjian authored
-
- 25 Jan, 1997 1 commit
-
-
Marc G. Fournier authored
be #ifdef'd into psql.c itself From what I can tell, if USE_READLINE is true or false, psql works under FreeBSD, without configure. Now to test it *again* under sparc_solaris with configure and see if it works...
-