summaryrefslogtreecommitdiff
path: root/src/backend/parser/sysfunc.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove all time travel stuff. Small parser cleanup.Bruce Momjian1997-11-201-86/+0
|
* Another PGINDENT run that changes variable indenting and case label ↵Bruce Momjian1997-09-081-9/+9
| | | | indenting. Also static variable indenting.
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-23/+28
|
* |From: Keith Parks <emkxp01@mtcc.demon.co.uk>Marc G. Fournier1997-01-261-0/+16
| | | | | | | | | | | | | | | | | | | | | | |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);
* Bring in a patch from Keith Parks to move the use of European datesMarc G. Fournier1997-01-261-5/+7
| | | | | | from a #define to a run-time option '-e' Man page was updated to reflect new option
* Warning removal cleanupBruce Momjian1996-11-111-1/+2
|
* Compile and warning cleanupBruce Momjian1996-11-081-2/+2
|
* E Use EUROPEAN_DATES from config.h instead of -D optionBryan Henderson1996-10-251-1/+3
|
* Added a SVR4 portMarc G. Fournier1996-08-191-0/+5
| | | | | | | | | | | | | | | | | | --- 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 <ridderbusch.pad@sni.de>
* Ack, missed two files from the merge...looks like a .11 is goin gto haveMarc G. Fournier1996-07-231-0/+55
to go out after all :(