summaryrefslogtreecommitdiff
path: root/src/backend/libpq
AgeCommit message (Expand)Author
2004-05-19Improve error reporting behavior in parse_hba(): give more completeTom Lane
2004-04-24Ensure getaddrinfo_all returns null result on failure.Tom Lane
2004-04-19* Most changes are to fix warnings issued when compiling win32Bruce Momjian
2004-04-12Here's an attempt at new socket and signal code for win32.Bruce Momjian
2004-03-24Add thread locking to SSL and Kerberos connections.Bruce Momjian
2004-02-18Here is a patch that implements setitimer() on win32. With this patchBruce Momjian
2004-02-10Restructure smgr API as per recent proposal. smgr no longer depends onTom Lane
2004-02-08Win32 signals cleanup. Patch by Magnus Hagander, with input from ClaudioNeil Conway
2004-02-02Fix a read of uninitialized memory in next_token() of hba.c, spotted viaNeil Conway
2004-01-27Pgindent win32 signal code.Bruce Momjian
2004-01-27Here's the latest win32 signals code, this time in the form of a patchBruce Momjian
2003-12-25Patch that makes quoting "sameuser", "samegroup", and "all" removeBruce Momjian
2003-12-20Fix broken IDENT support for FreeBSD (appears to have been broken byTom Lane
2003-12-18Fix memory leak with SSL connections due to missing X509_free() calls.Tom Lane
2003-12-12This patch properly sets the prototype for the on_shmem_exit andPeter Eisentraut
2003-12-05Guard against bug in Solaris' bsearch(), per Michael Wildpaner.Tom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-10-25Remove socket credentials defines not referenced.Bruce Momjian
2003-09-26Various message fixes, among those fixes for the previous round of fixesPeter Eisentraut
2003-09-25Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut
2003-09-13When I sent in the sslmode patch I forgot to update theBruce Momjian
2003-09-12Revert to our pre-7.4 behavior of identifying Unix-socket connections inTom Lane
2003-09-08Avoid using s_addr as a local variable name, to work around brokenTom Lane
2003-09-07Make the default pg_hba.conf include an entry for ::1 only if configureTom Lane
2003-09-05Second try at IPv4-to-v6 mapping code; avoid assuming that the structTom Lane
2003-09-05Allow IPv4-format entries in pg_hba.conf to match IPv6 connectionsTom Lane
2003-09-05This fixes three minor typos in hba.c.Bruce Momjian
2003-08-12Include 'IPv4', 'IPv6', or 'Unix' in socket-creation failure messages,Tom Lane
2003-08-12Change some frequently-reached elog(DEBUG...) calls to ereport(DEBUG...)Tom Lane
2003-08-07SCO_ACCEPT_BUG code didn't get updated for new SockAddr struct definition.Tom Lane
2003-08-04SSL_read/SSL_write do not approximate the return conventions of recv()Tom Lane
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian
2003-08-01Comment out entries for IPv6 localhost connections, since they failTom Lane
2003-08-01Fix some unprotected references to AF_UNIX ... wouldn't compile onTom Lane
2003-08-01Fix inconsistent static-vs-not-static declarations.Tom Lane
2003-07-28Localizability improvement.Tom Lane
2003-07-28A visit from the message-style police ...Tom Lane
2003-07-27elog mop-up: bring some straggling fprintf(stderr)'s into the elog world.Tom Lane
2003-07-26Have SSL text print only when SSL mode is enabled.Bruce Momjian
2003-07-26At long last I put together a patch to support 4 client SSL negotiationBruce Momjian
2003-07-24Don't refer to AF_UNIX in code not protected with HAVE_UNIX_SOCKETS.Tom Lane
2003-07-23Have a go at fixing various outstanding portability issues in code thatTom Lane
2003-07-22A few parentheses shy of a load here ...Tom Lane
2003-07-22Error message editing in backend/libpq, backend/postmaster, backend/tcop.Tom Lane
2003-07-01STRENGH => STRENGTH, per Jon Jensen.Tom Lane
2003-06-25> This change (I'm sure this will wrap poorly -- sorry):Bruce Momjian
2003-06-25Here's a small patch to pg_hba.conf.sample that explains the use of CIDRBruce Momjian
2003-06-15index() -> strchr().Tom Lane
2003-06-12Attached is the complete diff against current CVS.Bruce Momjian