index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
heap
/
heapam.c
Age
Commit message (
Expand
)
Author
2017-08-18
Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55'
Pavan Deolasee
2017-08-08
Reword some unclear comments
Alvaro Herrera
2017-07-26
Fix concurrent locking of tuple update chain
Alvaro Herrera
2017-07-13
Merge remote-tracking branch 'remotes/PGSQL/master' of PG 10
Pavan Deolasee
2017-07-06
Fix potential data corruption during freeze
Teodor Sigaev
2017-06-27
Merge PG10 master branch into xl10devel
Pavan Deolasee
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-14
Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40
Pavan Deolasee
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-03-29
Simplify check of modified attributes in heap_update
Alvaro Herrera
2017-03-22
Improve performance of replay of AccessExclusiveLocks
Simon Riggs
2017-03-17
Rename "pg_clog" directory to "pg_xact".
Robert Haas
2017-03-08
Support parallel bitmap heap scans.
Robert Haas
2017-02-14
Minor fixes for WAL consistency checking.
Robert Haas
2017-02-08
Add WAL consistency checking facility.
Robert Haas
2017-01-24
Fix interaction of partitioned tables with BulkInsertState.
Robert Haas
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-12-22
Skip checkpoints, archiving on idle systems.
Andres Freund
2016-11-07
remove redefinition of heap_rescan_set_params() in heapam.c
Tomas Vondra
2016-10-27
Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'
Pavan Deolasee
2016-10-18
Fix compilation issues
Pavan Deolasee
2016-10-18
Redesign tablesample method API, and do extensive code review.
Tom Lane
2016-10-18
Cache argument type information in json(b) aggregate functions.
Andrew Dunstan
2016-09-09
Fix locking a tuple updated by an aborted (sub)transaction
Alvaro Herrera
2016-08-25
Fix small query-lifespan memory leak in bulk updates.
Tom Lane
2016-08-18
Fix deletion of speculatively inserted TOAST on conflict
Andres Freund
2016-08-15
Final pgindent + perltidy run for 9.6.
Tom Lane
2016-08-05
Fix hard to hit race condition in heapam's tuple locking code.
Andres Freund
2016-07-18
Clear all-frozen visibilitymap status when locking tuples.
Andres Freund
2016-07-16
Fix torn-page, unlogged xid and further risks from heap_update().
Andres Freund
2016-07-15
Make HEAP_LOCK/HEAP2_LOCK_UPDATED replay reset HEAP_XMAX_INVALID.
Andres Freund
2016-07-15
Avoid serializability errors when locking a tuple with a committed update
Alvaro Herrera
2016-06-24
Fix handling of multixacts predating pg_upgrade
Alvaro Herrera
2016-06-17
Fix typo.
Robert Haas
2016-06-15
Fix lazy_scan_heap so that it won't mark pages all-frozen too soon.
Robert Haas
2016-06-10
Improve the situation for parallel query versus temp relations.
Tom Lane
2016-06-09
pgindent run for 9.6
Robert Haas
2016-06-06
Fix typo.
Robert Haas
2016-05-12
Fix bogus comments
Alvaro Herrera
2016-05-12
Fix obsolete comment
Alvaro Herrera
2016-04-20
Revert no-op changes to BufferGetPage()
Kevin Grittner
2016-04-08
Add the "snapshot too old" feature
Kevin Grittner
2016-04-08
Modify BufferGetPage() to prepare for "snapshot too old" feature
Kevin Grittner
2016-03-08
Department of second thoughts: remove PD_ALL_FROZEN.
Robert Haas
2016-03-02
Change the format of the VM fork to add a second bit per page.
Robert Haas
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-12-18
Fix typo in comment.
Robert Haas
2015-11-19
Remove function names from some elog() calls in heapam.c.
Andres Freund
2015-10-31
Fix serialization anomalies due to race conditions on INSERT.
Kevin Grittner
[next]