Commits

DateSubjectAuthorReleases
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
2007-01-28 Remove some unnecessary conversion work in build_regtype_array(). Tom Lane 8.3.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-09-06 Change processing of extended-Query mode so that an unnamed statement 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-08-12 Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests. Tom Lane 8.2.0
2006-07-03 Code review for FILLFACTOR patch. Change WITH grammar as per earlier Tom Lane 8.2.0
2006-06-20 Remove redundant gettimeofday() calls to the extent practical without Tom Lane 8.2.0
2006-04-22 Simplify ParamListInfo data structure to support only numbered parameters, Tom Lane 8.2.0
2005-12-14 Defend against crash while processing Describe Statement or Describe Portal Tom Lane 7.4.11
2005-12-14 Defend against crash while processing Describe Statement or Describe Portal Tom Lane 8.0.6
2005-12-14 Defend against crash while processing Describe Statement or Describe Portal Tom Lane 8.1.2
2005-12-14 Defend against crash while processing Describe Statement or Describe Portal Tom Lane 8.2.0
2005-11-29 Fix EXPLAIN and EXECUTE commands to pass portal parameters through to Tom Lane 8.2.0
2005-10-21 Fix EXPLAIN ANALYZE bug noted by Wiebe Cazemier: although we were Tom Lane 8.1.0
2005-06-22 Fix the mechanism for reporting the original table OID and column number Tom Lane 8.1.0
2005-06-03 Revise handling of dropped columns in JOIN alias lists to avoid a Tom Lane 8.1.0
2005-05-29 Modify hash_search() API to prevent future occurrences of the error Tom Lane 8.1.0
2004-12-13 Back-patch copyOject fix for EXPLAIN/PREPARE. Tom Lane 7.4.7
2004-12-12 PREPARE and EXPLAIN need to copy the source query just like we recently Tom Lane 8.0.0
2004-12-03 Use StrNCpy not strncpy to fill hash key, to ensure the resulting key Tom Lane 7.4.7
2004-12-03 Use StrNCpy not strncpy to fill hash key, to ensure the resulting key Tom Lane 8.0.0
2004-09-13 Redesign query-snapshot timing so that volatile functions in READ COMMITTED Tom Lane 8.0.0