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
/
utils
/
init
/
miscinit.c
Age
Commit message (
Expand
)
Author
2017-07-13
Merge remote-tracking branch 'remotes/PGSQL/master' of PG 10
Pavan Deolasee
2017-06-28
Change pg_ctl to detect server-ready by watching status in postmaster.pid.
Tom Lane
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-20
Don't downcase entries within shared_preload_libraries et al.
Tom Lane
2017-06-14
Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40
Pavan Deolasee
2017-03-18
Create and use wait events for read, write, and fsync operations.
Robert Haas
2017-02-25
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-01-21
Move some things from builtins.h to new header files
Peter Eisentraut
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-10-27
Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'
Pavan Deolasee
2016-10-18
There was a missing commit from when the repo was forked,
Mason Sharp
2016-10-18
Adjust log_line_prefix to log much more information about connections.
Pavan Deolasee
2016-08-15
Stamp HEAD as 10devel.
Tom Lane
2016-06-09
pgindent run for 9.6
Robert Haas
2016-03-21
Introduce WaitEventSet API.
Andres Freund
2016-03-04
Fix InitializeSessionUserId not to deference NULL rolename pointer.
Robert Haas
2016-02-11
Shift the responsibility for emitting "database system is shut down".
Tom Lane
2016-02-10
Revert "Temporarily make pg_ctl and server shutdown a whole lot chattier."
Tom Lane
2016-02-08
Temporarily make pg_ctl and server shutdown a whole lot chattier.
Tom Lane
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-10-06
Perform an immediate shutdown if the postmaster.pid file is removed.
Tom Lane
2015-10-05
ALTER TABLE .. FORCE ROW LEVEL SECURITY
Stephen Frost
2015-09-21
Remove the SECURITY_ROW_LEVEL_DISABLED security context bit.
Noah Misch
2015-08-02
Fix incorrect order of lock file removal and failure to close() sockets.
Tom Lane
2015-07-28
Plug RLS related information leak in pg_stats view.
Joe Conway
2015-07-16
Fix copy/past error in comment
Magnus Hagander
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-06-02
Invalidate catalog snapshot upon starting a new global session
Pavan Deolasee
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-05-09
Add new OID alias type regrole
Andrew Dunstan
2015-05-05
Fix various merge mistakes uncovered during sanity tests
Pavan Deolasee
2015-04-27
Merge commit 'ab76208e3df6841b3770edeece57d0f048392237' into XL_MASTER_MERGE_9_4
Pavan Deolasee
2015-02-02
Add new function BackgroundWorkerInitializeConnectionByOid.
Robert Haas
2015-01-14
Add a default local latch for use in signal handlers.
Andres Freund
2015-01-13
Commonalize process startup code.
Andres Freund
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-23
Revert "Use a bitmask to represent role attributes"
Alvaro Herrera
2014-12-23
Use a bitmask to represent role attributes
Alvaro Herrera
2014-10-23
Add a function to get the authenticated user ID.
Robert Haas
2014-09-01
The Postgres-XL functionality includes MPP parallelism with
Pavan Deolasee
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-04-04
Make sure -D is an absolute path when starting server on Windows.
Tom Lane
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-11-24
Lessen library-loading log level.
Jeff Davis
2013-10-22
Get rid of use of asprintf() in favor of a more portable implementation.
Tom Lane
2013-10-13
Add use of asprintf()
Peter Eisentraut
2013-07-13
Add session_preload_libraries configuration parameter
Peter Eisentraut
[next]