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
2014-05-06
Correct comment in Hot Standby nbtree handling
Simon Riggs
2014-05-05
Assert that pre/post-fix updated tuples are on the same page during replay.
Heikki Linnakangas
2014-05-01
Fix failure to detoast fields in composite elements of structured types.
Tom Lane
2014-04-30
Rationalize common/relpath.[hc].
Tom Lane
2014-04-28
Fix two bugs in WAL-logging of GIN pending-list pages.
Heikki Linnakangas
2014-04-26
Improve generation algorithm for database system identifier.
Tom Lane
2014-04-24
Fix race when updating a tuple concurrently locked by another process
Alvaro Herrera
2014-04-24
Reset pg_stat_activity.xact_start during PREPARE TRANSACTION.
Tom Lane
2014-04-23
Update obsolete comments.
Heikki Linnakangas
2014-04-23
Fix typos in comment.
Heikki Linnakangas
2014-04-23
Cleanup of new b-tree page deletion code.
Heikki Linnakangas
2014-04-23
Fix broken logic in logical_heap_rewrite_flush_mappings().
Tom Lane
2014-04-23
revert 4d0d607a454ee832574afd52a3c515099cc85eb3
Bruce Momjian
2014-04-22
release memory used while flushing logical mappings
Bruce Momjian
2014-04-22
Fix bug in the new B-tree incomplete-split code.
Heikki Linnakangas
2014-04-22
Fix Gin README.
Heikki Linnakangas
2014-04-22
Fix bug in new B-tree page deletion code.
Heikki Linnakangas
2014-04-22
Retain original physical order of tuples in redo of b-tree splits.
Heikki Linnakangas
2014-04-22
Fix rm_desc routine of b-tree page delete records.
Heikki Linnakangas
2014-04-20
Fix typo.
Robert Haas
2014-04-18
Fix typo
Magnus Hagander
2014-04-17
report stat() error in trigger file check
Bruce Momjian
2014-04-16
Use correctly-sized buffer when zero-filling a WAL file.
Heikki Linnakangas
2014-04-14
Set pd_lower on internal GIN posting tree pages.
Heikki Linnakangas
2014-04-14
Fix bogus handling of bad strategy number in GIST consistent() functions.
Tom Lane
2014-04-14
Remove dead checks for invalid left page in ginDeletePage.
Heikki Linnakangas
2014-04-14
GIN entry pages follow the standard page layout - tell XLogInsert.
Heikki Linnakangas
2014-04-10
Fix bugs in GIN "fast scan" with partial match.
Heikki Linnakangas
2014-04-10
Fix typo in comment.
Heikki Linnakangas
2014-04-08
Fix hot standby bug with GiST scans.
Heikki Linnakangas
2014-04-07
Zero padding byte at end of GIN posting list.
Heikki Linnakangas
2014-04-07
Fix WAL replay bug in the new GIN incomplete-split code.
Heikki Linnakangas
2014-04-05
Fix another palloc in critical section.
Heikki Linnakangas
2014-04-04
Fix some compiler warnings that clang emits with -pedantic.
Robert Haas
2014-04-04
Move multixid allocation out of critical section.
Heikki Linnakangas
2014-04-04
In checkpoint, move the check for in-progress xacts out of critical section.
Heikki Linnakangas
2014-04-04
Avoid allocations in critical sections.
Heikki Linnakangas
2014-04-03
Avoid palloc in critical section in GiST WAL-logging.
Heikki Linnakangas
2014-04-01
Fix bug in the new GIN incomplete-split code.
Heikki Linnakangas
2014-04-01
Remove dead check for backup block, replace with Assert.
Heikki Linnakangas
2014-04-01
Fix bug in the new B-tree incomplete-split code.
Heikki Linnakangas
2014-03-31
Rewrite the way GIN posting lists are packed on a page, to reduce WAL volume.
Heikki Linnakangas
2014-03-31
Rename GinLogicValue to GinTernaryValue.
Heikki Linnakangas
2014-03-26
Pass more than the first XLogRecData entry to rm_desc, with WAL_DEBUG.
Heikki Linnakangas
2014-03-25
Don't forget to flush XLOG_PARAMETER_CHANGE record.
Fujii Masao
2014-03-24
Change ginMergeItemPointers to return a palloc'd array.
Heikki Linnakangas
2014-03-24
Remove dead code and add comments.
Heikki Linnakangas
2014-03-24
Fix "the the" typos.
Heikki Linnakangas
2014-03-23
Address ccvalid/ccnoinherit in TupleDesc support functions.
Noah Misch
2014-03-21
Replace the XLogInsert slots with regular LWLocks.
Heikki Linnakangas
[next]