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