]> granicus.if.org Git - postgresql/history - src/backend/postmaster
Replace the XLogInsert slots with regular LWLocks.
[postgresql] / src / backend / postmaster /
2014-03-18 Robert HaasMake it easy to detach completely from shared memory.
2014-03-13 Bruce MomjianC comments: remove odd blank lines after #ifdef WIN32...
2014-03-10 Robert HaasAllow logical decoding via the walsender interface.
2014-03-05 Alvaro HerreraRemove the correct pgstat file on DROP DATABASE
2014-02-25 Robert HaasShow xid and xmin in pg_stat_activity and pg_stat_repli...
2014-02-15 Tom LaneFix unportable coding in BackgroundWorkerStateChange().
2014-02-15 Tom LaneFix unportable coding in DetermineSleepTime().
2014-02-15 Tom LaneCentralize getopt-related declarations in a new header...
2014-02-13 Alvaro HerreraSeparate multixact freezing parameters from xid's
2014-02-09 Peter EisentrautMark some more variables as static or include the appro...
2014-01-29 Robert HaasFix compiler warning in EXEC_BACKEND builds.
2014-01-28 Fujii MasaoAdd pg_stat_archiver statistics view.
2014-01-28 Stephen FrostRevert dup2() checking in syslogger.c
2014-01-27 Robert HaasRelax the requirement that all lwlocks be stored in...
2014-01-27 Tom LaneCode review for auto-tuned effective_cache_size.
2014-01-26 Stephen FrostCheck dup2() results in syslogger
2014-01-19 Tom LaneFix VACUUM's reporting of dead-tuple counts to the...
2014-01-15 Robert HaasLogging running transactions every 15 seconds.
2014-01-11 Tom LaneFix possible crashes due to using elog/ereport too...
2014-01-08 Robert HaasReduce the number of semaphores used under --disable...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2014-01-03 Tom LaneOoops, should use double not single quotes in StaticAss...
2014-01-03 Tom LaneFix calculation of maximum statistics-message size.
2013-12-12 Simon RiggsNew autovacuum_work_mem parameter
2013-12-11 Robert HaasAdd new wal_level, logical, sufficient for logical...
2013-11-29 Tom LaneFix assorted race conditions in the new timeout infrast...
2013-11-10 Peter EisentrautFix whitespace issues found by git diff --check, add...
2013-10-24 Heikki LinnakangasIncrease the number of different values used when seedi...
2013-10-23 Tom LaneSuppress a couple of compiler warnings seen with older...
2013-10-18 Robert HaasProvide a reliable mechanism for terminating a backgrou...
2013-10-13 Peter EisentrautAdd use of asprintf()
2013-10-09 Bruce MomjianCentralize effective_cache_size default setting
2013-10-09 Bruce MomjianAdjust the effective_cache_size default for standalone...
2013-10-09 Bruce MomjianAgain move function where we set effective_cache_size...
2013-10-09 Bruce MomjianMove new effective_cache_size function
2013-10-08 Bruce MomjianAuto-tune effective_cache size to be 4x shared buffers
2013-10-06 Alvaro HerreraFix various bugs in postmaster SIGKILL processing
2013-09-19 Robert HaasFix compiler warning in WaitForBackgroundWorkerStartup().
2013-09-16 Alvaro HerreraRename various "freeze multixact" variables
2013-08-29 Alvaro HerreraMake error wording more consistent
2013-08-28 Robert HaasAllow discovery of whether a dynamic background worker...
2013-08-19 Tom LaneBe more wary of unwanted whitespace in pgstat_reset_rem...
2013-08-19 Alvaro HerreraFix removal of files in pgstats directories
2013-08-16 Robert HaasMove more bgworker code to bgworker.c; also, some renaming.
2013-08-13 Tom LaneEmit a log message if output is about to be redirected...
2013-08-08 Peter EisentrautMessage style improvements
2013-08-07 Fujii MasaoFix assertion failure by an immediate shutdown.
2013-08-01 Robert HaasAssorted bgworker-related comment fixes.
2013-07-24 Tom LaneImprove ilist.h's support for deletion of slist element...
2013-07-22 Robert HaasRemove bgw_sighup and bgw_sigterm.
2013-07-16 Robert HaasAllow background workers to be started dynamically.
2013-07-10 Peter EisentrautFix lack of message pluralization
2013-07-04 Robert HaasAdd new GUC, max_worker_processes, limiting number...
2013-07-03 Alvaro HerreraUnbreak postmaster restart-after-crash sequence
2013-07-02 Robert HaasUse an MVCC snapshot, rather than SnapshotNow, for...
2013-06-28 Alvaro HerreraSend SIGKILL to children if they don't die quickly...
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-04-27 Peter EisentrautImprove message about failed transaction log archiving
2013-04-19 Peter EisentrautStandardize spelling of "nonblocking"
2013-04-10 Alvaro HerreraFix SIGUSR1 handling by unconnected bgworkers
2013-04-10 Alvaro HerreraFix SIGHUP handling by unconnected bgworkers
2013-04-03 Tom LaneAvoid updating our PgBackendStatus entry when track_act...
2013-04-01 Tom LaneFix insecure parsing of server command-line switches.
2013-03-27 Tom LaneReset OpenSSL randomness state in each postmaster child...
2013-03-17 Tom LaneAdd lock_timeout configuration parameter.
2013-03-04 Kevin GrittnerAdd a materialized view relations.
2013-02-21 Alvaro HerreraRemove useless variable
2013-02-18 Alvaro HerreraSplit pgstat file in smaller pieces
2013-02-07 Tom LaneFix possible failure to send final transaction counts...
2013-01-24 Heikki LinnakangasAlso fix rotation of csvlog on Windows.
2013-01-24 Tom LaneFix failure to rotate postmaster log file for size...
2013-01-23 Alvaro HerreraImprove concurrency of foreign key locking
2013-01-02 Alvaro HerreraMake sure MaxBackends is always set
2013-01-02 Alvaro HerreraFix background workers for EXEC_BACKEND
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-20 Heikki LinnakangasDon't set ThisTimeLineID in checkpointer & bgwriter...
2012-12-13 Heikki LinnakangasAllow a streaming replication standby to follow a timel...
2012-12-13 Heikki LinnakangasMake xlog_internal.h includable in frontend context.
2012-12-06 Alvaro HerreraBackground worker processes
2012-11-21 Tom LaneDon't launch new child processes after we've been told...
2012-11-18 Tom LaneFix syslogger to not fail when log_rotation_age exceeds...
2012-10-18 Tom LaneRemove unnecessary "head" arguments from some dlist...
2012-10-17 Tom LaneClose un-owned SMgrRelations at transaction end.
2012-10-17 Alvaro HerreraEmbedded list interface
2012-10-15 Tom LaneSplit up process latch initialization for more-fail...
2012-10-12 Bruce MomjianIn our source code, make a copy of getopt's 'optarg...
2012-10-05 Peter EisentrautRemove redundant code for getnameinfo() replacement
2012-09-21 Heikki LinnakangasParse pg_ident.conf when it's loaded, keeping it in...
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-08-28 Alvaro HerreraSplit resowner.h
2012-08-21 Peter EisentrautRemove external PID file on postmaster exit
2012-08-10 Tom LaneUpdate overlooked comment.
2012-08-10 Tom LaneSupport having multiple Unix-domain sockets per postmaster.
2012-08-10 Magnus HaganderFix upper limit of superuser_reserved_connections,...
2012-07-31 Tom LaneFix syslogger so that log_truncate_on_rotation works...
2012-07-18 Tom LaneFix statistics breakage from bgwriter/checkpointer...
2012-07-18 Tom LaneFix management of pendingOpsTable in auxiliary processes.
2012-07-17 Tom LaneImprove coding around the fsync request queue.
2012-07-17 Tom LanePut back storage/proc.h in postmaster.c.
2012-07-17 Alvaro HerreraIntroduce timeout handling framework
next