index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
expected
/
enum.out
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rework pg_input_error_message(), now renamed pg_input_error_info()
Michael Paquier
2023-02-28
1
-9
/
+12
*
Convert enum_in() to report errors softly.
Tom Lane
2022-12-25
1
-0
/
+25
*
Fix enum errdetail to mention bytes, not chars
Peter Eisentraut
2020-10-27
1
-1
/
+1
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
1
-2
/
+2
*
Relax transactional restrictions on ALTER TYPE ... ADD VALUE (redux).
Thomas Munro
2018-10-09
1
-11
/
+67
*
Revert to 9.6 treatment of ALTER TYPE enumtype ADD VALUE.
Tom Lane
2017-09-27
1
-67
/
+11
*
Remove heuristic same-transaction test from check_safe_enum_use().
Tom Lane
2017-09-26
1
-10
/
+8
*
Use a blacklist to distinguish original from add-on enum values.
Tom Lane
2017-09-26
1
-0
/
+21
*
hash: Add write-ahead logging support.
Robert Haas
2017-03-14
1
-1
/
+0
*
Support renaming an existing value of an enum type.
Tom Lane
2016-09-07
1
-0
/
+22
*
Relax transactional restrictions on ALTER TYPE ... ADD VALUE.
Tom Lane
2016-09-05
1
-9
/
+56
*
Shorten warning about hash creation
Bruce Momjian
2014-10-18
1
-1
/
+1
*
improve hash creation warning message
Bruce Momjian
2014-09-11
1
-1
/
+1
*
Issue a warning during the creation of hash indexes
Bruce Momjian
2014-09-10
1
-0
/
+1
*
Allow adding values to an enum type created in the current transaction.
Tom Lane
2012-12-01
1
-0
/
+24
*
Minor corrections for ALTER TYPE ADD VALUE IF NOT EXISTS patch.
Tom Lane
2012-09-22
1
-3
/
+3
*
Allow IF NOT EXISTS when add a new enum label.
Andrew Dunstan
2012-09-22
1
-0
/
+22
*
Reduce messages about implicit indexes and sequences to DEBUG1.
Robert Haas
2012-07-04
1
-1
/
+0
*
Require VALUE keyword when extending an enum type. Based on a patch from Alva...
Andrew Dunstan
2010-11-16
1
-37
/
+37
*
Allow new values to be added to an existing enum type.
Tom Lane
2010-10-24
1
-2
/
+151
*
Add a bunch of new error location reports to parse-analysis error messages.
Tom Lane
2008-09-01
1
-0
/
+2
*
Support enum data types. Along the way, use macros for the values of
Tom Lane
2007-04-02
1
-0
/
+407