postgresql/src/backend
Bruce Momjian 3dbbbbf8e9 Andrew pointed out that the current fix didn't handle dates that were
near daylight savings time boudaries.  This handles it properly, e.g.

        test=> select '2005-04-03 04:00:00'::timestamp at time zone
        'America/Los_Angeles';
                timezone
        ------------------------
         2005-04-03 07:00:00-04
        (1 row)
2005-07-23 14:25:34 +00:00
..
access Fix a couple of bogus comments, per Alvaro. 2005-07-13 22:46:09 +00:00
bootstrap Arrange for the postmaster (and standalone backends, initdb, etc) to 2005-07-04 04:51:52 +00:00
catalog Integrate autovacuum functionality into the backend. There's still a 2005-07-14 05:13:45 +00:00
commands Add time/date macros for code clarity: 2005-07-21 03:56:25 +00:00
executor Replace pg_shadow and pg_group by new role-capable catalogs pg_authid 2005-06-28 05:09:14 +00:00
lib
libpq Arrange for the postmaster (and standalone backends, initdb, etc) to 2005-07-04 04:51:52 +00:00
main
nodes Teach planner about some cases where a restriction clause can be 2005-07-02 23:00:42 +00:00
optimizer Fix compare_fuzzy_path_costs() to behave a bit more sanely. The original 2005-07-22 19:12:02 +00:00
parser More cleanup on roles patch. Allow admin option to be inherited through 2005-06-29 20:34:15 +00:00
po
port Sync dlopen error handling for the *BSDs ... seems to me I've done this 2005-07-06 16:55:58 +00:00
postmaster Update DAYS_PER_MONTH comment. 2005-07-21 18:06:13 +00:00
regex I made the patch that implements regexp_replace again. 2005-07-10 04:54:33 +00:00
rewrite Replace pg_shadow and pg_group by new role-capable catalogs pg_authid 2005-06-28 05:09:14 +00:00
storage Arrange for the postmaster (and standalone backends, initdb, etc) to 2005-07-04 04:51:52 +00:00
tcop Add time/date macros for code clarity: 2005-07-21 03:56:25 +00:00
utils Andrew pointed out that the current fix didn't handle dates that were 2005-07-23 14:25:34 +00:00
Makefile
nls.mk