index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
parser
/
parse_coerce.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Teach parse_coerce about non-cachable functions (actually,
Tom Lane
1999-10-02
1
-32
/
+17
*
coerce_type() failed to guard against trying to convert a NULL
Tom Lane
1999-08-24
1
-17
/
+17
*
Revise parse_coerce() to handle coercion of int and float
Tom Lane
1999-08-05
1
-56
/
+83
*
Move some system includes into c.h, and remove duplicates.
Bruce Momjian
1999-07-17
1
-2
/
+1
*
Final cleanup.
Bruce Momjian
1999-07-16
1
-4
/
+4
*
Remove unused #includes in *.c files.
Bruce Momjian
1999-07-15
1
-5
/
+1
*
Defend against function calls with more than 8 arguments (code
Tom Lane
1999-06-17
1
-3
/
+4
*
Avoid redundant SysCache searches in coerce_type, for another
Tom Lane
1999-05-29
1
-5
/
+7
*
pgindent run over code.
Bruce Momjian
1999-05-25
1
-11
/
+13
*
Fix for DEFAULT ''.
Bruce Momjian
1999-05-22
1
-6
/
+12
*
Make postgres prompt backend>, and remove PARSEDEBUG.
Bruce Momjian
1999-05-22
1
-100
/
+3
*
Upgrade to PyGreSQL (2.4)
Bruce Momjian
1999-05-19
1
-2
/
+1
*
Change error messages to oids come out as %u and not %d. Change has no
Bruce Momjian
1999-05-10
1
-9
/
+9
*
From: Tatsuo Ishii <t-ishii@sra.co.jp>
Marc G. Fournier
1999-02-21
1
-2
/
+2
*
Implement CASE expression.
Thomas G. Lockhart
1998-12-04
1
-2
/
+2
*
Remove duplicate CIDR funcs by using coerce entries.
Bruce Momjian
1998-10-22
1
-1
/
+10
*
Make functions static or ifdef NOT_USED. Prevent pg_version creation.
Bruce Momjian
1998-10-08
1
-2
/
+4
*
Fix for constbyval .
Bruce Momjian
1998-10-01
1
-5
/
+4
*
OK, folks, here is the pgindent output.
Bruce Momjian
1998-09-01
1
-116
/
+144
*
Renaming cleanup, no pgindent yet.
Bruce Momjian
1998-09-01
1
-11
/
+11
*
Include OID as a built-in type.
Thomas G. Lockhart
1998-08-14
1
-2
/
+6
*
Allow floating point constants for "def_arg" numeric arguments.
Thomas G. Lockhart
1998-07-08
1
-1
/
+3
*
Do type conversion to match columns in UNION clauses.
Thomas G. Lockhart
1998-05-29
1
-2
/
+2
*
Add capabilities for automatic type conversion.
Thomas G. Lockhart
1998-05-09
1
-0
/
+560