postgresql/src
Heikki Linnakangas d9e7873bbb In checkpoint, move the check for in-progress xacts out of critical section.
GetVirtualXIDsDelayingChkpt calls palloc, which isn't safe in a critical
section. I thought I covered this case with the exemption for the
checkpointer, but CreateCheckPoint is also called from the startup process.
2014-04-04 17:31:22 +03:00
..
backend In checkpoint, move the check for in-progress xacts out of critical section. 2014-04-04 17:31:22 +03:00
bin psql: display "Replica Identity" only for FULL and NOTHING 2014-03-29 19:00:11 -04:00
common Un-break peer authentication. 2014-03-28 10:30:37 -04:00
include Fix non-equivalence of VARIADIC and non-VARIADIC function call formats. 2014-04-03 22:02:24 -04:00
interfaces libpq: pass a memory allocation failure error up to PQconndefaults() 2014-03-20 11:48:31 -04:00
makefiles Flush a stray definition of $(DLLTOOL). 2014-02-11 12:59:48 -05:00
pl Fix refcounting bug in PLy_modify_tuple(). 2014-03-26 16:41:32 -04:00
port Fix assorted issues in client host name lookup. 2014-04-02 17:11:24 -04:00
template Revert to using --enable-auto-import in Cygwin builds. 2014-02-16 15:14:04 -05:00
test psql: display "Replica Identity" only for FULL and NOTHING 2014-03-29 19:00:11 -04:00
timezone Update time zone data files to tzdata release 2014a. 2014-03-15 13:36:07 -04:00
tools Allow logical decoding via the walsender interface. 2014-03-10 13:50:28 -04:00
tutorial Rename 'gmake' to 'make' in docs and recommended commands 2014-02-12 17:29:19 -05:00
.gitignore
DEVELOPERS
Makefile
Makefile.global.in Introduce logical decoding. 2014-03-03 16:32:18 -05:00
Makefile.shlib Tweak position of $(DLL_DEFFILE) in shared-library link commands. 2014-02-12 11:22:23 -05:00
bcc32.mak
nls-global.mk Setup error context callback for transaction lock waits 2014-03-19 15:10:36 -03:00
win32.mak