| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix PREPARE TRANSACTION to reject the case where the transaction has dropped a | Tom Lane | 2008-03-04 | 1 | -1/+4 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
* | Avoid incrementing the CommandCounter when CommandCounterIncrement is called | Tom Lane | 2007-11-30 | 1 | -2/+2 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 1 | -3/+3 |
* | Replace the former method of determining snapshot xmax --- to wit, calling | Tom Lane | 2007-09-08 | 1 | -2/+2 |
* | Implement lazy XID allocation: transactions that do not modify any database | Tom Lane | 2007-09-05 | 1 | -1/+2 |
* | Support an optional asynchronous commit mode, in which we don't flush WAL | Tom Lane | 2007-08-01 | 1 | -1/+5 |
* | Change the timestamps recorded in transaction commit/abort xlog records | Tom Lane | 2007-04-30 | 1 | -3/+3 |
* | Implement rate-limiting logic on how often backends will attempt to send | Tom Lane | 2007-04-30 | 1 | -1/+2 |
* | First phase of plan-invalidation project: create a plan cache management | Tom Lane | 2007-03-13 | 1 | -4/+4 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
* | Alphabetically order reference to include files, "S"-"Z". | Bruce Momjian | 2006-07-11 | 1 | -2/+2 |
* | Add statement_timestamp(), clock_timestamp(), and | Bruce Momjian | 2006-04-25 | 1 | -1/+3 |
* | Arrange to emit a description of the current XLOG record as error context | Tom Lane | 2006-03-24 | 1 | -2/+2 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -2/+2 |
* | Clean up the rather historically encumbered interface to now() and | Tom Lane | 2005-06-29 | 1 | -4/+3 |
* | Two-phase commit. Original patch by Heikki Linnakangas, with additional | Tom Lane | 2005-06-17 | 1 | -4/+34 |
* | Remove the mostly-stubbed-out-anyway support routines for WAL UNDO. | Tom Lane | 2005-06-06 | 1 | -2/+1 |
* | Remove dead push/pop rollback code. Vadim once planned to implement | Tom Lane | 2005-03-28 | 1 | -4/+1 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
* | Restructure subtransaction handling to reduce resource consumption, | Tom Lane | 2004-09-16 | 1 | -6/+17 |
* | Simplify IsXactIsoLevelSerializable test. A cycle saved is a cycle | Tom Lane | 2004-09-05 | 1 | -4/+4 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -4/+4 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
* | Some mop-up work for savepoints (nested transactions). Store a small | Tom Lane | 2004-08-01 | 1 | -5/+14 |
* | plpgsql does exceptions. | Tom Lane | 2004-07-31 | 1 | -2/+4 |
* | Replace nested-BEGIN syntax for subtransactions with spec-compliant | Tom Lane | 2004-07-27 | 1 | -3/+8 |
* | Invent WAL timelines, as per recent discussion, to make point-in-time | Tom Lane | 2004-07-21 | 1 | -1/+2 |
* | Invent ResourceOwner mechanism as per my recent proposal, and use it to | Tom Lane | 2004-07-17 | 1 | -56/+3 |
* | Nested transactions. There is still much left to do, especially on the | Tom Lane | 2004-07-01 | 1 | -11/+30 |
* | For multi-table ANALYZE, use per-table transactions when possible | Tom Lane | 2004-05-22 | 1 | -1/+2 |
* | This is a cleanup patch for access/transam/xact.c. It only removes some | Bruce Momjian | 2004-04-05 | 1 | -1/+2 |
* | Commit the reasonably uncontroversial parts of J.R. Nield's PITR patch, to | Tom Lane | 2004-02-11 | 1 | -7/+10 |
* | Attached is a patch that fixes some trivial typos and alignment. Please | Bruce Momjian | 2004-01-26 | 1 | -7/+7 |
* | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
* | Implement isolation levels read uncommitted and repeatable read as acting | Peter Eisentraut | 2003-11-06 | 1 | -3/+9 |
* | Fix bad interaction between NOTIFY processing and V3 extended query | Tom Lane | 2003-10-16 | 1 | -1/+2 |
* | Add a mechanism to let dynamically loaded modules register post-commit/ | Tom Lane | 2003-09-28 | 1 | -4/+10 |
* | Another pgindent run with updated typedefs. | Bruce Momjian | 2003-08-08 | 1 | -3/+3 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
* | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -6/+6 |
* | Backend support for autocommit removed, per recent discussions. The | Tom Lane | 2003-05-14 | 1 | -3/+3 |
* | Add binary I/O routines for a bunch more datatypes. Still a few to go, | Tom Lane | 2003-05-12 | 1 | -7/+1 |
* | Add transaction status field to ReadyForQuery messages, and make room | Tom Lane | 2003-04-26 | 1 | -22/+33 |
* | Read-only transactions, as defined in SQL. | Peter Eisentraut | 2003-01-10 | 1 | -1/+4 |
* | Put back error test for DECLARE CURSOR outside a transaction block ... | Tom Lane | 2002-11-18 | 1 | -1/+2 |
* | Update xact.c comments for clarity. | Bruce Momjian | 2002-11-13 | 1 | -7/+8 |
* | Fix places that were using IsTransactionBlock() as an (inadequate) check | Tom Lane | 2002-10-21 | 1 | -1/+2 |
* | AUTOCOMMIT mode is now an available backend GUC variable; setting it | Tom Lane | 2002-08-30 | 1 | -3/+3 |