]> granicus.if.org Git - postgresql/history - src/backend/commands/portalcmds.c
Update copyright for 2016
[postgresql] / src / backend / commands / portalcmds.c
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-09-04 Tom LaneFix subtransaction cleanup after an outer-subtransactio...
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-13 Tom LaneImprove some O(N^2) behavior in window function evaluation.
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-06-13 Tom LaneOnly install a portal's ResourceOwner if it actually...
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-11-26 Tom LaneRevert patch for taking fewer snapshots.
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-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-02-27 Tom LaneRefactor the executor's API to support data-modifying...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-10-07 Alvaro HerreraFix snapshot management, take two.
2009-10-02 Alvaro HerreraEnsure that a cursor has an immutable snapshot througho...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
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-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-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-20 Alvaro HerreraAdd a couple of missing FreeQueryDesc calls. Noticed...
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-10-24 Tom LaneDisallow scrolling of FOR UPDATE/FOR SHARE cursors...
2007-04-27 Tom LaneModify processing of DECLARE CURSOR and EXPLAIN so...
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-02-06 Tom LaneFix an error in the original coding of holdable cursors...
2007-02-01 Bruce MomjianWording cleanup for error messages. Also change can...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-19 Tom LaneFix a couple of places that were assuming debug_query_s...
2006-10-04 Bruce Momjianpgindent run for 8.2.
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-09-03 Bruce MomjianRevert FETCH/MOVE int64 patch. Was using incorrect...
2006-09-02 Bruce MomjianChange FETCH/MOVE to use int8.
2006-08-29 Bruce MomjianNow bind displays prepare as detail, and execute displa...
2006-08-12 Tom LaneTweak SPI_cursor_open to allow INSERT/UPDATE/DELETE...
2006-08-08 Bruce MomjianFor protocol-level prepare/bind/execute:
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-06-27 Tom LaneCreate infrastructure for 'MinimalTuple' representation...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-01-18 Neil ConwayAdd a new system view, pg_cursors, that displays the...
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-03 Tom LaneRevise handling of dropped columns in JOIN alias lists...
2005-04-28 Tom LaneImplement sharable row-level locks, and use them for...
2005-04-11 Tom LanePersistHoldablePortal must establish the correct value...
2005-03-25 Tom LaneImprove EXPLAIN ANALYZE to show the time spent in each...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-11-28 Tom LaneAvoid scribbling on original parsetree during DECLARE...
2004-09-16 Tom LaneRestructure subtransaction handling to reduce resource...
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-11 Tom LaneWhen using extended-query protocol, postpone planning...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-03-21 Tom LaneRevise syntax-error reporting behavior to give pleasant...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-24 Peter EisentrautChange warnings for non-existing or pre-existing cursor...
2003-08-08 Bruce MomjianAnother pgindent run with updated typedefs.
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 Peter EisentrautMake ecpg SQLSTATE-aware. Map existing SQLCODE assignm...
2003-07-28 Tom LaneA visit from the message-style police ...
2003-07-20 Tom LaneAnother round of error message editing, covering backen...
2003-05-08 Tom LaneUpdate 3.0 protocol support to match recent agreements...
2003-05-06 Tom LaneRestructure command destination handling so that we...
2003-05-05 Tom LaneExtended query protocol: parse, bind, execute, describe...
2003-05-02 Tom LanePortal and memory management infrastructure for extende...
2003-04-29 Tom LaneCode review for holdable-cursors patch. Fix error...
2003-03-27 Bruce MomjianThis patch implements holdable cursors, following the...
2003-03-11 Tom LaneImplement SQL92-compatible FIRST, LAST, ABSOLUTE n...
2003-03-10 Tom LaneRestructure parsetree representation of DECLARE CURSOR...
2003-01-08 Tom LaneCode review for FETCH/MOVE 0 changes. Improve document...
2002-12-30 Bruce MomjianCause FETCH 1 to return the current cursor row, or...
2002-12-15 Tom LaneRevise executor APIs so that all per-query state struct...
2002-12-05 Tom LanePhase 1 of read-only-plans project: cause executor...
2002-11-13 Bruce MomjianMake MOVE/FETCH 0 actually move/fetch 0. Add MOVE...
2002-09-04 Bruce Momjianpgindent run.
2002-05-21 Tom LaneRemove global variable scanCommandId in favor of storin...
2002-04-15 Tom LaneThe contents of command.c, creatinh.c, define.c, remove...