summaryrefslogtreecommitdiff
path: root/src/backend/libpq/be-fsstubs.c
Commit message (Expand)AuthorAgeFilesLines
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-2/+1
* Final cleanup.Bruce Momjian1999-07-161-3/+3
* Update #include cleanupsBruce Momjian1999-07-161-2/+2
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-5/+5
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-7/+1
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-2/+1
* 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
* pgindent run over code.Bruce Momjian1999-05-251-11/+9
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-101-5/+4
* 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-091-21/+46
* here are some patches for 6.5.0 which I already submitted but have neverBruce Momjian1999-05-031-6/+6
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Apply Win32 patch from Horak Daniel.Bruce Momjian1999-01-171-1/+9
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-6/+7
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-2/+2
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-191-3/+3
* Fix _lo_commit: core if LO memmory context was not created (LO were not used?)Vadim B. Mikheev1998-07-221-5/+9
* Theses buffer leaks are caused by indexes that are kept open betweenBruce Momjian1998-07-211-2/+23
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-5/+1
* Cleanups for large objects, so file is trucated on open, fix forBruce Momjian1998-05-121-2/+2
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-071-12/+12
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-12/+12
* More VARHDRSZ additions.Bruce Momjian1997-12-081-4/+4
* Rename strNcpy to StrNCpy, and change third parameter.Bruce Momjian1997-10-251-3/+3
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-5/+5
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-26/+26
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-223/+247
* Remove more (void) and fix -Wall warnings.Bruce Momjian1997-08-121-6/+6
* Fix pgproc names over 15 chars in output. Add strNcpy() function. remove so...Bruce Momjian1997-08-121-5/+3
* LO patches for loimport/loexport from Raymond ToyBruce Momjian1997-06-101-6/+6
* Change LOread() and LOwrite() to loread() and lowrite() to allow useThomas G. Lockhart1997-05-061-3/+3
* #include <string.h>Vadim B. Mikheev1997-04-211-1/+2
* From: Raymond Toy <toy@rtp.ericsson.se>Marc G. Fournier1997-04-171-8/+14
* Patch from Sven Verdoolaege <skimo@breughel.ufsia.ac.be> for large_objectsMarc G. Fournier1997-03-181-2/+12
* Correct permissions on lo_export(). Open up permissions.Bruce Momjian1996-11-151-2/+6
* I'm getting there, slowly :)Marc G. Fournier1996-11-061-16/+18
* clean up makefileMarc G. Fournier1996-10-311-1/+4
* diff -ru ../../../orig/postgres95/src/backend/libpq/be-fsstubs.cMarc G. Fournier1996-09-231-2/+3
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+351