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
/
common
Age
Commit message (
Expand
)
Author
2017-08-18
Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55'
Pavan Deolasee
2017-07-26
Update copyright in recently added files
Alvaro Herrera
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-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-05-17
Post-PG 10 beta1 pgperltidy run
Bruce Momjian
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
Preventive maintenance in advance of pgindent run.
Tom Lane
2017-05-03
Add PQencryptPasswordConn function to libpq, use it in psql and createuser.
Heikki Linnakangas
2017-04-28
Misc SCRAM code cleanups.
Heikki Linnakangas
2017-04-17
Fix new warnings from GCC 7
Peter Eisentraut
2017-04-17
Fix perlcritic warnings
Peter Eisentraut
2017-04-11
Remove symbol WIN32_ONLY_COMPILER
Magnus Hagander
2017-04-07
Avoid using a C++ keyword in header file
Peter Eisentraut
2017-04-07
Use SASLprep to normalize passwords for SCRAM authentication.
Heikki Linnakangas
2017-03-22
Sync pg_dump and pg_dumpall output
Andrew Dunstan
2017-03-07
A collection of small fixes for the SCRAM patch.
Heikki Linnakangas
2017-03-07
Fix comments in SCRAM-SHA-256 patch.
Heikki Linnakangas
2017-03-07
Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).
Heikki Linnakangas
2017-03-07
Refactor SHA2 functions and move them to src/common/.
Heikki Linnakangas
2017-02-25
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-10-27
Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'
Pavan Deolasee
2016-10-20
Rename "pg_xlog" directory to "pg_wal".
Robert Haas
2016-10-18
Use "expr" instead of "bc" for arithmetic since "bc" may not be available on
Pavan Deolasee
2016-10-18
Add support for overrding default log levels for specfic messages or all
Pavan Deolasee
2016-10-02
Avoid leaking FDs after an fsync failure.
Tom Lane
2016-09-29
Fix compiler warnings
Peter Eisentraut
2016-09-29
pg_basebackup pg_receivexlog: Issue fsync more carefully
Peter Eisentraut
2016-09-29
Move fsync routines of initdb into src/common/
Peter Eisentraut
2016-09-28
Fix CRC check handling in get_controlfile
Peter Eisentraut
2016-09-21
pg_ctl: Detect current standby state from pg_control
Peter Eisentraut
2016-09-02
Move code shared between libpq and backend from backend/libpq/ to common/.
Heikki Linnakangas
2016-08-30
Fix a bunch of places that called malloc and friends with no NULL check.
Tom Lane
2016-06-09
pgindent run for 9.6
Robert Haas
2016-04-07
Remove redundant message in AddUserToTokenDacl().
Noah Misch
2016-04-02
Refer to a TOKEN_USER payload as a "token user," not as a "user token".
Noah Misch
2016-03-24
Move keywords.c/kwlookup.c into src/common/.
Tom Lane
2016-03-07
Make get_controlfile() error logging consistent with src/common
Joe Conway
2016-03-05
Expose control file data via SQL accessible functions.
Joe Conway
2016-02-21
Cosmetic improvements in new config_info code.
Tom Lane
2016-02-17
Add new system view, pg_config
Joe Conway
2016-02-01
Fix typos in comments
Magnus Hagander
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-06-30
Do not include pgxc.h when relpath.c is compiled in FRONTEND mode
Pavan Deolasee
2015-06-15
Define new routines for obtaining relation and tablespace path on the client
Pavan Deolasee
[next]