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
/
storage
Age
Commit message (
Expand
)
Author
2017-09-20
Enable Hot Standby on the replicas
Pavan Deolasee
2017-08-18
Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55'
Pavan Deolasee
2017-08-14
Final pgindent + perltidy run for v10.
Tom Lane
2017-08-11
Remove uses of "slave" in replication contexts
Peter Eisentraut
2017-07-24
Fix race condition in predicate-lock init code in EXEC_BACKEND builds.
Tom Lane
2017-07-13
Fix race between GetNewTransactionId and GetOldestActiveTransactionId.
Heikki Linnakangas
2017-07-13
Merge remote-tracking branch 'remotes/PGSQL/master' of PG 10
Pavan Deolasee
2017-07-12
Fix variable and type name in comment.
Heikki Linnakangas
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-21
Final pgindent run with old pg_bsd_indent (version 1.3).
Tom Lane
2017-06-15
Merge 'remotes/PGSQL/master' into xl10devel
Pavan Deolasee
2017-06-14
Don't force-assign transaction id when exporting a snapshot.
Andres Freund
2017-06-14
Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40
Pavan Deolasee
2017-06-13
Re-run pgindent.
Tom Lane
2017-06-13
Fix typo
Peter Eisentraut
2017-06-09
Fix typo
Peter Eisentraut
2017-06-06
Clean up latch related code.
Andres Freund
2017-06-06
Prevent possibility of panics during shutdown checkpoint.
Andres Freund
2017-06-06
Ignore WL_POSTMASTER_DEATH latch event in single user mode
Peter Eisentraut
2017-06-05
Code review for shm_toc.h/.c.
Tom Lane
2017-06-05
Don't be so trusting that shm_toc_lookup() will always succeed.
Tom Lane
2017-06-04
Assorted translatable string fixes
Alvaro Herrera
2017-06-02
Fix typo in comment
Magnus Hagander
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-05
Send shared invalidation messages to other backends upon completion of a
Pavan Deolasee
2017-04-27
Cope with glibc too old to have epoll_create1().
Tom Lane
2017-04-27
Preserve required !catalog tuples while computing initial decoding snapshot.
Andres Freund
2017-04-27
Make latch.c more paranoid about child-process cases.
Tom Lane
2017-04-27
Rework handling of subtransactions in 2PC recovery
Simon Riggs
2017-04-23
Don't include sys/poll.h anymore.
Andres Freund
2017-04-23
Remove select(2) backed latch implementation.
Andres Freund
2017-04-21
Avoid depending on non-POSIX behavior of fcntl(2).
Tom Lane
2017-04-17
Fix new warnings from GCC 7
Peter Eisentraut
2017-04-10
Move isolationtester's is-blocked query into C code for speed.
Tom Lane
2017-04-08
Add GUCs for predicate lock promotion thresholds.
Kevin Grittner
2017-04-07
Add ProcArrayGroupUpdate wait event.
Robert Haas
2017-04-04
Update comment.
Robert Haas
2017-03-28
Allow DSM segments to be created as pinned
Alvaro Herrera
2017-03-28
Remove direct uses of ItemPointer.{ip_blkid,ip_posid}
Alvaro Herrera
2017-03-27
Fsync directory after creating or unlinking file.
Teodor Sigaev
2017-03-27
Clean up Perl code according to perlcritic
Peter Eisentraut
2017-03-27
Show more processes in pg_stat_activity.
Robert Haas
2017-03-25
Report catalog_xmin separately in hot_standby_feedback
Simon Riggs
2017-03-23
Track the oldest XID that can be safely looked up in CLOG.
Robert Haas
2017-03-22
Correct erroneous comment in GetOldestXmin()
Simon Riggs
2017-03-22
Refactor GetOldestXmin() to use flags
Simon Riggs
2017-03-22
Assign AccessExclusiveLocks against subxacts in Hot Standby
Simon Riggs
[next]