postgresql/src
Robert Haas 5976be32d2 Allow copydir() to be interrupted.
This makes ALTER DATABASE .. SET TABLESPACE and CREATE DATABASE more
sensitive to interrupts.  Backpatch to 8.4, where ALTER DATABASE .. SET
TABLESPACE was introduced.  We could go back further, but in the absence
of complaints about the CREATE DATABASE case it doesn't seem worth it.

Guillaume Lelarge, with a small correction by me.
2010-07-01 20:13:06 +00:00
..
backend Allow ALTER TABLE .. SET TABLESPACE to be interrupted. 2010-07-01 14:12:04 +00:00
bin Improve pg_dump's checkSeek() function to verify the functioning of ftello 2010-06-28 02:07:09 +00:00
include tag 8.4.4 2010-05-14 03:20:06 +00:00
interfaces Data returned by RETURNING clause wasn't correctly processed by ecpg. Patch backported from HEAD. 2010-06-04 10:48:05 +00:00
makefiles Allow out-of-tree builds on mingw and cygwin 2009-01-05 09:27:20 +00:00
pl In a PL/pgSQL "FOR cursor" statement, the statements executed in the loop 2010-06-21 09:49:58 +00:00
port Allow copydir() to be interrupted. 2010-07-01 20:13:06 +00:00
template Tweak configure to attempt to add -qnoansialias to CFLAGS whenever running 2009-02-11 20:02:40 +00:00
test Fix mishandling of whole-row Vars referencing a view or sub-select. 2010-06-21 00:14:54 +00:00
timezone Change the "N. Central Asia Standard Time" timezone to map to 2010-05-20 14:13:23 +00:00
tools Fix regression test name for plperlu_plperl in msvc. 2010-06-03 11:03:09 +00:00
tutorial Remove copyright mention of Andrew Yu, per author's permission. 2010-02-02 18:52:06 +00:00
bcc32.mak Remove old-style win32 client-only visual c++ build infrastructure for everything except 2007-03-05 14:18:38 +00:00
DEVELOPERS Replace a couple of references to files that no longer exist in the source 2009-05-04 08:08:47 +00:00
Makefile Add the possibility to specify an explicit validator function for foreign-data 2009-02-24 10:06:36 +00:00
Makefile.global.in Fix the makefiles to fail cleanly if Perl is needed but not present. This 2009-06-23 03:46:00 +00:00
Makefile.shlib Allow out-of-tree builds on mingw and cygwin 2009-01-05 09:27:20 +00:00
nls-global.mk Do not msgmerge against /dev/null; merge against the pot file itself 2009-01-20 09:58:50 +00:00
win32.mak Update supported standalone VC++ version to 7.1+ only, and fix 2007-08-03 10:47:11 +00:00