summaryrefslogtreecommitdiff
path: root/src/backend/libpq
AgeCommit message (Expand)Author
2000-05-27Patch for Kerberos V.Bruce Momjian
2000-05-27Clean up pg_hba.confBruce Momjian
2000-05-27Improve pg_hba.conf examplesBruce Momjian
2000-05-26After closing frontend socket, set MyProcPort->sock = -1 to ensure thatTom Lane
2000-05-21Remove calls to getprotobyname(), which we now know leaks memory onTom Lane
2000-05-20Add KEEPALIVE option to the socket of backend. This will automaticallyTatsuo Ishii
2000-04-14Skip setsockopt(SO_REUSEADDR) for the Unix-domain postmaster socket onTom Lane
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-03-19Several calls to StrNCpy incorrectly subtracted 1 from the length arg,Tom Lane
2000-03-17Fix a bunch of minor portability problems and maybe-bugs revealed byTom Lane
2000-01-26Add:Bruce Momjian
2000-01-19Removed MBFLAGS from makefiles since it's now done in include/config.h.Peter Eisentraut
2000-01-12In PQfn(), defend against too many args, and avoid dependencyTom Lane
2000-01-11More cleanups. Still doesn't work.Bruce Momjian
2000-01-11More fixes, but still need +1 for FUNC_MAX_ARGSBruce Momjian
2000-01-10Make number of args to a function configurable.Bruce Momjian
2000-01-05Fix it's and its to be correct.Bruce Momjian
1999-12-13New LDOUT makefile variable for QNX os.Bruce Momjian
1999-12-10Rename several destroy* functions/tags to drop*.Bruce Momjian
1999-12-09Make LD -r as macros that can be changed for QNX.Bruce Momjian
1999-11-23verify_password() leaked a file descriptor if it failed to find the givenTom Lane
1999-11-07New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian
1999-10-25Standardize on MAXPGPATH as the size of a file pathname buffer,Tom Lane
1999-10-23Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend.Tom Lane
1999-09-27Add README.SSLBruce Momjian
1999-09-27Lots of patches coming in from me today :-)Bruce Momjian
1999-09-12cygwin doesn't have an endian.h, but defines BYTE_ORDER in sys/param.hMarc G. Fournier
1999-09-11Eliminate query length limitation imposed by pg_client_to_serverTom Lane
1999-09-08StreamConnection() mustn't call elog().Tom Lane
1999-08-31Commit the bulk of Mike Ansley's long-query changes in theTom Lane
1999-07-23Exit cleanups I made yesterday caused pq_close() to beTom Lane
1999-07-17 Move some system includes into c.h, and remove duplicates.Bruce Momjian
1999-07-17clean up comment on missing file.Bruce Momjian
1999-07-17Include checkBruce Momjian
1999-07-16Add back improperly removed #include for utils/trace.h.Tom Lane
1999-07-16Final cleanup.Bruce Momjian
1999-07-16Update #include cleanupsBruce Momjian
1999-07-15Change #include's to use <> and "" as appropriate.Bruce Momjian
1999-07-15Remove unused #includes in *.c files.Bruce Momjian
1999-07-15Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian
1999-07-14Cleanup of /include #include's, for 6.6 only.Bruce Momjian
1999-07-07Allow port numbers 32k - 64k.Bruce Momjian
1999-06-19Rename to vararg_format().Bruce Momjian
1999-06-19Change form() to varargform() to prevent portability problems.Bruce Momjian
1999-06-04Add configurable option controlling security checks in LO functions.Tom Lane
1999-05-31Clean up memory leaks in LO operations by freeing LO's privateTom Lane
1999-05-27Fix for crypt memory leak, from James ThompsonBruce Momjian
1999-05-26Make functions static or NOT_USED as appropriate.Bruce Momjian
1999-05-25Another pgindent run. Sorry folks.Bruce Momjian
1999-05-25pgindent run over code.Bruce Momjian