| Commit message (Expand) | Author | Age |
* | Repair bug that would allow libpq to think a command had succeeded when | Tom Lane | 2004-09-26 |
* | 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 |
* | Whack getaddrinfo() patch around until it works, more or less, on | Tom Lane | 2003-04-02 |
* | Simplify the socket handling code by supplying a replacement getaddrinfo() | Peter Eisentraut | 2003-03-29 |
* | Where available, use utime() or utimes() to update the file mod time | Tom Lane | 2003-01-25 |
* | Readd #include netinet/in.h for FreeBSD. | Bruce Momjian | 2003-01-14 |
* | Fix for systems that don't have INET_ADDRSTRLEN. | Peter Eisentraut | 2003-01-06 |
* | Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entries | Bruce Momjian | 2003-01-06 |
* | Back out V6 code, caused postmaster startup failure. | Bruce Momjian | 2002-12-06 |
* | We have just finished porting the old KAME IPv6 patch over to | Bruce Momjian | 2002-12-06 |
* | Guard against send-lots-and-lots-of-data DoS attack from unauthenticated | Tom Lane | 2002-09-04 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | Remove all traces of multibyte and locale options. Clean up comments | Peter Eisentraut | 2002-09-03 |
* | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian | 2002-09-02 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | UPDATED PATCH: | Bruce Momjian | 2002-06-14 |
* | Back out SSL changes. Newer patch available. | Bruce Momjian | 2002-06-14 |
* | Attached are a revised set of SSL patches. Many of these patches | Bruce Momjian | 2002-06-14 |
* | Create an internal semaphore API that is not tied to SysV semaphores. | Tom Lane | 2002-05-05 |
* | Fix typo. | Tom Lane | 2002-04-21 |
* | pq_getstring doesn't go through pq_getbyte anymore, for better performance. | Peter Eisentraut | 2002-04-20 |
* | Replace perror() calls by elog()s, so that messages can be routed to | Tom Lane | 2002-04-03 |
* | Change made to elog: | Bruce Momjian | 2002-03-06 |
* | Further work on elog cleanup: fix some bogosities in elog's logic about | Tom Lane | 2002-03-04 |
* | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian | 2002-03-02 |
* | Change appendStringInfoChar to appendStringInfoCharMacro in a couple of | Tom Lane | 2001-12-04 |
* | Replace pq_getbytes(&ch, 1) calls with pq_getbyte(), which is easier | Tom Lane | 2001-12-04 |
* | Suppress duplicate error messages in pq_flush. Write error messages to | Tom Lane | 2001-11-12 |
* | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
* | Fix thinko (revealed by gcc warning). | Tom Lane | 2001-08-07 |
* | Add a check for end of client connection before expecting a password | Peter Eisentraut | 2001-08-07 |
* | Remove no-longer-needed fcntl call (I'm not sure it *ever* did anything | Tom Lane | 2001-08-05 |
* | Instead of believing SOMAXCONN from the system header files (which is | Tom Lane | 2001-07-11 |