| Commit message (Expand) | Author | Age |
* | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 |
* | Make xlog_internal.h includable in frontend context. | Heikki Linnakangas | 2012-12-13 |
* | Split up process latch initialization for more-fail-soft behavior. | Tom Lane | 2012-10-14 |
* | Unify calling conventions for postgres/postmaster sub-main functions | Peter Eisentraut | 2012-06-25 |
* | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian | 2012-06-10 |
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 |
* | Change the autovacuum launcher to use WaitLatch instead of a poll loop. | Tom Lane | 2011-08-10 |
* | Measure WaitLatch's timeout parameter in milliseconds, not microseconds. | Tom Lane | 2011-08-09 |
* | Introduce a pipe between postmaster and each backend, which can be used to | Heikki Linnakangas | 2011-07-08 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | Cause the archiver process to adopt new postgresql.conf settings (particularly | Tom Lane | 2010-05-11 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Restructure the shutdown procedure for the archiver process to allow it to | Tom Lane | 2008-01-11 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | Make archiver process report its progress in PS display. Per | Tom Lane | 2007-12-18 |
* | Clean up unportable attempt to use #if inside a macro call, also | Tom Lane | 2007-12-12 |
* | Provide a more accurate, detailed log message when the archive command fails. | Peter Eisentraut | 2007-12-12 |
* | Reduce routine successful-archiving message from LOG to DEBUG1 grade, | Tom Lane | 2007-11-24 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Minor improvements in backup and recovery: | Tom Lane | 2007-09-26 |
* | Move session_start out of MyProcPort stucture and make it a global called MyS... | Andrew Dunstan | 2007-08-02 |
* | StrNCpy -> strlcpy (not complete) | Peter Eisentraut | 2007-02-10 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | On systems that have setsid(2) (which should be just about everything except | Tom Lane | 2006-11-21 |
* | Clean up some misleading references to %p being a full path, per Simon. | Tom Lane | 2006-11-10 |
* | On some platforms, pg_usleep isn't interruptible by signals; fix | Tom Lane | 2006-08-07 |
* | Add GUC update_process_title to control whether 'ps' display is updated | Bruce Momjian | 2006-06-27 |
* | Merge postmaster and postgres command into just postgres. postmaster | Peter Eisentraut | 2006-06-18 |
* | PostmasterIsAlive test really ought to be in the inner loop for safety. | Tom Lane | 2006-05-30 |
* | Prevent multiple archivers from starting. Backpatch to 8.1.X. | Bruce Momjian | 2006-05-30 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Rearrange backend startup sequence so that ShmemIndexLock can become | Tom Lane | 2006-01-04 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Arrange for the postmaster (and standalone backends, initdb, etc) to | Tom Lane | 2005-07-04 |
* | Simplify uses of readdir() by creating a function ReadDir() that | Tom Lane | 2005-06-19 |
* | Refactor fork()-related code. We need to do various housekeeping tasks | Neil Conway | 2005-03-10 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | > I enclose a short patch to reduce the PGARCH_RESTART_INTERVAL from 60 | Bruce Momjian | 2004-12-02 |
* | Whoops, missed converting the other sleep() call to pg_usleep(). | Tom Lane | 2004-11-18 |
* | Use pg_usleep() not sleep(), per Andrew Dunstan. | Tom Lane | 2004-11-17 |
* | Clarify some error messages | Peter Eisentraut | 2004-11-09 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Cleanup Win32 COPY handling, and move archive examples to SGML. | Bruce Momjian | 2004-08-12 |
* | When expanding %p in archive_command or restore_command, translate | Tom Lane | 2004-08-09 |
* | Create a built-in log rotation program, so that we no longer have to | Tom Lane | 2004-08-05 |
* | Add functions pg_start_backup, pg_stop_backup to create backup label | Tom Lane | 2004-08-03 |