postgresql/src
Tom Lane 5869e883ee WAL must log CREATE and DROP DATABASE operations *without* using any
explicit paths, so that the log can be replayed in a data directory
with a different absolute path than the original had.  To avoid forcing
initdb in the 8.0 branch, continue to accept the old WAL log record
types; they will never again be generated however, and the code can be
dropped after the next forced initdb.  Per report from Oleg Bartunov.
We still need to think about what it really means to WAL-log CREATE
TABLESPACE commands: we more or less have to put the absolute path
into those, but how to replay in a different context??
2005-03-23 00:04:25 +00:00
..
backend WAL must log CREATE and DROP DATABASE operations *without* using any 2005-03-23 00:04:25 +00:00
bin Put 'dump complete' message in the right place, so it comes out where 2005-03-18 17:33:03 +00:00
corba
include WAL must log CREATE and DROP DATABASE operations *without* using any 2005-03-23 00:04:25 +00:00
interfaces Added patch by Christof Petig <christof@petig-baender.de> to work around gcc bug on powerpc and amd64. 2005-03-18 10:01:14 +00:00
makefiles Revert -Wl, change to Makefile.osf, as the allegedly more standard 2005-01-06 20:56:50 +00:00
pl If we're gonna check for array overrun, we really should do so before 2005-02-08 18:21:59 +00:00
port Backpatch to 8.0.X, already in HEAD: 2005-03-17 17:28:59 +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 Adjust constant-folding of CASE expressions so that the simple comparison 2005-02-02 21:49:49 +00:00
timezone Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
tools Add tools/find_gt_lt to find < and > in SGML source. 2005-01-23 00:38:05 +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
bcc32.mak
DEVELOPERS
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 Use SHGetFolderPath instead of SHGetSpecialFolderPath to find the 2005-01-26 19:24:21 +00:00
Makefile.shlib Fix up makefile dependencies for pg_config_paths.h. 2004-11-20 21:13:06 +00:00
nls-global.mk
win32.mak