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
/
test
/
regress
/
expected
/
uuid.out
Age
Commit message (
Expand
)
Author
2017-06-14
Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40
Pavan Deolasee
2017-03-14
hash: Add write-ahead logging support.
Robert Haas
2017-01-18
Make messages mentioning type names more uniform
Alvaro Herrera
2015-06-04
Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTER
Pavan Deolasee
2015-04-27
Merge commit 'ab76208e3df6841b3770edeece57d0f048392237' into XL_MASTER_MERGE_9_4
Pavan Deolasee
2014-10-18
Shorten warning about hash creation
Bruce Momjian
2014-09-11
improve hash creation warning message
Bruce Momjian
2014-09-10
Issue a warning during the creation of hash indexes
Bruce Momjian
2013-11-10
Fix whitespace issues found by git diff --check, add gitattributes
Peter Eisentraut
2011-05-20
Merge commit '1084f317702e1a039696ab8a37caf900e55ec8f2' into int-pgxc
Pavan Deolasee
2011-05-19
Updated regression tests.
Mason Sharp
2009-08-01
Improve unique-constraint-violation error messages to include the exact
Tom Lane
2008-09-01
Add a bunch of new error location reports to parse-analysis error messages.
Tom Lane
2007-06-03
Clarify some error messages about duplicate things.
Peter Eisentraut
2007-01-31
Rewrite uuid input and output routines to avoid dependency on the
Neil Conway
2007-01-28
Add a new builtin type, "uuid". This implements a UUID type, similar to
Neil Conway