summaryrefslogtreecommitdiff
path: root/src/backend/libpq
Commit message (Expand)AuthorAgeFilesLines
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-071-2/+3
* Standardize on MAXPGPATH as the size of a file pathname buffer,Tom Lane1999-10-251-2/+3
* Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend.Tom Lane1999-10-237-53/+67
* Add README.SSLBruce Momjian1999-09-271-0/+53
* Lots of patches coming in from me today :-)Bruce Momjian1999-09-275-45/+101
* cygwin doesn't have an endian.h, but defines BYTE_ORDER in sys/param.hMarc G. Fournier1999-09-121-1/+4
* Eliminate query length limitation imposed by pg_client_to_serverTom Lane1999-09-111-18/+23
* StreamConnection() mustn't call elog().Tom Lane1999-09-081-5/+9
* Commit the bulk of Mike Ansley's long-query changes in theTom Lane1999-08-312-34/+21
* Exit cleanups I made yesterday caused pq_close() to beTom Lane1999-07-231-2/+6
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-1713-43/+15
* clean up comment on missing file.Bruce Momjian1999-07-171-2/+2
* Include checkBruce Momjian1999-07-171-2/+2
* Add back improperly removed #include for utils/trace.h.Tom Lane1999-07-161-1/+3
* Final cleanup.Bruce Momjian1999-07-1612-39/+45
* Update #include cleanupsBruce Momjian1999-07-165-11/+11
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-1511-49/+49
* Remove unused #includes in *.c files.Bruce Momjian1999-07-1512-51/+12
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-153-6/+3
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-141-1/+2
* Allow port numbers 32k - 64k.Bruce Momjian1999-07-071-2/+2
* Rename to vararg_format().Bruce Momjian1999-06-191-9/+9
* Change form() to varargform() to prevent portability problems.Bruce Momjian1999-06-191-9/+9
* Add configurable option controlling security checks in LO functions.Tom Lane1999-06-041-1/+5
* Clean up memory leaks in LO operations by freeing LO's privateTom Lane1999-05-311-22/+78
* Fix for crypt memory leak, from James ThompsonBruce Momjian1999-05-271-4/+4
* Make functions static or NOT_USED as appropriate.Bruce Momjian1999-05-261-2/+3
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-251-2/+2
* pgindent run over code.Bruce Momjian1999-05-2511-245/+249
* Report strerror() rather than errno in low-level backend libpqTom Lane1999-05-211-9/+12
* Update to PyGreSQL 2.3.Bruce Momjian1999-05-101-1/+11
* Rename MAP_FILE to USERMAP_FILE for Digital Unix.Bruce Momjian1999-05-101-3/+3
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-102-7/+6
* Running lo_read/lo_write under different memory contextTatsuo Ishii1999-05-091-3/+17
* Fix some miscellaneous places that were using raw open() orTom Lane1999-05-093-27/+52
* Repair incorrectly-figured snprintf length restriction.Tom Lane1999-05-041-3/+5
* here are some patches for 6.5.0 which I already submitted but have neverBruce Momjian1999-05-031-6/+6
* Still had a few MULTIBYTE problems when client encoding wasTom Lane1999-04-251-2/+31
* My first cut at libpq revision didn't handle MULTIBYTE correctly,Tom Lane1999-04-251-46/+42
* Ooops, missed committing this one...Tom Lane1999-04-251-4/+5
* Revise backend libpq interfaces so that messages to the frontendTom Lane1999-04-254-728/+651
* Improve error messages when a connection is rejected.Tom Lane1999-04-162-55/+102
* I've been having also sorts of fun trying to get kerberos 4Bruce Momjian1999-03-141-3/+3
* Produce a more specific error message when backend sees EOF onTom Lane1999-02-181-3/+9
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-1312-25/+25
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-031-5/+3
* Another SELECT speedup: extract OIDs of column print functionsTom Lane1999-01-271-2/+2
* Replace typtoout() and gettypelem() with a single routine,Tom Lane1999-01-241-7/+6
* Fix a couple little problems with signed vs. unsignedTom Lane1999-01-241-6/+6
* Add explicit buffering in backend libpq, to compensate forTom Lane1999-01-232-90/+165