Commit Graph

93 Commits (bf1c8f2b3b067c29f1abdf6fe866fb485ade96e9)

Author SHA1 Message Date
Peter Eisentraut 6a68f42648 The heralded `Grand Unified Configuration scheme' (GUC) 25 years ago
Tom Lane 2af53f3762 After closing frontend socket, set MyProcPort->sock = -1 to ensure that 25 years ago
Tom Lane 1f0aff03c0 Remove calls to getprotobyname(), which we now know leaks memory on 25 years ago
Tatsuo Ishii f1cb756c38 Add KEEPALIVE option to the socket of backend. This will automatically 25 years ago
Tom Lane 07672d4e0a Skip setsockopt(SO_REUSEADDR) for the Unix-domain postmaster socket on 26 years ago
Bruce Momjian 52f77df613 Ye-old pgindent run. Same 4-space tabs. 26 years ago
Bruce Momjian 5c25d60244 Add: 26 years ago
Tom Lane 51f62d505e Standardize on MAXPGPATH as the size of a file pathname buffer, 26 years ago
Tom Lane ecd0bfa81a Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend. 26 years ago
Bruce Momjian e0e7daef6d Lots of patches coming in from me today :-) 26 years ago
Tom Lane 45500964f6 StreamConnection() mustn't call elog(). 26 years ago
Tom Lane e25e6a6dc3 Commit the bulk of Mike Ansley's long-query changes in the 26 years ago
Tom Lane baac6f981e Exit cleanups I made yesterday caused pq_close() to be 26 years ago
Bruce Momjian 3406901a29 Move some system includes into c.h, and remove duplicates. 26 years ago
Bruce Momjian 9b4dac7f12 clean up comment on missing file. 26 years ago
Bruce Momjian 2d36471b82 Include check 26 years ago
Tom Lane 05933f4ec1 Add back improperly removed #include for utils/trace.h. 26 years ago
Bruce Momjian a71802e12e Final cleanup. 26 years ago
Bruce Momjian 9b645d481c Update #include cleanups 26 years ago
Bruce Momjian 2e6b1e63a3 Remove unused #includes in *.c files. 26 years ago
Bruce Momjian 38ff52c379 Allow port numbers 32k - 64k. 26 years ago
Bruce Momjian 07842084fe pgindent run over code. 26 years ago
Tom Lane b3ad49850e Report strerror() rather than errno in low-level backend libpq 26 years ago
Bruce Momjian 94bd4e3da7 Update to PyGreSQL 2.3. 27 years ago
Tom Lane 1afe0b3146 Repair incorrectly-figured snprintf length restriction. 27 years ago
Tom Lane 95cc41b81d Revise backend libpq interfaces so that messages to the frontend 27 years ago
Tom Lane 63393bdf90 Produce a more specific error message when backend sees EOF on 27 years ago
Bruce Momjian 6724a50787 Change my-function-name-- to my_function_name, and optimizer renames. 27 years ago
Tom Lane 77f5428244 Fix a couple little problems with signed vs. unsigned 27 years ago
Tom Lane e6725d1574 Add explicit buffering in backend libpq, to compensate for 27 years ago
Bruce Momjian 7a6b562fdf Apply Win32 patch from Horak Daniel. 27 years ago
Tom Lane cd6bc85aa2 Remove uses of MSG_WAITALL temporarily, since it doesn't 27 years ago
Marc G. Fournier d8b96ade81 From: Magnus Hagander <mha@sollentuna.net> 27 years ago
Marc G. Fournier 3b3ffc8d97 From: Magnus Hagander <mha@sollentuna.net> 27 years ago
Marc G. Fournier df1468e251 Many more cleanups... 27 years ago
Tom Lane 9e0e148a83 pq_getstr didn't handle buffer overrun correctly; it would 27 years ago
Marc G. Fournier 4fff1dada7 From: Peter Gucwa <pg@softcomputer.com> 27 years ago
Bruce Momjian 3e66e2b17b make lock variable only used with fcntl 27 years ago
Tom Lane 9e23ab9b5c Add configure test to make sure fcntl(SETLK) is available, 27 years ago
Vadim B. Mikheev ee00b75441 flock --> fcntl 27 years ago
Bruce Momjian fa1a8d6a97 OK, folks, here is the pgindent output. 27 years ago
Bruce Momjian af74855a60 Renaming cleanup, no pgindent yet. 27 years ago
Marc G. Fournier 51e8e187d1 Massimo Dal Zotto <dz@cs.unitn.it> 27 years ago
Marc G. Fournier 5979d73841 From: t-ishii@sra.co.jp 27 years ago
Bruce Momjian 7b2b779a2a Add auto-size to screen to \d? commands. Use UNION to show all 27 years ago
Marc G. Fournier a0659e3e2c From: Tom Lane <tgl@sss.pgh.pa.us> 27 years ago
Bruce Momjian e747c58718 Fix for hang after postmaster restart. Add new proc_exit and 27 years ago
Bruce Momjian 8bad4e23a8 Remove un-needed include files. 27 years ago
Bruce Momjian cb7cbc16fa Hi, here are the patches to enhance existing MB handling. This time 27 years ago
Bruce Momjian 6bd323c6b3 Remove un-needed braces around single statements. 27 years ago