- 04 Feb, 1997 2 commits
-
-
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 12 commits
-
-
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...
-
Marc G. Fournier authored
Added a README.readline file until configure is integrated to *try* and explain the way things stand. Removed a stray configure .in file
-
Marc G. Fournier authored
Add some code to make psql happy with a system where there is *no* history code available, but there is readline code...
-
Marc G. Fournier authored
history.h doesn't...previously, it was assumed that both existed, or didn't exist...but this assumption fails on the one sparc_solaris box that I have access to, and could exist in other circumstances
-
Marc G. Fournier authored
-
Bruce Momjian authored
bug causes compilation to fail on alpha, the second causes a compiler in this environment
-
Bruce Momjian authored
-
Marc G. Fournier authored
to reflect what configure is going to define when the time comes
-
Marc G. Fournier authored
basis, as its only specific to certain OSs
-
Marc G. Fournier authored
Developers can add it to their Makefile.custom...again, it causes sooooo many more problems then its worth, from an end-user standpoint.
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-