postgresql/src/backend/utils
Tom Lane 35f9b461f1 Repair two TIME WITH TIME ZONE bugs found by Dennis Vshivkov. Comparison
of timetz values misbehaved in --enable-integer-datetime cases, and
EXTRACT(EPOCH) subtracted the zone instead of adding it in all cases.
Backpatch to all supported releases (except --enable-integer-datetime code
does not exist in 7.2).
2005-04-23 22:53:05 +00:00
..
adt Repair two TIME WITH TIME ZONE bugs found by Dennis Vshivkov. Comparison 2005-04-23 22:53:05 +00:00
cache Marginal hack to use a specialized hash function for dynahash hashtables 2005-04-14 20:32:43 +00:00
error Fix problem with infinite recursion between write_syslogger_file and 2005-03-12 01:54:44 +00:00
fmgr Marginal hack to use a specialized hash function for dynahash hashtables 2005-04-14 20:32:43 +00:00
hash Marginal hack to use a specialized hash function for dynahash hashtables 2005-04-14 20:32:43 +00:00
init Completion of project to use fixed OIDs for all system catalogs and 2005-04-14 20:03:27 +00:00
mb Add support for Win1252 encoding. 2005-03-14 18:31:25 +00:00
misc Rethink original decision to use AND/OR Expr nodes to represent bitmap 2005-04-21 19:18:13 +00:00
mmgr Fix interaction between materializing holdable cursors and firing 2005-04-11 19:51:16 +00:00
resowner This file was whacked by pgindent before it knew it shouldn't remove 2005-04-06 04:34:22 +00:00
sort Use InitFunctionCallInfoData() macro instead of MemSet in performance 2005-03-22 20:13:09 +00:00
time Change the return value of HeapTupleSatisfiesUpdate() to be an enum, 2005-03-20 23:40:34 +00:00
.cvsignore Cleanup to ensure good state of derived files in tarballs. 2000-06-09 02:38:36 +00:00
Gen_fmgrtab.sh Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
Makefile Invent ResourceOwner mechanism as per my recent proposal, and use it to 2004-07-17 03:32:14 +00:00