postgresql/src
Simon Riggs a8ce974cdd Teach standby conflict resolution to use SIGUSR1
Conflict reason is passed through directly to the backend, so we can
take decisions about the effect of the conflict based upon the local
state. No specific changes, as yet, though this prepares for later work.
CancelVirtualTransaction() sends signals while holding ProcArrayLock.
Introduce errdetail_abort() to give message detail explaining that the
abort was caused by conflict processing. Remove CONFLICT_MODE states
in favour of using PROCSIG_RECOVERY_CONFLICT states directly, for clarity.
2010-01-16 10:05:59 +00:00
..
backend Teach standby conflict resolution to use SIGUSR1 2010-01-16 10:05:59 +00:00
bin Use -Z for vacuumdb --analyze-only, rather than -o. 2010-01-07 14:35:44 +00:00
include Teach standby conflict resolution to use SIGUSR1 2010-01-16 10:05:59 +00:00
interfaces Added correct error handling in DESCRIBE statement processing by Boszormenyi Zoltan <zb@cybertec.at>. 2010-01-15 13:19:12 +00:00
makefiles Second try: walreceiver should not be built with -DBUILDING_DLL 2010-01-15 21:43:21 +00:00
pl Remove unnecessary use of temp file. Tim Bunce 2010-01-10 18:10:03 +00:00
port Simplify validate_exec() by using access(2) to check file permissions, 2010-01-14 00:14:06 +00:00
template
test Add point_ops opclass for GiST. 2010-01-14 16:31:09 +00:00
timezone Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
tools remove use of temp file for perlchunks.h, as in recent change to plperl GNUmakefile 2010-01-11 14:16:18 +00:00
tutorial Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
bcc32.mak
DEVELOPERS
Makefile Move build of src/backend/replication/walreceiver/ later in the build 2010-01-15 17:01:06 +00:00
Makefile.global.in Python 3 support in PL/Python 2009-12-15 22:59:55 +00:00
Makefile.shlib Derived files that are shipped in the distribution used to be built in the 2009-08-28 20:26:19 +00:00
nls-global.mk Update of install-sh, mkinstalldirs, and associated configury 2009-08-26 22:24:44 +00:00
win32.mak