Commits

DateSubjectAuthorReleases
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2017-01-14 Change representation of statement lists, and add statement location info. Tom Lane 10.0
2012-03-20 Restructure SELECT INTO's parsetree representation into CreateTableAsStmt. Tom Lane 9.2.0
2011-09-16 Redesign the plancache mechanism for more flexibility and efficiency. Tom Lane 9.2.0
2009-07-26 Extend EXPLAIN to allow generic options to be specified. Tom Lane 9.0.0
2007-04-16 Make plancache store cursor options so it can pass them to planner during 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
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-06-22 Fix the mechanism for reporting the original table OID and column number Tom Lane 8.1.0
2003-05-06 Add display of eventual result RowDescription (if any) to the output Tom Lane 7.4.1
2003-05-06 Restructure command destination handling so that we pass around Tom Lane 7.4.1
2003-05-05 Extended query protocol: parse, bind, execute, describe FE/BE messages. Tom Lane 7.4.1
2003-02-02 Implement EXPLAIN EXECUTE. By Neil Conway, with some kibitzing from Tom Lane 7.4.1
2002-08-27 PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzing Tom Lane 7.3.1