Commits

DateSubjectAuthorReleases
2011-09-16 Redesign the plancache mechanism for more flexibility and efficiency. Tom Lane 9.2.0
2011-09-09 Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h. Tom Lane 9.2.0
2011-03-20 Revise collation derivation method and expression-tree representation. Tom Lane 9.1.0
2009-11-04 Add support for invoking parser callback hooks via SPI and in cached plans. Tom Lane 9.0.0
2009-08-10 Extend EXPLAIN to support output in XML or JSON format. Tom Lane 9.0.0
2009-07-26 Extend EXPLAIN to allow generic options to be specified. Tom Lane 9.0.0
2009-01-02 Include a pointer to the query's source text in QueryDesc structs. This is Tom Lane 8.4.0
2008-12-28 Support window functions a la SQL:2008. Tom Lane 8.4.0
2008-12-13 Remove pg_plan_queries()'s now-useless needSnapshot parameter. It's useless Tom Lane 8.4.0
2008-10-29 Be more tense about not creating tuplestores with randomAccess = true unless Tom Lane 8.4.0
2008-08-28 Extend the parser location infrastructure to include a location field in Tom Lane 8.4.0
2008-08-25 Move exprType(), exprTypmod(), expression_tree_walker(), and related routines Tom Lane 8.4.0
2008-07-21 Add comment about the two different query strings that ExecuteQuery() 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-11-11 Ensure that typmod decoration on a datatype name is validated in all cases, Tom Lane 8.3.0
2007-06-23 Separate parse-analysis for utility commands out of parser/analyze.c Tom Lane 8.3.0
2007-05-25 Create hooks to let a loadable plugin monitor (or even replace) the planner Tom Lane 8.3.0
2007-04-27 Modify processing of DECLARE CURSOR and EXPLAIN so that they can resolve the Tom Lane 8.3.0
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-04-16 Make plancache store cursor options so it can pass them to planner during Tom Lane 8.3.0
2007-04-16 Expose more cursor-related functionality in SPI: specifically, allow Tom Lane 8.3.0