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
/
postmaster
Age
Commit message (
Expand
)
Author
2017-06-27
Merge PG10 master branch into xl10devel
Pavan Deolasee
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-04-11
Add an Assert() to max_parallel_workers enforcement.
Robert Haas
2017-04-03
Make header self-contained
Peter Eisentraut
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-03
Add pg_current_logfile() function.
Robert Haas
2017-03-03
Notify bgworker registrant after freeing worker slot.
Robert Haas
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-12-02
Add max_parallel_workers GUC.
Robert Haas
2016-11-07
add missing include of storage/s_lock.h into clustermon.h
Tomas Vondra
2016-10-27
Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'
Pavan Deolasee
2016-10-20
Rename "pg_xlog" directory to "pg_wal".
Robert Haas
2016-10-18
Fix several compiler warnings
Pavan Deolasee
2016-10-18
fix missing prototypes (and 'implicit declaration' warning)
Tomas Vondra
2016-10-18
Fix a few compiler warnings.
Pavan Deolasee
2016-09-23
Avoid using PostmasterRandom() for DSM control segment ID.
Tom Lane
2016-09-20
Use PostmasterRandom(), not random(), for DSM control segment ID.
Robert Haas
2016-04-11
Allow Pin/UnpinBuffer to operate in a lockfree manner.
Andres Freund
2016-02-15
Allow the WAL writer to flush WAL at a reduced rate.
Andres Freund
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-12-09
Introduce a cluster monitor lock to avoid a race condition between spanshot
Pavan Deolasee
2015-11-26
Add a cluster monitor postmaster process
Pavan Deolasee
2015-11-05
Pass extra data to bgworkers, and use this to fix parallel contexts.
Robert Haas
2015-06-05
Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTER
Pavan Deolasee
2015-06-04
Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTER
Pavan Deolasee
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-05-08
At promotion, archive last segment from old timeline with .partial suffix.
Heikki Linnakangas
2015-04-30
Create an infrastructure for parallel computation in PostgreSQL.
Robert Haas
2015-04-27
Merge commit 'ab76208e3df6841b3770edeece57d0f048392237' into XL_MASTER_MERGE_9_4
Pavan Deolasee
2015-03-26
Tweak __attribute__-wrapping macros for better pgindent results.
Tom Lane
2015-03-11
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
2015-02-20
Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.
Tom Lane
2015-02-02
Add new function BackgroundWorkerInitializeConnectionByOid.
Robert Haas
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-08-14
Add some noreturn attributes based on compiler recommendations
Peter Eisentraut
2014-05-07
When a background worker exists with code 0, unregister it.
Robert Haas
2014-05-07
Restart bgworkers immediately after a crash-and-restart cycle.
Robert Haas
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-02-13
Separate multixact freezing parameters from xid's
Alvaro Herrera
2014-01-28
Add pg_stat_archiver statistics view.
Fujii Masao
2014-01-18
Export a few more symbols required for test_shm_mq module.
Andrew Dunstan
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-12-12
New autovacuum_work_mem parameter
Simon Riggs
2013-10-18
Provide a reliable mechanism for terminating a background worker.
Robert Haas
2013-08-28
Allow discovery of whether a dynamic background worker is running.
Robert Haas
2013-08-16
Move more bgworker code to bgworker.c; also, some renaming.
Robert Haas
2013-08-01
Assorted bgworker-related comment fixes.
Robert Haas
[next]