aboutsummaryrefslogtreecommitdiff
path: root/src/backend/postmaster/pgarch.c
Commit message (Expand)AuthorAge
* Prioritize history files when archivingMichael Paquier2018-12-24
* Avoid unlikely data-loss scenarios due to rename() without fsync.Andres Freund2016-03-09
* Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane2015-03-26
* Add macros wrapping all usage of gcc's __attribute__.Andres Freund2015-03-11
* Add a default local latch for use in signal handlers.Andres Freund2015-01-14
* Commonalize process startup code.Andres Freund2015-01-14
* Update copyright for 2015Bruce Momjian2015-01-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* Make it easy to detach completely from shared memory.Robert Haas2014-03-18
* Add pg_stat_archiver statistics view.Fujii Masao2014-01-29
* Update copyright for 2014Bruce Momjian2014-01-07
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Improve message about failed transaction log archivingPeter Eisentraut2013-04-26
* Update copyrights for 2013Bruce Momjian2013-01-01
* Make xlog_internal.h includable in frontend context.Heikki Linnakangas2012-12-13
* Split up process latch initialization for more-fail-soft behavior.Tom Lane2012-10-14
* Unify calling conventions for postgres/postmaster sub-main functionsPeter Eisentraut2012-06-25
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Change the autovacuum launcher to use WaitLatch instead of a poll loop.Tom Lane2011-08-10
* Measure WaitLatch's timeout parameter in milliseconds, not microseconds.Tom Lane2011-08-09
* Introduce a pipe between postmaster and each backend, which can be used toHeikki Linnakangas2011-07-08
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Cause the archiver process to adopt new postgresql.conf settings (particularlyTom Lane2010-05-11
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Update copyright for 2009.Bruce Momjian2009-01-01
* Restructure the shutdown procedure for the archiver process to allow it toTom Lane2008-01-11
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Make archiver process report its progress in PS display. PerTom Lane2007-12-18
* Clean up unportable attempt to use #if inside a macro call, alsoTom Lane2007-12-12
* Provide a more accurate, detailed log message when the archive command fails.Peter Eisentraut2007-12-12
* Reduce routine successful-archiving message from LOG to DEBUG1 grade,Tom Lane2007-11-24
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Minor improvements in backup and recovery:Tom Lane2007-09-26
* Move session_start out of MyProcPort stucture and make it a global called MyS...Andrew Dunstan2007-08-02
* StrNCpy -> strlcpy (not complete)Peter Eisentraut2007-02-10
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* On systems that have setsid(2) (which should be just about everything exceptTom Lane2006-11-21
* Clean up some misleading references to %p being a full path, per Simon.Tom Lane2006-11-10
* On some platforms, pg_usleep isn't interruptible by signals; fixTom Lane2006-08-07
* Add GUC update_process_title to control whether 'ps' display is updatedBruce Momjian2006-06-27
* Merge postmaster and postgres command into just postgres. postmasterPeter Eisentraut2006-06-18
* PostmasterIsAlive test really ought to be in the inner loop for safety.Tom Lane2006-05-30
* Prevent multiple archivers from starting. Backpatch to 8.1.X.Bruce Momjian2006-05-30
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Rearrange backend startup sequence so that ShmemIndexLock can becomeTom Lane2006-01-04
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Arrange for the postmaster (and standalone backends, initdb, etc) toTom Lane2005-07-04