| Commit message (Expand) | Author | Age |
* | Log a better message when canceling autovacuum. | Robert Haas | 2012-07-26 |
* | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian | 2012-06-10 |
* | Update comments that became out-of-date with the PGXACT struct. | Heikki Linnakangas | 2012-05-14 |
* | Improve control logic for bgwriter hibernation mode. | Tom Lane | 2012-05-09 |
* | Reduce idle power consumption of walwriter and checkpointer processes. | Tom Lane | 2012-05-08 |
* | Overdue code review for transaction-level advisory locks patch. | Tom Lane | 2012-05-04 |
* | Tighten up error recovery for fast-path locking. | Robert Haas | 2012-04-18 |
* | Clean up compiler warnings from unused variables with asserts disabled | Peter Eisentraut | 2012-03-21 |
* | Make group commit more effective. | Heikki Linnakangas | 2012-01-30 |
* | Initialize the new bgwriterLatch field properly. | Heikki Linnakangas | 2012-01-27 |
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 |
* | Move "hot" members of PGPROC into a separate PGXACT array. | Robert Haas | 2011-11-25 |
* | Initialize myProcLocks queues just once, at postmaster startup. | Robert Haas | 2011-11-01 |
* | Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h. | Tom Lane | 2011-09-09 |
* | Change the autovacuum launcher to use WaitLatch instead of a poll loop. | Tom Lane | 2011-08-10 |
* | Documentation improvement and minor code cleanups for the latch facility. | Tom Lane | 2011-08-09 |
* | Move CheckRecoveryConflictDeadlock() call to a safer place. | Tom Lane | 2011-08-02 |
* | Fix incorrect initialization of ProcGlobal->startupBufferPinWaitBufId. | Tom Lane | 2011-08-02 |
* | Create a "fast path" for acquiring weak relation locks. | Robert Haas | 2011-07-18 |
* | Unify spelling of "canceled", "canceling", "cancellation" | Peter Eisentraut | 2011-06-29 |
* | Capitalization fixes | Peter Eisentraut | 2011-06-19 |
* | Fix minor thinko in ProcGlobalShmemSize(). | Robert Haas | 2011-06-17 |
* | Code cleanup for InitProcGlobal. | Robert Haas | 2011-06-12 |
* | Efficient transaction-controlled synchronous replication. | Simon Riggs | 2011-03-06 |
* | Add transaction-level advisory locks. | Itagaki Takahiro | 2011-02-18 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | Marginal code cleanup for streaming replication. | Tom Lane | 2010-08-23 |
* | pgindent run for 9.0, second run | Bruce Momjian | 2010-07-06 |
* | Replace max_standby_delay with two parameters, max_standby_archive_delay and | Tom Lane | 2010-07-03 |
* | HS Defer buffer pin deadlock check until deadlock_timeout has expired. | Simon Riggs | 2010-05-26 |
* | Modify ShmemInitStruct and ShmemInitHash to throw errors internally, | Tom Lane | 2010-04-28 |
* | 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 |