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
/
include
/
access
Age
Commit message (
Expand
)
Author
2017-07-13
Merge remote-tracking branch 'remotes/PGSQL/master' of PG 10
Pavan Deolasee
2017-06-30
Remove outdated comment
Peter Eisentraut
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-21
Initial pgindent run with pg_bsd_indent version 2.0.
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-05-12
Standardize "WAL location" terminology
Peter Eisentraut
2017-05-12
Replace "transaction log" with "write-ahead log"
Peter Eisentraut
2017-04-27
Rework handling of subtransactions in 2PC recovery
Simon Riggs
2017-04-15
Fix erroneous cross-reference in comment.
Tom Lane
2017-04-15
Avoid passing function pointers across process boundaries.
Tom Lane
2017-04-14
Clean up manipulations of hash indexes' hasho_flag field.
Tom Lane
2017-04-07
Reduce the number of pallocs() in BRIN
Alvaro Herrera
2017-04-07
Fix new BRIN desummarize WAL record
Alvaro Herrera
2017-04-06
Fix BRIN cost estimation
Alvaro Herrera
2017-04-06
Fix mixup of bool and ternary value
Peter Eisentraut
2017-04-05
pageinspect: Add bt_page_items function with bytea argument
Peter Eisentraut
2017-04-04
Make min_wal_size/max_wal_size use MB internally
Simon Riggs
2017-04-04
Speedup 2PC recovery by skipping two phase state files in normal path
Simon Riggs
2017-04-04
Expand hash indexes more gradually.
Robert Haas
2017-04-01
BRIN de-summarization
Alvaro Herrera
2017-04-01
BRIN auto-summarization
Alvaro Herrera
2017-04-01
Don't use bgw_main even to specify in-core bgworker entrypoints.
Robert Haas
2017-03-31
Don't allocate storage for partitioned tables.
Robert Haas
2017-03-28
Remove direct uses of ItemPointer.{ip_blkid,ip_posid}
Alvaro Herrera
2017-03-27
Still more code review for single-page hash vacuuming.
Robert Haas
2017-03-26
Improve performance of ExecEvalWholeRowVar.
Tom Lane
2017-03-24
Fix backup canceling
Teodor Sigaev
2017-03-23
Track the oldest XID that can be safely looked up in CLOG.
Robert Haas
2017-03-23
Reduce page locking in GIN vacuum
Teodor Sigaev
2017-03-22
Improve performance of replay of AccessExclusiveLocks
Simon Riggs
2017-03-22
Teach xlogreader to follow timeline switches
Simon Riggs
2017-03-20
Fixes for single-page hash index vacuum.
Robert Haas
2017-03-17
Rename "pg_clog" directory to "pg_xact".
Robert Haas
2017-03-16
Port single-page btree vacuum logic to hash indexes.
Robert Haas
2017-03-14
hash: Support WAL consistency checking.
Robert Haas
2017-03-14
hash: Add write-ahead logging support.
Robert Haas
2017-03-14
Spelling fixes
Peter Eisentraut
2017-03-14
Make logging about multixact wraparound protection less chatty.
Tom Lane
2017-03-10
Revert "Use group updates when setting transaction status in clog."
Robert Haas
2017-03-09
Use group updates when setting transaction status in clog.
Robert Haas
2017-03-08
Support parallel bitmap heap scans.
Robert Haas
2017-03-08
Remove inclusion of postgres.h from a few header files.
Robert Haas
2017-03-07
hash: Refactor hash index creation.
Robert Haas
2017-03-07
Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).
Heikki Linnakangas
2017-02-27
Allow index AMs to return either HeapTuple or IndexTuple format during IOS.
Tom Lane
2017-02-27
hash: Refactor overflow page allocation.
Robert Haas
2017-02-27
hash: Refactor bucket squeeze code.
Robert Haas
[next]