postgresql/src/backend
Tom Lane 3049fe7cfa Make the bgwriter's error recovery path do smgrcloseall(). On Windows this
should allow delete-pending files to actually go away, and thereby work
around the various complaints we've seen about 'permission denied'
errors in such cases.  Should be reasonably harmless in any case...
2006-12-01 19:55:28 +00:00
..
access Minor adjustments to make failures in startup/shutdown behave more cleanly. 2006-11-30 18:29:12 +00:00
bootstrap On systems that have setsid(2) (which should be just about everything except 2006-11-21 20:59:53 +00:00
catalog Change pg_stat_all_tables and sister views to put the recently-added 2006-11-24 21:18:42 +00:00
commands Several changes to reduce the probability of running out of memory during 2006-11-23 01:14:59 +00:00
executor Prevent intratransaction memory leak when a subtransaction is aborted 2006-11-21 22:35:29 +00:00
lib
libpq Minor fix for LDAP authentication: if an error occurs, we need to 2006-11-06 01:27:52 +00:00
main pgindent run for 8.2. 2006-10-04 00:30:14 +00:00
nodes Fix recently-understood problems with handling of XID freezing, particularly 2006-11-05 22:42:10 +00:00
optimizer Suppress a few 'uninitialized variable' warnings that gcc emits only at 2006-11-11 01:14:19 +00:00
parser Fix some translator comments so that xgettext finds them and pgindent does 2006-11-28 12:54:42 +00:00
po Translation updates 2006-11-24 17:11:57 +00:00
port Fix infinite sleep and failes of send in Win32. 2006-10-13 13:59:47 +00:00
postmaster Make the bgwriter's error recovery path do smgrcloseall(). On Windows this 2006-12-01 19:55:28 +00:00
regex
rewrite Message style improvements 2006-10-06 17:14:01 +00:00
storage KB -> kB 2006-11-24 09:20:12 +00:00
tcop On systems that have setsid(2) (which should be just about everything except 2006-11-21 20:59:53 +00:00
utils Spelling fix 2006-11-29 14:50:07 +00:00
Makefile On Windows, we know the backend stack size limit because we have to 2006-10-08 17:15:34 +00:00
nls.mk