postgresql/src
Tom Lane eeae797d33 Retry in FileRead and FileWrite if Windows returns ERROR_NO_SYSTEM_RESOURCES.
Also add a retry for Unixen returning EINTR, which hasn't been reported
as an issue but at least theoretically could be.  Patch by Qingqing Zhou,
some minor adjustments by me.
2005-12-01 20:24:49 +00:00
..
backend Retry in FileRead and FileWrite if Windows returns ERROR_NO_SYSTEM_RESOURCES. 2005-12-01 20:24:49 +00:00
bin Ensure that we only create one ConsoleCtrlHandler per psql process, 2005-11-04 18:35:51 +00:00
corba make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
include Repair an error introduced by log_line_prefix patch: it is not acceptable 2005-11-05 03:05:05 +00:00
interfaces - Made several variables "const char *" instead of "char *" as proposed by Qingqing Zhou <zhouqq@cs.toronto.edu>. 2005-11-30 12:51:07 +00:00
makefiles Revert -Wl, change to Makefile.osf, as the allegedly more standard 2005-01-06 20:56:50 +00:00
pl Backpatch to 8.0.X: 2005-09-23 21:02:37 +00:00
port Stamp release 8.0.4. 2005-10-03 17:07:18 +00:00
template Support Sun's compiler on SunOS4 (a/k/a Solaris 9). Per ayan@ayan.net 2004-12-29 23:47:40 +00:00
test Provide a --no-locale option for pg_regress and a corresponding NOLOCALE=1 2005-11-01 15:32:52 +00:00
timezone Update timezone data files to release 2005m of the zic database. 2005-09-07 21:39:41 +00:00
tools Update error message and documentation for fsync test. 2005-11-16 03:44:51 +00:00
tutorial Adjust src/tutorial Makefile so that it can use pgxs. This allows the 2005-01-13 18:23:22 +00:00
utils PostgreSQL extension makefile framework ("pgxs"), by Fabien Coelho, with 2004-07-30 12:26:40 +00:00
bcc32.mak Add -N make flag to bcc builds from /src dir. 2005-05-13 18:13:16 +00:00
DEVELOPERS just testing a script... 1999-07-30 03:45:57 +00:00
Makefile Adjust src/tutorial Makefile so that it can use pgxs. This allows the 2005-01-13 18:23:22 +00:00
Makefile.global.in Have libpgport link before libpq so that PG client applications are more 2005-03-25 18:18:41 +00:00
Makefile.shlib Back-patch recent changes to alter the order of -L flags inserted from 2005-07-17 04:05:49 +00:00
nls-global.mk More locale fixes for pg_ctl. 2004-06-01 03:32:42 +00:00
win32.mak $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00