| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revise memory management for libxml calls. Instead of keeping libxml's data | Tom Lane | 2008-01-15 | 1 | -1/+6 |
| * | Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX, | Tom Lane | 2008-01-03 | 1 | -43/+25 |
| * | 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 | -16/+51 |
| * | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 1 | -79/+77 |
| * | Reduce error level of ROLLBACK outside a transaction from WARNING to | Bruce Momjian | 2007-11-10 | 1 | -2/+2 |
| * | Rename recently-added pg_stat_activity column from txn_start to xact_start, | Tom Lane | 2007-09-11 | 1 | -4/+4 |
| * | Replace the former method of determining snapshot xmax --- to wit, calling | Tom Lane | 2007-09-08 | 1 | -104/+32 |
| * | Don't take ProcArrayLock while exiting a transaction that has no XID; there is | Tom Lane | 2007-09-07 | 1 | -65/+86 |
| * | Implement lazy XID allocation: transactions that do not modify any database | Tom Lane | 2007-09-05 | 1 | -406/+363 |
| * | Implement function-local GUC parameter settings, as per recent discussion. | Tom Lane | 2007-09-03 | 1 | -8/+16 |
| * | Support an optional asynchronous commit mode, in which we don't flush WAL | Tom Lane | 2007-08-01 | 1 | -17/+73 |
| * | Redefine IsTransactionState() to only return true for TRANS_INPROGRESS state, | Tom Lane | 2007-06-07 | 1 | -28/+18 |
| * | Fix overly-strict sanity check in BeginInternalSubTransaction that made it | Tom Lane | 2007-05-30 | 1 | -7/+8 |
| * | Fix up pgstats counting of live and dead tuples to recognize that committed | Tom Lane | 2007-05-27 | 1 | -6/+9 |
| * | Change the timestamps recorded in transaction commit/abort xlog records | Tom Lane | 2007-04-30 | 1 | -12/+6 |
| * | Implement rate-limiting logic on how often backends will attempt to send | Tom Lane | 2007-04-30 | 1 | -4/+33 |
| * | Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scan | Tom Lane | 2007-04-26 | 1 | -1/+6 |
| * | Remove the CheckpointStartLock in favor of having backends show whether they | Tom Lane | 2007-04-03 | 1 | -23/+25 |
| * | Arrange for PreventTransactionChain to reject commands submitted as part | Tom Lane | 2007-03-22 | 1 | -5/+7 |
| * | Reverted waiting for further fixes: | Peter Eisentraut | 2007-03-13 | 1 | -4/+2 |
| * | First phase of plan-invalidation project: create a plan cache management | Tom Lane | 2007-03-13 | 1 | -21/+19 |
| * | Make configuration parameters fall back to their default values when they | Peter Eisentraut | 2007-03-12 | 1 | -2/+4 |
| * | Combine cmin and cmax fields of HeapTupleHeaders into a single field, by | Tom Lane | 2007-02-09 | 1 | -2/+6 |
| * | Add a function pg_stat_clear_snapshot() that discards any statistics snapshot | Tom Lane | 2007-02-07 | 1 | -1/+4 |
| * | Wording cleanup for error messages. Also change can't -> cannot. | Bruce Momjian | 2007-02-01 | 1 | -2/+2 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | Add a txn_start column to pg_stat_activity. This makes it easier to | Neil Conway | 2006-12-06 | 1 | -1/+4 |
| * | Several changes to reduce the probability of running out of memory during | Tom Lane | 2006-11-23 | 1 | -31/+61 |
| * | Fix recently-understood problems with handling of XID freezing, particularly | Tom Lane | 2006-11-05 | 1 | -2/+6 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -16/+16 |
| * | Move xact.c's partial support for Lists of TransactionIds into pg_list.h. | Tom Lane | 2006-08-27 | 1 | -9/+1 |
| * | Modify snapshot definition so that lazy vacuums are ignored by other | Alvaro Herrera | 2006-07-30 | 1 | -1/+4 |
| * | DTrace support, with a small initial set of probes | Peter Eisentraut | 2006-07-24 | 1 | -1/+7 |
| * | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 1 | -8/+5 |
| * | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 | 1 | -1/+2 |
| * | Remove redundant gettimeofday() calls to the extent practical without | Tom Lane | 2006-06-20 | 1 | -5/+8 |
| * | Add statement_timestamp(), clock_timestamp(), and | Bruce Momjian | 2006-04-25 | 1 | -3/+22 |
| * | Clean up and document the API for XLogOpenRelation and XLogReadBuffer. | Tom Lane | 2006-03-29 | 1 | -3/+3 |
| * | Arrange to emit a description of the current XLOG record as error context | Tom Lane | 2006-03-24 | 1 | -21/+21 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 1 | -28/+29 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -327/+312 |
| * | Seems that the childXids list would be better based on Oid lists than | Tom Lane | 2005-08-20 | 1 | -5/+5 |
| * | Avoid an Assert failure if OuterUserId hasn't been set yet during | Tom Lane | 2005-08-17 | 1 | -4/+4 |
| * | Modify AtEOXact_CatCache and AtEOXact_RelationCache to assume that the | Tom Lane | 2005-08-08 | 1 | -1/+15 |
| * | Add SET ROLE. This is a partial commit of Stephen Frost's recent patch; | Tom Lane | 2005-07-25 | 1 | -3/+3 |
| * | Fix a couple of bogus comments, per Alvaro. | Tom Lane | 2005-07-13 | 1 | -3/+3 |
| * | Clean up the rather historically encumbered interface to now() and | Tom Lane | 2005-06-29 | 1 | -26/+9 |
| * | Replace pg_shadow and pg_group by new role-capable catalogs pg_authid | Tom Lane | 2005-06-28 | 1 | -5/+7 |