- 04 Feb, 1997 1 commit
- 
- 
Marc G. Fournier authored
 
- 
- 03 Feb, 1997 1 commit
- 
- 
Marc G. Fournier authoredPointed out by:" Tatsuo Ishii <t-ishii@sra.co.jp> 
 
- 
- 30 Jan, 1997 7 commits
- 
- 
Marc G. Fournier authoredPointed out by Darren King 
- 
Marc G. Fournier authoredPointed out by Andrew Martin 
- 
Marc G. Fournier authored
- 
Marc G. Fournier authoredPointed out by Andrew Martin 
- 
Marc G. Fournier authoredFrom Andrew Martin 
- 
Marc G. Fournier authoredFrom Andrew 
- 
Marc G. Fournier authoredpointed out by Darren King 
 
- 
- 29 Jan, 1997 3 commits
- 
- 
Bruce Momjian authored
- 
Marc G. Fournier authored
- 
Vadim B. Mikheev authoredin 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 authoredwhereby 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 authoredFrom: 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 authoredWrap it in an #ifndef to prevent this 
- 
Marc G. Fournier authoredfrom a #define to a run-time option '-e' Man page was updated to reflect new option 
- 
Bruce Momjian authored
 
- 
- 25 Jan, 1997 13 commits
- 
- 
Marc G. Fournier authoredbe #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 authoredAdded 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 authoredAdd some code to make psql happy with a system where there is *no* history code available, but there is readline code... 
- 
Marc G. Fournier authoredhistory.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 authoredbug causes compilation to fail on alpha, the second causes a compiler in this environment 
- 
Bruce Momjian authored
- 
Marc G. Fournier authoredto reflect what configure is going to define when the time comes 
- 
Marc G. Fournier authoredbasis, as its only specific to certain OSs 
- 
Marc G. Fournier authoredDevelopers 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
- 
Marc G. Fournier authoredSee message to hackers@ mailing list concerning this... 
 
-