summaryrefslogtreecommitdiff
path: root/src/backend/parser/sysfunc.c
AgeCommit message (Collapse)Author
1997-11-20Remove all time travel stuff. Small parser cleanup.Bruce Momjian
1997-09-08Another PGINDENT run that changes variable indenting and case label ↵Bruce Momjian
indenting. Also static variable indenting.
1997-09-07Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian
1997-01-26|From: Keith Parks <[email protected]>Marc G. Fournier
|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);
1997-01-26Bring in a patch from Keith Parks to move the use of European datesMarc G. Fournier
from a #define to a run-time option '-e' Man page was updated to reflect new option
1996-11-11Warning removal cleanupBruce Momjian
1996-11-08Compile and warning cleanupBruce Momjian
1996-10-25E Use EUROPEAN_DATES from config.h instead of -D optionBryan Henderson
1996-08-19Added a SVR4 portMarc G. Fournier
--- below my signature, there are a coupls of diffs and files in a shell archive, which were needed to build postgres95 1.02 on Siemens Nixdorfs MIPS based SINIX systems. Except for the compiler switches "-W0" and "-LD-Blargedynsym" these diffs should also apply for other SVR4 based systems. The changes in "Makefile.global" and "genbki.sh" can probably be ignored (I needed gawk, to make the script run). There is one bugfix thou. In "src/backend/parser/sysfunc.c" the function in this file didn't honor the EUROPEAN_DATES ifdef. --- Submitted by: Frank Ridderbusch <[email protected]>
1996-07-23Ack, missed two files from the merge...looks like a .11 is goin gto haveMarc G. Fournier
to go out after all :(