| Commit message (Expand) | Author | Age |
* | Fix problems with loss of tuple commit status bits during WAL redo of | Tom Lane | 2002-09-26 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | Code review for HeapTupleHeader changes. Add version number to page headers | Tom Lane | 2002-09-02 |
* | Code review for standalone composite types, query-specified composite | Tom Lane | 2002-08-29 |
* | Make sure that t_ctid is reset to equal t_self in heap_delete and | Tom Lane | 2002-08-13 |
* | Restructure local-buffer handling per recent pghackers discussion. | Tom Lane | 2002-08-06 |
* | This patch fixes one serious bug (runaway INSERT) and a few rare (and | Bruce Momjian | 2002-07-30 |
* | oid is needed, it is added at the end of the struct (after the null | Bruce Momjian | 2002-07-20 |
* | There already was a macro PageGetItemId; this is now used in (almost) | Bruce Momjian | 2002-07-02 |
* | This patch, which is built upon the "HeapTupleHeader accessor macros" | Bruce Momjian | 2002-07-02 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | This patch wraps all accesses to t_xmin, t_cmin, t_xmax, and t_cmax in | Bruce Momjian | 2002-06-15 |
* | Wups, managed to break ANALYZE with one aspect of that heap_fetch change. | Tom Lane | 2002-05-24 |
* | Mark index entries "killed" when they are no longer visible to any | Tom Lane | 2002-05-24 |
* | Remove global variable scanCommandId in favor of storing a command ID | Tom Lane | 2002-05-21 |
* | Restructure indexscan API (index_beginscan, index_getnext) per | Tom Lane | 2002-05-20 |
* | Change heap_get_latest_tid() so that a transaction can | Hiroshi Inoue | 2002-05-01 |
* | pg_class has a relnamespace column. You can create and access tables | Tom Lane | 2002-03-26 |
* | Catcaches can now store negative entries as well as positive ones, to | Tom Lane | 2002-03-03 |
* | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian | 2002-03-02 |
* | Add more sanity-checking to PageAddItem and PageIndexTupleDelete, | Tom Lane | 2002-01-15 |
* | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 |
* | Fix problem reported by Alex Korn: if a relation has been dropped and | Tom Lane | 2001-11-02 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
* | Ensure that all TransactionId comparisons are encapsulated in macros | Tom Lane | 2001-08-23 |
* | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane | 2001-08-10 |
* | Create a new HeapTupleSatisfiesVacuum() routine in tqual.c that embodies the | Tom Lane | 2001-07-12 |
* | Fix my old fault(returns auto variable reference). | Hiroshi Inoue | 2001-07-06 |
* | Further work on connecting the free space map (which is still just a | Tom Lane | 2001-06-29 |
* | Install infrastructure for shared-memory free space map. Doesn't actually | Tom Lane | 2001-06-27 |
* | Statistical system views (yet without the config stuff, but | Jan Wieck | 2001-06-22 |
* | Remove RelationGetBufferWithBuffer(), which is horribly confused about | Tom Lane | 2001-06-09 |
* | Prevent forced blank line before comment block in pgindent. | Bruce Momjian | 2001-05-17 |
* | Spacing cleanup. | Bruce Momjian | 2001-05-17 |
* | Repair race condition introduced into heap_update() in 7.1 --- | Tom Lane | 2001-05-16 |
* | Modify RelationGetBufferForTuple() so that we only do lseek and lock | Tom Lane | 2001-05-12 |
* | Fix unportable assumptions about alignment of local char[n] variables. | Tom Lane | 2001-03-25 |
* | Remove dashes in comments that don't need them, rewrap with pgindent. | Bruce Momjian | 2001-03-22 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
* | Fix all the places that called heap_update() and heap_delete() without | Tom Lane | 2001-01-23 |
* | Tweak heap_update/delete so that we do not hold the buffer context lock | Tom Lane | 2001-01-15 |
* | Add more critical-section calls: all code sections that hold spinlocks | Tom Lane | 2001-01-12 |
* | Correct nasty error in heap_update: it was releasing the buffer refcount | Tom Lane | 2001-01-07 |
* | 1. WAL needs in zero-ed content of newly initialized page. | Vadim B. Mikheev | 2000-12-30 |
* | Fixed misprint in heap update WALoging. | Vadim B. Mikheev | 2000-12-30 |
* | New WAL version - CRC and data blocks backup. | Vadim B. Mikheev | 2000-12-28 |
* | Fix portability problems recently exposed by regression tests on Alphas. | Tom Lane | 2000-12-27 |
* | Resolve complie error(was my fault). | Hiroshi Inoue | 2000-12-11 |
* | *redo: Heap move* neglects to set t_cmin for MOVED_IN tuples. | Hiroshi Inoue | 2000-12-11 |