aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/mmgr/portalmem.c
Commit message (Expand)AuthorAge
* Update copyrights for 2013Bruce Momjian2013-01-01
* COPY FREEZE and mark committed on fresh tables.Simon Riggs2012-12-01
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Run a portal's cleanup hook immediately when pushing it to FAILED state.Tom Lane2012-02-15
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Redesign the plancache mechanism for more flexibility and efficiency.Tom Lane2011-09-16
* Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane2011-09-09
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Run a portal's cleanup hook immediately when pushing it to DONE state.Tom Lane2011-03-03
* Refactor the executor's API to support data-modifying CTEs better.Tom Lane2011-02-27
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Oops, in the previous fix to prevent a cursor that's being used in a FORHeikki Linnakangas2010-07-13
* pgindent run for 9.0, second runBruce Momjian2010-07-06
* The previous fix in CVS HEAD and 8.4 for handling the case where a cursorHeikki Linnakangas2010-07-05
* pgindent run for 9.0Bruce Momjian2010-02-26
* Force READY portals into FAILED state when a transaction or subtransactionTom Lane2010-02-18
* Fix portalmem.c to avoid keeping a dangling pointer to a cached plan listTom Lane2010-01-18
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Previous fix for temporary file management broke returning a set fromHeikki Linnakangas2009-12-29
* Update copyright for 2009.Bruce Momjian2009-01-01
* Be more tense about not creating tuplestores with randomAccess = true unlessTom Lane2008-10-29
* Adjust things so that the query_string of a cached plan and the sourceText ofTom Lane2008-07-18
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-12
* Revert my bad decision of about a year ago to make PortalDefineQueryTom Lane2008-04-02
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-25
* Add a new tuplestore API function, tuplestore_putvalues(). This isNeil Conway2008-03-25
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-15
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scanTom Lane2007-04-26
* Rename the newly-added commands for discarding session state.Neil Conway2007-04-26
* RESET SESSION, plus related new DDL commands. Patch from Marko Kreen,Neil Conway2007-04-12
* First phase of plan-invalidation project: create a plan cache managementTom Lane2007-03-13
* Remove the Query structure from the executor's API. This allows us to stopTom Lane2007-02-20
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Several changes to reduce the probability of running out of memory duringTom Lane2006-11-23
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Replace strncpy with strlcpy in selected places that seem possibly relevantTom Lane2006-09-27
* Clean up logging for extended-query-protocol operations, as per my recentTom Lane2006-09-07
* Now bind displays prepare as detail, and execute displays prepare andBruce Momjian2006-08-29
* Fix oversight in initial implementation of PORTAL_ONE_RETURNING mode: weTom Lane2006-08-14
* For protocol-level prepare/bind/execute:Bruce Momjian2006-08-08
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Allow include files to compile own their own.Bruce Momjian2006-07-13
* Remove redundant gettimeofday() calls to the extent practical withoutTom Lane2006-06-20
* Back out RESET CONNECTION until there is more discussion.Bruce Momjian2006-04-25
* Add RESET CONNECTION, to reset all aspects of a session.Bruce Momjian2006-04-25
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Add a new system view, pg_cursors, that displays the currently availableNeil Conway2006-01-18