postgresql/src
Tom Lane 1c25c52c66 Add missing pg_proc entry for interval_scale(). The lack of this entry
causes interval rounding not to work as expected in 7.3, for example
SELECT '18:17:15.6'::interval(0) does not round the value.
I did not force initdb, but one is needed to install the added row.
2003-01-09 00:58:41 +00:00
..
backend Remove 'const' from secure_write, to prevent compiler warning. 2003-01-08 23:34:22 +00:00
bin Enhanced error/help message for pg_controldata. 2003-01-08 22:26:34 +00:00
corba
data
include Add missing pg_proc entry for interval_scale(). The lack of this entry 2003-01-09 00:58:41 +00:00
interfaces The second was that renegotiation was just plain broken. I can't 2003-01-08 23:18:25 +00:00
makefiles Revert rpath-mangling patch. See discussion on -patches around Nov 29 for 2003-01-05 13:45:47 +00:00
pl Adjust Tcl-related code to compile cleanly with Tcl 8.4 (add const modifiers as 2002-12-30 22:10:54 +00:00
port Use our own version of getopt_long() if the OS doesn't have one. 2003-01-06 18:53:25 +00:00
template Mark SCO Openserver 5.0.4. supported by 7.3.1 as per chat report from user. 2002-12-11 22:27:26 +00:00
test Fix inherited UPDATE for cases where child column numbering doesn't 2003-01-05 00:56:40 +00:00
tools Update RELEASE checklist. 2002-12-18 20:07:32 +00:00
tutorial
utils
bcc32.mak Attached is a patch to provide makefiles, etc. to allow the compilation 2002-12-30 21:07:26 +00:00
DEVELOPERS
Makefile
Makefile.global.in Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entries 2003-01-06 03:18:27 +00:00
Makefile.shlib
nls-global.mk
win32.mak