mirror of
https://github.com/postgres/postgres.git
synced 2026-02-15 08:37:56 -05:00
for details). It doesn't really do that much yet, since there are no short-term memory contexts in the executor, but the infrastructure is in place and long-term contexts are handled reasonably. A few long- standing bugs have been fixed, such as 'VACUUM; anything' in a single query string crashing. Also, out-of-memory is now considered a recoverable ERROR, not FATAL. Eliminate a large amount of crufty, now-dead code in and around memory management. Fix problem with holding off SIGTRAP, SIGSEGV, etc in postmaster and backend startup. |
||
|---|---|---|
| .. | ||
| execdebug.h | ||
| execdefs.h | ||
| execdesc.h | ||
| execFlatten.h | ||
| executor.h | ||
| functions.h | ||
| hashjoin.h | ||
| nodeAgg.h | ||
| nodeAppend.h | ||
| nodeGroup.h | ||
| nodeHash.h | ||
| nodeHashjoin.h | ||
| nodeIndexscan.h | ||
| nodeMaterial.h | ||
| nodeMergejoin.h | ||
| nodeNestloop.h | ||
| nodeResult.h | ||
| nodeSeqscan.h | ||
| nodeSort.h | ||
| nodeSubplan.h | ||
| nodeTidscan.h | ||
| nodeUnique.h | ||
| spi.h | ||
| spi_priv.h | ||
| tuptable.h | ||