Files
postgres/src
Tom Lane a17f2d76cc Refactor code so that to_date() does not call to_timestamp() and then
perform a timestamp-to-date coercion.  Instead both routines share a
subroutine that delivers the parsing result as a struct tm.  This avoids
problems with timezone dependency of to_date's result, and should be
at least marginally faster too.
2003-08-25 16:13:27 +00:00
..
2003-08-24 21:26:34 +00:00
2003-08-25 02:48:25 +00:00
2003-08-17 00:14:13 +00:00