postgresql/src/backend/utils/adt
Tom Lane 191ef2b407 Change EXTRACT(EPOCH FROM timestamp) so that a timestamp without time zone
is assumed to be in local time, not GMT.  This improves consistency with
other operations, which all assume local timezone when it matters.  Per
bug #897.
2003-02-27 21:36:58 +00:00
..
Makefile Add a bunch of pseudo-types to replace the behavior formerly associated 2002-08-22 00:01:51 +00:00
acl.c Suppress gcc warnings. 2003-01-24 21:53:29 +00:00
arrayfuncs.c Tweak ArrayCount() to forestall possible access to temp[-1]. Problem 2003-01-29 01:28:33 +00:00
arrayutils.c Update copyright to 2002. 2002-06-20 20:29:54 +00:00
ascii.c Remove #ifdef MULTIBYTE per hackers list discussion. 2002-08-29 07:22:30 +00:00
bool.c Update copyright to 2002. 2002-06-20 20:29:54 +00:00
cash.c pgindent run. 2002-09-04 20:31:48 +00:00
char.c Update copyright to 2002. 2002-06-20 20:29:54 +00:00
date.c Prevent timetz2tm() from scribbling on its input in HAVE_INT64_TIMESTAMP case. 2003-02-13 17:04:19 +00:00
datetime.c Simplify timezone-handling code per proposal to pghackers: get rid of 2003-02-22 05:57:45 +00:00
datum.c pgindent run. 2002-09-04 20:31:48 +00:00
encode.c New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
float.c Add extra_float_digits GUC parameter to allow adjustment of displayed 2002-11-08 17:37:52 +00:00
format_type.c pgindent run. 2002-09-04 20:31:48 +00:00
formatting.c This patch removes a bunch of superfluous #include directives: if 2002-11-08 20:23:57 +00:00
geo_ops.c Avoid gratuitous variation in spelling of same error message. 2003-01-21 19:44:26 +00:00
geo_selfuncs.c Update copyright to 2002. 2002-06-20 20:29:54 +00:00
inet_net_ntop.c Remove sys/types.h in files that include postgres.h, and hence c.h, 2002-09-02 02:47:07 +00:00
inet_net_pton.c Remove sys/types.h in files that include postgres.h, and hence c.h, 2002-09-02 02:47:07 +00:00
int.c Add a bunch of pseudo-types to replace the behavior formerly associated 2002-08-22 00:01:51 +00:00
int8.c Extend pg_cast castimplicit column to a three-way value; this allows us 2002-09-18 21:35:25 +00:00
like.c Remove all traces of multibyte and locale options. Clean up comments 2002-09-03 21:45:44 +00:00
like_match.c Remove all traces of multibyte and locale options. Clean up comments 2002-09-03 21:45:44 +00:00
lockfuncs.c Back out LOCKTAG changes by Rod Taylor, pending code review. Sorry. 2003-02-19 23:41:15 +00:00
mac.c Make macaddr_in reject trailing garbage (except whitespace). 2002-10-13 15:39:17 +00:00
misc.c The "random" regression test uses a function called oidrand(), which 2003-02-13 05:24:04 +00:00
nabstime.c Simplify timezone-handling code per proposal to pghackers: get rid of 2003-02-22 05:57:45 +00:00
name.c Create a distinction between Lists of integers and Lists of OIDs, to get 2003-02-09 06:56:28 +00:00
network.c Add new palloc0 call as merge of palloc and MemSet(0). 2002-11-13 00:39:48 +00:00
not_in.c pgindent run. 2002-09-04 20:31:48 +00:00
numeric.c This patch adds some missing functions for float8 math operations, 2002-10-19 02:08:19 +00:00
numutils.c pgindent run. 2002-09-04 20:31:48 +00:00
oid.c Update copyright to 2002. 2002-06-20 20:29:54 +00:00
oracle_compat.c pgindent run. 2002-09-04 20:31:48 +00:00
pg_locale.c Fix breakage that had crept into setlocale() usage: once again we've 2002-10-18 20:44:02 +00:00
pg_lzcompress.c This patch implements FOR EACH STATEMENT triggers, per my email to 2002-11-23 03:59:09 +00:00
pgstatfuncs.c Make usesysid consistently int4, not oid. 2002-12-04 05:18:38 +00:00
pseudotypes.c pgindent run. 2002-09-04 20:31:48 +00:00
quote.c Be careful to include postgres.h *before* any system headers, to ensure 2002-09-05 00:43:07 +00:00
regexp.c Create a GUC variable REGEX_FLAVOR to control the type of regular 2003-02-06 20:25:33 +00:00
regproc.c Extend pg_cast castimplicit column to a three-way value; this allows us 2002-09-18 21:35:25 +00:00
ri_triggers.c Phase 2 of read-only-plans project: restructure expression-tree nodes 2002-12-12 15:49:42 +00:00
ruleutils.c COALESCE() and NULLIF() are now first-class expressions, not macros 2003-02-16 02:30:39 +00:00
selfuncs.c Replace planner's representation of relation sets, per pghackers discussion. 2003-02-08 20:20:55 +00:00
sets.c Phase 3 of read-only-plans project: ExecInitExpr now builds expression 2002-12-13 19:46:01 +00:00
tid.c pgindent run. 2002-09-04 20:31:48 +00:00
timestamp.c Change EXTRACT(EPOCH FROM timestamp) so that a timestamp without time zone 2003-02-27 21:36:58 +00:00
varbit.c Add new palloc0 call as merge of palloc and MemSet(0). 2002-11-13 00:39:48 +00:00
varchar.c Extend pg_cast castimplicit column to a three-way value; this allows us 2002-09-18 21:35:25 +00:00
varlena.c Attached are two small patches to expose md5 as a user function -- including 2002-12-06 05:20:28 +00:00
version.c Functions on 'text' type updated to new fmgr style. 'text' is 2000-07-06 05:48:31 +00:00