]> granicus.if.org Git - postgresql/history - src/backend/utils/init/miscinit.c
Update woefully-obsolete comment.
[postgresql] / src / backend / utils / init / miscinit.c
2012-05-22 Tom LaneUpdate woefully-obsolete comment.
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
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-12-28 Bruce MomjianAnother fix for larger postmaster.pid files.
2010-12-28 Bruce MomjianFix code to properly pull out shared memory key now...
2010-12-24 Bruce MomjianImprove "pg_ctl -w start" server detection by writing...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-16 Tom LaneArrange to fsync the contents of lockfiles (both postma...
2010-04-20 Tom LaneArrange for client authentication to occur before we...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2010-02-07 Tom LaneCreate a "relation mapping" infrastructure to support...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-09 Tom LanePrevent indirect security attacks via changing session...
2009-10-07 Alvaro HerreraMake it possibly to specify GUC params per user and...
2009-08-27 Tom LaneMake it reasonably safe to use pg_ctl to start the...
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-04-08 Heikki LinnakangasTell gettext which codeset to use by calling bind_textd...
2009-03-08 Alvaro HerreraOn Windows, call bind_textdomain_codeset on domains...
2009-01-05 Tom LaneQuiet repeated "loaded library" messages from child...
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-10-09 Alvaro HerreraImprove translatability of error messages for external...
2008-03-27 Bruce MomjianRemove ipcclean utility command --- didn't work on...
2008-01-03 Tom LaneMake standard maintenance operations (including VACUUM...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-09-11 Tom LaneArrange for SET LOCAL's effects to persist until the...
2007-09-03 Tom LaneImplement function-local GUC parameter settings, as...
2007-02-15 Alvaro HerreraRestructure autovacuum in two processes: a dummy proces...
2007-02-01 Bruce MomjianWording cleanup for error messages. Also change can...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-16 Tom LaneSeems some C compilers think 'restrict' is a fully...
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-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-01-05 Peter EisentrautMake all command-line options of postmaster and postgre...
2006-01-05 Bruce MomjianRemove BEOS port.
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
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-31 Tom LaneAdd per-user and per-database connection limit options.
2005-07-25 Tom LaneAdd SET ROLE. This is a partial commit of Stephen...
2005-07-14 Tom LaneIntegrate autovacuum functionality into the backend...
2005-07-04 Tom LaneArrange for the postmaster (and standalone backends...
2005-06-28 Tom LaneFix up problems in write_auth_file and parsing of the...
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-06-20 Tom LaneAdd lock file contents printout to "can't happen" case...
2005-06-07 Bruce MomjianMention ipcrm and ipcclean in error message.
2005-06-07 Bruce MomjianIpcrm -> ipcclean in error message:
2005-04-14 Tom LaneCompletion of project to use fixed OIDs for all system...
2005-03-18 Tom LaneTreat EPERM as a non-error case when checking to see...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-26 Tom LaneFix func_ptr declaration for netbsd-mac68k, per Rémi...
2004-10-09 Tom LaneAdjust configuration-files GUC behavior as per my recen...
2004-10-04 Tom LaneSuppress getppid test on WIN32, per Dave Page.
2004-10-01 Tom LaneAdjust postmaster to recognize that a lockfile containi...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-01 Tom LaneSome mop-up work for savepoints (nested transactions...
2004-07-12 Bruce MomjianCanonicalize preload_libraries after it is split up...
2004-07-11 Bruce MomjianCleanup for canonicalization fixes, from Tom.
2004-06-18 Tom LaneTablespaces. Alternate database locations are dead...
2004-05-30 Neil ConwayUse the new List API function names throughout the...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-04-19 Bruce Momjian* Most changes are to fix warnings issued when compilin...
2004-02-10 Tom LaneRestructure smgr API as per recent proposal. smgr...
2004-02-08 Neil ConwayWin32 signals cleanup. Patch by Magnus Hagander, with...
2004-01-27 Bruce MomjianHere's the latest win32 signals code, this time in...
2004-01-26 Tom LaneEnsure that close() and fclose() are checked for errors...
2004-01-08 Tom Lane[Forced commit to add log message that I fat-fingered...
2004-01-07 Tom Lanemake
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-26 Peter EisentrautVarious message fixes, among those fixes for the previo...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-09-24 Tom LaneRepair some REINDEX problems per recent discussions...
2003-08-04 Tom LaneRemove --enable-recode feature, since it's been broken...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-08-01 Tom LaneAdjust 'permission denied' messages to be more useful...
2003-07-31 Tom LaneCause library-preload feature to report error if specif...
2003-07-28 Tom LaneA visit from the message-style police ...
2003-07-27 Tom Laneelog mop-up: bring some straggling fprintf(stderr)...
2003-07-27 Bruce MomjianTom, happier with the attached patch?
2003-07-25 Tom LaneError message editing in backend/utils (except /adt).
2003-06-27 Tom LaneAdd is_superuser parameter reporting, soon to be used...
2003-06-27 Peter EisentrautFirst batch of object rename commands.
2003-04-04 Bruce MomjianAdd Win32 path handling for / vs. \ and drive letters.
2003-03-20 Bruce Momjian> I can see a couple possible downsides: (a) the librar...
2003-01-27 Tom LaneGet rid of last few unadorned 'permission denied' messages.
2003-01-25 Tom LaneWhere available, use utime() or utimes() to update...
2002-12-05 Bruce MomjianMore cleanup of userid to be AclId rather than Oid.
2002-11-08 Bruce MomjianThis patch removes a bunch of superfluous #include...
next