]> granicus.if.org Git - postgresql/history - src/backend/tcop/pquery.c
Don't apply sortgroupref labels to a tlist that might not match.
[postgresql] / src / backend / tcop / pquery.c
2016-06-06 Robert HaasStop the executor if no more tuples can be sent from...
2016-03-12 Tom LaneWiden query numbers-of-tuples-processed counters to...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-09-04 Tom LaneFix subtransaction cleanup after an outer-subtransactio...
2015-05-22 Andres FreundRemove the new UPSERT command tag and use INSERT instead.
2015-05-08 Andres FreundAdd support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-05-07 Tom LaneFix failure to set ActiveSnapshot while rewinding a...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-06-13 Tom LaneOnly install a portal's ResourceOwner if it actually...
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-04-28 Tom LaneEditorialize a bit on new ProcessUtility() API.
2013-04-20 Peter EisentrautClean up references to SQL92
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-11-26 Tom LaneRevert patch for taking fewer snapshots.
2012-07-20 Robert HaasMake new event trigger facility actually do something.
2012-03-20 Tom LaneRestructure SELECT INTO's parsetree representation...
2012-02-15 Tom LaneRun a portal's cleanup hook immediately when pushing...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-21 Robert HaasTake fewer snapshots.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-03 Tom LaneRun a portal's cleanup hook immediately when pushing...
2011-03-01 Tom LaneRearrange snapshot handling to make rule expansion...
2011-02-27 Tom LaneRefactor the executor's API to support data-modifying...
2011-02-25 Tom LaneSupport data-modifying commands (INSERT/UPDATE/DELETE...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-09-11 Joe ConwaySERIALIZABLE transactions are actually implemented...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-16 Bruce MomjianHave SELECT and CREATE TABLE AS queries return a row...
2010-02-13 Bruce MomjianImprove C comment about why we return "0 0" for some...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-15 Robert HaasAdd an EXPLAIN (BUFFERS) option to show buffer-usage...
2009-10-10 Tom LaneSplit the processing of INSERT/UPDATE/DELETE operations...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-03-27 Tom LaneFix possible failures when a tuplestore switches from...
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-01 Tom LaneEnsure that the contents of a holdable cursor don't...
2008-11-30 Tom LaneClean up the API for DestReceiver objects by eliminatin...
2008-11-19 Tom LaneSome infrastructure changes for the upcoming auto-expla...
2008-08-01 Alvaro HerreraAdd a few more DTrace probes to the backend.
2008-05-12 Alvaro HerreraImprove snapshot manager by keeping explicit track...
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-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-09-03 Tom LaneSupport SET FROM CURRENT in CREATE/ALTER FUNCTION,...
2007-04-27 Tom LaneModify processing of DECLARE CURSOR and EXPLAIN so...
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-02-18 Tom LaneFix portal management code to support non-default comma...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-03 Bruce MomjianRevert FETCH/MOVE int64 patch. Was using incorrect...
2006-09-03 Bruce MomjianFix LLONG_MAX define used by new int64 FETCH/MOVE patch.
2006-09-02 Bruce MomjianChange FETCH/MOVE to use int8.
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-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-06-27 Tom LaneCreate infrastructure for 'MinimalTuple' representation...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-28 Tom LaneExtend the ExecInitNode API so that plan nodes receive...
2006-02-21 Neil ConwayCleanup the usage of ScanDirection: use the symbolic...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-03 Tom LaneFix a couple of missed None -> DestNone in comments.
2005-11-03 Alvaro HerreraRename the members of CommandDest enum so they don...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-06-22 Tom LaneFix the mechanism for reporting the original table...
2005-03-25 Tom LaneImprove EXPLAIN ANALYZE to show the time spent in each...
2005-03-16 Tom LaneRevise TupleTableSlot code to avoid unnecessary constru...
2005-02-10 Tom LaneFix SPI cursor support to allow scanning the results...
2005-02-01 Neil ConwayFix a bug induced by the list-rewrite that resulted...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-10-04 Tom LanePortalRun must guard against the possibility that the...
2004-09-13 Tom LaneRedesign query-snapshot timing so that volatile functio...
2004-09-10 Tom LaneFire non-deferred AFTER triggers immediately upon query...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-02 Tom LaneAllow DECLARE CURSOR to take parameters from the portal...
2004-07-31 Tom LaneRestructure error handling as recently discussed. ...
2004-07-17 Tom LaneInvent ResourceOwner mechanism as per my recent proposa...
2004-06-05 Tom LaneTweak palloc/repalloc to allow zero bytes to be request...
2004-05-26 Tom LaneUse new forboth() macro to make loop coding a bit clearer.
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-03-21 Tom LaneRevise syntax-error reporting behavior to give pleasant...
2004-03-18 Bruce MomjianFix log_executor_stats if() test.
2004-03-05 Bruce MomjianFix log_executor_stats for non-multi queries. Backpatc...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-25 Tom LaneGet rid of ReferentialIntegritySnapshotOverride by...
2003-08-12 Tom LaneChange some frequently-reached elog(DEBUG...) calls...
2003-08-06 Tom LaneRename fields of DestReceiver to avoid collisions with...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-08-01 Tom LaneFix inconsistent static-vs-not-static declarations.
next