| Commit message (Expand) | Author | Age |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Fix GSS API pointer checking. | Bruce Momjian | 2007-09-14 |
* | Silence compiler warning on mingw | Magnus Hagander | 2007-07-24 |
* | SSPI authentication on Windows. GSSAPI compatible client when doing Kerberos | Magnus Hagander | 2007-07-23 |
* | Add support for GSSAPI authentication. | Magnus Hagander | 2007-07-10 |
* | On win32, don't use SO_REUSEADDR for TCP sockets. | Magnus Hagander | 2007-06-04 |
* | Add resetStringInfo(), which clears the content of a StringInfo, and | Neil Conway | 2007-03-03 |
* | Improve postmaster's behavior if an accept() call fails. Because the server | Tom Lane | 2007-02-13 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Set Win32 server-size socket buffer to 32k, for performance reasons. | Bruce Momjian | 2006-08-11 |
* | Fix a passel of recently-committed violations of the rule 'thou shalt | Tom Lane | 2006-07-14 |
* | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Fix unportable usage of socklen_t: should use ACCEPT_TYPE_ARG3 macro | Tom Lane | 2006-01-24 |
* | Clean up libpq's pollution of application namespace by renaming the | Tom Lane | 2005-10-17 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Suppress signed-vs-unsigned-char warnings. | Tom Lane | 2005-09-24 |
* | Tweak TCP-keepalive code so that an invalid setting doesn't cause us | Tom Lane | 2005-09-12 |
* | Use the standard spelling of the protocol argument to get/setsockopt. | Tom Lane | 2005-07-30 |
* | Add GUC variables to control keep-alive times for idle, interval, and | Bruce Momjian | 2005-07-30 |
* | Use _() macro consistently rather than gettext(). Add translation | Bruce Momjian | 2005-02-22 |
* | Increase MAXLISTEN to a more generous value, and add an error message | Tom Lane | 2005-01-12 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Add some code to ensure that we don't lose communication sync due to | Tom Lane | 2004-10-18 |
* | Repair bug that would allow libpq to think a command had succeeded when | Tom Lane | 2004-09-26 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | *) inet_(client|server)_(addr|port)() and necessary documentation for | Bruce Momjian | 2004-05-26 |
* | This patch properly sets the prototype for the on_shmem_exit and | Peter Eisentraut | 2003-12-12 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 |
* | Include 'IPv4', 'IPv6', or 'Unix' in socket-creation failure messages, | Tom Lane | 2003-08-12 |
* | SCO_ACCEPT_BUG code didn't get updated for new SockAddr struct definition. | Tom Lane | 2003-08-07 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | elog mop-up: bring some straggling fprintf(stderr)'s into the elog world. | Tom Lane | 2003-07-27 |
* | Don't refer to AF_UNIX in code not protected with HAVE_UNIX_SOCKETS. | Tom Lane | 2003-07-24 |
* | Have a go at fixing various outstanding portability issues in code that | Tom Lane | 2003-07-23 |
* | Error message editing in backend/libpq, backend/postmaster, backend/tcop. | Tom Lane | 2003-07-22 |
* | IPv6 cleanups. | Bruce Momjian | 2003-06-12 |
* | freeaddrinfo2() does need two parameters after all, per comment by | Tom Lane | 2003-06-09 |
* | libpq can now talk to either 3.0 or 2.0 protocol servers. It first tries | Tom Lane | 2003-06-08 |
* | Don't explicitly close() the session socket during backend exit; instead | Tom Lane | 2003-05-29 |
* | Allow Win32 to compile under MinGW. Major changes are: | Bruce Momjian | 2003-05-15 |
* | Use closesocket() for all socket/pipe closing, because Win32 requires | Bruce Momjian | 2003-04-25 |
* | Another round of protocol changes. Backend-to-frontend messages now all | Tom Lane | 2003-04-22 |
* | Second round of FE/BE protocol changes. Frontend->backend messages now | Tom Lane | 2003-04-19 |