| Commit message (Expand) | Author | Age |
* | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian | 2012-06-10 |
* | Ensure age() returns a stable value rather than the latest value | Simon Riggs | 2012-05-11 |
* | Add new replication mode synchronous_commit = 'write'. | Simon Riggs | 2012-01-24 |
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 |
* | Clean up the #include mess a little. | Tom Lane | 2011-09-04 |
* | Remove unnecessary #include references, per pgrminclude script. | Bruce Momjian | 2011-09-01 |
* | Introduce compact WAL record for the common case of commit (non-DDL). | Simon Riggs | 2011-06-28 |
* | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 2011-04-10 |
* | Avoid assuming there will be only 3 states for synchronous_commit. | Simon Riggs | 2011-04-04 |
* | Merge synchronous_replication setting into synchronous_commit. | Robert Haas | 2011-04-04 |
* | 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 |
* | SERIALIZABLE transactions are actually implemented beneath the covers with | Joe Conway | 2010-09-11 |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
* | Fix relcache init file invalidation during Hot Standby for the case | Simon Riggs | 2010-02-13 |
* | Remove old-style VACUUM FULL (which was known for a little while as | Tom Lane | 2010-02-08 |
* | 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 |
* | 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 |
* | Rethink the way FSM truncation works. Instead of WAL-logging FSM | Heikki Linnakangas | 2008-11-19 |
* | Introduce the concept of relation forks. An smgr relation can now consist | Heikki Linnakangas | 2008-08-11 |
* | Fix PREPARE TRANSACTION to reject the case where the transaction has dropped a | Tom Lane | 2008-03-04 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | Avoid incrementing the CommandCounter when CommandCounterIncrement is called | Tom Lane | 2007-11-30 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | 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 |
* | Support an optional asynchronous commit mode, in which we don't flush WAL | Tom Lane | 2007-08-01 |
* | Change the timestamps recorded in transaction commit/abort xlog records | Tom Lane | 2007-04-30 |
* | Implement rate-limiting logic on how often backends will attempt to send | Tom Lane | 2007-04-30 |
* | First phase of plan-invalidation project: create a plan cache management | Tom Lane | 2007-03-13 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | Alphabetically order reference to include files, "S"-"Z". | Bruce Momjian | 2006-07-11 |
* | Add statement_timestamp(), clock_timestamp(), and | Bruce Momjian | 2006-04-25 |
* | Arrange to emit a description of the current XLOG record as error context | Tom Lane | 2006-03-24 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Clean up the rather historically encumbered interface to now() and | Tom Lane | 2005-06-29 |
* | Two-phase commit. Original patch by Heikki Linnakangas, with additional | Tom Lane | 2005-06-17 |
* | Remove the mostly-stubbed-out-anyway support routines for WAL UNDO. | Tom Lane | 2005-06-06 |
* | Remove dead push/pop rollback code. Vadim once planned to implement | Tom Lane | 2005-03-28 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Restructure subtransaction handling to reduce resource consumption, | Tom Lane | 2004-09-16 |
* | Simplify IsXactIsoLevelSerializable test. A cycle saved is a cycle | Tom Lane | 2004-09-05 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Some mop-up work for savepoints (nested transactions). Store a small | Tom Lane | 2004-08-01 |
* | plpgsql does exceptions. | Tom Lane | 2004-07-31 |