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
/
pruneheap.c
Age
Commit message (
Expand
)
Author
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-01-03
Update copyright via script for 2017
Bruce Momjian
2016-10-27
Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'
Pavan Deolasee
2016-06-09
pgindent run for 9.6
Robert Haas
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-01-02
Update copyright for 2016
Bruce Momjian
2015-11-26
Add a cluster monitor postmaster process
Pavan Deolasee
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-07
Remove duplicate code in heap_prune_chain()
Simon Riggs
2014-11-06
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-03-03
Introduce logical decoding.
Robert Haas
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-11-30
Don't TransactionIdDidAbort in HeapTupleGetUpdateXid
Alvaro Herrera
2013-11-28
Don't try to set InvalidXid as page pruning hint
Alvaro Herrera
2013-07-22
Adjust HeapTupleSatisfies* routines to take a HeapTuple.
Robert Haas
2013-06-17
Add buffer_std flag to MarkBufferDirtyHint().
Jeff Davis
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-01-24
Fix rare missing cancellations in Hot Standby.
Simon Riggs
2013-01-23
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-08-30
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-28
Split heapam_xlog.h from heapam.h
Alvaro Herrera
2012-08-16
Delete inaccurate C comment about FSM and adding pages, per Robert Haas.
Bruce Momjian
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-09-01
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-12-13
Generalize concept of temporary relations to "relation persistence".
Robert Haas
2010-12-09
Reduce spurious Hot Standby conflicts from never-visible records.
Simon Riggs
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-07-06
pgindent run for 9.0, second run
Bruce Momjian
2010-04-22
Further reductions in Hot Standby conflict processing. These
Simon Riggs
2010-04-21
Fix oversight in collecting values for cleanup_info records.
Simon Riggs
2010-02-26
pgindent run for 9.0
Bruce Momjian
2010-02-08
Remove old-style VACUUM FULL (which was known for a little while as
Tom Lane
2010-01-02
Update copyright for the year 2010.
Bruce Momjian
2009-12-19
Allow read only connections during recovery, known as Hot Standby.
Simon Riggs
2009-06-11
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-01-01
Update copyright for 2009.
Bruce Momjian
2008-07-13
Clean up the use of some page-header-access macros: principally, use
Tom Lane
2008-06-19
Improve our #include situation by moving pointer types away from the
Alvaro Herrera
2008-06-12
Refactor XLogOpenRelation() and XLogReadBuffer() in preparation for relation
Heikki Linnakangas
2008-06-08
Move BufferGetPageSize and BufferGetPage from bufpage.h to bufmgr.h. It is
Alvaro Herrera
2008-05-13
This is the patch replace offnum++ by OffsetNumberNext, to be
Bruce Momjian
[next]