| Commit message (Expand) | Author | Age |
* | Remove long-dead support for invoking queries from dynamically loaded | Tom Lane | 2000-07-08 |
* | Move PGPORT envar handling to ResetAllOptions(). Improve long options | Peter Eisentraut | 2000-07-03 |
* | Big warnings cleanup for Solaris/GCC. Down to about 40 now, but | Peter Eisentraut | 2000-06-14 |
* | Substituted new configure test for types of accept() | Peter Eisentraut | 2000-06-11 |
* | PGPORT envar was erroneously ignored by the backend | Peter Eisentraut | 2000-06-06 |
* | New ps display code, works on more platforms. | Peter Eisentraut | 2000-06-04 |
* | Remove NT-specific file open defines by defining our own open macros for | Bruce Momjian | 2000-06-02 |
* | The heralded `Grand Unified Configuration scheme' (GUC) | Peter Eisentraut | 2000-05-31 |
* | After closing frontend socket, set MyProcPort->sock = -1 to ensure that | Tom Lane | 2000-05-26 |
* | Remove calls to getprotobyname(), which we now know leaks memory on | Tom Lane | 2000-05-21 |
* | Add KEEPALIVE option to the socket of backend. This will automatically | Tatsuo Ishii | 2000-05-20 |
* | Skip setsockopt(SO_REUSEADDR) for the Unix-domain postmaster socket on | Tom Lane | 2000-04-14 |
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 |
* | Add: | Bruce Momjian | 2000-01-26 |
* | Standardize on MAXPGPATH as the size of a file pathname buffer, | Tom Lane | 1999-10-25 |
* | Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend. | Tom Lane | 1999-10-23 |
* | Lots of patches coming in from me today :-) | Bruce Momjian | 1999-09-27 |
* | StreamConnection() mustn't call elog(). | Tom Lane | 1999-09-08 |
* | Commit the bulk of Mike Ansley's long-query changes in the | Tom Lane | 1999-08-31 |
* | Exit cleanups I made yesterday caused pq_close() to be | Tom Lane | 1999-07-23 |
* | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 |
* | clean up comment on missing file. | Bruce Momjian | 1999-07-17 |
* | Include check | Bruce Momjian | 1999-07-17 |
* | Add back improperly removed #include for utils/trace.h. | Tom Lane | 1999-07-16 |
* | Final cleanup. | Bruce Momjian | 1999-07-16 |
* | Update #include cleanups | Bruce Momjian | 1999-07-16 |
* | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 |
* | Allow port numbers 32k - 64k. | Bruce Momjian | 1999-07-07 |
* | pgindent run over code. | Bruce Momjian | 1999-05-25 |
* | Report strerror() rather than errno in low-level backend libpq | Tom Lane | 1999-05-21 |
* | Update to PyGreSQL 2.3. | Bruce Momjian | 1999-05-10 |
* | Repair incorrectly-figured snprintf length restriction. | Tom Lane | 1999-05-04 |
* | Revise backend libpq interfaces so that messages to the frontend | Tom Lane | 1999-04-25 |
* | Produce a more specific error message when backend sees EOF on | Tom Lane | 1999-02-18 |
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 |
* | Fix a couple little problems with signed vs. unsigned | Tom Lane | 1999-01-24 |
* | Add explicit buffering in backend libpq, to compensate for | Tom Lane | 1999-01-23 |
* | Apply Win32 patch from Horak Daniel. | Bruce Momjian | 1999-01-17 |
* | Remove uses of MSG_WAITALL temporarily, since it doesn't | Tom Lane | 1999-01-17 |
* | From: Magnus Hagander <mha@sollentuna.net> | Marc G. Fournier | 1999-01-12 |
* | From: Magnus Hagander <mha@sollentuna.net> | Marc G. Fournier | 1999-01-11 |
* | Many more cleanups... | Marc G. Fournier | 1998-12-14 |
* | pq_getstr didn't handle buffer overrun correctly; it would | Tom Lane | 1998-11-29 |
* | From: Peter Gucwa <pg@softcomputer.com> | Marc G. Fournier | 1998-10-13 |
* | make lock variable only used with fcntl | Bruce Momjian | 1998-10-07 |
* | Add configure test to make sure fcntl(SETLK) is available, | Tom Lane | 1998-10-06 |
* | flock --> fcntl | Vadim B. Mikheev | 1998-09-10 |
* | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 |
* | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 |
* | Massimo Dal Zotto <dz@cs.unitn.it> | Marc G. Fournier | 1998-08-25 |