]> granicus.if.org Git - postgresql/history - src/include/tcop
Add assertion to check the special size is sane before dereferencing it.
[postgresql] / src / include / tcop /
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-11 Alvaro HerreraAllow on-the-fly capture of DDL event details
2015-03-26 Tom LaneTweak __attribute__-wrapping macros for better pgindent...
2015-03-11 Andres FreundAdd macros wrapping all usage of gcc's __attribute__.
2015-02-03 Andres FreundProcess 'die' interrupts while reading/writing from...
2015-02-03 Andres FreundIntroduce and use infrastructure for interrupt processi...
2015-02-02 Heikki LinnakangasBe more careful to not lose sync in the FE/BE protocol.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-02-17 Robert HaasAvoid repeated name lookups during table and index...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-04-28 Tom LaneEditorialize a bit on new ProcessUtility() API.
2013-04-01 Tom LaneFix insecure parsing of server command-line switches.
2013-03-04 Kevin GrittnerAdd a materialized view relations.
2013-02-12 Peter EisentrautAdd noreturn attributes to some error reporting functions
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-11-26 Tom LaneRevert patch for taking fewer snapshots.
2012-09-20 Alvaro HerreraRemove execdesc.h inclusion from tcopprot.h
2012-07-20 Robert HaasMake new event trigger facility actually do something.
2012-06-25 Peter EisentrautUnify calling conventions for postgres/postmaster sub...
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-04 Tom LaneClean up the #include mess a little.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-04-07 Tom LaneRevise the API for GUC variable assign hooks.
2011-03-01 Tom LaneRearrange snapshot handling to make rule expansion...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-01-16 Simon RiggsTeach standby conflict resolution to use SIGUSR1
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-15 Tom LaneAdd a hook to let loadable modules get control at Proce...
2009-12-01 Bruce MomjianRevert due to Tom's concerns:
2009-12-01 Bruce MomjianProcessUtility_hook:
2009-11-04 Tom LaneAdd support for invoking parser callback hooks via...
2009-09-01 Tom LaneMove processing of startup-packet switches and GUC...
2009-08-29 Tom LaneRemove the use of the pg_auth flat file for client...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-13 Tom LaneRemove pg_plan_queries()'s now-useless needSnapshot...
2008-12-09 Heikki LinnakangasRevert SIGUSR1 multiplexing patch, per Tom's objection.
2008-12-09 Heikki LinnakangasProvide support for multiplexing SIGUSR1 signal. The...
2008-11-30 Tom LaneClean up the API for DestReceiver objects by eliminatin...
2008-10-31 Tom LaneAllow SQL-language functions to return the output of...
2008-03-10 Magnus HaganderImplement enum type for guc parameters, and convert...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-07-25 Magnus HaganderRename DLLIMPORT macro to PGDLLIMPORT to avoid conflict...
2007-04-16 Tom LaneExpose more cursor-related functionality in SPI: specif...
2007-03-13 Tom LaneFirst phase of plan-invalidation project: create a...
2007-03-07 Alvaro HerreraCleanup the bootstrap code a little, and rename "dummy...
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-07 Tom LaneOn platforms that have getrlimit(RLIMIT_STACK), use...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-08 Tom LaneTweak the behavior of log_duration as proposed by Guill...
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-30 Tom LaneExtend COPY to support COPY (SELECT ...) TO ...
2006-08-12 Tom LaneTweak SPI_cursor_open to allow INSERT/UPDATE/DELETE...
2006-08-12 Tom LaneAdd INSERT/UPDATE/DELETE RETURNING, with basic docs...
2006-07-13 Bruce MomjianMore include file adjustments.
2006-03-14 Tom LaneImprove parser so that we can show an error cursor...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-01-05 Peter EisentrautMake all command-line options of postmaster and postgre...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-03 Alvaro HerreraRename the members of CommandDest enum so they don...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-11 Tom LaneAutovacuum loose end mop-up. Provide autovacuum-specif...
2005-07-14 Tom LaneIntegrate autovacuum functionality into the backend...
2005-06-22 Tom LaneFix the mechanism for reporting the original table...
2005-06-03 Tom LaneRevise handling of dropped columns in JOIN alias lists...
2005-06-02 Tom LanePush enable/disable of notify and catchup interrupts...
2005-03-16 Tom LaneRevise TupleTableSlot code to avoid unnecessary constru...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-11-14 Tom LaneRemove GUC USERLIMIT variable category, making the...
2004-09-13 Tom LaneRedesign query-snapshot timing so that volatile functio...
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-28 Tom LaneRevert ill-conceived patch that made elog(FATAL) the...
2004-06-11 Tom LaneWhen using extended-query protocol, postpone planning...
2004-05-29 Tom LaneSeparate out bgwriter code into a logically separate...
2004-04-11 Bruce MomjianExit backend from SIGTERM or FATAL by simulating client...
2004-04-07 Bruce Momjian> >>1. change the type of "log_statement" option from...
2004-03-24 Tom LaneReplace max_expr_depth parameter with a max_stack_depth...
2004-03-21 Tom LaneRevise syntax-error reporting behavior to give pleasant...
2004-03-15 Bruce MomjianRemove GUC log_statement, log_pid, log_timestamp, log_s...
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-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-07-22 Bruce MomjianAdd GUC parameter to control rendezvous name.
2003-07-22 Tom LaneError message editing in backend/libpq, backend/postmas...
2003-05-08 Tom LaneUpdate 3.0 protocol support to match recent agreements...
next