]> granicus.if.org Git - postgresql/history - src/include/commands/prepare.h
Back out RESET CONNECTION until there is more discussion.
[postgresql] / src / include / commands / prepare.h
2006-04-25 Bruce MomjianBack out RESET CONNECTION until there is more discussion.
2006-04-25 Bruce MomjianAdd RESET CONNECTION, to reset all aspects of a session.
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-01-08 Neil ConwayAdd a new system view, pg_prepared_statements, that...
2005-12-14 Tom LaneDefend against crash while processing Describe Statemen...
2005-11-29 Tom LaneFix EXPLAIN and EXECUTE commands to pass portal paramet...
2005-06-22 Tom LaneFix the mechanism for reporting the original table...
2005-01-01 Bruce MomjianUpdate copyrights that were missed.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-04-22 Bruce MomjianThis patch makes the EXECUTE command's completion tag...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-08-08 Bruce MomjianAnother pgindent run with updated typedefs.
2003-08-04 Bruce Momjianpgindent run.
2003-05-06 Tom LaneAdd display of eventual result RowDescription (if any...
2003-05-06 Tom LaneRestructure command destination handling so that we...
2003-05-05 Tom LaneExtended query protocol: parse, bind, execute, describe...
2003-02-02 Tom LaneImplement EXPLAIN EXECUTE. By Neil Conway, with some...
2002-09-04 Bruce Momjianpgindent run.
2002-08-27 Tom LanePREPARE/EXECUTE statements. Patch by Neil Conway,...