summaryrefslogtreecommitdiff
path: root/src/backend/utils/mmgr/portalmem.c
Commit message (Expand)AuthorAgeFilesLines
* Oops, in the previous fix to prevent a cursor that's being used in a FORHeikki Linnakangas2010-07-131-1/+12
* pgindent run for 9.0, second runBruce Momjian2010-07-061-4/+4
* The previous fix in CVS HEAD and 8.4 for handling the case where a cursorHeikki Linnakangas2010-07-051-5/+49
* pgindent run for 9.0Bruce Momjian2010-02-261-10/+10
* Force READY portals into FAILED state when a transaction or subtransactionTom Lane2010-02-181-48/+38
* Fix portalmem.c to avoid keeping a dangling pointer to a cached plan listTom Lane2010-01-181-9/+12
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Previous fix for temporary file management broke returning a set fromHeikki Linnakangas2009-12-291-8/+4
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Be more tense about not creating tuplestores with randomAccess = true unlessTom Lane2008-10-291-5/+13
* Adjust things so that the query_string of a cached plan and the sourceText ofTom Lane2008-07-181-8/+10
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-121-2/+1
* Revert my bad decision of about a year ago to make PortalDefineQueryTom Lane2008-04-021-8/+12
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-251-4/+3
* Add a new tuplestore API function, tuplestore_putvalues(). This isNeil Conway2008-03-251-5/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-151-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-8/+9
* Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scanTom Lane2007-04-261-70/+71
* Rename the newly-added commands for discarding session state.Neil Conway2007-04-261-2/+2
* RESET SESSION, plus related new DDL commands. Patch from Marko Kreen,Neil Conway2007-04-121-1/+24
* First phase of plan-invalidation project: create a plan cache managementTom Lane2007-03-131-34/+52
* Remove the Query structure from the executor's API. This allows us to stopTom Lane2007-02-201-21/+32
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Several changes to reduce the probability of running out of memory duringTom Lane2006-11-231-2/+18
* pgindent run for 8.2.Bruce Momjian2006-10-041-15/+13
* Replace strncpy with strlcpy in selected places that seem possibly relevantTom Lane2006-09-271-13/+7
* Clean up logging for extended-query-protocol operations, as per my recentTom Lane2006-09-071-6/+4
* Now bind displays prepare as detail, and execute displays prepare andBruce Momjian2006-08-291-1/+3
* Fix oversight in initial implementation of PORTAL_ONE_RETURNING mode: weTom Lane2006-08-141-1/+29
* For protocol-level prepare/bind/execute:Bruce Momjian2006-08-081-1/+3
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-4/+1
* Allow include files to compile own their own.Bruce Momjian2006-07-131-1/+2
* Remove redundant gettimeofday() calls to the extent practical withoutTom Lane2006-06-201-2/+2
* Back out RESET CONNECTION until there is more discussion.Bruce Momjian2006-04-251-28/+1
* Add RESET CONNECTION, to reset all aspects of a session.Bruce Momjian2006-04-251-1/+28
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Add a new system view, pg_cursors, that displays the currently availableNeil Conway2006-01-181-8/+115
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-14/+14
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-55/+52
* Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane2005-06-171-1/+43
* Modify hash_search() API to prevent future occurrences of the errorTom Lane2005-05-291-5/+1
* This patch will ensure that the hash table iteration performed byBruce Momjian2005-05-111-7/+4
* Fix interaction between materializing holdable cursors and firingTom Lane2005-04-111-33/+59
* Close all cursors created during a failed subtransaction. This is neededTom Lane2005-01-261-2/+14
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Reduce the default size of the PortalHashTable in order to save aTom Lane2004-11-211-4/+7
* Fix a copy-and-paste error: give a distinct memory context a distinctNeil Conway2004-10-121-2/+2
* Remove erroneous Assert, per example from Kris Jurka.Tom Lane2004-09-161-5/+1
* Restructure subtransaction handling to reduce resource consumption,Tom Lane2004-09-161-35/+25