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
/
parser
/
parse_utilcmd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove typename from A_Const.
Alvaro Herrera
2008-04-29
1
-3
/
+6
*
Remove transformAlterTableStmt's kluge to replace ColumnDef.is_not_null
Tom Lane
2008-04-24
1
-24
/
+5
*
Simplify and standardize conversions between TEXT datums and ordinary C
Tom Lane
2008-03-25
1
-3
/
+3
*
Give an explicit error for serial[], rather than silently ignoring
Tom Lane
2008-03-21
1
-2
/
+13
*
Fix CREATE TABLE ... LIKE ... INCLUDING INDEXES to not cause unwanted
Tom Lane
2008-02-07
1
-2
/
+5
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
1
-2
/
+2
*
Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagate
Tom Lane
2007-12-01
1
-125
/
+132
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
1
-86
/
+85
*
Ensure that typmod decoration on a datatype name is validated in all cases,
Tom Lane
2007-11-11
1
-2
/
+2
*
Remove the hack in the grammar that "optimized away" DEFAULT NULL clauses.
Tom Lane
2007-10-29
1
-2
/
+1
*
Fix a couple of misbehaviors rooted in the fact that the default creation
Tom Lane
2007-08-27
1
-1
/
+15
*
Implement CREATE TABLE LIKE ... INCLUDING INDEXES. Patch from NikhilS,
Neil Conway
2007-07-17
1
-167
/
+457
*
Separate parse-analysis for utility commands out of parser/analyze.c
Tom Lane
2007-06-23
1
-0
/
+1800