summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-08-04Sub-Makefiles need to explicitly add CFLAGS_SL to CFLAGS, else theirTom Lane
object files do not get built with -fpic.
2003-08-04Fix to build correctly outside source tree.Tom Lane
2003-08-04Must print server's failure message before trying reconnect, not after.Tom Lane
2003-08-04Fix pltcl and plpython to support STATEMENT triggers.Tom Lane
Joe Conway
2003-08-04SSL_read/SSL_write do not approximate the return conventions of recv()Tom Lane
and send() very well at all; and in any case we can't use retval==0 for EOF due to race conditions. Make the same fixes in the backend as are required in libpq.
2003-08-04Fix some more problems with testing error returns from SSL.Tom Lane
2003-08-04Fix thread handling in configure.Bruce Momjian
2003-08-04Minor cleanups in S_LOCK_TEST code.Tom Lane
2003-08-04HPUX's horology behavior is OS-dependent, not hardware-dependent.Tom Lane
2003-08-04make sub-Makefiles in the sub-directoriesTeodor Sigaev
2003-08-04Docs fixesTeodor Sigaev
2003-08-04Translation updatesPeter Eisentraut
2003-08-04Add a note that AND and OR are commutative. Apparently, they are not inPeter Eisentraut
certain other products.
2003-08-04Remove --enable-recode feature, since it's been broken by IPv6 changes,Tom Lane
and seems to have too few users to justify maintaining.
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-08-04Fix for 2003 again.Bruce Momjian
2003-08-04Update copyright script for 2003.Bruce Momjian
2003-08-04Put back braces removed by pgindent (not really pgindent's fault).Tom Lane
2003-08-04pgindent run.Bruce Momjian
2003-08-04Remove extra paren in NOT_USED code, found by pgindent.Bruce Momjian
2003-08-03Tighten inline_function's test for overly complex parameters. ThisTom Lane
should catch most situations where repeated inlining blows up the expression complexity unreasonably, as in Joe Conway's recent example.
2003-08-03Reconsider context for calling callback functions --- original ideaTom Lane
that they aren't part of error processing is clearly faulty.
2003-08-03Update comments.Bruce Momjian
2003-08-03Update HISTORY file for 7.4.Bruce Momjian
2003-08-03Don't pull in libbind except on BeOS, per pgsql-bugs discussion aroundTom Lane
12 Jun 2003.
2003-08-02Remove docs that say psql \encoding doesn't track SET client_encoding.Bruce Momjian
2003-08-01Comment out entries for IPv6 localhost connections, since they failTom Lane
on machines with no IPv6 support.
2003-08-01Postmaster erroneously rejected SSL connections on IPv6.Tom Lane
2003-08-01Fix some unprotected references to AF_UNIX ... wouldn't compile onTom Lane
platforms without AF_UNIX sockets.
2003-08-01inet_recv() wasn't IPv6-ready.Tom Lane
2003-08-01Update, add Greg:Bruce Momjian
< * Fernando Nasser <fnasser@redhat.com> of Red Hat < * Gavin Sherry <swm@linuxworld.com.au> of Alcove Systems Engineering > * Fernando is Fernando Nasser <fnasser@redhat.com> of Red Hat > * Gavin is Gavin Sherry <swm@linuxworld.com.au> of Alcove Systems Engineering > * Greg is Greg Sabino Mullane <greg@turnstep.com>
2003-08-01Add:Bruce Momjian
< > o Allow PL/pgSQL EXECUTE query_var INTO record_var;
2003-08-01Code review for sslmode patch: eliminate memory leak, avoid giving aTom Lane
completely useless error message in 'allow' case, don't retry connection at the sendauth stage (by then the server will either let us in or not, no point in wasting cycles on another try in the other SSL state).
2003-08-01Since HPUX now exists for Itanium, we should decouple the assumptionTom Lane
that OS=hpux is the same as CPU=hppa. First steps at doing this. With these patches, we still work on hppa with either gcc or HP's cc. We might work on hpux/itanium with gcc, but I can't test it. Definitely will not work on hpux/itanium with non-gcc compiler, for lack of spinlock code.
2003-08-01Get the include ordering right for TCL includes vs whatever is comingTom Lane
from --with-includes.
2003-08-01Missed two places to replace union member.Michael Meskes
2003-08-01Fix a few of the more blatantly unportable constructs in this file.Tom Lane
2003-08-01Fix inconsistent static-vs-not-static declarations.Tom Lane
2003-08-01Fix compile warning.Tom Lane
2003-08-01Russian translation updates by Serguei MokhovPeter Eisentraut
2003-08-01Use only two-part shared library version numbers, for better portabilityPeter Eisentraut
and consistency.
2003-08-01While having a parallel-make-safe genbki.sh is good, it's better not toPeter Eisentraut
uselessly invoke it in parallel in the first place.
2003-08-01Make ecpg SQLSTATE-aware. Map existing SQLCODE assignments to SQLSTATEs,Peter Eisentraut
rather than parsing the message. Add some documentation about embedded SQL.
2003-08-01Update comments.Bruce Momjian
2003-08-01Update comments.Bruce Momjian
2003-08-01Added missing TO keyword.Michael Meskes
2003-08-01- Added some Informix error codes in Informix mode.Michael Meskes
- Added just another pgtypeslib function.
2003-08-01cvs log used -b for head, not -rHEAD.Bruce Momjian
2003-08-01python needs to be removed from hereMarc G. Fournier
2003-08-01clean python out of MakefileMarc G. Fournier