postgresql/src/common
Fujii Masao 8c8a886268 Add palloc_extended for frontend and backend.
This commit also adds pg_malloc_extended for frontend. These interfaces
can be used to control at a lower level memory allocation using an interface
similar to MemoryContextAllocExtended. For example, the callers can specify
MCXT_ALLOC_NO_OOM if they want to suppress the "out of memory" error while
allocating the memory and handle a NULL return value.

Michael Paquier, reviewed by me.
2015-04-03 17:36:12 +09:00
..
exec.c On Darwin, detect and report a multithreaded postmaster. 2015-01-07 22:35:44 -05:00
fe_memutils.c Add palloc_extended for frontend and backend. 2015-04-03 17:36:12 +09:00
Makefile Revert "psql: fix \connect with URIs and conninfo strings" 2015-04-02 10:10:22 -04:00
pg_crc.c Speed up CRC calculation using slicing-by-8 algorithm. 2015-02-10 10:54:40 +02:00
pg_lzcompress.c Move pg_lzcompress.c to src/common. 2015-02-09 15:15:24 +09:00
pgfnames.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
psprintf.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
relpath.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
restricted_token.c Run pg_upgrade and pg_resetxlog with restricted token on Windows 2015-03-30 17:07:52 -04:00
rmtree.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
string.c Add pg_string_endswith as the start of a string helper library in src/common. 2015-01-03 20:54:12 +01:00
username.c Fix libpq's behavior when /etc/passwd isn't readable. 2015-01-11 12:35:44 -05:00
wait_error.c Update copyright for 2015 2015-01-06 11:43:47 -05:00