| Commit message (Expand) | Author | Age |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
* | Re-enable max_standby_delay = -1 using deadlock detection on startup | Simon Riggs | 2010-02-13 |
* | Remove old-style VACUUM FULL (which was known for a little while as | Tom Lane | 2010-02-08 |
* | In HS, Startup process sets SIGALRM when waiting for buffer pin. If | Simon Riggs | 2010-01-23 |
* | Teach standby conflict resolution to use SIGUSR1 | Simon Riggs | 2010-01-16 |
* | Introduce Streaming Replication. | Heikki Linnakangas | 2010-01-15 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Allow read only connections during recovery, known as Hot Standby. | Simon Riggs | 2009-12-19 |
* | Change the autovacuum launcher to read pg_database directly, rather than | Tom Lane | 2009-08-31 |
* | Allow backends to start up without use of the flat-file copy of pg_database. | Tom Lane | 2009-08-12 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Install a "dead man switch" to allow the postmaster to detect cases where | Tom Lane | 2009-05-05 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Revert SIGUSR1 multiplexing patch, per Tom's objection. | Heikki Linnakangas | 2008-12-09 |
* | Provide support for multiplexing SIGUSR1 signal. The upcoming synchronous | Heikki Linnakangas | 2008-12-09 |
* | Remove the last vestiges of the MAKE_PTR/MAKE_OFFSET mechanism. We haven't | Tom Lane | 2008-11-02 |
* | Further tweak for comment in CheckDeadLock(), per Tom. | Neil Conway | 2008-06-09 |
* | Fix typo in comment. | Neil Conway | 2008-06-09 |
* | Change StatementCancelHandler() to check the DoingCommandRead flag to decide | Tom Lane | 2008-01-26 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Allow an autovacuum worker to be interrupted automatically when it is found | Alvaro Herrera | 2007-10-26 |
* | Rearrange vacuum-related bits in PGPROC as a bitmask, to better support | Alvaro Herrera | 2007-10-24 |
* | Replace the former method of determining snapshot xmax --- to wit, calling | Tom Lane | 2007-09-08 |
* | Implement lazy XID allocation: transactions that do not modify any database | Tom Lane | 2007-09-05 |
* | Improve behavior of log_lock_waits patch. Ensure that something gets logged | Tom Lane | 2007-08-28 |
* | Add comments spelling out why it's a good idea to release multiple | Tom Lane | 2007-07-16 |
* | Only log 'process acquired lock' if we actually did get the lock. This | Tom Lane | 2007-06-19 |
* | Code review for log_lock_waits patch. Don't try to issue log messages from | Tom Lane | 2007-06-19 |
* | Add a multi-worker capability to autovacuum. This allows multiple worker | Alvaro Herrera | 2007-04-16 |
* | Remove the CheckpointStartLock in favor of having backends show whether they | Tom Lane | 2007-04-03 |
* | Cleanup the bootstrap code a little, and rename "dummy procs" in the code | Alvaro Herrera | 2007-03-07 |
* | Add GUC log_lock_waits to log long wait times. | Bruce Momjian | 2007-03-03 |
* | Restructure autovacuum in two processes: a dummy process, which runs | Alvaro Herrera | 2007-02-15 |
* | Arrange for autovacuum to be killed when another operation wants to be alone | Alvaro Herrera | 2007-01-16 |
* | 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 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Modify snapshot definition so that lazy vacuums are ignored by other | Alvaro Herrera | 2006-07-30 |
* | Convert the lock manager to use the new dynahash.c support for partitioned | Tom Lane | 2006-07-23 |
* | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 |
* | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 |
* | Remove redundant gettimeofday() calls to the extent practical without | Tom Lane | 2006-06-20 |
* | Repair a low-probability race condition identified by Qingqing Zhou. | Tom Lane | 2006-04-14 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Remove BEOS port. | Bruce Momjian | 2006-01-05 |
* | Rearrange backend startup sequence so that ShmemIndexLock can become | Tom Lane | 2006-01-04 |
* | Divide the lock manager's shared state into 'partitions', so as to | Tom Lane | 2005-12-11 |
* | Simplify lock manager data structures by making a clear separation between | Tom Lane | 2005-12-09 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 |