summaryrefslogtreecommitdiff
path: root/src/backend/utils/mmgr
AgeCommit message (Expand)Author
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-11-15Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-08-12Remove an "optimization" I installed in 2001, to make repalloc() attempt toTom Lane
2007-08-07Adjust the output of MemoryContextStats() so that the stats for aNeil Conway
2007-07-25Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict withMagnus Hagander
2007-05-29mmgr README tweak: "either" is no longer correct. The previous wordingNeil Conway
2007-04-30Marginal performance hack: remove the loop that used to be needed toTom Lane
2007-04-26Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scanTom Lane
2007-04-26Rename the newly-added commands for discarding session state.Neil Conway
2007-04-12RESET SESSION, plus related new DDL commands. Patch from Marko Kreen,Neil Conway
2007-03-13First phase of plan-invalidation project: create a plan cache managementTom Lane
2007-02-20Remove the Query structure from the executor's API. This allows us to stopTom Lane
2007-01-20Remove remains of old depend target.Peter Eisentraut
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-12-27Improve memory management code to avoid inefficient behavior when a contextTom Lane
2006-11-23Several changes to reduce the probability of running out of memory duringTom Lane
2006-11-08Modify aset.c to track the next intended block allocation size explicitly.Tom Lane
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-09-27Replace strncpy with strlcpy in selected places that seem possibly relevantTom Lane
2006-09-07Clean up logging for extended-query-protocol operations, as per my recentTom Lane
2006-08-29Now bind displays prepare as detail, and execute displays prepare andBruce Momjian
2006-08-14Fix oversight in initial implementation of PORTAL_ONE_RETURNING mode: weTom Lane
2006-08-08For protocol-level prepare/bind/execute:Bruce Momjian
2006-07-14Remove 576 references of include files that were not needed.Bruce Momjian
2006-07-13Allow include files to compile own their own.Bruce Momjian
2006-06-28Fix typo in comment.Neil Conway
2006-06-20Remove redundant gettimeofday() calls to the extent practical withoutTom Lane
2006-04-25Back out RESET CONNECTION until there is more discussion.Bruce Momjian
2006-04-25Add RESET CONNECTION, to reset all aspects of a session.Bruce Momjian
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2006-02-14AllocSetStats should probably be using unsigned format to show space totals.Tom Lane
2006-01-18Add a new system view, pg_cursors, that displays the currently availableNeil Conway
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-09-01Short-circuit AllocSetReset if nothing has been palloc'd in the memoryTom Lane
2005-06-17Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane
2005-06-04Back out patch:Bruce Momjian
2005-06-04Tom Lane <[email protected]> writes:Bruce Momjian
2005-05-29Modify hash_search() API to prevent future occurrences of the errorTom Lane
2005-05-14Further marginal speed hacking: in MemoryContextReset, don't callTom Lane
2005-05-14Minor speed hacks in AllocSetReset: avoid clearing the freelist headersTom Lane
2005-05-11This patch will ensure that the hash table iteration performed byBruce Momjian
2005-04-11Fix interaction between materializing holdable cursors and firingTom Lane
2005-02-18Convert MemoryContextSwitchTo() into an inline function when using GCC.Tom Lane
2005-01-26Close all cursors created during a failed subtransaction. This is neededTom Lane
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-11-21Reduce the default size of the PortalHashTable in order to save aTom Lane
2004-10-17Fix some typos.Bruce Momjian
2004-10-12Fix a copy-and-paste error: give a distinct memory context a distinctNeil Conway