summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/uuid.out
AgeCommit message (Expand)Author
2025-03-28Fix timestamp overflow in UUIDv7 implementation.Masahiko Sawada
2024-12-11Add UUID version 7 generation function.Masahiko Sawada
2024-11-23Transform OR-clauses to SAOP's during index matchingAlexander Korotkov
2024-03-19Add some UUID support functionsPeter Eisentraut
2023-02-27Rework pg_input_error_message(), now renamed pg_input_error_info()Michael Paquier
2022-12-14Convert a few more datatype input functions to report errors softly.Tom Lane
2019-07-14Add gen_random_uuid functionPeter Eisentraut
2017-03-14hash: Add write-ahead logging support.Robert Haas
2017-01-18Make messages mentioning type names more uniformAlvaro Herrera
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
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