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
Age
Commit message (
Expand
)
Author
2017-05-30
Fix wording in amvalidate error messages
Alvaro Herrera
2017-05-22
Fix typo in comment
Magnus Hagander
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-05-11
Rename WAL-related functions and views to use "lsn" not "location".
Tom Lane
2017-05-10
Revert "Permit dump/reload of not-too-large >1GB tuples"
Alvaro Herrera
2017-05-10
Remove no-longer-needed compatibility code for hash indexes.
Robert Haas
2017-05-05
Prevent panic during shutdown checkpoint
Peter Eisentraut
2017-05-04
Fix pfree-of-already-freed-tuple when rescanning a GiST index-only scan.
Tom Lane
2017-05-01
Fix logical replication launcher wake up and reset
Peter Eisentraut
2017-04-27
Rework handling of subtransactions in 2PC recovery
Simon Riggs
2017-04-23
Workaround for RecoverPreparedTransactions()
Simon Riggs
2017-04-23
Fix order of arguments to SubTransSetParent().
Tom Lane
2017-04-18
Exit correctly from PrepareRedoRemove() when not found
Simon Riggs
2017-04-18
Don’t push nextid too far forwards in recovery
Simon Riggs
2017-04-17
Fix new warnings from GCC 7
Peter Eisentraut
2017-04-17
Ensure BackgroundWorker struct contents are well-defined.
Tom Lane
2017-04-16
Fix typo in comment
Peter Eisentraut
2017-04-15
More cleanup of manipulations of hash indexes' hasho_flag field.
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-07
Clean up after insufficiently-researched optimization of tuple conversions.
Tom Lane
2017-04-06
Fix BRIN cost estimation
Alvaro Herrera
2017-04-06
Fix mixup of bool and ternary value
Peter Eisentraut
2017-04-06
Always SnapshotResetXmin() during ClearTransaction()
Simon Riggs
2017-04-06
Identity columns
Peter Eisentraut
2017-04-06
Avoid SnapshotResetXmin() during AtEOXact_Snapshot()
Simon Riggs
2017-04-05
Fix pageinspect failures on hash indexes.
Robert Haas
2017-04-05
hash: Fix write-ahead logging bug.
Robert Haas
2017-04-05
Capitalize names of PLs consistently
Peter Eisentraut
2017-04-04
Make min_wal_size/max_wal_size use MB internally
Simon Riggs
2017-04-04
Fix uninitialized variables in twophase.c
Simon Riggs
2017-04-04
Speedup 2PC recovery by skipping two phase state files in normal path
Simon Riggs
2017-04-04
Fix formula in _hash_spareindex.
Robert Haas
2017-04-04
Expand hash indexes more gradually.
Robert Haas
2017-04-04
Properly acquire buffer lock for page-at-a-time hash vacuum.
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-29
Simplify check of modified attributes in heap_update
Alvaro Herrera
2017-03-28
Remove direct uses of ItemPointer.{ip_blkid,ip_posid}
Alvaro Herrera
2017-03-28
Correct grammar in error message
Simon Riggs
2017-03-28
Suppress implicit-conversion warnings seen with newer clang versions.
Tom Lane
2017-03-27
Still more code review for single-page hash vacuuming.
Robert Haas
2017-03-27
Fsync directory after creating or unlinking file.
Teodor Sigaev
2017-03-27
Fix comment.
Robert Haas
[next]