postgresql/src/backend
Bruce Momjian bd2a8078d3 > src/backend/commands/user.c file has some parse error at repalloc(),
palloc()$

Fixed.  Thanks.

> src/backend/postmaster/pgstat.c miss
> #include "tcop/tcopprot.h" line.

Fixed.

> src/utils/dllinit.c wrong include header line at MinGW.
> #include <cygwin/version.h> must be not included

Fixed.

> by the way,
> I can't compile eccp because I used lower version bison.

> and bin/pg_resetxlog too. in this case I can't find what's wrong.

Fixed.
2004-02-02 17:21:08 +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 Review uses of IsUnderPostmaster, change some tests to look at 2004-01-28 21:02:40 +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 Avoid generating invalid character encoding sequences in make_greater_string. 2004-02-02 03:07:08 +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