postgresql/src/backend/utils/adt
Thomas G. Lockhart 6f58115ddd Measure the current transaction time to milliseconds.
Define a new function, GetCurrentTransactionStartTimeUsec() to get the time
 to this precision.
Allow now() and timestamp 'now' to use this higher precision result so
 we now have fractional seconds in this "constant".
Add timestamp without time zone type.
Move previous timestamp type to timestamp with time zone.
Accept another ISO variant for date/time values: yyyy-mm-ddThh:mm:ss
 (note the "T" separating the day from hours information).
Remove 'current' from date/time types; convert to 'now' in input.
Separate time and timetz regression tests.
Separate timestamp and timestamptz regression test.
2001-09-28 08:09:14 +00:00
..
acl.c has_table_privilege functions from Joe Conway (with some kibitzing from 2001-06-14 01:09:22 +00:00
arrayfuncs.c
arrayutils.c
ascii.c Commit Karel's patch. 2001-09-06 04:57:30 +00:00
bool.c
cash.c
char.c Make text <=> char conversion functions convert zero character to and 2001-05-28 21:58:32 +00:00
date.c Measure the current transaction time to milliseconds. 2001-09-28 08:09:14 +00:00
datetime.c Measure the current transaction time to milliseconds. 2001-09-28 08:09:14 +00:00
datum.c Restructure index AM interface for index building and index tuple deletion, 2001-07-15 22:48:19 +00:00
encode.c > Here's a revised patch. Changes: 2001-09-14 17:46:40 +00:00
float.c This adds unary plus capability. No grammar changes, per Tom's request. 2001-06-07 00:09:32 +00:00
format_type.c Measure the current transaction time to milliseconds. 2001-09-28 08:09:14 +00:00
formatting.c Measure the current transaction time to milliseconds. 2001-09-28 08:09:14 +00:00
geo_ops.c
geo_selfuncs.c
inet_net_ntop.c
inet_net_pton.c
int8.c Revise overflow test in int84() to avoid codegen bug in some older 2001-09-07 01:33:44 +00:00
int.c This adds unary plus capability. No grammar changes, per Tom's request. 2001-06-07 00:09:32 +00:00
like.c > Here's a revised patch. Changes: 2001-09-14 17:46:40 +00:00
mac.c Remove special-case treatment of all-zeroes MAC address, per today's 2001-08-21 21:23:21 +00:00
Makefile > > Put encode() into base system. Used part of Alex' patch 2001-07-11 22:14:03 +00:00
misc.c
nabstime.c Measure the current transaction time to milliseconds. 2001-09-28 08:09:14 +00:00
name.c
network.c Fix confusion over static-ness of a subroutine. 2001-08-27 20:03:38 +00:00
not_in.c
numeric.c sum() on int2 and int4 columns now uses an int8, not numeric, accumulator 2001-08-14 22:21:59 +00:00
numutils.c
oid.c sum() on int2 and int4 columns now uses an int8, not numeric, accumulator 2001-08-14 22:21:59 +00:00
oracle_compat.c Make lpad/rpad/translate multibyte aware. Also add Copright notice etc. 2001-09-23 11:02:01 +00:00
pg_locale.c
pg_lzcompress.c
pgstatfuncs.c Suppress gcc warning. 2001-06-25 20:20:02 +00:00
quote.c
regexp.c
regproc.c Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in 2001-08-21 16:36:06 +00:00
ri_triggers.c RI triggers would fail for datatypes using old-style equal function, 2001-05-31 17:32:33 +00:00
ruleutils.c Make ALTER TABLE RENAME on a view rename the view's on-select rule too. 2001-08-12 21:35:19 +00:00
selfuncs.c > Here's a revised patch. Changes: 2001-09-14 17:46:40 +00:00
sets.c Clean up some confusion about where and how to set whereToSendOutput. 2001-09-08 01:10:21 +00:00
tid.c Suppress compiler warning. 2001-09-17 00:29:10 +00:00
timestamp.c Measure the current transaction time to milliseconds. 2001-09-28 08:09:14 +00:00
varbit.c Make bit and bit varying types reject too long input. (They already tried 2001-05-22 16:37:17 +00:00
varchar.c Implement following item in TODO: 2001-09-11 05:18:59 +00:00
varlena.c > Here's a revised patch. Changes: 2001-09-14 17:46:40 +00:00
version.c