summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/uuid.out
AgeCommit message (Expand)Author
2017-06-14Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40Pavan Deolasee
2017-03-14hash: Add write-ahead logging support.Robert Haas
2017-01-18Make messages mentioning type names more uniformAlvaro Herrera
2015-06-04Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTERPavan Deolasee
2015-04-27Merge commit 'ab76208e3df6841b3770edeece57d0f048392237' into XL_MASTER_MERGE_9_4Pavan Deolasee
2014-10-18Shorten warning about hash creationBruce Momjian
2014-09-11improve hash creation warning messageBruce Momjian
2014-09-10Issue a warning during the creation of hash indexesBruce Momjian
2013-11-10Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut
2011-05-20Merge commit '1084f317702e1a039696ab8a37caf900e55ec8f2' into int-pgxcPavan Deolasee
2011-05-19Updated regression tests.Mason Sharp
2009-08-01Improve unique-constraint-violation error messages to include the exactTom Lane
2008-09-01Add a bunch of new error location reports to parse-analysis error messages.Tom Lane
2007-06-03Clarify some error messages about duplicate things.Peter Eisentraut
2007-01-31Rewrite uuid input and output routines to avoid dependency on theNeil Conway
2007-01-28Add a new builtin type, "uuid". This implements a UUID type, similar toNeil Conway