]> granicus.if.org Git - postgresql/history - src/backend/postmaster
Update copyright for the year 2010.
[postgresql] / src / backend / postmaster /
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2010-01-02 Magnus HaganderFix one more cast for _open_osfhandle().
2009-12-30 Tom LaneRevise pgstat's tracking of tuple changes to improve...
2009-12-27 Tom LaneAvoid memory leak if pgstat_vacuum_stat is interrupted...
2009-12-19 Simon RiggsAllow read only connections during recovery, known...
2009-12-16 Peter EisentrautIf there is no sigdelset(), define it as a macro.
2009-11-28 Tom LaneAdd support for an application_name parameter, which...
2009-11-19 Tom LaneFix memory leak in syslogger: logfile_rotate() would...
2009-11-16 Tom LaneProvide a parenthesized-options syntax for VACUUM,...
2009-11-05 Peter Eisentrautreenable -> re-enable
2009-10-02 Tom LaneFix an oversight in an 8.3-era patch: pgstat_initstats...
2009-09-08 Tom LaneAdd a boolean GUC parameter "bonjour" to control whethe...
2009-09-08 Tom LaneReplace use of the long-deprecated Bonjour API DNSServi...
2009-09-04 Tom LaneRemove pgstat's discrimination against MsgVacuum and...
2009-08-31 Tom LaneChange the autovacuum launcher to read pg_database...
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-08-28 Tom LaneNon-Windows EXEC_BACKEND path was broken by recent...
2009-08-27 Alvaro HerreraFix handling of autovacuum reloptions.
2009-08-24 Tom LaneTry to make silent_mode behave somewhat reasonably.
2009-08-24 Tom LaneSmall correction to previous patch: we shouldn't Releas...
2009-08-24 Alvaro HerreraAvoid calling kill() in a postmaster signal handler.
2009-08-12 Tom LaneAllow backends to start up without use of the flat...
2009-08-07 Heikki LinnakangasFast shutdown stop should forcibly disconnect any activ...
2009-08-06 Magnus HaganderAvoid terminating the postmaster on a number of "can...
2009-07-31 Tom LaneCreate a multiplexing structure for signals to Postgres...
2009-07-24 Magnus HaganderReserve the shared memory region during backend startup...
2009-07-08 Tom LaneRemove no-longer-necessary transmission of postmaster...
2009-06-26 Tom LaneCleanup and code review for the patch that made bgwrite...
2009-06-25 Heikki LinnakangasFix some serious bugs in archive recovery, now that...
2009-06-12 Tom LaneFix several places where a function was declared static...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-06-09 Alvaro HerreraFix typo, per Tom
2009-06-09 Alvaro HerreraDynamically set a lower bound on autovacuum nap time...
2009-06-06 Tom LaneImprove the IndexVacuumInfo/IndexBulkDeleteResult API...
2009-06-04 Tom LaneImprove the recently-added support for properly plurali...
2009-05-15 Tom LaneFix all the server-side SIGQUIT handlers (grumble ...
2009-05-05 Tom LaneInstall a "dead man switch" to allow the postmaster...
2009-05-04 Tom LaneFix missed usage of DLNewElem()
2009-05-04 Alvaro HerreraAvoid a memory allocation in the backend startup code...
2009-05-02 Tom LaneInstall some simple defenses in postmaster startup...
2009-04-05 Tom LaneRemove a boatload of useless definitions of 'int optres...
2009-03-31 Tom LaneModify the relcache to record the temp status of both...
2009-03-26 Peter EisentrautGettext plural support
2009-03-18 Heikki LinnakangasFix Windows-specific race condition in syslogger. This...
2009-03-04 Heikki LinnakangasReload config file in startup process on SIGHUP.
2009-03-03 Heikki LinnakangasFix copy-pasto in the patch to allow background writer...
2009-02-25 Heikki LinnakangasPut back a "continue" that went missing in the changes...
2009-02-24 Peter EisentrautDon't append epoch to log_filename if no format specifi...
2009-02-23 Heikki LinnakangasChange the signaling of end-of-recovery. Startup proces...
2009-02-19 Heikki LinnakangasFix bogus comment, from the patch to start bgwriter...
2009-02-18 Heikki LinnakangasStart background writer during archive recovery. Backgr...
2009-02-09 Alvaro HerreraUpdate autovacuum to use reloptions instead of a system...
2009-02-03 Tom LaneAdd a failure check for syslogger's use of _beginthread...
2009-01-16 Heikki LinnakangasAdd vacuum_freeze_table_age GUC option, to control...
2009-01-04 Tom LaneAdd contrib/pg_stat_statements for server-wide tracking...
2009-01-03 Tom LaneCreate a "shmem_startup_hook" to be called at the end...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-17 Heikki LinnakangasDon't reset pg_class.reltuples and relpages in VACUUM...
2008-12-11 Peter EisentrautThe macros NULL_DEV and DEVNULL were both used to work...
2008-12-09 Heikki LinnakangasRevert SIGUSR1 multiplexing patch, per Tom's objection.
2008-12-09 Heikki LinnakangasProvide support for multiplexing SIGUSR1 signal. The...
2008-12-08 Tom LaneTeach pgstat_vacuum_stat to not bother scanning pg_proc...
2008-12-04 Heikki LinnakangasUtilize the visibility map in autovacuum, too. There...
2008-11-23 Tom LaneTeach RequestCheckpoint() to wait and retry a few times...
2008-11-12 Heikki LinnakangasFix off-by-one error in autovacuum shmem struct sizing...
2008-11-04 Peter EisentrautFix compiler warning about uninitialized variable
2008-11-03 Alvaro HerreraReduce the acceptable staleness of pgstat data for...
2008-11-03 Tom LaneChange the pgstat logic so that the stats collector...
2008-11-02 Tom LaneRemove the last vestiges of the MAKE_PTR/MAKE_OFFSET...
2008-10-28 Magnus HaganderRemove support for (insecure) crypt authentication.
2008-10-14 Heikki LinnakangasFix oversight in the relation forks patch: forgot to...
2008-09-30 Heikki LinnakangasRewrite the FSM. Instead of relying on a fixed-size...
2008-09-23 Bruce MomjianAdd comment about the use of EXEC_BACKEND.
2008-09-23 Heikki LinnakangasMake LC_COLLATE and LC_CTYPE database-level settings...
2008-09-15 Magnus HaganderParse pg_hba.conf in postmaster, instead of once in...
2008-08-25 Magnus HaganderUnconditionally write the statsfile when SIGHUP is...
2008-08-25 Magnus HaganderMake stats_temp_directory PGC_SIGHUP, and document...
2008-08-15 Magnus HaganderMake the temporary directory for pgstat files configura...
2008-08-13 Alvaro HerreraHave autovacuum consider processing TOAST tables separa...
2008-08-11 Heikki LinnakangasIntroduce the concept of relation forks. An smgr relati...
2008-08-05 Magnus HaganderMove pgstat.tmp into a temporary directory under $PGDAT...
2008-08-01 Alvaro HerreraAdd a few more DTrace probes to the backend.
2008-07-23 Alvaro HerreraRatchet up patch to improve autovacuum wraparound messages.
2008-07-21 Alvaro HerreraPublish more openly the fact that autovacuum is working...
2008-07-17 Alvaro HerreraAvoid crashing when a table is deleted while we're...
2008-07-01 Tom LaneTeach autovacuum how to determine whether a temp table...
2008-06-30 Heikki LinnakangasTurn PGBE_ACTIVITY_SIZE into a GUC variable, track_acti...
2008-06-26 Bruce MomjianFix 'pg_ctl restart' to preserve command-line arguments.
2008-06-26 Bruce MomjianUse SYSTEMQUOTE as concatentation to strings, rather...
2008-06-19 Tom LaneRewrite the sinval messaging mechanism to reduce conten...
2008-06-19 Alvaro HerreraImprove our #include situation by moving pointer types...
2008-06-06 Alvaro HerreraChange xlog.h to xlogdefs.h in bufpage.h, and fix fallout.
2008-06-05 Alvaro HerreraModify vacuum() to accept a single relation OID instead...
2008-05-15 Tom LaneAdd support for tracking call counts and elapsed runtim...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-05-04 Tom LaneAdd pg_conf_load_time() function to report when the...
2008-04-26 Tom LaneCode review for recent patch to terminate online backup...
2008-04-23 Magnus HaganderPrevent shutdown in normal mode if online backup is...
2008-04-03 Tom LaneTeach ANALYZE to distinguish dead and in-doubt tuples...
next