postgresql/src
Bruce Momjian b8e2e3fb18 Backpatch into 6.5.*.
One last missing quoting bug in pg_dump:
now that sequence names are properly quoted for field defaults, mixed
case sequence names are generated. These are properly quoted in the
CREATE SEQUENCE lines, but not in the SELECT nextval lines, as per
below:

CREATE SEQUENCE "Teams_TeamID_seq" start 10 increment 1 maxvalue
2147483647 minvalue 1  cache 1 ;
SELECT nextval ('Teams_TeamID_seq');

This needs to be:
SELECT nextval ('"Teams_TeamID_seq"');

Patch included below.
--
Ross J. Reedstrom, Ph.D., <reedstrm@rice.edu>
1999-09-23 19:13:55 +00:00
..
backend Back-patch fix for NULL condition in CASE. 1999-09-18 23:30:05 +00:00
bin Backpatch into 6.5.*. 1999-09-23 19:13:55 +00:00
corba Updating and addign files... 1998-11-19 02:39:51 +00:00
data I've sent 3 mails to pgsql-patches. There are two files, one for doc 1999-08-16 20:29:11 +00:00
include Update to 6.5.2. 1999-09-13 00:13:24 +00:00
interfaces Update to 6.5.2. 1999-09-13 00:13:24 +00:00
lextest Apply Win32 patch from Horak Daniel. 1999-01-17 06:20:06 +00:00
makefiles Apply freebsd specific patches dealign with ELF system from FreeBSD's 1999-05-17 04:13:29 +00:00
man Remove QUERY_LIMIT and documenation on same. Change _ALIGN to TYPEALIGN 1999-06-17 15:16:09 +00:00
pl Backpatch into 6.5.*. 1999-09-23 19:13:55 +00:00
template Bring down template changes from -CURRENT 1999-07-30 03:26:29 +00:00
test Backpatch rule deparsing bugfixes into 6.5.*. 1999-08-29 19:22:28 +00:00
tools Update stuff for 6.5.1 release. 1999-07-10 16:28:02 +00:00
tutorial Rename tuturials for char2/char16 removal. 1999-07-08 15:28:51 +00:00
utils pgindent run over code. 1999-05-25 16:15:34 +00:00
win32 Hi, 1999-06-11 15:01:29 +00:00
config.guess Portability patches for HPUX 11 and Unixware in configure 1999-04-20 00:26:32 +00:00
config.sub Portability patches for HPUX 11 and Unixware in configure 1999-04-20 00:26:32 +00:00
configure Didn't commit right last time...SRCH_LIBS fix... 1999-09-12 22:58:37 +00:00
configure.in Didn't commit right last time...SRCH_LIBS fix... 1999-09-12 22:58:37 +00:00
DEVELOPERS Move FAQ_DEV to docs directory, where it belongs. 1998-05-22 04:20:53 +00:00
GNUmakefile.in make distclean missed a few symlinks created by configure. 1999-07-01 00:06:28 +00:00
install-sh Bring back in the autoconf files - work in progress 1997-02-04 08:53:45 +00:00
Makefile Warning in makefile added from DArcy. 1997-08-22 16:38:33 +00:00
Makefile.global.in Minor back-ports from v6.6 for the compile/configuration... 1999-07-30 04:13:44 +00:00
Makefile.shlib Minor back-ports from v6.6 for the compile/configuration... 1999-07-30 04:13:44 +00:00
win32.mak Here are the patches against the current source tree. I have run the 1998-10-06 03:02:29 +00:00