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
63d7df4003
Small patch which fixes the ODBC driver so it doesn't segfault if:
...
You have CommLog and Debug enabled
You encounter in error in any operation (SQLConnect/SQLExec).
Previously, the extra logging didn't check for NULL pointers
when trying to print some of the strings- the socket error
message could frequently be NULL by design (if there was no socket
error)
and Solaris does not handle NULLS passed to things like printf
("%s\n",string);
gracefully.
This basically duplicates the functionality found in Linux where passing
a null pointer
to printf prints "(NULL)". No very elegant, but the logging is for debug
only anyway.
Dirk Niggemann
26 years ago
..
backend
Add permissions check: now one must be the Postgres superuser or the
26 years ago
bin
I pulled this one out via CVS, I hope you can make use of it:
26 years ago
corba
Updating and addign files...
28 years ago
data
I've sent 3 mails to pgsql-patches. There are two files, one for doc
27 years ago
include
Added another single byte oriented decompressor, useful for
26 years ago
interfaces
Small patch which fixes the ODBC driver so it doesn't segfault if:
26 years ago
lextest
Apply Win32 patch from Horak Daniel.
27 years ago
makefiles
Move __alpha to port/alpha.h.
27 years ago
pl
Fix "Unable to identify an operator =$" problem that occurred when pgsql
26 years ago
template
Add Linux ARM.
27 years ago
test
pg_statistic has an index now too...
26 years ago
tools
The \p\g fix didn't turn out to be so bad. It even works in other
27 years ago
tutorial
Move some system includes into c.h, and remove duplicates.
27 years ago
utils
Standardize on MAXPGPATH as the size of a file pathname buffer,
27 years ago
win32
This is a patch for cygipc library provided by Yutaka Tanida.
27 years ago
DEVELOPERS
just testing a script...
27 years ago
GNUmakefile.in
Update pgaccess makefile for 0.98
27 years ago
Makefile
Warning in makefile added from DArcy.
29 years ago
Makefile.global.in
update for pgaccess
27 years ago
Makefile.shlib
Hi,
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
Improve getopt and readline support, from Peter Eisentraut.
27 years ago
install-sh
Bring back in the autoconf files - work in progress
29 years ago
win32.mak
Here are the patches against the current source tree. I have run the
28 years ago