postgresql/src/backend
Tom Lane 91d20ff7aa Additional mop-up for sync-to-fsync changes: avoid issuing fsyncs for
temp tables, and avoid WAL-logging truncations of temp tables.  Do issue
fsync on truncated files (not sure this is necessary but it seems like
a good idea).
2004-05-31 20:31:33 +00:00
..
access Minor code rationalization: FlushRelationBuffers just returns void, 2004-05-31 19:24:05 +00:00
bootstrap Separate out bgwriter code into a logically separate module, rather 2004-05-29 22:48:23 +00:00
catalog Minor code rationalization: FlushRelationBuffers just returns void, 2004-05-31 19:24:05 +00:00
commands Minor code rationalization: FlushRelationBuffers just returns void, 2004-05-31 19:24:05 +00:00
executor Use the new List API function names throughout the backend, and disable the 2004-05-30 23:40:41 +00:00
lib Add tests to enlargeStringInfo() to avoid possible buffer-overrun or 2004-05-11 20:07:26 +00:00
libpq Use the new List API function names throughout the backend, and disable the 2004-05-30 23:40:41 +00:00
main Separate out bgwriter code into a logically separate module, rather 2004-05-29 22:48:23 +00:00
nodes Use the new List API function names throughout the backend, and disable the 2004-05-30 23:40:41 +00:00
optimizer Use the new List API function names throughout the backend, and disable the 2004-05-30 23:40:41 +00:00
parser Use the new List API function names throughout the backend, and disable the 2004-05-30 23:40:41 +00:00
po Translation update 2004-05-29 06:22:56 +00:00
port Code review for EXEC_BACKEND changes. Reduce the number of #ifdefs by 2004-05-28 05:13:32 +00:00
postmaster Per previous discussions, get rid of use of sync(2) in favor of 2004-05-31 03:48:10 +00:00
regex Solve the 'Turkish problem' with undesirable locale behavior for case 2004-05-07 00:24:59 +00:00
rewrite Use the new List API function names throughout the backend, and disable the 2004-05-30 23:40:41 +00:00
storage Additional mop-up for sync-to-fsync changes: avoid issuing fsyncs for 2004-05-31 20:31:33 +00:00
tcop Separate out bgwriter code into a logically separate module, rather 2004-05-29 22:48:23 +00:00
utils Suppress compile warnings on machines where the INT64CONST() decoration 2004-05-31 18:53:18 +00:00
Makefile Integrate src/timezone library for all platforms. There is more we can 2004-05-21 05:08:06 +00:00
nls.mk $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00