]> granicus.if.org Git - postgresql/history - src/include/tcop/tcopprot.h
Change representation of statement lists, and add statement location info.
[postgresql] / src / include / tcop / tcopprot.h
2017-01-14 Tom LaneChange representation of statement lists, and add state...
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-01-02 Bruce MomjianUpdate copyright for 2016
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-01-06 Bruce MomjianUpdate copyright for 2015
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-04-01 Tom LaneFix insecure parsing of server command-line switches.
2013-02-12 Peter EisentrautAdd noreturn attributes to some error reporting functions
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-09-20 Alvaro HerreraRemove execdesc.h inclusion from tcopprot.h
2012-06-25 Peter EisentrautUnify calling conventions for postgres/postmaster sub...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
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-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-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-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-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-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-03 Tom LaneRevise handling of dropped columns in JOIN alias lists...
2005-06-02 Tom LanePush enable/disable of notify and catchup interrupts...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-11-14 Tom LaneRemove GUC USERLIMIT variable category, making the...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
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-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-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-22 Bruce MomjianAdd GUC parameter to control rendezvous name.
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 LaneInfrastructure for deducing Param types from context...
2003-04-27 Tom LanePut back encoding-conversion step in processing of...
2002-11-15 Bruce MomjianRename hostname_lookup to log_hostname.
2002-11-15 Bruce MomjianRename show_source_port to log_source_port.
2002-10-21 Peter EisentrautAdd DLLIMPORT declarations needed by contrib modules.
2002-10-14 Tom LaneMake SPI's execution of querystrings follow the rules...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-04-20 Peter EisentrautScanner performance improvements
2001-11-10 Tom LaneClean up usage-statistics display code (ShowUsage and...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-21 Tom LaneFix getopt-vs-init_ps_display problem by copying origin...
2001-09-07 Jan WieckEnable SIGTERM and SIGQUIT during client authentication so
2001-06-08 Peter EisentrautPreliminary code cleanup in elog(). Split out some...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-03-13 Tom LaneXLOG (and related) changes:
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-14 Tom LaneRestructure backend SIGINT/SIGTERM handling so that...
2000-12-03 Vadim B. MikheevDisable elog(ERROR|FATAL) in signal handlers in
2000-10-07 Tom LaneArrange that no database accesses are attempted during...
2000-09-06 Peter EisentrautCode cleanup of user name and user id handling in the...
2000-08-29 Peter EisentrautRevert removal of signed, volatile, and signal handler...
2000-08-27 Peter EisentrautRemove configure tests for `signed', `volatile', and...
2000-06-28 Tom LaneFirst phase of memory management rewrite (see backend...
2000-06-15 Bruce MomjianClean up #include's.
2000-06-08 Bruce MomjianMark functions as static and ifdef NOT_USED as appropriate.
2000-05-31 Peter EisentrautThe heralded `Grand Unified Configuration scheme' ...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-04-04 Tom LaneFix bug noted by Bruce: FETCH in an already-aborted...
next