Commits

DateSubjectAuthorReleases
2011-02-27 Refactor the executor's API to support data-modifying CTEs better. Tom Lane 9.1.0
2010-02-18 Force READY portals into FAILED state when a transaction or subtransaction Tom Lane 8.4.3
2010-02-18 Force READY portals into FAILED state when a transaction or subtransaction Tom Lane 9.0.0
2010-01-18 Fix portalmem.c to avoid keeping a dangling pointer to a cached plan list Tom Lane 8.3.10
2010-01-18 Fix portalmem.c to avoid keeping a dangling pointer to a cached plan list Tom Lane 8.4.3
2010-01-18 Fix portalmem.c to avoid keeping a dangling pointer to a cached plan list Tom Lane 9.0.0
2008-10-29 Be more tense about not creating tuplestores with randomAccess = true unless Tom Lane 8.4.0
2008-07-18 Adjust things so that the query_string of a cached plan and the sourceText of Tom Lane 8.4.0
2008-04-02 Revert my bad decision of about a year ago to make PortalDefineQuery Tom Lane 8.3.2
2008-04-02 Revert my bad decision of about a year ago to make PortalDefineQuery Tom Lane 8.4.0
2008-03-25 Simplify and standardize conversions between TEXT datums and ordinary C Tom Lane 8.4.0
2007-04-26 Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scan Tom Lane 8.1.10
2007-04-26 Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scan Tom Lane 8.2.5
2007-04-26 Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scan Tom Lane 8.3.0
2007-03-13 First phase of plan-invalidation project: create a plan cache management Tom Lane 8.3.0
2007-02-20 Remove the Query structure from the executor's API. This allows us to stop Tom Lane 8.3.0
2006-11-23 Several changes to reduce the probability of running out of memory during Tom Lane 8.2.0
2006-09-27 Replace strncpy with strlcpy in selected places that seem possibly relevant Tom Lane 8.2.0
2006-09-07 Clean up logging for extended-query-protocol operations, as per my recent Tom Lane 8.2.0
2006-08-14 Fix oversight in initial implementation of PORTAL_ONE_RETURNING mode: we Tom Lane 8.2.0
2006-06-20 Remove redundant gettimeofday() calls to the extent practical without Tom Lane 8.2.0
2005-06-17 Two-phase commit. Original patch by Heikki Linnakangas, with additional Tom Lane 8.1.0
2005-05-29 Modify hash_search() API to prevent future occurrences of the error Tom Lane 8.1.0
2005-04-11 Fix interaction between materializing holdable cursors and firing Tom Lane 8.0.3
2005-04-11 Fix interaction between materializing holdable cursors and firing Tom Lane 8.1.0