postgresql/src/backend/utils
Tatsuo Ishii 3382fbb60d Fix bug in extract/date_part for milliseconds/miscroseconds and
timestamp/timestamptz combo. Now extract/date_part returns
seconds*1000 or 1000000 + fraction part as the manual stats.
regression test are also fixed.

See the thread in pgsql-hackers:

Subject: Re: [HACKERS] timestamp_part() bug?
Date: Sat, 02 Mar 2002 11:29:53 +0900
2002-03-04 03:55:50 +00:00
..
adt Fix bug in extract/date_part for milliseconds/miscroseconds and 2002-03-04 03:55:50 +00:00
cache Catcaches can now store negative entries as well as positive ones, to 2002-03-03 17:47:56 +00:00
error Further work on elog cleanup: fix some bogosities in elog's logic about 2002-03-04 01:46:04 +00:00
fmgr Commit to match discussed elog() changes. Only update is that LOG is 2002-03-02 21:39:36 +00:00
hash Commit to match discussed elog() changes. Only update is that LOG is 2002-03-02 21:39:36 +00:00
init Commit to match discussed elog() changes. Only update is that LOG is 2002-03-02 21:39:36 +00:00
mb Simplify pg_convert() in that it calls pg_convert2 using new fmgr interface. 2001-11-20 01:32:29 +00:00
misc Default server_min_messages is NOTICE. 2002-03-03 02:11:09 +00:00
mmgr Clean up BeginCommand and related routines. BeginCommand and EndCommand 2002-02-27 19:36:13 +00:00
sort Add CHECK_FOR_INTERRUPTS() in various strategic spots, per comments 2002-01-06 00:37:44 +00:00
time Fix misstatements added by Bruce. 2002-01-16 23:51:56 +00:00
.cvsignore Cleanup to ensure good state of derived files in tarballs. 2000-06-09 02:38:36 +00:00
Gen_fmgrtab.sh Privileges on functions and procedural languages 2002-02-18 23:11:58 +00:00
Makefile Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00