summaryrefslogtreecommitdiff
path: root/src/backend/postmaster
AgeCommit message (Expand)Author
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
2005-07-29Clean up a number of autovacuum loose ends. Make the stats collectorTom Lane
2005-07-24Fix some failures to initialize table entries induced by recent autovacuumTom Lane
2005-07-21Update DAYS_PER_MONTH comment.Bruce Momjian
2005-07-21Add time/date macros for code clarity:Bruce Momjian
2005-07-14Integrate autovacuum functionality into the backend. There's still aTom Lane
2005-07-04Arrange for the postmaster (and standalone backends, initdb, etc) toTom Lane
2005-06-30Issue fatal error if no TCP/IP sockets could be createdPeter Eisentraut
2005-06-30Improve the checkpoint signaling mechanism so that the bgwriter can tellTom Lane
2005-06-29Clean up the rather historically encumbered interface to now() andTom Lane
2005-06-28Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane
2005-06-25Fix a couple of items that should be declared Oid not int. PurelyTom Lane
2005-06-19Simplify uses of readdir() by creating a function ReadDir() thatTom Lane
2005-06-17Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane
2005-06-14Add pg_postmaster_start_time() function.Bruce Momjian
2005-06-09Fix typo in comment, per Alvaro.Tom Lane
2005-05-29Modify hash_search() API to prevent future occurrences of the errorTom Lane
2005-05-28Bgwriter should PANIC if it runs out of memory for pending-fsyncsTom Lane
2005-05-15Rename Rendezvous to Bonjour to match OS/X renaming.Bruce Momjian
2005-05-11This patch reduces the size of the message header used by statisticsNeil Conway
2005-05-09Complete the following TODO items:Neil Conway
2005-04-19Attached patch gets rid of the global timezone in the following steps:Bruce Momjian
2005-04-14Marginal hack to use a specialized hash function for dynahash hashtablesTom Lane
2005-04-14Completion of project to use fixed OIDs for all system catalogs andTom Lane
2005-04-08Use fork_process() to avoid some fork()-related boilerplate code whenNeil Conway
2005-03-31Flush any remaining statistics counts out to the collector at processTom Lane
2005-03-25Kerberos fixes from Magnus Hagander --- in theory Kerberos 5 authTom Lane
2005-03-24Set socket timer to 58 instead of 60 minutes for hour-old cleaners:Bruce Momjian
2005-03-24Touch postmaster log file every hour, rather than every 10 minutes, toBruce Momjian
2005-03-18Treat EPERM as a non-error case when checking to see if old postmasterTom Lane
2005-03-16Wrap the implementation of fork_process() inside #ifndef WIN32 -- thisNeil Conway
2005-03-13Add some missing #includes.Tom Lane
2005-03-12Fix problem with infinite recursion between write_syslogger_file andTom Lane
2005-03-10Refactor fork()-related code. We need to do various housekeeping tasksNeil Conway
2005-03-04Replace the BufMgrLock with separate locks on the lookup hashtable andTom Lane
2005-02-22Use _() macro consistently rather than gettext(). Add translationBruce Momjian
2005-02-20Add code to prevent transaction ID wraparound by enforcing a safe limitTom Lane