postgresql/src/backend/utils
Tom Lane 3c49c4b152 Mark the float8 -> int8 cast as implicit. This resolves the problem
pointed out by Barry Lind: UPDATE bigintcol = 10000000000 fails because
the constant is initially taken as float8.  We really need a better way,
but it's not gonna happen for 7.3.

Also, remove int4reltime() function, which is redundant with the
existing binary-compatibility coercion path from int4 to reltime,
and probably has been unreachable code for a long while.
2002-09-01 00:58:07 +00:00
..
adt Mark the float8 -> int8 cast as implicit. This resolves the problem 2002-09-01 00:58:07 +00:00
cache Code review for domain-constraints patch. Use a new ConstraintTest node 2002-08-31 22:10:48 +00:00
error Remove #ifdef MULTIBYTE per hackers list discussion. 2002-08-29 07:22:30 +00:00
fmgr Add expected tuple descriptor to ReturnSetInfo information for table 2002-08-30 23:59:46 +00:00
hash Update copyright to 2002. 2002-06-20 20:29:54 +00:00
init AUTOCOMMIT mode is now an available backend GUC variable; setting it 2002-08-30 22:18:07 +00:00
mb Remove #ifdef MULTIBYTE per hackers list discussion. 2002-08-29 07:22:30 +00:00
misc AUTOCOMMIT mode is now an available backend GUC variable; setting it 2002-08-30 22:18:07 +00:00
mmgr Change memory-space accounting mechanism in tuplesort.c and tuplestore.c 2002-08-12 00:36:12 +00:00
sort The cstring datatype can now be copied, passed around, etc. The typlen 2002-08-24 15:00:47 +00:00
time This patch fixes one serious bug (runaway INSERT) and a few rare (and 2002-07-30 16:08:33 +00:00
.cvsignore Cleanup to ensure good state of derived files in tarballs. 2000-06-09 02:38:36 +00:00
Gen_fmgrtab.sh Remove unused system table columns: 2002-07-24 19:11:14 +00:00
Makefile Fix failure to relink postmaster executable in the first make run if only a 2002-08-10 17:59:28 +00:00