You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Bruce Momjian
f96babac12
While I was running some tests in psql, trying to figure out how to change
...
the query string to handle any length, I discovered that under certain
conditions, psql will core dump when handling long strings. Thus, the
patch. It was caused by a buffer overrun, probably not noticeable in a lot
of cases, but pretty noticeable in mine.
Problem was caused by the fact that the length check is only performed after
the check for a ; to get the end of the query and execute.
Cheers...
MikeA
27 years ago
..
backend
Reverse out cache changes that are not ready yet.
27 years ago
bin
While I was running some tests in psql, trying to figure out how to change
27 years ago
corba
Updating and addign files...
28 years ago
data
…
include
Reverse out cache changes that are not ready yet.
27 years ago
interfaces
*** empty log message ***
27 years ago
lextest
Apply Win32 patch from Horak Daniel.
27 years ago
makefiles
Apply freebsd specific patches dealign with ELF system from FreeBSD's
27 years ago
man
Clean up #include in /include directory. Add scripts for checking includes.
27 years ago
pl
Move some system includes into c.h, and remove duplicates.
27 years ago
template
Move -ieee to adt Makefile, and add CPU Makefile variable.
27 years ago
test
Parser no longer considers
27 years ago
tools
Add c.h to exclusion list.
27 years ago
tutorial
Move some system includes into c.h, and remove duplicates.
27 years ago
utils
Move some system includes into c.h, and remove duplicates.
27 years ago
win32
Hi,
27 years ago
DEVELOPERS
…
GNUmakefile.in
make distclean missed a few symlinks created by configure.
27 years ago
Makefile
…
Makefile.global.in
Move -ieee to adt Makefile, and add CPU Makefile variable.
27 years ago
Makefile.shlib
Fix 'SO__MINOR_VERSION' typo for irix5; add AIX shlib support
27 years ago
config.guess
Portability patches for HPUX 11 and Unixware in configure
27 years ago
config.sub
Portability patches for HPUX 11 and Unixware in configure
27 years ago
configure
autoconf
27 years ago
configure.in
Move -ieee to adt Makefile, and add CPU Makefile variable.
27 years ago
install-sh
…
win32.mak
Here are the patches against the current source tree. I have run the
28 years ago