aboutsummaryrefslogtreecommitdiff
path: root/src/backend/postmaster/pgarch.c
Commit message (Expand)AuthorAge
* 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
* Simplify uses of readdir() by creating a function ReadDir() thatTom Lane2005-06-19
* Refactor fork()-related code. We need to do various housekeeping tasksNeil Conway2005-03-10
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* > I enclose a short patch to reduce the PGARCH_RESTART_INTERVAL from 60Bruce Momjian2004-12-02
* Whoops, missed converting the other sleep() call to pg_usleep().Tom Lane2004-11-18
* Use pg_usleep() not sleep(), per Andrew Dunstan.Tom Lane2004-11-17
* Clarify some error messagesPeter Eisentraut2004-11-09
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Cleanup Win32 COPY handling, and move archive examples to SGML.Bruce Momjian2004-08-12
* When expanding %p in archive_command or restore_command, translateTom Lane2004-08-09
* Create a built-in log rotation program, so that we no longer have toTom Lane2004-08-05
* Add functions pg_start_backup, pg_stop_backup to create backup labelTom Lane2004-08-03