postgresql/src/backend/utils/adt
Joe Conway 12661642c8 Add function (actually an int4 and an int8 version) that generates
a series of numbers, optionally using an explicit step size other
than the default value (one). Use function in the information_schema
to replace hard-wired knowledge of INDEX_MAX_KEYS. initdb forced due
to pg_proc change. Documentation update still needed -- will be
committed separately.
2004-02-03 08:29:57 +00:00
..
acl.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
array_userfuncs.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
arrayfuncs.c More janitorial work: remove the explicit casting of NULL literals to a 2004-01-07 18:56:30 +00:00
arrayutils.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
ascii.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
bool.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
cash.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
char.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
date.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
datetime.c Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_path 2004-01-19 19:04:40 +00:00
datum.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
encode.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
float.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
format_type.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
formatting.c More janitorial work: remove the explicit casting of NULL literals to a 2004-01-07 18:56:30 +00:00
geo_ops.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
geo_selfuncs.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
inet_net_ntop.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
inet_net_pton.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
int8.c Add function (actually an int4 and an int8 version) that generates 2004-02-03 08:29:57 +00:00
int.c Add function (actually an int4 and an int8 version) that generates 2004-02-03 08:29:57 +00:00
like_match.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
like.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
lockfuncs.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
mac.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
Makefile $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
misc.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
nabstime.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
name.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
network.c netmask() and hostmask() functions should return maximum-length masklen, 2003-12-01 18:50:19 +00:00
not_in.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
numeric.c Code and docs review for numeric-factorial patch. 2003-12-02 00:26:59 +00:00
numutils.c More janitorial work: remove the explicit casting of NULL literals to a 2004-01-07 18:56:30 +00:00
oid.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
oracle_compat.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
pg_locale.c Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_path 2004-01-19 19:04:40 +00:00
pg_lzcompress.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
pgstatfuncs.c OK, some of these syntax errors should be given other codes. 2003-09-15 20:03:37 +00:00
pseudotypes.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
quote.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
regexp.c Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_path 2004-01-19 19:04:40 +00:00
regproc.c Micro-opt: replace calls like 2004-01-31 05:09:41 +00:00
ri_triggers.c More janitorial work: remove the explicit casting of NULL literals to a 2004-01-07 18:56:30 +00:00
ruleutils.c Micro-opt: replace calls like 2004-01-31 05:09:41 +00:00
selfuncs.c Avoid generating invalid character encoding sequences in make_greater_string. 2004-02-02 03:07:08 +00:00
sets.c Apply the core parts of Dennis Bjorklund's patch to allow function 2004-01-06 23:55:19 +00:00
tid.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
timestamp.c > > I have no idea if this in Oracle or not. But it's something I 2003-12-25 03:36:24 +00:00
varbit.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
varchar.c Make length() disregard trailing spaces in char(n) values, per discussion 2004-02-01 06:27:48 +00:00
varlena.c Micro-opt: replace calls like 2004-01-31 05:09:41 +00:00
version.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
xid.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00