postgresql/src/backend/utils
Tom Lane 0ddede58e6 Remove inappropriate memory context switch in shutdown_MultiFuncCall().
This was a thinko introduced in a patch from last February; it results
in memory leakage if an SRF is shut down before the actual end of query,
because subsequent code will be running in a longer-lived context than
it's expecting to be.
2008-11-30 18:49:36 +00:00
..
adt Fix compiler warning "res may be used uninitialized in this function". 2008-11-19 10:23:21 +00:00
cache Rely on relcache invalidation to update the cached size of the FSM. 2008-11-26 17:08:58 +00:00
error Install a more robust solution for the problem of infinite error-processing 2008-10-27 19:37:22 +00:00
fmgr Remove inappropriate memory context switch in shutdown_MultiFuncCall(). 2008-11-30 18:49:36 +00:00
hash Update URL to Ross William's paper. 2008-08-25 17:37:40 +00:00
init Add a new GUC variable called "IntervalStyle" that decouples interval output 2008-11-09 00:28:35 +00:00
mb Add an explicit caution about how to use pg_do_encoding_conversion with 2008-11-11 03:01:20 +00:00
misc Fix a few more format argument warnings. 2008-11-21 20:14:27 +00:00
mmgr Be more tense about not creating tuplestores with randomAccess = true unless 2008-10-29 00:00:39 +00:00
resowner Use ResourceOwners in the snapshot manager, instead of attempting to track them 2008-11-25 20:28:29 +00:00
sort Arrange to squeeze out the MINIMAL_TUPLE_PADDING in the tuple representation 2008-10-28 15:51:03 +00:00
time Use ResourceOwners in the snapshot manager, instead of attempting to track them 2008-11-25 20:28:29 +00:00
.cvsignore Cleanup to ensure good state of derived files in tarballs. 2000-06-09 02:38:36 +00:00
Gen_dummy_probes.sed Add a few more DTrace probes to the backend. 2008-08-01 13:16:09 +00:00
Gen_fmgrtab.pl Fix Gen_fmgrtab.sh to not rely on hard-wired knowledge of the column numbers 2008-06-23 17:54:30 +00:00
Gen_fmgrtab.sh Fix Gen_fmgrtab.sh to not rely on hard-wired knowledge of the column numbers 2008-06-23 17:54:30 +00:00
Makefile Add a few more DTrace probes to the backend. 2008-08-01 13:16:09 +00:00
probes.d Add a few more DTrace probes to the backend. 2008-08-01 13:16:09 +00:00