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