]> granicus.if.org Git - postgresql/history - src/include/miscadmin.h
Remove leftovers of BeOS port
[postgresql] / src / include / miscadmin.h
2012-04-08 Heikki LinnakangasDo stack-depth checking in all postmaster children.
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-09 Heikki LinnakangasCancel running query if it is detected that the connect...
2011-11-25 Alvaro HerreraImprove logging of autovacuum I/O activity
2011-04-25 Bruce MomjianAdd postmaster/postgres undocumented -b option for...
2011-01-14 Tom LaneCode review for postmaster.pid contents changes.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-31 Bruce MomjianInclude the first valid listen address in pg_ctl to...
2010-12-29 Magnus HaganderAdd REPLICATION privilege for ROLEs
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-06-17 Tom LaneClean up some randomness associated with trace_recovery...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-20 Tom LaneClean up handling of XactReadOnly and RecoveryInProgres...
2010-02-07 Tom LaneCreate a "relation mapping" infrastructure to support...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-19 Simon RiggsAllow read only connections during recovery, known...
2009-12-09 Tom LanePrevent indirect security attacks via changing session...
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-12 Tom LaneAllow backends to start up without use of the flat...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-05-05 Tom LaneInstall a "dead man switch" to allow the postmaster...
2009-01-05 Alvaro HerreraExport IsUnderPostmaster on win32.
2009-01-03 Tom LaneAllow loadable modules to create PGC_POSTMASTER GUC...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-11 Peter EisentrautAppend major version number and for libraries soname...
2008-11-11 Tom LaneAdd support for input and output of interval values...
2008-11-09 Tom LaneAdd a new GUC variable called "IntervalStyle" that...
2008-10-09 Alvaro HerreraImprove translatability of error messages for external...
2008-04-23 Magnus HaganderPrevent shutdown in normal mode if online backup is...
2008-02-20 Tom LaneRename miscadmin.h's PG_VERSIONSTR macro to PG_BACKEND_...
2008-02-17 Tom LaneReplace time_t with pg_time_t (same values, but always...
2008-01-03 Tom LaneMake standard maintenance operations (including VACUUM...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-08-02 Andrew DunstanMove session_start out of MyProcPort stucture and make...
2007-07-25 Magnus HaganderRename DLLIMPORT macro to PGDLLIMPORT to avoid conflict...
2007-04-16 Alvaro HerreraAdd a multi-worker capability to autovacuum. This...
2007-03-01 Peter EisentrautFix date/time formats for XML Schema output.
2007-02-15 Alvaro HerreraRestructure autovacuum in two processes: a dummy proces...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-19 Tom LaneClean up local redeclarations of variables with DLLIMPO...
2006-09-04 Peter Eisentrautsslinfo contrib module - information about current...
2006-08-15 Tom LaneAdd server support for "plugin" libraries that can...
2006-08-08 Tom LaneAdd a feature for automatic initialization and finaliza...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-01-05 Peter EisentrautMake all command-line options of postmaster and postgre...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-25 Tom LaneFix Windows setitimer() emulation to not depend on...
2005-10-22 Tom LaneTemporarily disable Qingqing's Windows signal processin...
2005-10-21 Tom LaneImprove performance of CHECK_FOR_INTERRUPTS() macro...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-17 Tom LaneAvoid an Assert failure if OuterUserId hasn't been...
2005-07-25 Tom LaneAdd SET ROLE. This is a partial commit of Stephen...
2005-07-04 Tom LaneArrange for the postmaster (and standalone backends...
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-02-26 Tom LaneFinish up the flat-files project: get rid of GetRawData...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-11-14 Tom LaneRemove GUC USERLIMIT variable category, making the...
2004-10-22 Tom LaneFix tsearch build problems.
2004-10-18 Bruce MomjianRemove use of "miscadmin.h" in port C files and remove...
2004-10-18 Bruce MomjianThe attached patch fixes psql's win32 frontend-only...
2004-10-09 Tom LaneAdjust configuration-files GUC behavior as per my recen...
2004-09-06 Tom LaneFix error in Windows version of CHECK_FOR_INTERRUPTS...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-06 Bruce MomjianRename vacuum_cost_naptime to vacuum_cost_delay, with...
2004-08-01 Tom LaneSome mop-up work for savepoints (nested transactions...
2004-06-18 Tom LaneTablespaces. Alternate database locations are dead...
2004-05-29 Tom LaneSeparate out bgwriter code into a logically separate...
2004-05-28 Tom LaneCode review for EXEC_BACKEND changes. Reduce the numbe...
2004-05-18 Bruce MomjianClean up some relative path install issues with Claudio...
2004-05-17 Bruce MomjianReorganize code to allow path-relative installs.
2004-05-13 Bruce MomjianReorganize backend code to more cleanly manage executab...
2004-05-11 Bruce MomjianAs part of the work for making relocatable installs...
2004-04-12 Bruce MomjianHere's an attempt at new socket and signal code for...
2004-03-24 Tom LaneReplace max_expr_depth parameter with a max_stack_depth...
2004-03-23 Tom LaneReplace the virtual_host and tcpip_socket parameters...
2004-02-10 Tom LaneCentralize implementation of delay code by creating...
2004-02-08 Neil ConwayWin32 signals cleanup. Patch by Magnus Hagander, with...
2004-02-06 Jan WieckCost based vacuum delay feature.
2004-02-03 Tom LaneRename SortMem and VacuumMem to work_mem and maintenanc...
2004-01-30 Bruce MomjianRemove sleep() and use single PG_SLEEP call for Win32...
2004-01-26 Bruce Momjian[all] Removed call to getppid in SendPostmasterSignal...
2004-01-26 Bruce MomjianBack out win32 patch so we can apply it separately.
2004-01-26 Bruce MomjianAttached is a patch that fixes some trivial typos and...
2004-01-22 Tom LaneRemove ExpandDatabasePath(), which is unused and must...
2004-01-09 Bruce MomjianOops, can't do cpp tests inside macros; make two macros...
2004-01-09 Bruce MomjianChange PG_DELAY from msec to usec and use it consistenl...
2004-01-06 Bruce MomjianFinal rearrangement of main postgresql child process...
2004-01-06 Neil ConwayRemove unused 'noversion' command-line option processin...
2003-12-21 Bruce MomjianBack out:
2003-12-20 Bruce MomjianIn my mind there were two categories of open issues
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-11-13 Jan Wieck2nd try for the ARC strategy.
2003-11-13 Jan WieckARC strategy backed out ... sorry
2003-11-13 Jan WieckReplacement of the buffer replacement strategy with...
2003-09-24 Tom LaneRepair some REINDEX problems per recent discussions...
2003-08-26 Tom LaneMop-up for previous change to determine default shared_...
2003-08-04 Tom LaneRemove --enable-recode feature, since it's been broken...
next