]> granicus.if.org Git - postgresql/history - src/backend/access
HOT updates. When we update a tuple without changing any of its indexed
[postgresql] / src / backend / access /
2007-09-20 Tom LaneHOT updates. When we update a tuple without changing...
2007-09-14 Bruce MomjianRemove GIN interface section, which is now documented...
2007-09-12 Tom LaneRedefine the lp_flags field of item pointers as having...
2007-09-11 Tom LaneRename recently-added pg_stat_activity column from...
2007-09-08 Tom LaneReplace the former method of determining snapshot xmax...
2007-09-07 Tom LaneDon't take ProcArrayLock while exiting a transaction...
2007-09-07 Teodor SigaevImprove page split in rtree emulation. Now if splitted...
2007-09-05 Tom LaneQuick hack to make the VXID of a prepared transaction...
2007-09-05 Tom LaneImplement lazy XID allocation: transactions that do...
2007-09-03 Tom LaneImplement function-local GUC parameter settings, as...
2007-08-28 Tom LaneAdd a debug logging message when a resource manager...
2007-08-21 Tom LaneTsearch2 functionality migrates to core. The bulk...
2007-08-14 Tom LaneFix oversight in async-commit patch: there were some...
2007-08-13 Tom LaneFix two bugs induced in VACUUM FULL by async-commit...
2007-08-04 Tom LaneSwitch over to using the src/timezone functions for...
2007-08-01 Tom LaneSupport an optional asynchronous commit mode, in which...
2007-07-24 Tom LaneCreate a new dedicated Postgres process, "wal writer...
2007-06-30 Tom LaneImprove logging of checkpoints. Patch by Greg Smith...
2007-06-28 Tom LaneImplement "distributed" checkpoints in which the checkp...
2007-06-09 Tom LaneTeach heapam code to know the difference between a...
2007-06-08 Tom LaneArrange for large sequential scans to synchronize with...
2007-06-07 Tom LaneRedefine IsTransactionState() to only return true for...
2007-06-05 Teodor SigaevMove call of MarkBufferDirty() before XLogInsert()...
2007-06-04 Teodor SigaevFix bundle bugs of GIN:
2007-06-03 Peter EisentrautClarify some error messages about duplicate things.
2007-06-01 Tom LaneFix several hash functions that were taking chintzy...
2007-05-31 Peter EisentrautMake some messages more consistent
2007-05-31 Teodor SigaevReplace ReadBuffer to ReadBufferWithStrategy in all...
2007-05-31 Peter EisentrautDowngrade some low-level startup messages to DEBUG1.
2007-05-30 Tom LaneFix overly-strict sanity check in BeginInternalSubTrans...
2007-05-30 Tom LaneMake large sequential scans and VACUUMs work in a limit...
2007-05-27 Tom LaneFix up pgstats counting of live and dead tuples to...
2007-05-20 Tom LaneTo support external compression of archived WAL data...
2007-05-17 Alvaro HerreraMove the tuple freezing point in CLUSTER to a point...
2007-05-16 Alvaro HerreraHave the rewriteheap code freeze old tuples. This...
2007-05-03 Tom LaneTweak hash index AM to use the new ReadOrZeroBuffer...
2007-05-02 Tom LaneDuring WAL recovery, when reading a page that we intend...
2007-04-30 Tom LaneChange the timestamps recorded in transaction commit...
2007-04-30 Tom LaneImplement rate-limiting logic on how often backends...
2007-04-26 Tom LaneFix dynahash.c to suppress hash bucket splits while...
2007-04-19 Tom LaneRepair PANIC condition in hash indexes when a previous...
2007-04-17 Tom LaneFix condition for whether end_heap_rewrite must fsync...
2007-04-17 Tom LaneDon't assume rd_smgr stays open across all of a rewrite...
2007-04-11 Tom LaneCode review for btree page split WAL reduction patch...
2007-04-09 Tom LaneMinor tweaking of index special-space definitions so...
2007-04-08 Tom LaneMake CLUSTER MVCC-safe. Heikki Linnakangas
2007-04-06 Tom LaneMake 'col IS NULL' clauses be indexable conditions.
2007-04-06 Tom LaneSupport varlena fields with single-byte headers and...
2007-04-03 Tom LaneRemove the CheckpointStartLock in favor of having backe...
2007-04-03 Tom LaneDecouple the values of TOAST_TUPLE_THRESHOLD and TOAST_...
2007-04-02 Tom LaneSupport enum data types. Along the way, use macros...
2007-03-30 Tom LaneFix oversight in coding of _bt_start_vacuum: we can...
2007-03-29 Tom LaneTeach CLUSTER to skip writing WAL if not needed (ie...
2007-03-25 Tom LaneClean up the representation of special snapshots by...
2007-03-22 Tom LaneArrange for PreventTransactionChain to reject commands...
2007-03-13 Peter EisentrautReverted waiting for further fixes:
2007-03-13 Tom LaneFirst phase of plan-invalidation project: create a...
2007-03-12 Peter EisentrautMake configuration parameters fall back to their defaul...
2007-03-05 Neil ConwayFix a typo in a comment. Heikki Linnakangas.
2007-03-03 Bruce MomjianSplit _bt_insertonpg to two functions.
2007-03-03 Bruce MomjianRemove undo information from pg_controldata --- never...
2007-02-27 Tom LaneReplace direct assignments to VARATT_SIZEP(x) with...
2007-02-21 Bruce Momjianbtree source code cleanups:
2007-02-15 Alvaro HerreraRestructure autovacuum in two processes: a dummy proces...
2007-02-14 Bruce MomjianMove fsync method macro defines into /include/access...
2007-02-13 Tom LaneDisallow committing a prepared transaction unless we...
2007-02-09 Peter EisentrautReplace useless uses of := by = in makefiles.
2007-02-09 Tom LaneCombine cmin and cmax fields of HeapTupleHeaders into...
2007-02-08 Alvaro HerreraFix reference-after-free in the new btree page split...
2007-02-08 Peter EisentrautNormalize fgets() calls to use sizeof() for calculating...
2007-02-08 Bruce MomjianReduce WAL activity for page splits:
2007-02-07 Tom LaneAdd a function pg_stat_clear_snapshot() that discards...
2007-02-07 Tom LaneRemove the xlog-centric "database system is ready"...
2007-02-06 Tom LaneRemove some dead code, per Heikki.
2007-02-05 Tom LaneRename MaxTupleSize to MaxHeapTupleSize to clarify...
2007-02-04 Tom LaneDon't MAXALIGN in the checks to decide whether a tuple...
2007-02-01 Bruce MomjianWording cleanup for error messages. Also change can...
2007-02-01 Neil ConwayFix a few typos in comments in GiN.
2007-01-31 Teodor SigaevAllow GIN's extractQuery method to signal that nothing...
2007-01-30 Tom LaneAdd support for cross-type hashing in hash index search...
2007-01-29 Tom LaneAdd comment noting that hashm_procid in a hash index...
2007-01-27 Tom LaneCorrect an old logic error in btree page splitting...
2007-01-25 Bruce MomjianPrevent WAL logging when COPY is done in the same trans...
2007-01-20 Neil ConwayRefactor the index AM API slightly: move currentItemDat...
2007-01-20 Peter EisentrautRemove remains of old depend target.
2007-01-16 Alvaro HerreraArrange for autovacuum to be killed when another operat...
2007-01-12 Tom LaneAdd some notes about the basic mathematical laws that...
2007-01-09 Bruce MomjianEnable another five tuple status bits by using the...
2007-01-09 Tom LaneAdd a citation to Seltzer and Yigit's Usenix '91 paper...
2007-01-09 Tom LaneSupport ORDER BY ... NULLS FIRST/LAST, and add ASC...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2007-01-04 Tom LaneFix some small typos in comments. Greg Stark
2007-01-03 Tom LaneClean up smgr.c/md.c APIs as per discussion a couple...
2006-12-30 Tom LaneSupport type modifiers for user-defined types, and...
2006-12-28 Tom LaneFix up btree's initial scankey processing to be able...
2006-12-23 Tom LaneRestructure operator classes to allow improved handling...
2006-12-08 Tom LaneRemove the logId/logSeg fields from pg_control, because...
2006-12-06 Neil ConwayAdd a txn_start column to pg_stat_activity. This makes...
2006-11-30 Tom LaneMinor adjustments to make failures in startup/shutdown...
2006-11-30 Teodor SigaevFix bug with page deletion. If inner page is removed...
next