index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
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
2025-03-28
Fix timestamp overflow in UUIDv7 implementation.
Masahiko Sawada
2024-12-11
Add UUID version 7 generation function.
Masahiko Sawada
2024-11-23
Transform OR-clauses to SAOP's during index matching
Alexander Korotkov
2024-03-19
Add some UUID support functions
Peter Eisentraut
2023-02-27
Rework pg_input_error_message(), now renamed pg_input_error_info()
Michael Paquier
2022-12-14
Convert a few more datatype input functions to report errors softly.
Tom Lane
2019-07-14
Add gen_random_uuid function
Peter Eisentraut
2017-03-14
hash: Add write-ahead logging support.
Robert Haas
2017-01-18
Make messages mentioning type names more uniform
Alvaro Herrera
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
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