| Commit message (Expand) | Author | Age |
* | Represent command completion tags as structs | Alvaro Herrera | 2020-03-02 |
* | Make better use of ParseState in ProcessUtility | Peter Eisentraut | 2020-01-04 |
* | Update copyrights for 2020 | Bruce Momjian | 2020-01-01 |
* | Phase 2 pgindent run for v12. | Tom Lane | 2019-05-22 |
* | Update copyright for 2019 | Bruce Momjian | 2019-01-02 |
* | Update copyright for 2018 | Bruce Momjian | 2018-01-02 |
* | Phase 2 of pgindent updates. | Tom Lane | 2017-06-21 |
* | Add infrastructure to support EphemeralNamedRelation references. | Kevin Grittner | 2017-03-31 |
* | Change representation of statement lists, and add statement location info. | Tom Lane | 2017-01-14 |
* | Update copyright via script for 2017 | Bruce Momjian | 2017-01-03 |
* | Update copyright for 2016 | Bruce Momjian | 2016-01-02 |
* | Update copyright for 2015 | Bruce Momjian | 2015-01-06 |
* | Update copyright for 2014 | Bruce Momjian | 2014-01-07 |
* | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 |
* | Split heapam_xlog.h from heapam.h | Alvaro Herrera | 2012-08-28 |
* | Restructure SELECT INTO's parsetree representation into CreateTableAsStmt. | Tom Lane | 2012-03-19 |
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 |
* | Redesign the plancache mechanism for more flexibility and efficiency. | Tom Lane | 2011-09-16 |
* | Remove unnecessary #include references, per pgrminclude script. | Bruce Momjian | 2011-09-01 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Extend EXPLAIN to allow generic options to be specified. | Tom Lane | 2009-07-26 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Make plancache store cursor options so it can pass them to planner during | Tom Lane | 2007-04-16 |
* | RESET SESSION, plus related new DDL commands. Patch from Marko Kreen, | Neil Conway | 2007-04-12 |
* | First phase of plan-invalidation project: create a plan cache management | Tom Lane | 2007-03-13 |
* | Remove the Query structure from the executor's API. This allows us to stop | Tom Lane | 2007-02-20 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 |
* | 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-04-25 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Add a new system view, pg_prepared_statements, that can be used to | Neil Conway | 2006-01-08 |
* | Defend against crash while processing Describe Statement or Describe Portal | Tom Lane | 2005-12-14 |
* | Fix EXPLAIN and EXECUTE commands to pass portal parameters through to | Tom Lane | 2005-11-29 |
* | Fix the mechanism for reporting the original table OID and column number | Tom Lane | 2005-06-22 |
* | Update copyrights that were missed. | Bruce Momjian | 2005-01-01 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | This patch makes the EXECUTE command's completion tag return the | Bruce Momjian | 2004-04-22 |
* | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 |
* | Another pgindent run with updated typedefs. | Bruce Momjian | 2003-08-08 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | 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-06 |
* | Extended query protocol: parse, bind, execute, describe FE/BE messages. | Tom Lane | 2003-05-05 |