postgresql/src
Thomas G. Lockhart 9310075a13 Accept an INTERVAL argument for SET TIME ZONE per SQL99.
Modified the parser and the SET handlers to use full Node structures
 rather than simply a character string argument.
Implement INTERVAL() YEAR TO MONTH (etc) syntax per SQL99.
 Does not yet accept the goofy string format that goes along with, but
 this should be fairly straight forward to fix now as a bug or later
 as a feature.
Implement precision for the INTERVAL() type.
 Use the typmod mechanism for both of INTERVAL features.
Fix the INTERVAL syntax in the parser:
 opt_interval was in the wrong place.
INTERVAL is now a reserved word, otherwise we get reduce/reduce errors.
Implement an explicit date_part() function for TIMETZ.
 Should fix coersion problem with INTERVAL reported by Peter E.
Fix up some error messages for date/time types.
 Use all caps for type names within message.
Fix recently introduced side-effect bug disabling 'epoch' as a recognized
 field for date_part() etc. Reported by Peter E. (??)
Bump catalog version number.
Rename "microseconds" current transaction time field
 from ...Msec to ...Usec. Duh!
date/time regression tests updated for reference platform, but a few
 changes will be necessary for others.
2001-10-18 17:30:21 +00:00
..
backend Accept an INTERVAL argument for SET TIME ZONE per SQL99. 2001-10-18 17:30:21 +00:00
bin Use LEFT JOIN, not FULL JOIN, in statistical views. 2001-10-16 20:51:35 +00:00
corba Convert files from DOS format to normal text. 2000-12-03 14:43:59 +00:00
data I've sent 3 mails to pgsql-patches. There are two files, one for doc 1999-08-16 20:27:19 +00:00
include Accept an INTERVAL argument for SET TIME ZONE per SQL99. 2001-10-18 17:30:21 +00:00
interfaces Accept an INTERVAL argument for SET TIME ZONE per SQL99. 2001-10-18 17:30:21 +00:00
makefiles Fix shared library builds for MacOS X. 2001-10-05 21:15:38 +00:00
pl Residual cleanup from making pltcl unknown support always enabled. 2001-10-13 15:24:23 +00:00
template 0 -> O 2001-08-08 13:30:20 +00:00
test Accept an INTERVAL argument for SET TIME ZONE per SQL99. 2001-10-18 17:30:21 +00:00
tools Create pgjindent for java. 2001-09-07 21:25:44 +00:00
tutorial DROP AGGREGATE and COMMENT ON AGGREGATE now accept the expected syntax 2001-10-03 20:54:22 +00:00
utils pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
DEVELOPERS just testing a script... 1999-07-30 03:45:57 +00:00
GNUmakefile.in Restructure the key include files per recent pghackers discussion: there 2001-02-10 02:31:31 +00:00
Makefile Restructure the key include files per recent pghackers discussion: there 2001-02-10 02:31:31 +00:00
Makefile.global.in Residual cleanup from making pltcl unknown support always enabled. 2001-10-13 15:24:23 +00:00
Makefile.shlib Fix shared library builds for MacOS X. 2001-10-05 21:15:38 +00:00
nls-global.mk Change xgettext rule to run in the source tree, so we don't have the 2001-07-15 11:43:55 +00:00
win32.mak Missed this part in pg_config.h rename. 2001-08-24 22:42:28 +00:00