summaryrefslogtreecommitdiff
path: root/src/backend/postmaster
AgeCommit message (Expand)Author
2009-01-20Fix erroneous memory context switch in autovacuum, which was returning to aAlvaro Herrera
2008-06-27Fix 'pg_ctl reload' to properly preserve postmaster commend-lineBruce Momjian
2008-01-17Backpatch my fix of rev 1.48 to avoid a division-by-zero error in theAlvaro Herrera
2007-09-11Make sure that open hash table scans are cleaned up when bgwriter tries toTom Lane
2007-08-02Make sure syslogPipe runs in binary mode on Windows to avoid corrupting the p...Andrew Dunstan
2007-07-19Only use the pipe chunking protocol if we know the syslogger shouldAndrew Dunstan
2007-07-08Remove the pgstat_drop_relation() call from smgr_internal_unlink(), becauseTom Lane
2007-06-14Implement a chunking protocol for writes to the syslogger pipe, with messagesAndrew Dunstan
2007-06-07Avoid losing track of data for shared tables in pgstats. Report by MichaelAlvaro Herrera
2007-02-11Fix for early log messages during postmaster startup getting lost whenMagnus Hagander
2007-01-27Back-port changes of Jan 16 and 17 to "revoke" pending fsync requests duringTom Lane
2007-01-14Fix autovacuum to avoid leaving non-permanent Xids in non-connectableAlvaro Herrera
2007-01-11Fix a performance problem in databases with large numbers of tablesTom Lane
2006-07-16Ensure that we retry rather than erroring out when send() or recv() returnTom Lane
2006-06-27Fix typo.Tom Lane
2006-06-27Clamp last_anl_tuples to n_live_tuples, in case we vacuum a table withoutAlvaro Herrera
2006-05-30PostmasterIsAlive test really ought to be in the inner loop for safety.Tom Lane
2006-05-30Prevent multiple archivers from starting. Backpatch to 8.1.X.Bruce Momjian
2006-05-19Have autovacuum report its activities to the stat collector.Alvaro Herrera
2006-03-18The call to DNSServiceRegistrationCreate in postmaster.c does incorrectNeil Conway
2006-02-01Set progname early in the postmaster/postgres binary, rather than doingBruce Momjian
2006-01-20Fix thinko in autovacuum's test to skip temp tables: want to skip anyTom Lane
2006-01-18Modify pgstats code to reduce performance penalties from oversized stats dataTom Lane
2006-01-06Fix Windows-only postmaster code to reject a connection request and continue,Tom Lane
2005-12-08Fix bgwriter's failure to release buffer pins and open files after anTom Lane
2005-11-28Install a more future-proof fix for the snapshot-unset bug just found.Alvaro Herrera
2005-11-28Set a snapshot before running analyze on a single table, to avoid aAlvaro Herrera
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-11-05Repair an error introduced by log_line_prefix patch: it is not acceptableTom Lane
2005-11-03Fix one overlooked ocurrence of "None" in EXEC_BACKEND block.Alvaro Herrera
2005-11-03Rename the members of CommandDest enum so they don't collide with other uses ofAlvaro Herrera
2005-10-22minor code cleanup - replace useless struct timezone argument toAndrew Dunstan
2005-10-20Postpone pg_timezone_initialize() until after creation of postmaster.pid,Tom Lane
2005-10-17Clean up libpq's pollution of application namespace by renaming theTom Lane
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-10-06Revise pgstats stuff to fix the problems with not counting accessesTom Lane
2005-09-24Suppress signed-vs-unsigned-char warnings.Tom Lane
2005-09-22Suppress port number for unix domain sockets in log connect/disconnectBruce Momjian
2005-09-12Ensure that any memory leaked during an error inside the bgwriter isTom Lane
2005-08-30Log send() failures when sending to statistics process (but only inTom Lane
2005-08-20Convert the arithmetic for shared memory size calculation from 'int'Tom Lane
2005-08-15Allow the pgstat views to show toast tables as well as regular tablesTom Lane
2005-08-12Reverse out changes to canonicalize_path(), per suggestion from Tom.Bruce Momjian
2005-08-12Modify canonicalize_path() so if we would return a trailing "..", throwBruce Momjian
2005-08-12Code & docs review for server instrumentation patch. File timestampsTom Lane
2005-08-12Add files to do read I/O on the cluster directory:Bruce Momjian
2005-08-11Autovacuum loose end mop-up. Provide autovacuum-specific vacuum costTom Lane
2005-08-09Make backends that are reading the pgstats file verify each backend PIDTom Lane
2005-08-08Cause ShutdownPostgres to do a normal transaction abort during backendTom Lane
2005-08-02Tweak BgBufferSync() so that a persistent write error on a dirty bufferTom Lane