]> granicus.if.org Git - postgresql/history - src/backend/tcop/postgres.c
Fix assorted race conditions in the new timeout infrastructure.
[postgresql] / src / backend / tcop / postgres.c
2013-11-29 Tom LaneFix assorted race conditions in the new timeout infrast...
2013-11-24 Tom LaneFix new and latent bugs with errno handling in secure_r...
2013-10-31 Robert HaasUse appendStringInfoString instead of appendStringInfo...
2013-10-09 Bruce MomjianCentralize effective_cache_size default setting
2013-10-09 Bruce MomjianAdjust the effective_cache_size default for standalone...
2013-09-12 Noah MischIgnore interrupts during quickdie().
2013-09-06 Noah MischDon't VALGRIND_PRINTF() each query string.
2013-07-13 Peter EisentrautAdd session_preload_libraries configuration parameter
2013-06-28 Simon RiggsChange errcode for lock_timeout to match NOWAIT
2013-06-27 Noah MischCooperate with the Valgrind instrumentation framework.
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-04-01 Tom LaneFix insecure parsing of server command-line switches.
2013-03-17 Tom LaneAdd lock_timeout configuration parameter.
2013-01-02 Alvaro HerreraFix IsUnderPostmaster/EXEC_BACKEND confusion
2013-01-02 Alvaro HerreraSet MaxBackends only on bootstrap and standalone modes
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-11-26 Tom LaneRevert patch for taking fewer snapshots.
2012-10-05 Heikki LinnakangasUse the regular main processing loop also in walsenders.
2012-08-10 Tom LaneSupport having multiple Unix-domain sockets per postmaster.
2012-07-17 Alvaro HerreraIntroduce timeout handling framework
2012-07-16 Peter EisentrautRemove unreachable code
2012-06-25 Peter EisentrautUnify calling conventions for postgres/postmaster sub...
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-05-07 Magnus HaganderMake "unexpected EOF" messages DEBUG1 unless in an...
2012-05-02 Heikki LinnakangasRemove duplicate words in comments.
2012-04-18 Robert HaasTighten up error recovery for fast-path locking.
2012-04-08 Heikki Linnakangasset_stack_base() no longer needs to be called in Postgr...
2012-04-08 Heikki LinnakangasDo stack-depth checking in all postmaster children.
2012-03-27 Tom LaneAdd some infrastructure for contrib/pg_stat_statements.
2012-03-20 Tom LaneRestructure SELECT INTO's parsetree representation...
2012-03-11 Peter EisentrautAdd more detail to error message for invalid arguments...
2012-01-19 Magnus HaganderSeparate state from query string in pg_stat_activity
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-21 Robert HaasTake fewer snapshots.
2011-12-09 Heikki LinnakangasCancel running query if it is detected that the connect...
2011-10-08 Tom LaneSupport index-only scans using the visibility map to...
2011-10-06 Bruce MomjianAdd postmaster -C option to query configuration paramet...
2011-09-16 Tom LaneRedesign the plancache mechanism for more flexibility...
2011-09-09 Tom LaneSimplify handling of the timezone GUC by making initdb...
2011-09-09 Tom LaneMove Timestamp/Interval typedefs and basic macros into...
2011-08-10 Tom LaneChange the autovacuum launcher to use WaitLatch instead...
2011-07-16 Tom LaneReplace errdetail("%s", ...) with errdetail_internal...
2011-06-29 Peter EisentrautUnify spelling of "canceled", "canceling", "cancellation"
2011-04-25 Bruce MomjianAdd postmaster/postgres undocumented -b option for...
2011-04-13 Heikki LinnakangasOn IA64 architecture, we check the depth of the registe...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-04-07 Tom LaneRevise the API for GUC variable assign hooks.
2011-03-17 Robert HaasFix various possible problems with synchronous replication.
2011-03-01 Tom LaneRearrange snapshot handling to make rule expansion...
2011-02-01 Simon RiggsRe-classify ERRCODE_DATABASE_DROPPED to 57P04
2011-02-01 Simon RiggsCreate new errcode for recovery conflict caused by...
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...
next