index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
typecmds.c
Commit message (
Expand
)
Author
Age
*
Revise executor APIs so that all per-query state structure is built in
Tom Lane
2002-12-15
*
Phase 3 of read-only-plans project: ExecInitExpr now builds expression
Tom Lane
2002-12-13
*
Preliminary code review for domain CHECK constraints patch: add documentation,
Tom Lane
2002-12-12
*
Phase 2 of read-only-plans project: restructure expression-tree nodes
Tom Lane
2002-12-12
*
Some quick fixes for ALTER DOMAIN patch. It still needs a lot of work,
Tom Lane
2002-12-09
*
Re-addd Rod's ALTER DOMAIN patch.
Bruce Momjian
2002-12-06
*
Back out ALTER DOMAIN patch until missing file appears.
Bruce Momjian
2002-12-06
*
ALTER DOMAIN .. SET / DROP NOT NULL
Bruce Momjian
2002-12-06
*
Add DOMAIN check constraints.
Bruce Momjian
2002-11-15
*
Code review for ON COMMIT patch. Make the actual on-commit action happen
Tom Lane
2002-11-11
*
Provide an upgrade strategy for dump files containing functions declared
Tom Lane
2002-09-21
*
Department of second thoughts: suppressing implicit casts everywhere in
Tom Lane
2002-09-19
*
pgindent run.
Bruce Momjian
2002-09-04
*
Code review for standalone composite types, query-specified composite
Tom Lane
2002-08-29
*
Further cleanup around the edges of OPAQUE/pseudotype changes. Correct
Tom Lane
2002-08-23
*
Add a bunch of pseudo-types to replace the behavior formerly associated
Tom Lane
2002-08-22
*
Tom Lane wrote:
Bruce Momjian
2002-08-15
*
Remove unused system table columns:
Peter Eisentraut
2002-07-24
*
oid is needed, it is added at the end of the struct (after the null
Bruce Momjian
2002-07-20
*
Add more dependency insertions --- this completes the basic pg_depend
Tom Lane
2002-07-16
*
Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.
Tom Lane
2002-07-12
*
First phase of applying Rod Taylor's pg_depend patch. This just adds
Tom Lane
2002-07-01
*
Retire xlateSqlType/xlateSqlFunc; all type name translations are now
Tom Lane
2002-05-03
*
Restructure aclcheck error reporting to make permission-failure
Tom Lane
2002-04-27
*
The contents of command.c, creatinh.c, define.c, remove.c and rename.c
Tom Lane
2002-04-15