| Age | Commit message (Expand) | Author |
| 2001-05-28 | Suppress useless memmove() when buffer already contains left-justified | Tom Lane |
| 2001-05-11 | Stamp CVS as 7.2. Update all interface version numbers. This is the | Bruce Momjian |
| 2001-05-03 | Updates for 7.1.1. Not done yet. | Bruce Momjian |
| 2001-03-31 | On Cygwin, do initial connect() call in blocking mode, per report from | Tom Lane |
| 2001-03-31 | pqWait() should check for exception status as well as read or write | Tom Lane |
| 2001-03-23 | Fix comments that were mis-wrapped, for Tom Lane. | Bruce Momjian |
| 2001-03-22 | Remove dashes in comments that don't need them, rewrap with pgindent. | Bruce Momjian |
| 2001-03-22 | pgindent run. Make it all clean. | Bruce Momjian |
| 2001-02-20 | Make sure -L and -I's for our source tree are always before system include | Peter Eisentraut |
| 2001-02-17 | Seems a bad idea to assume that select(2) doesn't touch the input masks | Tom Lane |
| 2001-02-11 | Cleanup of source. | Bruce Momjian |
| 2001-02-11 | Clean up mutibyte supoorting source files. | Tatsuo Ishii |
| 2001-02-10 | Restructure the key include files per recent pghackers discussion: there | Tom Lane |
| 2001-02-07 | Actually, it looks like DEF_PGPORT belongs over in config.h.win32 for | Tom Lane |
| 2001-02-07 | Remove broken (and unnecessary) definition of DEF_PGPORT. | Tom Lane |
| 2001-02-06 | Now that I look at it, PQoidValue() ain't quite right either. | Tom Lane |
| 2001-02-06 | Repair PQoidStatus() bug reported by darcy@druid.net. | Tom Lane |
| 2001-02-04 | Check for -lresolv. | Peter Eisentraut |
| 2001-01-27 | Here is an update on the Win32 patch. Modified files are 'config.h.win32' | Bruce Momjian |
| 2001-01-24 | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian |
| 2001-01-20 | Get rid of sunos4-only strerror() macro, and arrange to use the | Tom Lane |
| 2001-01-19 | Make pqexpbuffer a little more robust, per bug report from Heinz Ekker. | Tom Lane |
| 2001-01-06 | No need for screen_size to be static. | Tom Lane |
| 2000-12-31 | On further thought, we need a defense against empty PGPORT here too. | Tom Lane |
| 2000-12-31 | Ignore PGPORT environment variable if it is an empty string. | Tom Lane |
| 2000-12-22 | Fix PQsetdbLogin() backward compatibility problem. | Tatsuo Ishii |
| 2000-12-18 | Ensure that 'errno' is saved and restored by all signal handlers that | Tom Lane |
| 2000-12-07 | Silence compiler warning. | Tom Lane |
| 2000-12-03 | Ensure that all uses of <ctype.h> functions are applied to unsigned-char | Tom Lane |
| 2000-11-30 | Repair residual sillinesses from UUNET virtual host/socket path patch. | Tom Lane |
| 2000-11-30 | Remove remaining unixsocket-setting interfaces, since the host parameter | Peter Eisentraut |
| 2000-11-28 | Remove PQunixsocket from dll file. | Bruce Momjian |
| 2000-11-28 | Remove PQunixsocket prototype | Bruce Momjian |
| 2000-11-28 | Remove PQunixsocket, per Peter's recommendation. PQhost shows the socket dir... | Bruce Momjian |
| 2000-11-27 | Make PQhost return socket path. | Bruce Momjian |
| 2000-11-17 | Recongizing PGCLIENTENCODING has been broken since 7.0. | Tatsuo Ishii |
| 2000-11-16 | Make pgsql compile on FreeBSD-alpha. | Bruce Momjian |
| 2000-11-14 | Rename PortName to PortNumber. | Bruce Momjian |
| 2000-11-13 | Remove -k unix socketpath option from client side, allow hostname with | Bruce Momjian |
| 2000-11-13 | UUNET is looking into offering PostgreSQL as a part of a managed web | Bruce Momjian |
| 2000-11-04 | Fix for missing EUC_TW encoding | Tatsuo Ishii |
| 2000-10-30 | Avoid dependency on backend's multibyte module as possible. | Tatsuo Ishii |
| 2000-10-25 | Rearrange handling of -L linker options so that they are always before all | Peter Eisentraut |
| 2000-10-24 | Increase buffer size to improve performance of client-side lo_import. | Tom Lane |
| 2000-10-23 | Back out xti.h portion of the patch. | Bruce Momjian |
| 2000-10-22 | Makeover for Unixware 7.1.1 | Peter Eisentraut |
| 2000-10-20 | Add support for VPATH builds, that is, building somewhere else than in the | Peter Eisentraut |
| 2000-10-20 | Remove 'override' keyword, which breaks the build on HPUX, and probably | Tom Lane |
| 2000-10-17 | Locate the file pg_service.conf in the directory configured as --syconfdir | Peter Eisentraut |
| 2000-10-17 | TNS: | Bruce Momjian |