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_coerce.c
Commit message (
Expand
)
Author
Age
*
Avoid redundant SysCache searches in coerce_type, for another
Tom Lane
1999-05-29
*
pgindent run over code.
Bruce Momjian
1999-05-25
*
Fix for DEFAULT ''.
Bruce Momjian
1999-05-22
*
Make postgres prompt backend>, and remove PARSEDEBUG.
Bruce Momjian
1999-05-22
*
Upgrade to PyGreSQL (2.4)
Bruce Momjian
1999-05-19
*
Change error messages to oids come out as %u and not %d. Change has no
Bruce Momjian
1999-05-10
*
From: Tatsuo Ishii <t-ishii@sra.co.jp>
Marc G. Fournier
1999-02-21
*
Implement CASE expression.
Thomas G. Lockhart
1998-12-04
*
Remove duplicate CIDR funcs by using coerce entries.
Bruce Momjian
1998-10-22
*
Make functions static or ifdef NOT_USED. Prevent pg_version creation.
Bruce Momjian
1998-10-08
*
Fix for constbyval .
Bruce Momjian
1998-10-01
*
OK, folks, here is the pgindent output.
Bruce Momjian
1998-09-01
*
Renaming cleanup, no pgindent yet.
Bruce Momjian
1998-09-01
*
Include OID as a built-in type.
Thomas G. Lockhart
1998-08-14
*
Allow floating point constants for "def_arg" numeric arguments.
Thomas G. Lockhart
1998-07-08
*
Do type conversion to match columns in UNION clauses.
Thomas G. Lockhart
1998-05-29
*
Add capabilities for automatic type conversion.
Thomas G. Lockhart
1998-05-09