summaryrefslogtreecommitdiff
path: root/src/backend/libpq
AgeCommit message (Expand)Author
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
1999-05-21Report strerror() rather than errno in low-level backend libpqTom Lane
1999-05-10Update to PyGreSQL 2.3.Bruce Momjian
1999-05-10Rename MAP_FILE to USERMAP_FILE for Digital Unix.Bruce Momjian
1999-05-10Change error messages to oids come out as %u and not %d. Change has noBruce Momjian
1999-05-09Running lo_read/lo_write under different memory contextTatsuo Ishii
1999-05-09Fix some miscellaneous places that were using raw open() orTom Lane
1999-05-04Repair incorrectly-figured snprintf length restriction.Tom Lane
1999-05-03here are some patches for 6.5.0 which I already submitted but have neverBruce Momjian
1999-04-25Still had a few MULTIBYTE problems when client encoding wasTom Lane
1999-04-25My first cut at libpq revision didn't handle MULTIBYTE correctly,Tom Lane
1999-04-25Ooops, missed committing this one...Tom Lane
1999-04-25Revise backend libpq interfaces so that messages to the frontendTom Lane
1999-04-16Improve error messages when a connection is rejected.Tom Lane
1999-03-14 I've been having also sorts of fun trying to get kerberos 4Bruce Momjian
1999-02-18Produce a more specific error message when backend sees EOF onTom Lane
1999-02-13Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian
1999-02-03Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian
1999-01-27Another SELECT speedup: extract OIDs of column print functionsTom Lane
1999-01-24Replace typtoout() and gettypelem() with a single routine,Tom Lane
1999-01-24Fix a couple little problems with signed vs. unsignedTom Lane
1999-01-23Add explicit buffering in backend libpq, to compensate forTom Lane
1999-01-18Fix cfor typos.Bruce Momjian
1999-01-17Apply Win32 patch from Horak Daniel.Bruce Momjian
1999-01-17Remove uses of MSG_WAITALL temporarily, since it doesn'tTom Lane
1999-01-12From: Magnus Hagander <mha@sollentuna.net>Marc G. Fournier
1999-01-11From: Magnus Hagander <mha@sollentuna.net>Marc G. Fournier
1998-12-14more cleanups...of note, appendStringInfo now performs like sprintf(),Marc G. Fournier
1998-12-14Many more cleanups...Marc G. Fournier
1998-12-14Initial attempt to clean up the code...Marc G. Fournier
1998-11-29pq_getstr didn't handle buffer overrun correctly; it wouldTom Lane
1998-11-27New HeapTuple structure/interface.Vadim B. Mikheev
1998-10-13From: Peter Gucwa <pg@softcomputer.com>Marc G. Fournier