| Commit message (Expand) | Author | Age | Files | Lines |
| * | Change WAL-logging scheme for multixacts to be more like regular | Tom Lane | 2005-06-08 | 1 | -7/+17 |
| * | Modify XLogInsert API to make callers specify whether pages to be backed | Tom Lane | 2005-06-06 | 1 | -14/+22 |
| * | Remove the mostly-stubbed-out-anyway support routines for WAL UNDO. | Tom Lane | 2005-06-06 | 1 | -306/+221 |
| * | Split the shared-memory array of PGPROC pointers out of the sinval | Tom Lane | 2005-05-19 | 1 | -2/+2 |
| * | Clean up MultiXactIdExpand's API by separating out the case where we | Tom Lane | 2005-05-03 | 1 | -3/+3 |
| * | Use the standard lock manager to establish priority order when there | Tom Lane | 2005-04-30 | 1 | -88/+206 |
| * | Implement sharable row-level locks, and use them for foreign key references | Tom Lane | 2005-04-28 | 1 | -106/+488 |
| * | Completion of project to use fixed OIDs for all system catalogs and | Tom Lane | 2005-04-14 | 1 | -78/+1 |
| * | Remove dead push/pop rollback code. Vadim once planned to implement | Tom Lane | 2005-03-28 | 1 | -66/+3 |
| * | First steps towards index scans with heap access decoupled from index | Tom Lane | 2005-03-27 | 1 | -6/+23 |
| * | Change the return value of HeapTupleSatisfiesUpdate() to be an enum, | Neil Conway | 2005-03-20 | 1 | -9/+9 |
| * | Remove some no-longer-needed kluges for bootstrapping, in particular | Tom Lane | 2005-02-20 | 1 | -5/+1 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | There is no need for ReadBuffer() call sites to check that the returned | Neil Conway | 2004-11-14 | 1 | -31/+1 |
| * | Make heap_fetch API more consistent by having the buffer remain pinned | Tom Lane | 2004-10-26 | 1 | -18/+23 |
| * | Repair possible failure to update hint bits back to disk, per | Tom Lane | 2004-10-15 | 1 | -9/+9 |
| * | Message style revisions | Peter Eisentraut | 2004-10-12 | 1 | -2/+2 |
| * | Code review for NOWAIT patch: downgrade NOWAIT from fully reserved keyword | Tom Lane | 2004-10-01 | 1 | -2/+12 |
| * | Now that xmax and cmin are distinct fields again, we should zero xmax when | Tom Lane | 2004-09-17 | 1 | -3/+5 |
| * | Restructure subtransaction handling to reduce resource consumption, | Tom Lane | 2004-09-16 | 1 | -9/+13 |
| * | Renumber SnapshotNow and the other special snapshot codes so that | Tom Lane | 2004-09-11 | 1 | -9/+11 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -16/+17 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Invent WAL timelines, as per recent discussion, to make point-in-time | Tom Lane | 2004-07-21 | 1 | -12/+12 |
| * | Rename XLOG_BTREE_NEWPAGE xlog record type into XLOG_HEAP_NEWPAGE, and | Tom Lane | 2004-07-11 | 1 | -1/+46 |
| * | Tablespaces. Alternate database locations are dead, long live tablespaces. | Tom Lane | 2004-06-18 | 1 | -5/+6 |
| * | Get rid of the former rather baroque mechanism for propagating the values | Tom Lane | 2004-05-27 | 1 | -2/+2 |
| * | Fix speling. | Tom Lane | 2004-05-20 | 1 | -2/+2 |
| * | Get rid of rd_nblocks field in relcache entries. Turns out this was | Tom Lane | 2004-05-08 | 1 | -8/+11 |
| * | Tweak indexscan and seqscan code to arrange that steps from one page to | Tom Lane | 2004-04-21 | 1 | -3/+26 |
| * | Replace TupleTableSlot convention for whole-row variables and function | Tom Lane | 2004-04-01 | 1 | -1/+3 |
| * | Add NOWAIT option to LOCK command | Tatsuo Ishii | 2004-03-11 | 1 | -1/+28 |
| * | Tighten short-circuit tests for deciding whether we need to invoke | Tom Lane | 2004-01-16 | 1 | -19/+13 |
| * | More janitorial work: remove the explicit casting of NULL literals to a | Neil Conway | 2004-01-07 | 1 | -5/+5 |
| * | Fix three trivial typos in comments. | Neil Conway | 2004-01-05 | 1 | -4/+4 |
| * | I posted some bufmgr cleanup a few weeks ago, but it conflicted with | Neil Conway | 2003-12-14 | 1 | -12/+23 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Repair RI trigger visibility problems (this time for sure ;-)) per recent | Tom Lane | 2003-10-01 | 1 | -10/+47 |
| * | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 | 1 | -4/+4 |
| * | Fix LISTEN/NOTIFY race condition reported by Gavin Sherry. While a | Tom Lane | 2003-09-15 | 1 | -9/+29 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -7/+9 |
| * | Error message editing in backend/access. | Tom Lane | 2003-07-21 | 1 | -70/+72 |
| * | Improve coding of log_heap_clean() and heap_xlog_clean(). | Tom Lane | 2003-02-23 | 1 | -24/+23 |
| * | This trivial patch removes the usage of some old statistics code that no | Bruce Momjian | 2003-02-13 | 1 | -83/+1 |
| * | Fix problems with loss of tuple commit status bits during WAL redo of | Tom Lane | 2002-09-26 | 1 | -22/+24 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -20/+22 |
| * | Code review for HeapTupleHeader changes. Add version number to page headers | Tom Lane | 2002-09-02 | 1 | -57/+47 |
| * | Code review for standalone composite types, query-specified composite | Tom Lane | 2002-08-29 | 1 | -1/+10 |
| * | Make sure that t_ctid is reset to equal t_self in heap_delete and | Tom Lane | 2002-08-13 | 1 | -3/+24 |