]> granicus.if.org Git - postgresql/history - src/backend/postmaster
Fix the plan-invalidation mechanism to treat regclass constants that refer to
[postgresql] / src / backend / postmaster /
2007-10-04 Tom LaneChange Assert() to a plain test and elog, just to see...
2007-09-26 Tom LaneMinor improvements in backup and recovery:
2007-09-25 Tom LaneJust-in-time background writing strategy. This code...
2007-09-24 Alvaro HerreraAvoid having autovacuum read pgstats data too many...
2007-09-24 Tom LaneSimplify and rename some GUC variables, per various...
2007-09-23 Tom LaneMake autovacuum report the start time of its current...
2007-09-22 Tom LaneFix erroneous Assert() in syslogger process start in...
2007-09-20 Andrew DunstanCleanup items from csvlog changes, per ITAGAKI Takahiro.
2007-09-20 Tom LaneHOT updates. When we update a tuple without changing...
2007-09-16 Tom LaneRemove Assert(BgWriterShmem != NULL), which is rather...
2007-09-12 Alvaro HerreraFix a memory leak in the autovacuum launcher code....
2007-09-11 Tom LaneMake sure that open hash table scans are cleaned up...
2007-09-11 Tom LaneRename recently-added pg_stat_activity column from...
2007-08-21 Tom LaneSuppress uninitialized-variable warning.
2007-08-19 Andrew DunstanProvide for logfiles in machine readable CSV format...
2007-08-09 Tom LaneRevise postmaster startup/shutdown logic to eliminate...
2007-08-04 Tom LaneFix a problem in my recent patch to initialize cancel_k...
2007-08-04 Tom LaneSwitch over to using the src/timezone functions for...
2007-08-03 Tom LaneFix some sloppiness in the recent multiple-autovacuum...
2007-08-02 Andrew DunstanMove session_start out of MyProcPort stucture and make...
2007-08-02 Andrew DunstanMake sure syslogPipe runs in binary mode on Windows...
2007-07-24 Tom LaneCreate a new dedicated Postgres process, "wal writer...
2007-07-23 Magnus HaganderSSPI authentication on Windows. GSSAPI compatible clien...
2007-07-19 Andrew DunstanOnly use the pipe chunking protocol if we know the...
2007-07-11 Magnus HaganderA bunch of GSSAPI fixes per comments from Tom:
2007-07-10 Magnus HaganderAdd support for GSSAPI authentication.
2007-07-08 Tom LaneRemove the pgstat_drop_relation() call from smgr_intern...
2007-07-03 Tom LaneFix incorrect comment about the timing of AbsorbFsyncRe...
2007-07-01 Tom LaneReduce the maximum sleep interval in the autovac launch...
2007-07-01 Tom LaneTreat the autovac launcher more like a regular backend...
2007-07-01 Tom LaneAdd 'volatile' to suppress 'variable might be clobbered...
2007-06-30 Tom LaneImprove logging of checkpoints. Patch by Greg Smith...
2007-06-30 Alvaro HerreraAvoid crash in interrupted autovacuum worker, caused...
2007-06-29 Alvaro HerreraArrange for SIGINT in autovacuum workers to cancel...
2007-06-28 Tom LaneImplement "distributed" checkpoints in which the checkp...
2007-06-25 Alvaro HerreraImprove autovacuum launcher's ability to detect a probl...
2007-06-14 Andrew DunstanImplement a chunking protocol for writes to the syslogg...
2007-06-13 Alvaro HerreraAvoid integer overflow issues in autovacuum.
2007-06-08 Alvaro HerreraDisallow the cost balancing code from resulting in...
2007-06-08 Alvaro HerreraAvoid passing zero as a value for vacuum_cost_limit...
2007-06-07 Alvaro HerreraAvoid losing track of data for shared tables in pgstats...
2007-06-04 Andrew DunstanRemove ill-conceived CRLF translation for Windows in...
2007-05-30 Tom LaneMake large sequential scans and VACUUMs work in a limit...
2007-05-27 Tom LaneOoops, I was too busy worrying about getting the transa...
2007-05-27 Tom Lanepgstat's on-proc-exit hook has to execute after the...
2007-05-27 Tom LaneFix up pgstats counting of live and dead tuples to...
2007-05-07 Alvaro HerreraMake sure we don't skip databases that are supposed...
2007-05-04 Tom LaneSuppress a recently-introduced 'variable might be clobb...
2007-05-02 Alvaro HerreraUse the new TimestampDifferenceExceeds API instead...
2007-05-02 Alvaro HerreraFix failure to check for INVALID worker entry in the...
2007-04-30 Tom LaneFix oversight in my patch of yesterday: forgot to ensur...
2007-04-30 Tom LaneImplement rate-limiting logic on how often backends...
2007-04-21 Tom LaneAdjust pgstat_initstats() to avoid repeated searches...
2007-04-18 Alvaro HerreraEnable configurable log of autovacuum actions. Initial...
2007-04-16 Alvaro HerreraAdd a multi-worker capability to autovacuum. This...
2007-03-30 Magnus HaganderAdd some instrumentation to the bgwriter, through the...
2007-03-28 Alvaro HerreraAdd the "recheck" logic to autovacuum worker code....
2007-03-27 Alvaro HerreraCosmetic changes: rename some struct fields, and move...
2007-03-23 Alvaro HerreraSet the node properly, per Tom.
2007-03-23 Alvaro HerreraSeparate the code to start a new worker into its own...
2007-03-23 Alvaro HerreraSeparate fetch of pg_autovacuum tuple into its own...
2007-03-23 Alvaro HerreraWe no longer need to palloc the VacuumStmt node; keepin...
2007-03-22 Bruce MomjianAllow the pgstat process to restart immediately after...
2007-03-16 Magnus HaganderAdd new columns for tuple statistics on a database...
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-03-01 Tom LaneFix miscalculation of stats collector's write delay...
2007-02-16 Tom LaneCode review for SSLKEY patch.
2007-02-16 Bruce MomjianSSL improvements:
2007-02-16 Alvaro HerreraRemove useless database name from bootstrap argument...
2007-02-15 Alvaro HerreraRestructure autovacuum in two processes: a dummy proces...
2007-02-13 Tom LaneImprove postmaster's behavior if an accept() call fails...
2007-02-11 Magnus HaganderFix for early log messages during postmaster startup...
2007-02-10 Peter EisentrautStrNCpy -> strlcpy (not complete)
2007-02-09 Tom LaneCall pgstat_drop_database during DROP DATABASE, so...
2007-02-08 Bruce MomjianThis patch fixes shared_preload_libraries on Windows...
2007-02-07 Tom LaneAdd a function pg_stat_clear_snapshot() that discards...
2007-02-07 Tom LaneRemove the xlog-centric "database system is ready"...
2007-01-29 Bruce MomjianUpdate process termination message to display signal...
2007-01-28 Tom LaneClean up broken usage of HAVE_DECL_SYS_SIGLIST and...
2007-01-28 Bruce MomjianUse autoconf build-in sys_siglist macro AC_DECL_SYS_SIG...
2007-01-28 Bruce MomjianUse sys_siglist[] to print out signal names for signal...
2007-01-26 Tom LaneOn Windows, use pgwin32_waitforsinglesocket() instead...
2007-01-23 Bruce MomjianBack out use of FormatMessage(), does error values...
2007-01-23 Bruce MomjianPrint meaningfull error text for abonormal process...
2007-01-22 Bruce MomjianUse errhint() for WIN32 SIGTERM message, where possible.
2007-01-22 Bruce MomjianWhen system() fails in Win32, report it as an exception...
2007-01-20 Peter EisentrautRemove remains of old depend target.
2007-01-17 Tom LaneExtend yesterday's patch so that the bgwriter is also...
2007-01-17 Tom LaneRevise bgwriter fsync-request mechanism to improve...
2007-01-16 Alvaro HerreraArrange for autovacuum to be killed when another operat...
2007-01-11 Tom LaneFix a performance problem in databases with large numbe...
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-06 Neil ConwayAdd a txn_start column to pg_stat_activity. This makes...
2006-12-01 Tom LaneMake the bgwriter's error recovery path do smgrcloseall...
2006-11-30 Tom LaneMinor adjustments to make failures in startup/shutdown...
2006-11-28 Peter EisentrautFix some translator comments so that xgettext finds...
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...
next