]> granicus.if.org Git - postgresql/history - src/include/utils/portal.h
Clean up jsonb code.
[postgresql] / src / include / utils / portal.h
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-01 Simon RiggsCOPY FREEZE and mark committed on fresh tables.
2012-08-28 Alvaro HerreraSplit resowner.h
2012-02-15 Tom LaneRun a portal's cleanup hook immediately when pushing...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-09-09 Tom LaneMove Timestamp/Interval typedefs and basic macros into...
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-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-07-05 Heikki LinnakangasThe previous fix in CVS HEAD and 8.4 for handling the...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-01-01 Bruce MomjianUpdate copyright for 2009.
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-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-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-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-07 Tom LaneClean up logging for extended-query-protocol operations...
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-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-13 Bruce MomjianMore include file adjustments.
2006-07-13 Bruce MomjianAllow include files to compile own their own.
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-18 Neil ConwayAdd a new system view, pg_cursors, that displays the...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-06-17 Tom LaneTwo-phase commit. Original patch by Heikki Linnakangas...
2005-04-11 Tom LaneFix interaction between materializing holdable cursors...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-09-16 Tom LaneRestructure subtransaction handling to reduce resource...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-07-17 Tom LaneInvent ResourceOwner mechanism as per my recent proposa...
2004-07-01 Tom LaneNested transactions. There is still much left to do...
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 MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
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-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...
2002-12-30 Tom LaneAdjust Tcl-related code to compile cleanly with Tcl...
2002-12-05 Tom LanePhase 1 of read-only-plans project: cause executor...
2002-09-04 Bruce Momjianpgindent run.
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-21 Tom LaneRemove global variable scanCommandId in favor of storin...
2002-02-14 Tom LaneEnsure that a cursor is scanned under the same scanComm...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-05 Tom LaneFurther cleanup of dynahash.c API, in pursuit of portab...
2001-05-21 Jan WieckEnhancement of SPI to get access to portals
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-27 Tom LaneTweak portal (cursor) code so that it will not call...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-06-28 Tom LaneFirst phase of memory management rewrite (see backend...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-02-18 Hiroshi InoueImplement reindex command
2000-01-26 Bruce MomjianAdd:
1999-12-10 Bruce MomjianRename several destroy* functions/tags to drop*.
1999-09-23 Bruce MomjianAdd TRUNCATE command, with psql help and sgml additions.
1999-09-09 Tom LaneRepair incorrect cleanup of heap memory allocation...
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-06-12 Bruce MomjianReversed out Massimo patch.
1999-06-12 Bruce MomjianI don't like last minute patches before the final freez...
1999-05-25 Bruce Momjianpgindent run over code.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-06 Jan WieckNew alloc set code using a memory block pool for small...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-01-24 Bruce MomjianFix prototypes so they don't look like function definit...
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-08-19 Bruce MomjianMake functions static where possible, enclose unused...
1996-11-04 Marc G. Fournierfinally, this directory is (should be!) totally clean
1996-10-31 Marc G. Fournierremove:
1996-08-28 Marc G. FournierMore cleanups of the include files