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
/
backend
/
catalog
/
pg_enum.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Integrate pg_upgrade_support module into backend
Peter Eisentraut
2015-04-14
1
-1
/
+1
*
Update copyright for 2015
Bruce Momjian
2015-01-06
1
-1
/
+1
*
pg_upgrade: prevent automatic oid assignment
Bruce Momjian
2014-08-25
1
-1
/
+6
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
1
-1
/
+1
*
Update copyright for 2014
Bruce Momjian
2014-01-07
1
-1
/
+1
*
Move pg_upgrade_support global variables to their own include file
Bruce Momjian
2013-12-19
1
-0
/
+1
*
Partially restore comments discussing enum renumbering hazards.
Robert Haas
2013-08-28
1
-3
/
+16
*
Remove SnapshotNow and HeapTupleSatisfiesNow.
Robert Haas
2013-08-01
1
-24
/
+3
*
Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.
Robert Haas
2013-07-02
1
-1
/
+4
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
1
-1
/
+1
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
1
-1
/
+1
*
Minor corrections for ALTER TYPE ADD VALUE IF NOT EXISTS patch.
Tom Lane
2012-09-22
1
-9
/
+20
*
Allow IF NOT EXISTS when add a new enum label.
Andrew Dunstan
2012-09-22
1
-1
/
+17
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
1
-0
/
+1
*
remove catcache.h from syscache.h
Alvaro Herrera
2012-08-28
1
-0
/
+1
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
1
-1
/
+1
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
1
-1
/
+0
*
Add postmaster/postgres undocumented -b option for binary upgrades.
Bruce Momjian
2011-04-25
1
-1
/
+2
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
1
-44
/
+44
*
Improve C comments about backend variables set by pg_upgrade_support
Bruce Momjian
2011-01-06
1
-3
/
+4
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
1
-1
/
+1
*
Work around rounding misbehavior exposed by buildfarm.
Tom Lane
2010-10-25
1
-0
/
+10
*
Allow new values to be added to an existing enum type.
Tom Lane
2010-10-24
1
-34
/
+368
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
1
-1
/
+1
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
1
-16
/
+16
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
1
-2
/
+2
*
Add backend and pg_dump code to allow preservation of pg_enum oids, for
Bruce Momjian
2009-12-27
1
-14
/
+29
*
Rename EnumValuesCreate() single-letter variable names to useful
Bruce Momjian
2009-12-24
1
-11
/
+11
*
binary migration: pg_migrator
Bruce Momjian
2009-12-19
1
-1
/
+5
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
1
-2
/
+2
*
Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple,
Tom Lane
2008-11-02
1
-4
/
+4
*
Improve our #include situation by moving pointer types away from the
Alvaro Herrera
2008-06-19
1
-1
/
+2
*
Move the HTSU_Result enum definition into snapshot.h, to avoid including
Alvaro Herrera
2008-03-26
1
-1
/
+2
*
Split error message.
Alvaro Herrera
2008-01-20
1
-6
/
+4
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
1
-2
/
+2
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
1
-19
/
+20
*
Check length of enum literals on definition and input to make sure they will ...
Andrew Dunstan
2007-04-02
1
-1
/
+14
*
Support enum data types. Along the way, use macros for the values of
Tom Lane
2007-04-02
1
-0
/
+146