| Commit message (Expand) | Author | Age | Files | Lines |
| * | Restructure the key include files per recent pghackers discussion: there | Tom Lane | 2001-02-10 | 1 | -3/+2 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | On further thought, we need a defense against empty PGPORT here too. | Tom Lane | 2000-12-31 | 1 | -3/+6 |
| * | Ignore PGPORT environment variable if it is an empty string. | Tom Lane | 2000-12-31 | 1 | -2/+3 |
| * | Fix PQsetdbLogin() backward compatibility problem. | Tatsuo Ishii | 2000-12-22 | 1 | -2/+2 |
| * | Ensure that 'errno' is saved and restored by all signal handlers that | Tom Lane | 2000-12-18 | 1 | -1/+6 |
| * | Silence compiler warning. | Tom Lane | 2000-12-07 | 1 | -2/+4 |
| * | Ensure that all uses of <ctype.h> functions are applied to unsigned-char | Tom Lane | 2000-12-03 | 1 | -15/+16 |
| * | Repair residual sillinesses from UUNET virtual host/socket path patch. | Tom Lane | 2000-11-30 | 1 | -23/+33 |
| * | Remove remaining unixsocket-setting interfaces, since the host parameter | Peter Eisentraut | 2000-11-30 | 1 | -9/+6 |
| * | Remove PQunixsocket, per Peter's recommendation. PQhost shows the socket dir... | Bruce Momjian | 2000-11-28 | 1 | -9/+1 |
| * | Make PQhost return socket path. | Bruce Momjian | 2000-11-27 | 1 | -2/+2 |
| * | Recongizing PGCLIENTENCODING has been broken since 7.0. | Tatsuo Ishii | 2000-11-17 | 1 | -2/+16 |
| * | Rename PortName to PortNumber. | Bruce Momjian | 2000-11-14 | 1 | -15/+1 |
| * | Remove -k unix socketpath option from client side, allow hostname with | Bruce Momjian | 2000-11-13 | 1 | -9/+40 |
| * | UUNET is looking into offering PostgreSQL as a part of a managed web | Bruce Momjian | 2000-11-13 | 1 | -10/+86 |
| * | Fix for missing EUC_TW encoding | Tatsuo Ishii | 2000-11-04 | 1 | -1/+2 |
| * | Avoid dependency on backend's multibyte module as possible. | Tatsuo Ishii | 2000-10-30 | 1 | -1/+68 |
| * | Back out xti.h portion of the patch. | Bruce Momjian | 2000-10-23 | 1 | -4/+1 |
| * | Makeover for Unixware 7.1.1 | Peter Eisentraut | 2000-10-22 | 1 | -2/+3 |
| * | Locate the file pg_service.conf in the directory configured as --syconfdir | Peter Eisentraut | 2000-10-17 | 1 | -2/+8 |
| * | TNS: | Bruce Momjian | 2000-10-17 | 1 | -1/+122 |
| * | The configure script fails to find <netinet/tcp.h>. | Bruce Momjian | 2000-10-14 | 1 | -1/+4 |
| * | Treat empty connection parameters as is, in particular to enable overriding | Peter Eisentraut | 2000-10-03 | 1 | -13/+10 |
| * | Cleanup of fe-connect ifdef platform problem added with beos. | Bruce Momjian | 2000-10-03 | 1 | -5/+4 |
| * | New diff that now covers the entire tree. Applying this gets postgresql | Bruce Momjian | 2000-10-03 | 1 | -4/+5 |
| * | Fixes for Cygwin, with help from Pete Forman <gsez020@kryten.bedford.waii.com>. | Peter Eisentraut | 2000-09-27 | 1 | -3/+6 |
| * | SSL patch from Magnus | Bruce Momjian | 2000-08-30 | 1 | -54/+81 |
| * | Introduce HAVE_UNIX_SOCKETS symbol to replace repeatedly listing all the | Peter Eisentraut | 2000-08-20 | 1 | -2/+2 |
| * | Another round of those unportable config/build changes :-/ | Peter Eisentraut | 2000-07-09 | 1 | -6/+6 |
| * | Big warnings cleanup for Solaris/GCC. Down to about 40 now, but | Peter Eisentraut | 2000-06-14 | 1 | -11/+8 |
| * | Substituted new configure test for types of accept() | Peter Eisentraut | 2000-06-11 | 1 | -3/+3 |
| * | The heralded `Grand Unified Configuration scheme' (GUC) | Peter Eisentraut | 2000-05-31 | 1 | -3/+3 |
| * | Remove calls to getprotobyname(), which we now know leaks memory on | Tom Lane | 2000-05-21 | 1 | -12/+3 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -473/+555 |
| * | Fold PQsetenv working state into PGconn, rather than trying to maintain | Tom Lane | 2000-03-24 | 1 | -131/+74 |
| * | Some points for portability improvements: | Bruce Momjian | 2000-03-23 | 1 | -2/+2 |
| * | Change PQconndefaults() to return a malloc'd array, instead of a static | Tom Lane | 2000-03-11 | 1 | -74/+123 |
| * | The following is required in order to make beta1 compile on the Win32 | Bruce Momjian | 2000-02-24 | 1 | -1/+2 |
| * | Avoid race conditions in detection of EINPROGRESS during connect(). | Jan Wieck | 2000-02-21 | 1 | -2/+2 |
| * | Fix nasty bug in setting client_encoding | Tatsuo Ishii | 2000-02-19 | 1 | -9/+9 |
| * | New cost model for planning, incorporating a penalty for random page | Tom Lane | 2000-02-15 | 1 | -7/+1 |
| * | Fixed psql double quoting of SQL ids | Peter Eisentraut | 2000-02-07 | 1 | -9/+10 |
| * | Change function name PQclientencoding to PQclientEncoding since | Tatsuo Ishii | 2000-02-05 | 1 | -2/+44 |
| * | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
| * | Remove Ops parameter from STATRELID cache lookup, for Tom Lane and | Bruce Momjian | 2000-01-24 | 1 | -4/+34 |
| * | updated install file | Peter Eisentraut | 2000-01-23 | 1 | -20/+1 |
| * | Hi! | Bruce Momjian | 2000-01-18 | 1 | -3/+21 |
| * | Libpq non-blocking mode, from Alfred Perlstein | Bruce Momjian | 2000-01-18 | 1 | -28/+5 |
| * | Sigh, I'm an idiot ... I broke the async startup logic a couple days ago, | Tom Lane | 2000-01-16 | 1 | -7/+28 |