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
/
commands
/
functioncmds.c
Age
Commit message (
Expand
)
Author
2002-11-01
Reduce messages associated with shell-type function arguments/results
Tom Lane
2002-10-04
Require superuser privilege to create a binary-compatible cast, per
Tom Lane
2002-09-21
Provide an upgrade strategy for dump files containing functions declared
Tom Lane
2002-09-18
Extend pg_cast castimplicit column to a three-way value; this allows us
Tom Lane
2002-09-15
Cast functions can be immutable or stable.
Peter Eisentraut
2002-09-04
pgindent run.
Bruce Momjian
2002-08-22
Add a bunch of pseudo-types to replace the behavior formerly associated
Tom Lane
2002-08-11
Create/drop cast now requires ownership of at least one of the types.
Peter Eisentraut
2002-08-05
Restructure system-catalog index updating logic. Instead of having
Tom Lane
2002-07-29
Use aclcheck_error() in place of ad-hoc permissions complaints.
Tom Lane
2002-07-29
Fix minor coding error: don't ReleaseSysCache until after last use of
Tom Lane
2002-07-24
Remove unused system table columns:
Peter Eisentraut
2002-07-22
Add unique index on pg_cast.oid, and document pg_cast table.
Peter Eisentraut
2002-07-20
Patch problems caused by code drift since OID patch creation.
Bruce Momjian
2002-07-20
oid is needed, it is added at the end of the struct (after the null
Bruce Momjian
2002-07-18
pg_cast table, and standards-compliant CREATE/DROP CAST commands, plus
Peter Eisentraut
2002-07-12
Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.
Tom Lane
2002-06-20
Update copyright to 2002.
Bruce Momjian
2002-05-22
Add optional "validator" function to languages that can validate the
Peter Eisentraut
2002-05-18
Allow functions to be executed with the privileges of the function owner.
Peter Eisentraut
2002-05-17
Extend syntax of CREATE FUNCTION to resemble SQL99.
Peter Eisentraut
2002-04-27
Restructure aclcheck error reporting to make permission-failure
Tom Lane
2002-04-21
Restructure AclItem representation so that we can have more than eight
Tom Lane
2002-04-15
The contents of command.c, creatinh.c, define.c, remove.c and rename.c
Tom Lane