| Commit message (Expand) | Author | Age |
* | Fix PREPARE TRANSACTION to reject the case where the transaction has dropped a | Tom Lane | 2008-03-04 |
* | Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX, | Tom Lane | 2008-01-03 |
* | Fix overly-strict sanity check in BeginInternalSubTransaction that made it | Tom Lane | 2007-05-30 |
* | Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scan | Tom Lane | 2007-04-26 |
* | Several changes to reduce the probability of running out of memory during | Tom Lane | 2006-11-23 |
* | Fix recently-understood problems with handling of XID freezing, particularly | Tom Lane | 2006-11-05 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Move xact.c's partial support for Lists of TransactionIds into pg_list.h. | Tom Lane | 2006-08-27 |
* | Modify snapshot definition so that lazy vacuums are ignored by other | Alvaro Herrera | 2006-07-30 |
* | DTrace support, with a small initial set of probes | Peter Eisentraut | 2006-07-24 |
* | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 |
* | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 |
* | Remove redundant gettimeofday() calls to the extent practical without | Tom Lane | 2006-06-20 |
* | Add statement_timestamp(), clock_timestamp(), and | Bruce Momjian | 2006-04-25 |
* | Clean up and document the API for XLogOpenRelation and XLogReadBuffer. | Tom Lane | 2006-03-29 |
* | 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 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Seems that the childXids list would be better based on Oid lists than | Tom Lane | 2005-08-20 |
* | Avoid an Assert failure if OuterUserId hasn't been set yet during | Tom Lane | 2005-08-17 |
* | Modify AtEOXact_CatCache and AtEOXact_RelationCache to assume that the | Tom Lane | 2005-08-08 |
* | Add SET ROLE. This is a partial commit of Stephen Frost's recent patch; | Tom Lane | 2005-07-25 |
* | Fix a couple of bogus comments, per Alvaro. | Tom Lane | 2005-07-13 |
* | Clean up the rather historically encumbered interface to now() and | Tom Lane | 2005-06-29 |
* | Replace pg_shadow and pg_group by new role-capable catalogs pg_authid | Tom Lane | 2005-06-28 |
* | Arrange to fsync two-phase-commit state files only during checkpoints; | Tom Lane | 2005-06-19 |
* | Add a time-of-preparation column to the pg_prepared_xacts view, per an | Tom Lane | 2005-06-18 |
* | Two-phase commit. Original patch by Heikki Linnakangas, with additional | Tom Lane | 2005-06-17 |
* | Modify XLogInsert API to make callers specify whether pages to be backed | Tom Lane | 2005-06-06 |
* | Remove the mostly-stubbed-out-anyway support routines for WAL UNDO. | Tom Lane | 2005-06-06 |
* | Make a comment pgindent-proof, per suggestion from Alvaro. | Tom Lane | 2005-05-19 |
* | Split the shared-memory array of PGPROC pointers out of the sinval | Tom Lane | 2005-05-19 |
* | Implement sharable row-level locks, and use them for foreign key references | Tom Lane | 2005-04-28 |
* | Fix interaction between materializing holdable cursors and firing | Tom Lane | 2005-04-11 |
* | Remove dead push/pop rollback code. Vadim once planned to implement | Tom Lane | 2005-03-28 |
* | Remove some no-longer-needed kluges for bootstrapping, in particular | Tom Lane | 2005-02-20 |
* | Add code to prevent transaction ID wraparound by enforcing a safe limit | Tom Lane | 2005-02-20 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Change COMMIT back to the old behavior of emitting command tag COMMIT, | Tom Lane | 2004-10-30 |
* | Rearrange order of pre-commit operations: must close cursors before doing | Tom Lane | 2004-10-29 |
* | Give the ResourceOwner mechanism full responsibility for releasing buffer | Tom Lane | 2004-10-16 |
* | PortalRun must guard against the possibility that the portal it's | Tom Lane | 2004-10-04 |
* | Add some marginal tweaks to eliminate memory leakages associated with | Tom Lane | 2004-09-16 |
* | Restructure subtransaction handling to reduce resource consumption, | Tom Lane | 2004-09-16 |
* | Redesign query-snapshot timing so that volatile functions in READ COMMITTED | Tom Lane | 2004-09-13 |
* | Fire non-deferred AFTER triggers immediately upon query completion, | Tom Lane | 2004-09-10 |
* | Fix incorrect ordering of smgr cleanup relative to buffer pin cleanup | Tom Lane | 2004-09-06 |
* | Fix failure to advance nextXID beyond subtransactions whose XIDs appear | Tom Lane | 2004-08-30 |
* | Another pgindent run with lib typedefs added. | Bruce Momjian | 2004-08-30 |