postgresql/src/backend
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
..
access In checkpoint, move the check for in-progress xacts out of critical section. 2014-04-04 17:31:22 +03:00
bootstrap
catalog Cleanup around json_to_record/json_to_recordset 2014-03-26 10:18:24 -04:00
commands Offer triggers on foreign tables. 2014-03-23 02:16:34 -04:00
executor Offer triggers on foreign tables. 2014-03-23 02:16:34 -04:00
foreign
lib Fix typos in comments. 2014-03-17 20:47:28 +09:00
libpq Fix assorted issues in client host name lookup. 2014-04-02 17:11:24 -04:00
main C comments: remove odd blank lines after #ifdef WIN32 lines 2014-03-13 01:34:42 -04:00
nodes
optimizer Fix EquivalenceClass processing for nested append relations. 2014-03-28 11:50:01 -04:00
parser Fix non-equivalence of VARIADIC and non-VARIADIC function call formats. 2014-04-03 22:02:24 -04:00
po
port Rename huge_tlb_pages to huge_pages, and improve docs. 2014-03-03 20:52:48 +02:00
postmaster Fix assorted issues in client host name lookup. 2014-04-02 17:11:24 -04:00
regex Fix memory leak during regular expression execution. 2014-03-19 11:09:24 -04:00
replication Fix thinko in logical decoding code. 2014-03-31 13:03:18 -04:00
rewrite Offer triggers on foreign tables. 2014-03-23 02:16:34 -04:00
snowball Prefer pg_any_to_server/pg_server_to_any over pg_do_encoding_conversion. 2014-02-23 16:59:05 -05:00
storage Avoid allocations in critical sections. 2014-04-04 13:35:44 +03:00
tcop Introduce logical decoding. 2014-03-03 16:32:18 -05:00
tsearch Avoid memcpy() with same source and destination address. 2014-03-07 13:14:33 +02:00
utils Add an Assertion that you don't palloc within a critical section. 2014-04-04 14:28:54 +03:00
.gitignore
common.mk
Makefile
nls.mk