postgresql/src/backend
Heikki Linnakangas 4a170ee9e0 Add an Assertion that you don't palloc within a critical section.
This caught a bunch of cases doing that already, which I just fixed in
previous commit. This is the assertion itself.

Per Tom Lane's idea.
2014-04-04 14:28:54 +03:00
..
access Avoid allocations in critical sections. 2014-04-04 13:35:44 +03:00
bootstrap Avoid repeated name lookups during table and index DDL. 2014-02-17 09:33:31 -05:00
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 Update copyright for 2014 2014-01-07 16:05:30 -05:00
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 Avoid repeated name lookups during table and index DDL. 2014-02-17 09:33:31 -05:00
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 Translation updates 2013-12-02 00:17:07 -05:00
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 Add gitignore for mingw/cygwin build outputs 2011-06-09 18:11:47 +02:00
common.mk Remove maintainer-check target, fold into normal build 2013-10-10 20:11:56 -04:00
Makefile Get rid of use of dlltool in Mingw builds. 2014-02-11 12:56:20 -05:00
nls.mk Add libpgcommon to backend gettext source files 2013-10-19 13:49:05 -04:00