]> granicus.if.org Git - postgresql/history - src/backend/access/heap/heapam.c
Wups, managed to break ANALYZE with one aspect of that heap_fetch change.
[postgresql] / src / backend / access / heap / heapam.c
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
2000-01-10 Hiroshi InoueImprove cache invalidation handling. Eespecially
1999-12-21 Jan WieckAdded empty TOASTER files and corrected some minor...
1999-12-16 Jan WieckSome changes to prepare for LONG attributes.
1999-11-24 Bruce MomjianRename heap_replace to heap_update.
1999-11-23 Bruce MomjianTid access method feature from Hiroshi Inoue, Inoue...
1999-11-07 Bruce MomjianNew NameStr macro to convert Name to Str. No need...
1999-10-30 Tom LaneRearrange heap_beginscan to eliminate extra call on
1999-10-11 Hiroshi InoueThe 1st step to implement new type of scan,TidScan.
1999-09-24 Tom LaneSeveral changes here, not very related but touching...
1999-09-18 Tom LaneMega-commit to make heap_open/heap_openr/heap_close...
1999-07-19 Bruce MomjianInstall new alignment code to use MAXALIGN rather than...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-07-14 Bruce MomjianCleanup of /include #include's, for 6.6 only.
1999-07-09 Bruce Momjiancleanup
1999-07-02 Bruce Momjiantypo fix.
1999-06-10 Vadim B. Mikheev1. Fix for elog(ERROR, "EvalPlanQual: t_xmin is uncommi...
1999-05-25 Bruce Momjianpgindent run over code.
1999-03-28 Vadim B. Mikheev1. Vacuum is updated for MVCC.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-01-29 Vadim B. MikheevREAD COMMITTED isolevel is implemented and is default...
1998-12-15 Vadim B. MikheevInitial MVCC code.
1998-11-27 Vadim B. MikheevNew HeapTuple structure/interface.
next