postgresql/src
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
..
backend Mark the float8 -> int8 cast as implicit. This resolves the problem 2002-09-01 00:58:07 +00:00
bin Code review for pg_locks feature. Make shmemoffset of PROCLOCK structs 2002-08-31 17:14:28 +00:00
corba Convert files from DOS format to normal text. 2000-12-03 14:43:59 +00:00
data I've sent 3 mails to pgsql-patches. There are two files, one for doc 1999-08-16 20:27:19 +00:00
include Mark the float8 -> int8 cast as implicit. This resolves the problem 2002-09-01 00:58:07 +00:00
interfaces perl5 interface moved to gborg 2002-08-30 13:06:22 +00:00
makefiles Assemble portability modules into libpgport library. 2002-07-27 20:10:05 +00:00
pl Add expected tuple descriptor to ReturnSetInfo information for table 2002-08-30 23:59:46 +00:00
port Remove use of __P so that <sys/cdefs.h> is not needed. Per suggestion 2002-08-12 15:24:07 +00:00
template Back out patch, that was alpha, which I think still needs just -O. 2002-08-29 19:35:47 +00:00
test Code review for domain-constraints patch. Use a new ConstraintTest node 2002-08-31 22:10:48 +00:00
tools Add mention of copyright year update. 2002-07-24 17:58:24 +00:00
tutorial Add a bunch of pseudo-types to replace the behavior formerly associated 2002-08-22 00:01:51 +00:00
utils Assemble portability modules into libpgport library. 2002-07-27 20:10:05 +00:00
DEVELOPERS just testing a script... 1999-07-30 03:45:57 +00:00
Makefile Ensure that src/tutorial gets cleaned by top-level make clean. 2002-07-30 17:47:58 +00:00
Makefile.global.in Remove all traces of the ODBC driver, which is now on GBorg as the psqlodbc 2002-08-22 22:43:14 +00:00
Makefile.shlib Assemble portability modules into libpgport library. 2002-07-27 20:10:05 +00:00
nls-global.mk Create "po" subdirectory before writing there. 2002-08-29 22:13:01 +00:00
win32.mak Okay, libpq++ is moved to GBorg, and all traces of it have been removed 2002-08-22 00:15:14 +00:00