Age | Commit message (Expand) | Author |
2009-07-26 | Extend EXPLAIN to allow generic options to be specified. | Tom Lane |
2009-01-01 | Update copyright for 2009. | Bruce Momjian |
2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
2007-11-15 | pgindent run for 8.3. | Bruce Momjian |
2007-04-16 | Make plancache store cursor options so it can pass them to planner during | Tom Lane |
2007-04-12 | RESET SESSION, plus related new DDL commands. Patch from Marko Kreen, | Neil Conway |
2007-03-13 | First phase of plan-invalidation project: create a plan cache management | Tom Lane |
2007-02-20 | Remove the Query structure from the executor's API. This allows us to stop | Tom Lane |
2007-01-05 | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian |
2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
2006-07-13 | Allow include files to compile own their own. | Bruce Momjian |
2006-04-25 | Back out RESET CONNECTION until there is more discussion. | Bruce Momjian |
2006-04-25 | Add RESET CONNECTION, to reset all aspects of a session. | Bruce Momjian |
2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian |
2006-01-08 | Add a new system view, pg_prepared_statements, that can be used to | Neil Conway |
2005-12-14 | Defend against crash while processing Describe Statement or Describe Portal | Tom Lane |
2005-11-29 | Fix EXPLAIN and EXECUTE commands to pass portal parameters through to | Tom Lane |
2005-06-22 | Fix the mechanism for reporting the original table OID and column number | Tom Lane |
2005-01-01 | Update copyrights that were missed. | Bruce Momjian |
2004-08-29 | Pgindent run for 8.0. | Bruce Momjian |
2004-08-29 | Update copyright to 2004. | Bruce Momjian |
2004-04-22 | This patch makes the EXECUTE command's completion tag return the | Bruce Momjian |
2003-11-29 | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon |
2003-08-08 | Another pgindent run with updated typedefs. | Bruce Momjian |
2003-08-04 | pgindent run. | Bruce Momjian |
2003-05-06 | Add display of eventual result RowDescription (if any) to the output | Tom Lane |
2003-05-06 | Restructure command destination handling so that we pass around | Tom Lane |
2003-05-05 | Extended query protocol: parse, bind, execute, describe FE/BE messages. | Tom Lane |
2003-02-02 | Implement EXPLAIN EXECUTE. By Neil Conway, with some kibitzing from | Tom Lane |
2002-09-04 | pgindent run. | Bruce Momjian |
2002-08-27 | PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzing | Tom Lane |