index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
heap
/
heapam.c
Commit message (
Expand
)
Author
Age
...
*
Fix a couple of bugs in MultiXactId freezing
Alvaro Herrera
2013-11-29
*
Don't TransactionIdDidAbort in HeapTupleGetUpdateXid
Alvaro Herrera
2013-11-29
*
Refine our definition of what constitutes a system relation.
Robert Haas
2013-11-28
*
Unbreak buildfarm
Alvaro Herrera
2013-11-28
*
Use a more granular approach to follow update chains
Alvaro Herrera
2013-11-28
*
Compare Xmin to previous Xmax when locking an update chain
Alvaro Herrera
2013-11-28
*
Cope with heap_fetch failure while locking an update chain
Alvaro Herrera
2013-11-28
*
Fix bugs in SSI tuple locking.
Heikki Linnakangas
2013-10-08
*
Rename various "freeze multixact" variables
Alvaro Herrera
2013-09-16
*
Adjust HeapTupleSatisfies* routines to take a HeapTuple.
Robert Haas
2013-07-22
*
Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.
Robert Haas
2013-07-02
*
Avoid inconsistent type declaration
Alvaro Herrera
2013-06-25
*
Post-pgindent cleanup
Stephen Frost
2013-06-01
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Fix buffer pin leak in heap update redo routine.
Heikki Linnakangas
2013-03-27
*
Allow I/O reliability checks using 16-bit checksums
Simon Riggs
2013-03-22
*
Remove PageSetTLI and rename pd_tli to pd_checksum
Simon Riggs
2013-03-18
*
Add a materialized view relations.
Kevin Grittner
2013-03-03
*
Fix Xmax freeze conditions
Alvaro Herrera
2013-02-08
*
Fill tuple before HeapSatisfiesHOTAndKeyUpdate
Alvaro Herrera
2013-02-01
*
Restrict infomask bits to set on multixacts
Alvaro Herrera
2013-01-31
*
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-23
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Remove obsolete XLogRecPtr macros
Alvaro Herrera
2012-12-28
*
Update comment in heapgetpage() regarding PD_ALL_VISIBLE vs. Hot Standby.
Robert Haas
2012-12-14
*
In multi-insert, don't go into infinite loop on a huge tuple and fillfactor.
Heikki Linnakangas
2012-12-12
*
Reduce scope of changes for COPY FREEZE.
Simon Riggs
2012-12-02
*
COPY FREEZE and mark committed on fresh tables.
Simon Riggs
2012-12-01
*
Split out rmgr rm_desc functions into their own files
Alvaro Herrera
2012-11-28
*
Fix multiple problems in WAL replay.
Tom Lane
2012-11-12
*
Throw error if expiring tuple is again updated or deleted.
Kevin Grittner
2012-10-26
*
Put back AcceptInvalidationMessages calls in heap_openrv(_extended).
Tom Lane
2012-09-19
*
Split heapam_xlog.h from heapam.h
Alvaro Herrera
2012-08-28
*
Add new function log_newpage_buffer.
Robert Haas
2012-06-14
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Fix more crash-safe visibility map bugs, and improve comments.
Robert Haas
2012-06-07
*
Only throw recovery conflicts when InHotStandby. Bug fix to recent
Simon Riggs
2012-05-31
*
Ensure that seqscans check for interrupts at least once per page.
Tom Lane
2012-05-22
*
Fix bug in freespace calculation in heap_multi_insert().
Heikki Linnakangas
2012-05-16
*
Avoid repeated CLOG access from heap_hot_search_buffer.
Robert Haas
2012-05-02
*
Prevent index-only scans from returning wrong answers under Hot Standby.
Robert Haas
2012-04-26
*
Lots of doc corrections.
Robert Haas
2012-04-23
*
Code cleanup for heap_freeze_tuple.
Robert Haas
2012-03-26
*
Fix heap_multi_insert to set t_self field in the caller's tuples.
Heikki Linnakangas
2012-02-13
*
fastgetattr is in access/htup.h, not access/heapam.h
Robert Haas
2012-01-16
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Improve table locking behavior in the face of current DDL.
Robert Haas
2011-11-30
*
Take fillfactor into account in the new COPY bulk heap insert code.
Heikki Linnakangas
2011-11-26
*
Fix another bug in the redo of COPY batches.
Heikki Linnakangas
2011-11-10
*
Fix bugs in the COPY heap-insert batching patch.
Heikki Linnakangas
2011-11-09
[prev]
[next]