index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
heap
/
heapam.c
Age
Commit message (
Expand
)
Author
2013-03-22
Allow I/O reliability checks using 16-bit checksums
Simon Riggs
2013-03-18
Remove PageSetTLI and rename pd_tli to pd_checksum
Simon Riggs
2013-03-03
Add a materialized view relations.
Kevin Grittner
2013-02-08
Fix Xmax freeze conditions
Alvaro Herrera
2013-02-01
Fill tuple before HeapSatisfiesHOTAndKeyUpdate
Alvaro Herrera
2013-01-31
Restrict infomask bits to set on multixacts
Alvaro Herrera
2013-01-23
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-12-28
Remove obsolete XLogRecPtr macros
Alvaro Herrera
2012-12-14
Update comment in heapgetpage() regarding PD_ALL_VISIBLE vs. Hot Standby.
Robert Haas
2012-12-12
In multi-insert, don't go into infinite loop on a huge tuple and fillfactor.
Heikki Linnakangas
2012-12-02
Reduce scope of changes for COPY FREEZE.
Simon Riggs
2012-12-01
COPY FREEZE and mark committed on fresh tables.
Simon Riggs
2012-11-28
Split out rmgr rm_desc functions into their own files
Alvaro Herrera
2012-11-12
Fix multiple problems in WAL replay.
Tom Lane
2012-10-26
Throw error if expiring tuple is again updated or deleted.
Kevin Grittner
2012-09-19
Put back AcceptInvalidationMessages calls in heap_openrv(_extended).
Tom Lane
2012-08-28
Split heapam_xlog.h from heapam.h
Alvaro Herrera
2012-06-14
Add new function log_newpage_buffer.
Robert Haas
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-07
Fix more crash-safe visibility map bugs, and improve comments.
Robert Haas
2012-05-31
Only throw recovery conflicts when InHotStandby. Bug fix to recent
Simon Riggs
2012-05-22
Ensure that seqscans check for interrupts at least once per page.
Tom Lane
2012-05-16
Fix bug in freespace calculation in heap_multi_insert().
Heikki Linnakangas
2012-05-02
Avoid repeated CLOG access from heap_hot_search_buffer.
Robert Haas
2012-04-26
Prevent index-only scans from returning wrong answers under Hot Standby.
Robert Haas
2012-04-23
Lots of doc corrections.
Robert Haas
2012-03-26
Code cleanup for heap_freeze_tuple.
Robert Haas
2012-02-13
Fix heap_multi_insert to set t_self field in the caller's tuples.
Heikki Linnakangas
2012-01-16
fastgetattr is in access/htup.h, not access/heapam.h
Robert Haas
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-11-30
Improve table locking behavior in the face of current DDL.
Robert Haas
2011-11-26
Take fillfactor into account in the new COPY bulk heap insert code.
Heikki Linnakangas
2011-11-10
Fix another bug in the redo of COPY batches.
Heikki Linnakangas
2011-11-09
Fix bugs in the COPY heap-insert batching patch.
Heikki Linnakangas
2011-11-09
In COPY, insert tuples to the heap in batches.
Heikki Linnakangas
2011-11-07
Make VACUUM avoid waiting for a cleanup lock, where possible.
Robert Haas
2011-09-27
heap_update() must recheck tuple after unlocking and relocking buffer.
Robert Haas
2011-09-16
Avoid unnecessary page-level SSI lock check in heap_insert().
Tom Lane
2011-08-16
Revise sinval code to remove no-longer-used tuple TID from inval messages.
Tom Lane
2011-07-08
Try to acquire relation locks in RangeVarGetRelid.
Robert Haas
2011-06-29
Move the PredicateLockRelation() call from nodeSeqscan.c to heapam.c. It's
Heikki Linnakangas
2011-06-27
Allow callers to pass a missing_ok flag when opening a relation.
Robert Haas
2011-06-27
Try again to make the visibility map crash safe.
Robert Haas
2011-06-27
Avoid having two copies of the HOT-chain search logic.
Robert Haas
2011-06-21
Make the visibility map crash-safe.
Robert Haas
2011-06-15
Make non-MVCC snapshots exempt from predicate locking. Scans with non-MVCC
Heikki Linnakangas
2011-05-30
The row-version chaining in Serializable Snapshot Isolation was still wrong.
Heikki Linnakangas
2011-04-25
Fix SSI-related assertion failure.
Robert Haas
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
[next]