]> granicus.if.org Git - postgresql/history - src/backend/commands/prepare.c
Fix reporting of violations in ExecConstraints, again.
[postgresql] / src / backend / commands / prepare.c
2017-04-01 Kevin GrittnerFix two undocumented parameters to functions from ENR...
2017-04-01 Kevin GrittnerAdd infrastructure to support EphemeralNamedRelation...
2017-03-29 Peter EisentrautCast result of copyObject() to correct type
2017-03-25 Andres FreundFaster expression evaluation and targetlist projection.
2017-03-23 Robert HaasAllow for parallel execution whenever ExecutorRun(...
2017-03-08 Stephen FrostExpose explain's SUMMARY option
2017-02-23 Tom LaneConsistently declare timestamp variables as TimestampTz.
2017-01-27 Tom LaneUse castNode() in a bunch of statement-list-related...
2017-01-19 Andres FreundRemove obsoleted code relating to targetlist SRF evalua...
2017-01-14 Tom LaneChange representation of statement lists, and add state...
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-12-06 Robert HaasFix interaction of parallel query with prepared statements.
2016-02-26 Robert HaasOn second thought, disable parallelism for prepared...
2016-02-25 Robert HaasEnable parallelism for prepared statements and extended...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-11-02 Robert HaasFix problems with ParamListInfo serialization mechanism.
2015-02-20 Tom LaneUse FLEXIBLE_ARRAY_MEMBER in a bunch more places.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-01-29 Robert HaasInclude planning time in EXPLAIN ANALYZE output.
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-04-12 Tom LaneClean up the mess around EXPLAIN and materialized views.
2013-03-04 Kevin GrittnerAdd a materialized view relations.
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-11-26 Tom LaneRevert patch for taking fewer snapshots.
2012-08-10 Tom LaneCentralize the logic for detecting misplaced aggregates...
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-03-20 Tom LaneRestructure SELECT INTO's parsetree representation...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-21 Robert HaasTake fewer snapshots.
2011-09-16 Tom LaneRedesign the plancache mechanism for more flexibility...
2011-09-09 Tom LaneMove Timestamp/Interval typedefs and basic macros into...
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-20 Tom LaneRevise collation derivation method and expression-tree...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-10-25 Peter EisentrautRefactor typenameTypeId()
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-29 Heikki LinnakangasPrevious fix for temporary file management broke return...
2009-11-04 Tom LaneAdd support for invoking parser callback hooks via...
2009-08-10 Tom LaneExtend EXPLAIN to support output in XML or JSON format.
2009-07-26 Tom LaneExtend EXPLAIN to allow generic options to be specified.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-02 Tom LaneInclude a pointer to the query's source text in QueryDe...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-28 Tom LaneSupport window functions a la SQL:2008.
2008-12-13 Tom LaneRemove pg_plan_queries()'s now-useless needSnapshot...
2008-10-29 Tom LaneBe more tense about not creating tuplestores with rando...
2008-08-28 Tom LaneExtend the parser location infrastructure to include...
2008-08-25 Tom LaneMove exprType(), exprTypmod(), expression_tree_walker...
2008-07-21 Tom LaneAdd comment about the two different query strings that...
2008-07-18 Tom LaneAdjust things so that the query_string of a cached...
2008-05-12 Alvaro HerreraImprove snapshot manager by keeping explicit track...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-04-02 Tom LaneRevert my bad decision of about a year ago to make...
2008-03-26 Alvaro HerreraRename snapmgmt.c/h to snapmgr.c/h, for consistency...
2008-03-26 Alvaro HerreraSeparate snapshot management code from tuple visibility...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-03-25 Neil ConwayAdd a new tuplestore API function, tuplestore_putvalues...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-11-11 Tom LaneEnsure that typmod decoration on a datatype name is...
2007-06-23 Tom LaneSeparate parse-analysis for utility commands out of...
2007-05-25 Tom LaneCreate hooks to let a loadable plugin monitor (or even...
2007-04-27 Tom LaneModify processing of DECLARE CURSOR and EXPLAIN so...
2007-04-26 Tom LaneFix dynahash.c to suppress hash bucket splits while...
2007-04-16 Tom LaneMake plancache store cursor options so it can pass...
2007-04-16 Tom LaneExpose more cursor-related functionality in SPI: specif...
2007-04-12 Neil ConwayRESET SESSION, plus related new DDL commands. Patch...
2007-03-13 Tom LaneFirst phase of plan-invalidation project: create a...
2007-02-20 Tom LaneRemove the Query structure from the executor's API...
2007-01-28 Tom LaneRemove some unnecessary conversion work in build_regtyp...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-27 Tom LaneReplace strncpy with strlcpy in selected places that...
2006-09-07 Tom LaneClean up logging for extended-query-protocol operations...
2006-09-06 Tom LaneChange processing of extended-Query mode so that an...
2006-08-29 Bruce MomjianNow bind displays prepare as detail, and execute displa...
2006-08-14 Tom LaneFix oversight in initial implementation of PORTAL_ONE_R...
2006-08-12 Tom LaneAdd INSERT/UPDATE/DELETE RETURNING, with basic docs...
2006-08-08 Bruce MomjianFor protocol-level prepare/bind/execute:
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-07-11 Bruce MomjianAlphabetically order reference to include files, "N...
2006-07-03 Tom LaneCode review for FILLFACTOR patch. Change WITH grammar...
2006-07-02 Bruce MomjianAdd FILLFACTOR to CREATE INDEX.
2006-06-20 Tom LaneRemove redundant gettimeofday() calls to the extent...
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-04-22 Tom LaneSimplify ParamListInfo data structure to support only...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-19 Neil ConwayAdd TABLESPACE and ON COMMIT clauses to CREATE TABLE...
2006-01-18 Neil ConwayAdd a new system view, pg_cursors, that displays the...
2006-01-16 Neil ConwayChange the parameter_types column of the pg_prepared_st...
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-10-21 Tom LaneFix EXPLAIN ANALYZE bug noted by Wiebe Cazemier: althou...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
next