postgresql/src
Heikki Linnakangas 9de778b24b Move the responsibility of writing a "unlogged WAL operation" record from
heap_sync() to the callers, because heap_sync() is sometimes called even
if the operation itself is WAL-logged. This eliminates the bogus unlogged
records from CLUSTER that Simon Riggs reported, patch by Fujii Masao.
2010-02-03 10:01:30 +00:00
..
backend Move the responsibility of writing a "unlogged WAL operation" record from 2010-02-03 10:01:30 +00:00
bin Fix memory leakage introduced into print_aligned_text by 8.4 changes 2010-01-30 18:59:51 +00:00
include Add a message type header to the CopyData messages sent from primary 2010-02-03 09:47:19 +00:00
interfaces Add #include <float.h> --- guessing the lack of this is why Windows 2010-02-03 03:25:55 +00:00
makefiles Adjust windows makefiles too, now that the walreceiver dynamic module 2010-01-20 09:30:07 +00:00
pl Add plperl.on_perl_init setting to provide for initializing the perl library on load. Also, handle END blocks in plperl. 2010-01-30 01:46:57 +00:00
port Remove now unnecessary loop around CallNamedPipe(). 2010-01-31 17:18:28 +00:00
template
test Fix timing-sensitive regression test result I just created :-( --- the 2010-02-03 03:21:25 +00:00
timezone
tools Adjust MSVC build script too, now that the walreceiver dynamic module 2010-01-20 09:22:43 +00:00
tutorial Remove copyright mention of Andrew Yu, per author's permission. 2010-02-02 18:52:02 +00:00
bcc32.mak
DEVELOPERS
Makefile Rethink the way walreceiver is linked into the backend. Instead than shoving 2010-01-20 09:16:24 +00:00
Makefile.global.in
Makefile.shlib
nls-global.mk
win32.mak