]> granicus.if.org Git - postgresql/history - src/backend/postmaster
Divide the lock manager's shared state into 'partitions', so as to
[postgresql] / src / backend / postmaster /
2005-12-08 Tom LaneFix bgwriter's failure to release buffer pins and open...
2005-11-28 Alvaro HerreraInstall a more future-proof fix for the snapshot-unset...
2005-11-28 Alvaro HerreraSet a snapshot before running analyze on a single table...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-05 Tom LaneRepair an error introduced by log_line_prefix patch...
2005-11-03 Alvaro HerreraFix one overlooked ocurrence of "None" in EXEC_BACKEND...
2005-11-03 Alvaro HerreraRename the members of CommandDest enum so they don...
2005-10-22 Andrew Dunstanminor code cleanup - replace useless struct timezone...
2005-10-20 Tom LanePostpone pg_timezone_initialize() until after creation...
2005-10-17 Tom LaneClean up libpq's pollution of application namespace...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-06 Tom LaneRevise pgstats stuff to fix the problems with not count...
2005-09-24 Tom LaneSuppress signed-vs-unsigned-char warnings.
2005-09-22 Bruce MomjianSuppress port number for unix domain sockets in log...
2005-09-12 Tom LaneEnsure that any memory leaked during an error inside...
2005-08-30 Tom LaneLog send() failures when sending to statistics process...
2005-08-20 Tom LaneConvert the arithmetic for shared memory size calculati...
2005-08-15 Tom LaneAllow the pgstat views to show toast tables as well...
2005-08-12 Bruce MomjianReverse out changes to canonicalize_path(), per suggest...
2005-08-12 Bruce MomjianModify canonicalize_path() so if we would return a...
2005-08-12 Tom LaneCode & docs review for server instrumentation patch...
2005-08-12 Bruce MomjianAdd files to do read I/O on the cluster directory:
2005-08-11 Tom LaneAutovacuum loose end mop-up. Provide autovacuum-specif...
2005-08-09 Tom LaneMake backends that are reading the pgstats file verify...
2005-08-08 Tom LaneCause ShutdownPostgres to do a normal transaction abort...
2005-08-02 Tom LaneTweak BgBufferSync() so that a persistent write error...
2005-07-29 Tom LaneClean up a number of autovacuum loose ends. Make the...
2005-07-24 Tom LaneFix some failures to initialize table entries induced...
2005-07-21 Bruce MomjianUpdate DAYS_PER_MONTH comment.
2005-07-21 Bruce MomjianAdd time/date macros for code clarity:
2005-07-14 Tom LaneIntegrate autovacuum functionality into the backend...
2005-07-04 Tom LaneArrange for the postmaster (and standalone backends...
2005-06-30 Peter EisentrautIssue fatal error if no TCP/IP sockets could be created
2005-06-30 Tom LaneImprove the checkpoint signaling mechanism so that...
2005-06-29 Tom LaneClean up the rather historically encumbered interface...
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-06-25 Tom LaneFix a couple of items that should be declared Oid not...
2005-06-19 Tom LaneSimplify uses of readdir() by creating a function ReadD...
2005-06-17 Tom LaneTwo-phase commit. Original patch by Heikki Linnakangas...
2005-06-14 Bruce MomjianAdd pg_postmaster_start_time() function.
2005-06-09 Tom LaneFix typo in comment, per Alvaro.
2005-05-29 Tom LaneModify hash_search() API to prevent future occurrences...
2005-05-28 Tom LaneBgwriter should PANIC if it runs out of memory for...
2005-05-15 Bruce MomjianRename Rendezvous to Bonjour to match OS/X renaming.
2005-05-11 Neil ConwayThis patch reduces the size of the message header used...
2005-05-09 Neil ConwayComplete the following TODO items:
2005-04-19 Bruce MomjianAttached patch gets rid of the global timezone in the...
2005-04-14 Tom LaneMarginal hack to use a specialized hash function for...
2005-04-14 Tom LaneCompletion of project to use fixed OIDs for all system...
2005-04-08 Neil ConwayUse fork_process() to avoid some fork()-related boilerp...
2005-03-31 Tom LaneFlush any remaining statistics counts out to the collec...
2005-03-25 Tom LaneKerberos fixes from Magnus Hagander --- in theory Kerbe...
2005-03-24 Bruce MomjianSet socket timer to 58 instead of 60 minutes for hour...
2005-03-24 Bruce MomjianTouch postmaster log file every hour, rather than every...
2005-03-18 Tom LaneTreat EPERM as a non-error case when checking to see...
2005-03-16 Neil ConwayWrap the implementation of fork_process() inside #ifnde...
2005-03-13 Tom LaneAdd some missing #includes.
2005-03-12 Tom LaneFix problem with infinite recursion between write_syslo...
2005-03-10 Neil ConwayRefactor fork()-related code. We need to do various...
2005-03-04 Tom LaneReplace the BufMgrLock with separate locks on the looku...
2005-02-22 Bruce MomjianUse _() macro consistently rather than gettext(). ...
2005-02-20 Tom LaneAdd code to prevent transaction ID wraparound by enforc...
2005-02-19 Tom LaneNew arrangement to always let the bgwriter do checkpoin...
2005-01-12 Tom LaneIncrease MAXLISTEN to a more generous value, and add...
2005-01-10 Tom LanePhase 1 of fix for 'SMgrRelation hashtable corrupted...
2005-01-01 Tom LaneSome more missed copyright notices. Many of these...
2005-01-01 Bruce MomjianUpdate copyrights that were missed.
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-29 Tom LaneRefactor EXEC_BACKEND code so that postmaster child...
2004-12-20 Tom LaneEnsure that 'disabling statistics collector' is logged...
2004-12-02 Bruce Momjian> I enclose a short patch to reduce the PGARCH_RESTART_...
2004-11-18 Tom LaneWhoops, missed converting the other sleep() call to...
2004-11-17 Tom LaneUse pg_usleep() not sleep(), per Andrew Dunstan.
2004-11-17 Neil ConwayWin32 build cleanups, from Andrew Dunstan.
2004-11-17 Tom LaneFix Win32 problems with signals and sockets, by making...
2004-11-14 Tom LaneRemove GUC USERLIMIT variable category, making the...
2004-11-09 Peter EisentrautClarify some error messages
2004-11-05 Peter EisentrautSmall message clarifications
2004-11-02 Bruce MomjianAdd comment to postmaster.c that get_progname() will...
2004-10-28 Neil ConwayUse AllocateFile(), FreeFile() and palloc() rather...
2004-10-28 Tom LaneOn Windows, force a checkpoint just before dropping...
2004-10-25 Neil ConwayRemove three unnecessary casts from a pointer type...
2004-10-25 Neil ConwayModify hash_create() to elog(ERROR) if an error occurs...
2004-10-21 Tom LaneStandardize on using the Min, Max, and Abs macros that...
2004-10-15 Bruce MomjianFix pg_ctl -D handling for Win32:
2004-10-14 Bruce MomjianAdd 'int' cast for getpid() because some Solaris releas...
2004-10-12 Peter EisentrautMessage style revisions
2004-10-09 Tom LaneAdjust configuration-files GUC behavior as per my recen...
2004-10-08 Tom LaneWhack some sense into the configuration-file-location...
2004-10-07 Bruce MomjianRemove unneeded dash.
2004-10-07 Bruce MomjianUpdate comment to fix nibble mention:
2004-10-07 Tom LaneXOR process PID into a backend's initial random seed...
2004-10-06 Bruce MomjianHere is a patch to fix win32 ssl builds. Summary of...
2004-09-21 Tom LaneRotate on time boundaries that are sensible per local...
2004-09-09 Bruce MomjianFix Cygwin defines to be consistent.
2004-08-31 Tom LaneReplace log_filename_prefix with more general log_filen...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-29 Bruce MomjianFix for postmaster.c function win32_waitpid(int *exitst...
2004-08-29 Bruce Momjian>>> I understand your disliking of non-posix stuff...
next