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