]> granicus.if.org Git - postgresql/history - src/backend/postmaster
Document and enforce that the usable range of setseed() arguments is
[postgresql] / src / backend / postmaster /
2008-03-09 Tom LaneRemove postmaster.c's check that NBuffers is at least...
2008-02-20 Tom LaneRename miscadmin.h's PG_VERSIONSTR macro to PG_BACKEND_...
2008-02-20 Alvaro HerreraChange error message to be able to differentiate the...
2008-02-19 Peter EisentrautRefactor backend makefiles to remove lots of duplicate...
2008-02-17 Tom LaneReplace time_t with pg_time_t (same values, but always...
2008-01-25 Tom LaneFix two different copy-and-paste-os in CSV log rotation...
2008-01-14 Alvaro HerreraMark autovacuum entries in pg_stat_activity so that...
2008-01-11 Tom LaneRestructure the shutdown procedure for the archiver...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-12-18 Tom LaneMake archiver process report its progress in PS display...
2007-12-13 Peter EisentrautClarify log messages
2007-12-12 Tom LaneClean up unportable attempt to use #if inside a macro...
2007-12-12 Peter EisentrautProvide a more accurate, detailed log message when...
2007-11-24 Tom LaneReduce routine successful-archiving message from LOG...
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-11-15 Peter EisentrautMessage improvements
2007-11-14 Tom LaneFix incorrect calculation of elapsed_xlogs. Itagaki...
2007-11-08 Peter EisentrautWording changes
2007-11-05 Neil ConwayUse LOG instead of DEBUG2 for logging invalid cancel...
2007-10-29 Alvaro HerreraIn the previous commit message, I forgot to credit...
2007-10-26 Magnus HaganderChange win32 child-death tracking code to use a threadp...
2007-10-26 Alvaro HerreraAllow an autovacuum worker to be interrupted automatica...
2007-10-25 Alvaro HerreraFix memory management for new variables -- they must...
2007-10-25 Alvaro HerreraExtract catalog info for error reporting before an...
2007-10-24 Alvaro HerreraRearrange vacuum-related bits in PGPROC as a bitmask...
2007-10-24 Alvaro HerreraMinor changes to autovacuum worker: change error handli...
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...
next