]> granicus.if.org Git - postgresql/history - src/backend/utils/init
Message style improvements
[postgresql] / src / backend / utils / init /
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-18 Tom LaneAdd built-in userlock manipulation functions to replace...
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-07-13 Bruce MomjianAllow include files to compile own their own.
2006-07-10 Alvaro HerreraImprove vacuum code to track minimum Xids per table...
2006-06-22 Tom LaneStandalone backends need pgstat_bestart() too, per...
2006-05-04 Tom LaneSimplify relcache startup sequence. With the new desig...
2006-05-04 Tom LaneRethink the locking mechanisms used for CREATE/DROP...
2006-05-03 Tom LaneCreate a syscache for pg_database-indexed-by-oid, and...
2006-05-02 Teodor SigaevGIN: Generalized Inverted iNdex.
2006-04-30 Tom LaneCode review for GRANT CONNECT patch. Spell the privile...
2006-04-30 Bruce MomjianAdd GRANT CONNECTION ON DATABASE, to be used in additio...
2006-03-29 Tom LaneClean up and document the API for XLogOpenRelation...
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.
2006-01-04 Tom LaneRearrange backend startup sequence so that ShmemIndexLo...
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-08-11 Tom LaneAutovacuum loose end mop-up. Provide autovacuum-specif...
2005-08-08 Tom LaneCause ShutdownPostgres to do a normal transaction abort...
2005-07-31 Tom LaneAdd per-user and per-database connection limit options.
2005-07-29 Tom LaneClean up a number of autovacuum loose ends. Make the...
2005-07-28 Tom LaneMake use of new list primitives list_append_unique...
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-29 Tom LaneMore cleanup on roles patch. Allow admin option to...
2005-06-28 Tom LaneFix up problems in write_auth_file and parsing of the...
2005-06-28 Tom LaneBring syntax of role-related commands into SQL complian...
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-06-24 Neil ConwayThis trivial patch removes an unused variable. From...
2005-06-20 Tom LaneAdd lock file contents printout to "can't happen" case...
2005-06-17 Tom LaneTwo-phase commit. Original patch by Heikki Linnakangas...
2005-06-07 Bruce MomjianMention ipcrm and ipcclean in error message.
2005-06-07 Bruce MomjianIpcrm -> ipcclean in error message:
2005-06-06 Tom LaneRemove the mostly-stubbed-out-anyway support routines...
2005-05-19 Tom LaneSplit the shared-memory array of PGPROC pointers out...
2005-05-10 Bruce MomjianBack out check for unreferenced files.
2005-05-05 Tom LaneFix bogus hashtable setup. (This code has quite a...
2005-05-05 Tom LaneMake standalone backends ignore pg_database.datallowcon...
2005-05-02 Bruce MomjianCheck the file system on postmaster startup and report...
2005-04-14 Tom LaneCompletion of project to use fixed OIDs for all system...
2005-04-14 Tom LaneFirst phase of project to use fixed OIDs for all system...
2005-03-19 Tom LaneAdd temp_buffers GUC variable to allow users to determi...
2005-03-18 Tom LaneNeed to reset local buffer pin counts, not only shared...
2005-03-18 Tom LaneNeed to release buffer pins before attempting to drop...
2005-03-18 Tom LaneTreat EPERM as a non-error case when checking to see...
2005-02-26 Tom LaneFinish up the flat-files project: get rid of GetRawData...
2005-02-20 Tom LaneUse SnapshotNow instead of SnapshotSelf for reading...
2005-02-20 Tom LaneRemove some no-longer-needed kluges for bootstrapping...
2005-02-20 Tom LaneFlat file cleanup phase 2: make it work for pg_group...
2005-02-20 Tom LaneAdd code to prevent transaction ID wraparound by enforc...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-26 Tom LaneFix func_ptr declaration for netbsd-mac68k, per Rémi...
2004-11-14 Tom LaneRemove GUC USERLIMIT variable category, making the...
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-06 Bruce MomjianRename vacuum_cost_naptime to vacuum_cost_delay, with...
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-07-01 Tom LaneNested transactions. There is still much left to do...
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-30 Tom LaneParanoia: ensure MyBackendId is InvalidBackendId in...
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-27 Tom LaneGet rid of the former rather baroque mechanism for...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
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-19 Bruce Momjian* Most changes are to fix warnings issued when compilin...
2004-03-15 Bruce Momjian* postmaster.c: cleanup pmdaemonize under win32; missed...
2004-02-10 Tom LaneCentralize implementation of delay code by creating...
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-02-06 Jan WieckCost based vacuum delay feature.
2004-02-03 Tom LaneRename SortMem and VacuumMem to work_mem and maintenanc...
2004-02-02 Bruce MomjianBriefly,
2004-01-28 Tom LaneReview uses of IsUnderPostmaster, change some tests...
2004-01-27 Bruce MomjianHere's the latest win32 signals code, this time in...
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-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
2004-01-06 Neil ConwayRemove unused 'noversion' command-line option processin...
2003-12-12 Peter EisentrautThis patch properly sets the prototype for the on_shmem...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
next