postgresql/src/backend
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
..
access Review uses of IsUnderPostmaster, change some tests to look at 2004-01-28 21:02:40 +00:00
bootstrap More janitorial work: remove the explicit casting of NULL literals to a 2004-01-07 18:56:30 +00:00
catalog Add function (actually an int4 and an int8 version) that generates 2004-02-03 08:29:57 +00:00
commands > src/backend/commands/user.c file has some parse error at repalloc(), 2004-02-02 17:21:08 +00:00
executor Fix debug elog message to agree with name of its routine. 2004-01-30 22:44:21 +00:00
lib make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
libpq Fix a read of uninitialized memory in next_token() of hba.c, spotted via 2004-02-02 16:58:30 +00:00
main Briefly, 2004-02-02 00:11:31 +00:00
nodes Micro-opt: replace calls like 2004-01-31 05:09:41 +00:00
optimizer simplify_function() mustn't try to evaluate functions that return 2004-01-28 00:05:04 +00:00
parser Fix oversight in check_ungrouped_columns optimization that avoids 2004-01-28 07:46:44 +00:00
po Translation updates 2004-01-24 07:30:40 +00:00
port Briefly, 2004-02-02 00:11:31 +00:00
postmaster Adjustments for Win32-specific rename code, and add include file. 2004-02-02 16:37:46 +00:00
regex $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
rewrite Fix permission-checking bug reported by Tim Burgess 10-Feb-03 (this time 2004-01-14 23:01:55 +00:00
storage Remove sleep() and use single PG_SLEEP call for Win32 signal handling 2004-01-30 15:57:04 +00:00
tcop Review uses of IsUnderPostmaster, change some tests to look at 2004-01-28 21:02:40 +00:00
utils Add function (actually an int4 and an int8 version) that generates 2004-02-03 08:29:57 +00:00
Makefile Briefly, 2004-02-02 00:11:31 +00:00
nls.mk $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00