postgresql/src/bin
Bruce Momjian ed80f5701b pgevent fixes:
1) Make vcbuild actually build the pgevent dll.
2) Change the pgevent DLL file so it doens't specify ordinal for the
functions. You're not supposed to do that. You're actually supposed to
declare them as PRIVATE as well, but mingw doesn't support that. VC++
will throw a warning and not an error though, so we can live with it.

Magnus Hagander
2006-10-03 22:12:14 +00:00
..
initdb The attached patch changes units of the some default values in 2006-10-03 21:11:55 +00:00
ipcclean Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
pg_config Fix some misuses of strncat(). 2006-09-27 16:19:42 +00:00
pg_controldata Make the server track an 'XID epoch', that is, maintain higher-order bits 2006-08-21 16:16:31 +00:00
pg_ctl Suppress useless warning on pre-XP versions of Windows. Magnus 2006-09-24 16:59:45 +00:00
pg_dump Remove separate strdup.h header file; it's redundant with port.h. 2006-09-27 15:41:24 +00:00
pg_resetxlog Make the server track an 'XID epoch', that is, maintain higher-order bits 2006-08-21 16:16:31 +00:00
pgevent pgevent fixes: 2006-10-03 22:12:14 +00:00
psql Remove separate strdup.h header file; it's redundant with port.h. 2006-09-27 15:41:24 +00:00
scripts Fix yesno_prompt() memory leak in /script tools, reported by Converity. 2006-10-03 21:45:20 +00:00
Makefile Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00