]> granicus.if.org Git - postgresql/history - src/backend/tcop/postgres.c
Don't include <asm/ia64regs.h> unnecessarily.
[postgresql] / src / backend / tcop / postgres.c
2011-01-27 Tom LaneDon't include <asm/ia64regs.h> unnecessarily.
2011-01-03 Magnus HaganderAdd views and functions to monitor hot standby query...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-17 Alvaro Herreraset_ps_display when calling functions via fastpath
2010-12-16 Tom LaneRemove optreset from src/port/ implementations of getop...
2010-12-16 Tom LaneFix up getopt() reset management so it works on recent...
2010-11-06 Tom LaneAdd support for detecting register-stack overrun on...
2010-11-06 Tom LaneMake get_stack_depth_rlimit() handle RLIM_INFINITY...
2010-11-04 Tom LaneInclude the current value of max_stack_depth in stack...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-09-11 Joe ConwaySERIALIZABLE transactions are actually implemented...
2010-08-12 Robert HaasCorrect sundry errors in Hot Standby-related comments.
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-05-12 Simon RiggsGive most recovery conflict errors a retryable error...
2010-04-20 Tom LaneMove the responsibility for calling StartupXLOG into...
2010-03-21 Peter EisentrautMessage tuning
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-16 Tom LaneReplace the pg_listener-based LISTEN/NOTIFY mechanism...
2010-02-16 Bruce MomjianClarify documentation on the behavior of unnamed bind...
2010-02-13 Simon RiggsRe-enable max_standby_delay = -1 using deadlock detecti...
2010-01-23 Simon RiggsAdd explanatory detail to Hot Standby cancelation error...
2010-01-23 Simon RiggsIn HS, Startup process sets SIGALRM when waiting for...
2010-01-21 Simon RiggsAdd missing flag reset to ensure subsequent manual...
2010-01-17 Tom LaneRemove unnecessary, inconsistent flag resets in Process...
2010-01-16 Simon RiggsTeach standby conflict resolution to use SIGUSR1
2010-01-15 Heikki LinnakangasIntroduce Streaming Replication.
2010-01-07 Tom LaneFix (some of the) breakage introduced into query-cancel...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-19 Simon RiggsAllow read only connections during recovery, known...
2009-12-16 Peter EisentrautDon't unblock SIGQUIT in the SIGQUIT handler
2009-12-16 Peter EisentrautIf there is no sigdelset(), define it as a macro.
2009-12-15 Robert HaasAdd an EXPLAIN (BUFFERS) option to show buffer-usage...
2009-11-04 Tom LaneAdd support for invoking parser callback hooks via...
2009-10-08 Tom LaneRemove very ancient tuple-counting infrastructure ...
2009-09-01 Alvaro HerreraRemove flatfiles.c, which is now obsolete.
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-08-28 Tom LaneRemove useless code that propagated FrontendProtocol...
2009-07-31 Tom LaneCreate a multiplexing structure for signals to Postgres...
2009-06-18 Heikki LinnakangasFix a few errors in comments. Patch by Fujii Masao...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-05-15 Tom LaneFix all the server-side SIGQUIT handlers (grumble ...
2009-01-07 Bruce MomjianUpdate comment associated with 'debug_query_string'.
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2009-01-01 Tom LaneFix an oversight in my patch of a couple weeks ago...
2008-12-13 Tom LaneRemove pg_plan_queries()'s now-useless needSnapshot...
2008-12-13 Tom LaneFix failure to ensure that a snapshot is available...
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-09-30 Heikki LinnakangasRewrite the FSM. Instead of relying on a fixed-size...
2008-08-19 Tom LaneCause the output from debug_print_parse, debug_print_re...
2008-08-01 Alvaro HerreraAdd a few more DTrace probes to the backend.
2008-07-18 Tom LaneAdjust things so that the query_string of a cached...
2008-05-15 Tom LaneAdd support for tracking call counts and elapsed runtim...
2008-05-12 Alvaro HerreraImprove snapshot manager by keeping explicit track...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-04-15 Bruce MomjianRevert addition of pg_terminate_backend() because of...
2008-04-15 Bruce MomjianAdd pg_terminate_backend() to allow terminating only...
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-12 Tom LaneFix pg_plan_queries() to restore the previous setting...
2008-03-10 Magnus HaganderImplement enum type for guc parameters, and convert...
2008-02-17 Tom LaneAdd back #include <time.h> in a couple of files that...
2008-01-26 Tom LaneChange StatementCancelHandler() to check the DoingComma...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-12-28 Tom LaneImprove consistency of error reporting in GUC assign_ho...
2007-12-06 Alvaro HerreraChange wording of logged message when cancelling an...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-08-02 Andrew DunstanMove session_start out of MyProcPort stucture and make...
2007-07-09 Tom LaneFix single-user mode so that interrupts (particularly...
2007-06-29 Alvaro HerreraArrange for SIGINT in autovacuum workers to cancel...
2007-06-23 Tom LaneSeparate parse-analysis for utility commands out of...
2007-04-30 Tom LaneFix oversight in my patch of yesterday: forgot to ensur...
2007-04-16 Tom LaneMake plancache store cursor options so it can pass...
2007-04-16 Tom LaneExpose more cursor-related functionality in SPI: specif...
2007-03-29 Tom Laneexec_parse_message neglected to copy parameter type...
2007-03-22 Tom LaneArrange for PreventTransactionChain to reject commands...
2007-03-13 Tom LaneFirst phase of plan-invalidation project: create a...
2007-03-03 Neil ConwayAdd resetStringInfo(), which clears the content of...
2007-03-02 Tom LaneMake log_min_error_statement put LOG level at the same...
2007-02-20 Tom LaneRemove the Query structure from the executor's API...
2007-02-17 Tom LaneAdd code so that when COPY_PARSE_PLAN_TREES is defined...
2007-02-15 Alvaro HerreraRestructure autovacuum in two processes: a dummy proces...
2007-02-10 Peter EisentrautStrNCpy -> strlcpy (not complete)
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2007-01-04 Tom LaneFix erroneous implementation of -s in postmaster.c...
2006-12-08 Neil ConwayFix the build for when SHOW_MEMORY_STATS is defined...
2006-11-21 Tom LaneOn systems that have setsid(2) (which should be just...
2006-11-21 Tom LaneAdjust elog.c so that elog(FATAL) exits (including...
2006-10-19 Tom LaneMake sure that debug_query_string contains the original...
2006-10-08 Bruce MomjianAdd include needed for new getrusage() call.
2006-10-08 Tom LaneOn Windows, we know the backend stack size limit becaus...
2006-10-07 Tom LaneWhen planning a query at Bind time, be careful to pass...
2006-10-07 Tom LaneOn platforms that have getrlimit(RLIMIT_STACK), use...
2006-10-07 Tom LaneAdjust HINT for stack depth limit to mention checking...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-13 Tom LaneMake logging of extended-protocol commands a bit more...
2006-09-08 Tom LaneTweak the behavior of log_duration as proposed by Guill...
next