postgresql/src/backend/utils/adt
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
..
Makefile Replace TupleTableSlot convention for whole-row variables and function 2004-04-01 21:28:47 +00:00
acl.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
array_userfuncs.c Some more missed copyright notices. Many of these look like they 2005-01-01 20:44:34 +00:00
arrayfuncs.c Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set the 2005-03-29 03:01:32 +00:00
arrayutils.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
ascii.c Update copyrights that were missed. 2005-01-01 05:43:09 +00:00
bool.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
cash.c Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
char.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
date.c Repair two TIME WITH TIME ZONE bugs found by Dennis Vshivkov. Comparison 2005-04-23 22:53:05 +00:00
datetime.c Fix mis-display of negative fractional seconds in interval values for 2005-04-20 17:14:50 +00:00
datum.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
encode.c Update copyrights that were missed. 2005-01-01 05:43:09 +00:00
float.c Apply the "nodeAgg" optimization to more of the builtin transition 2005-04-06 23:56:07 +00:00
format_type.c Convert oidvector and int2vector into variable-length arrays. This 2005-03-29 00:17:27 +00:00
formatting.c Prevent to_char(interval) from dumping core on month-related formats 2005-03-26 00:41:31 +00:00
geo_ops.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
geo_selfuncs.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
inet_net_ntop.c Sync inet formatting code with recent BIND releases. In particular, 2005-02-01 00:59:09 +00:00
inet_net_pton.c Sync inet formatting code with recent BIND releases. In particular, 2005-02-01 00:59:09 +00:00
int.c Convert oidvector and int2vector into variable-length arrays. This 2005-03-29 00:17:27 +00:00
int8.c Adjust the API for aggregate function calls so that a C-coded function 2005-03-12 20:25:06 +00:00
like.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
like_match.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
lockfuncs.c Update copyrights that were missed. 2005-01-01 05:43:09 +00:00
mac.c Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
misc.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
nabstime.c Attached patch gets rid of the global timezone in the following steps: 2005-04-19 03:13:59 +00:00
name.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
network.c Do proper testing of CIDR bits against network mask, e.g. don't allow: 2004-10-08 01:10:31 +00:00
not_in.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
numeric.c Apply the "nodeAgg" optimization to more of the builtin transition 2005-04-06 23:56:07 +00:00
numutils.c Undo an unadvertised change in the API of pg_atoi. In all previous 2005-01-09 21:03:19 +00:00
oid.c Convert oidvector and int2vector into variable-length arrays. This 2005-03-29 00:17:27 +00:00
oracle_compat.c Add missing include for new lc_ctype_is_c() function. 2005-03-16 01:49:10 +00:00
pg_locale.c Prevent locale-aware handling of upper, lower, and initcap when the 2005-03-16 00:02:49 +00:00
pg_lzcompress.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
pgstatfuncs.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
pseudotypes.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
quote.c Fix quote_ident to use quote_identifier rather than its own, not quite 2005-03-21 16:29:20 +00:00
regexp.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
regproc.c Completion of project to use fixed OIDs for all system catalogs and 2005-04-14 20:03:27 +00:00
ri_triggers.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
rowtypes.c record_in and record_recv must be careful to return a separately 2005-04-18 17:11:05 +00:00
ruleutils.c Completion of project to use fixed OIDs for all system catalogs and 2005-04-14 20:03:27 +00:00
selfuncs.c Completion of project to use fixed OIDs for all system catalogs and 2005-04-14 20:03:27 +00:00
tid.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
timestamp.c Attached patch gets rid of the global timezone in the following steps: 2005-04-19 03:13:59 +00:00
varbit.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
varchar.c Add aggsortop column to pg_aggregate, so that MIN/MAX optimization can 2005-04-12 04:26:34 +00:00
varlena.c This patch optimizes the md5_text() function (which is used to 2005-02-23 22:46:17 +00:00
version.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
xid.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00