Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-08-04 | Sub-Makefiles need to explicitly add CFLAGS_SL to CFLAGS, else their | Tom Lane | |
object files do not get built with -fpic. | |||
2003-08-04 | Fix to build correctly outside source tree. | Tom Lane | |
2003-08-04 | Must print server's failure message before trying reconnect, not after. | Tom Lane | |
2003-08-04 | Fix pltcl and plpython to support STATEMENT triggers. | Tom Lane | |
Joe Conway | |||
2003-08-04 | SSL_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-04 | Fix some more problems with testing error returns from SSL. | Tom Lane | |
2003-08-04 | Fix thread handling in configure. | Bruce Momjian | |
2003-08-04 | Minor cleanups in S_LOCK_TEST code. | Tom Lane | |
2003-08-04 | HPUX's horology behavior is OS-dependent, not hardware-dependent. | Tom Lane | |
2003-08-04 | make sub-Makefiles in the sub-directories | Teodor Sigaev | |
2003-08-04 | Docs fixes | Teodor Sigaev | |
2003-08-04 | Translation updates | Peter Eisentraut | |
2003-08-04 | Add a note that AND and OR are commutative. Apparently, they are not in | Peter Eisentraut | |
certain other products. | |||
2003-08-04 | Remove --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-04 | Update copyrights to 2003. | Bruce Momjian | |
2003-08-04 | Fix for 2003 again. | Bruce Momjian | |
2003-08-04 | Update copyright script for 2003. | Bruce Momjian | |
2003-08-04 | Put back braces removed by pgindent (not really pgindent's fault). | Tom Lane | |
2003-08-04 | pgindent run. | Bruce Momjian | |
2003-08-04 | Remove extra paren in NOT_USED code, found by pgindent. | Bruce Momjian | |
2003-08-03 | Tighten inline_function's test for overly complex parameters. This | Tom Lane | |
should catch most situations where repeated inlining blows up the expression complexity unreasonably, as in Joe Conway's recent example. | |||
2003-08-03 | Reconsider context for calling callback functions --- original idea | Tom Lane | |
that they aren't part of error processing is clearly faulty. | |||
2003-08-03 | Update comments. | Bruce Momjian | |
2003-08-03 | Update HISTORY file for 7.4. | Bruce Momjian | |
2003-08-03 | Don't pull in libbind except on BeOS, per pgsql-bugs discussion around | Tom Lane | |
12 Jun 2003. | |||
2003-08-02 | Remove docs that say psql \encoding doesn't track SET client_encoding. | Bruce Momjian | |
2003-08-01 | Comment out entries for IPv6 localhost connections, since they fail | Tom Lane | |
on machines with no IPv6 support. | |||
2003-08-01 | Postmaster erroneously rejected SSL connections on IPv6. | Tom Lane | |
2003-08-01 | Fix some unprotected references to AF_UNIX ... wouldn't compile on | Tom Lane | |
platforms without AF_UNIX sockets. | |||
2003-08-01 | inet_recv() wasn't IPv6-ready. | Tom Lane | |
2003-08-01 | Update, 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-01 | Add: | Bruce Momjian | |
< > o Allow PL/pgSQL EXECUTE query_var INTO record_var; | |||
2003-08-01 | Code review for sslmode patch: eliminate memory leak, avoid giving a | Tom 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-01 | Since HPUX now exists for Itanium, we should decouple the assumption | Tom 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-01 | Get the include ordering right for TCL includes vs whatever is coming | Tom Lane | |
from --with-includes. | |||
2003-08-01 | Missed two places to replace union member. | Michael Meskes | |
2003-08-01 | Fix a few of the more blatantly unportable constructs in this file. | Tom Lane | |
2003-08-01 | Fix inconsistent static-vs-not-static declarations. | Tom Lane | |
2003-08-01 | Fix compile warning. | Tom Lane | |
2003-08-01 | Russian translation updates by Serguei Mokhov | Peter Eisentraut | |
2003-08-01 | Use only two-part shared library version numbers, for better portability | Peter Eisentraut | |
and consistency. | |||
2003-08-01 | While having a parallel-make-safe genbki.sh is good, it's better not to | Peter Eisentraut | |
uselessly invoke it in parallel in the first place. | |||
2003-08-01 | Make ecpg SQLSTATE-aware. Map existing SQLCODE assignments to SQLSTATEs, | Peter Eisentraut | |
rather than parsing the message. Add some documentation about embedded SQL. | |||
2003-08-01 | Update comments. | Bruce Momjian | |
2003-08-01 | Update comments. | Bruce Momjian | |
2003-08-01 | Added 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-01 | cvs log used -b for head, not -rHEAD. | Bruce Momjian | |
2003-08-01 | python needs to be removed from here | Marc G. Fournier | |
2003-08-01 | clean python out of Makefile | Marc G. Fournier | |