index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
parser
/
parse_utilcmd.c
Commit message (
Expand
)
Author
Age
*
Support "variadic" functions, which can accept a variable number of arguments
Tom Lane
2008-07-16
*
Remove typename from A_Const.
Alvaro Herrera
2008-04-29
*
Remove transformAlterTableStmt's kluge to replace ColumnDef.is_not_null
Tom Lane
2008-04-24
*
Simplify and standardize conversions between TEXT datums and ordinary C
Tom Lane
2008-03-25
*
Give an explicit error for serial[], rather than silently ignoring
Tom Lane
2008-03-21
*
Fix CREATE TABLE ... LIKE ... INCLUDING INDEXES to not cause unwanted
Tom Lane
2008-02-07
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagate
Tom Lane
2007-12-01
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
Ensure that typmod decoration on a datatype name is validated in all cases,
Tom Lane
2007-11-11
*
Remove the hack in the grammar that "optimized away" DEFAULT NULL clauses.
Tom Lane
2007-10-29
*
Fix a couple of misbehaviors rooted in the fact that the default creation
Tom Lane
2007-08-27
*
Implement CREATE TABLE LIKE ... INCLUDING INDEXES. Patch from NikhilS,
Neil Conway
2007-07-17
*
Separate parse-analysis for utility commands out of parser/analyze.c
Tom Lane
2007-06-23