| Commit message (Expand) | Author | Age |
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 |
* | Avoid crashing when we have problems unlinking files post-commit. | Tom Lane | 2011-12-20 |
* | Move "hot" members of PGPROC into a separate PGXACT array. | Robert Haas | 2011-11-25 |
* | Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h. | Tom Lane | 2011-09-09 |
* | Fix race condition in relcache init file invalidation. | Tom Lane | 2011-08-16 |
* | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 2011-04-10 |
* | Efficient transaction-controlled synchronous replication. | Simon Riggs | 2011-03-06 |
* | Implement genuine serializable isolation level. | Heikki Linnakangas | 2011-02-08 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | Introduce latches. A latch is a boolean variable, with the capability to | Heikki Linnakangas | 2010-09-11 |
* | Include the backend ID in the relpath of temporary relations. | Robert Haas | 2010-08-13 |
* | pgindent run for 9.0, second run | Bruce Momjian | 2010-07-06 |
* | Replace the KnownAssignedXids hash table with a sorted-array data structure, | Tom Lane | 2010-04-28 |
* | Allow Hot Standby to begin from a shutdown checkpoint. | Heikki Linnakangas | 2010-04-13 |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
* | 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 |
* | Fix an old bug in multixact and two-phase commit. Prepared transactions can | Heikki Linnakangas | 2009-11-23 |
* | Actually, we need to bump the format identifier on twophase files | Tom Lane | 2009-09-01 |
* | The code to unlink dropped relations in FinishPreparedTransaction() was | Heikki Linnakangas | 2009-06-25 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Change the default value of max_prepared_transactions to zero, and add | Tom Lane | 2009-04-23 |
* | 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 |
* | Rethink the way FSM truncation works. Instead of WAL-logging FSM | Heikki Linnakangas | 2008-11-19 |
* | Remove the last vestiges of the MAKE_PTR/MAKE_OFFSET mechanism. We haven't | Tom Lane | 2008-11-02 |
* | Rework subtransaction commit protocol for hot standby. | Alvaro Herrera | 2008-10-20 |
* | Introduce the concept of relation forks. An smgr relation can now consist | Heikki Linnakangas | 2008-08-11 |
* | Add a few more DTrace probes to the backend. | Alvaro Herrera | 2008-08-01 |
* | Remove arbitrary 10MB limit on two-phase state file size. It's not that hard | Heikki Linnakangas | 2008-05-19 |
* | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera | 2008-05-12 |
* | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane | 2008-03-25 |
* | Fix TransactionIdIsCurrentTransactionId() to use binary search instead of | Tom Lane | 2008-03-17 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Rearrange vacuum-related bits in PGPROC as a bitmask, to better support | Alvaro Herrera | 2007-10-24 |
* | Fix comments that misspelled TransactionIdIsInProgress, per Heikki. | Tom Lane | 2007-09-21 |
* | Replace the former method of determining snapshot xmax --- to wit, calling | Tom Lane | 2007-09-08 |
* | Quick hack to make the VXID of a prepared transaction be -1/XID, | Tom Lane | 2007-09-05 |
* | Implement lazy XID allocation: transactions that do not modify any database | Tom Lane | 2007-09-05 |
* | Support an optional asynchronous commit mode, in which we don't flush WAL | Tom Lane | 2007-08-01 |
* | Fix up pgstats counting of live and dead tuples to recognize that committed | Tom Lane | 2007-05-27 |
* | Change the timestamps recorded in transaction commit/abort xlog records | Tom Lane | 2007-04-30 |
* | Remove the CheckpointStartLock in favor of having backends show whether they | Tom Lane | 2007-04-03 |
* | Disallow committing a prepared transaction unless we are in the same database | Tom Lane | 2007-02-13 |
* | 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 |
* | Message style improvements | Peter Eisentraut | 2006-10-06 |