OSDN Git Service

Add NOWAIT option to LOCK command
[pg-rex/syncrep.git] / src / backend / access / heap / heapam.c
2004-03-11 Tatsuo IshiiAdd NOWAIT option to LOCK command
2004-01-16 Tom LaneTighten short-circuit tests for deciding whether we...
2004-01-07 Neil ConwayMore janitorial work: remove the explicit casting of...
2004-01-05 Neil ConwayFix three trivial typos in comments.
2003-12-14 Neil ConwayI posted some bufmgr cleanup a few weeks ago, but it...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-10-01 Tom LaneRepair RI trigger visibility problems (this time for...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-09-15 Tom LaneFix LISTEN/NOTIFY race condition reported by Gavin...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-21 Tom LaneError message editing in backend/access.
2003-02-23 Tom LaneImprove coding of log_heap_clean() and heap_xlog_clean().
2003-02-13 Bruce MomjianThis trivial patch removes the usage of some old statis...
2002-09-26 Tom LaneFix problems with loss of tuple commit status bits...
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Tom LaneCode review for HeapTupleHeader changes. Add version...
2002-08-29 Tom LaneCode review for standalone composite types, query-speci...
2002-08-13 Tom LaneMake sure that t_ctid is reset to equal t_self in heap_...
2002-08-06 Tom LaneRestructure local-buffer handling per recent pghackers...
2002-07-30 Bruce MomjianThis patch fixes one serious bug (runaway INSERT) and...
2002-07-20 Bruce Momjianoid is needed, it is added at the end of the struct...
2002-07-02 Bruce MomjianThere already was a macro PageGetItemId; this is now...
2002-07-02 Bruce MomjianThis patch, which is built upon the "HeapTupleHeader...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-15 Bruce MomjianThis patch wraps all accesses to t_xmin, t_cmin, t_xmax...
2002-05-24 Tom LaneWups, managed to break ANALYZE with one aspect of that...
2002-05-24 Tom LaneMark index entries "killed" when they are no longer...
2002-05-21 Tom LaneRemove global variable scanCommandId in favor of storin...
2002-05-20 Tom LaneRestructure indexscan API (index_beginscan, index_getne...
2002-05-01 Hiroshi InoueChange heap_get_latest_tid() so that a transaction can
2002-03-26 Tom Lanepg_class has a relnamespace column. You can create...
2002-03-03 Tom LaneCatcaches can now store negative entries as well as...
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
2002-01-15 Tom LaneAdd more sanity-checking to PageAddItem and PageIndexTu...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-11-02 Tom LaneFix problem reported by Alex Korn: if a relation has...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-08-23 Tom LaneEnsure that all TransactionId comparisons are encapsula...
2001-08-10 Tom LaneMake OIDs optional, per discussions in pghackers. ...
2001-07-12 Tom LaneCreate a new HeapTupleSatisfiesVacuum() routine in...
2001-07-06 Hiroshi InoueFix my old fault(returns auto variable reference).
2001-06-29 Tom LaneFurther work on connecting the free space map (which...
2001-06-27 Tom LaneInstall infrastructure for shared-memory free space...
2001-06-22 Jan WieckStatistical system views (yet without the config stuff...
2001-06-09 Tom LaneRemove RelationGetBufferWithBuffer(), which is horribly...
2001-05-17 Bruce MomjianPrevent forced blank line before comment block in pgindent.
2001-05-17 Bruce MomjianSpacing cleanup.
2001-05-16 Tom LaneRepair race condition introduced into heap_update(...
2001-05-12 Tom LaneModify RelationGetBufferForTuple() so that we only...
2001-03-25 Tom LaneFix unportable assumptions about alignment of local...
2001-03-22 Bruce MomjianRemove dashes in comments that don't need them, rewrap...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-23 Tom LaneFix all the places that called heap_update() and heap_d...
2001-01-15 Tom LaneTweak heap_update/delete so that we do not hold the...
2001-01-12 Tom LaneAdd more critical-section calls: all code sections...
2001-01-07 Tom LaneCorrect nasty error in heap_update: it was releasing...
2000-12-30 Vadim B. Mikheev1. WAL needs in zero-ed content of newly initialized...
2000-12-30 Vadim B. MikheevFixed misprint in heap update WALoging.
2000-12-28 Vadim B. MikheevNew WAL version - CRC and data blocks backup.
2000-12-27 Tom LaneFix portability problems recently exposed by regression...
2000-12-11 Hiroshi InoueResolve complie error(was my fault).
2000-12-11 Hiroshi Inoue*redo: Heap move* neglects to set t_cmin for MOVED_IN...
2000-12-03 Vadim B. MikheevDisable elog(ERROR|FATAL) in signal handlers in
2000-11-30 Tom LaneRemove VARLENA_FIXED_SIZE hack, which is irreversibly...
2000-11-30 Vadim B. MikheevNo more #ifdef XLOG.
2000-11-21 Peter EisentrautPut external declarations into header files.
2000-11-20 Tom LaneSilence gcc warnings.
2000-11-14 Tom LaneMinor cleanup of tableOid-related coding.
2000-11-08 Tom LaneMake DROP TABLE rollback-able: postpone physical file...
2000-10-29 Vadim B. MikheevWAL fixes.
2000-10-24 Vadim B. MikheevWAL misc
2000-10-21 Vadim B. MikheevWAL
2000-10-20 Vadim B. Mikheevredo/undo support functions and cleanups.
2000-10-13 Vadim B. MikheevWAL
2000-10-13 Vadim B. MikheevWAL
2000-10-04 Vadim B. MikheevBtree WAL logging.
2000-09-07 Vadim B. MikheevHeap redo/undo (except for tuple moving used by vacuum).
2000-08-04 Tom LaneFix tuptoaster bugs induced by making bytea toastable...
2000-08-03 Tom LaneModify heap_open()/heap_openr() API per pghackers discu...
2000-07-22 Jan Wieck2nd try for the index tuple toast hack. This time as...
2000-07-21 Jan WieckNeed to switch to tuples memory context when replacing...
2000-07-21 Jan WieckTemporary fix to make TOAST vacuum-safe. All values...
2000-07-04 Jan WieckMoving toaster out of NO ELOG area in heap_update().
2000-07-04 Vadim B. Mikheevunlock buffer before releasing in heap_insert
2000-07-03 Tom LaneAdd missing #include for TOAST.
2000-07-03 Jan WieckTOAST
2000-07-03 Vadim B. Mikheevheap' logging
2000-07-02 Bruce MomjianAttached is a new patch which addresses this problem...
2000-06-30 Peter EisentrautFixes for Solaris/cc suggested by <pgsql-hackers@thewri...
2000-06-28 Tom LaneFirst phase of memory management rewrite (see backend...
2000-06-15 Bruce MomjianFinal #include cleanup.
2000-06-02 Vadim B. Mikheevheap' xlog records
2000-05-30 Bruce MomjianRemove unused include files. Do not touch /port or...
2000-05-21 Tom LaneRepair memory leaks that caused CacheCxt to grow withou...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-02-09 Hiroshi InoueEnable backward sequential scan even after reaching...
2000-01-26 Bruce MomjianAdd:
2000-01-22 Peter Eisentrautadded ALTER TABLE DROP COLUMN, early version
next