index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
parser
/
parse_utilcmd.c
Age
Commit message (
Expand
)
Author
2009-06-11
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-01-01
Update copyright for 2009.
Bruce Momjian
2008-12-28
Support window functions a la SQL:2008.
Tom Lane
2008-12-06
Allow CREATE OR REPLACE VIEW to add columns to the _end_ of the view.
Bruce Momjian
2008-09-01
Add a bunch of new error location reports to parse-analysis error messages.
Tom Lane
2008-08-28
Extend the parser location infrastructure to include a location field in
Tom Lane
2008-08-25
Move exprType(), exprTypmod(), expression_tree_walker(), and related routines
Tom Lane
2008-07-16
Support "variadic" functions, which can accept a variable number of arguments
Tom Lane
2008-04-29
Remove typename from A_Const.
Alvaro Herrera
2008-04-24
Remove transformAlterTableStmt's kluge to replace ColumnDef.is_not_null
Tom Lane
2008-03-25
Simplify and standardize conversions between TEXT datums and ordinary C
Tom Lane
2008-03-21
Give an explicit error for serial[], rather than silently ignoring
Tom Lane
2008-02-07
Fix CREATE TABLE ... LIKE ... INCLUDING INDEXES to not cause unwanted
Tom Lane
2008-01-01
Update copyrights in source tree to 2008.
Bruce Momjian
2007-12-01
Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagate
Tom Lane
2007-11-15
pgindent run for 8.3.
Bruce Momjian
2007-11-11
Ensure that typmod decoration on a datatype name is validated in all cases,
Tom Lane
2007-10-29
Remove the hack in the grammar that "optimized away" DEFAULT NULL clauses.
Tom Lane
2007-08-27
Fix a couple of misbehaviors rooted in the fact that the default creation
Tom Lane
2007-07-17
Implement CREATE TABLE LIKE ... INCLUDING INDEXES. Patch from NikhilS,
Neil Conway
2007-06-23
Separate parse-analysis for utility commands out of parser/analyze.c
Tom Lane