aboutsummaryrefslogtreecommitdiff
path: root/src/backend/libpq/be-fsstubs.c
Commit message (Expand)AuthorAge
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-02
* Clean up comments to be careful about the distinction between variable-Tom Lane2002-08-25
* Update copyright to 2002.Bruce Momjian2002-06-20
* Change made to elog:Bruce Momjian2002-03-06
* Allow a non-superuser database owner to vacuum all tables in hisTom Lane2001-06-13
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Remove arbitrary limit on number of simultaneously open large objects.Tom Lane2000-10-24
* Major overhaul of large-object implementation, by Denis Perchine withTom Lane2000-10-24
* BACKED OUT.Bruce Momjian2000-10-22
* here it is as requested by Bruce.Bruce Momjian2000-10-21
* Back out:Bruce Momjian2000-10-08
* Hello,Bruce Momjian2000-10-08
* Revise aggregate functions per earlier discussions in pghackers.Tom Lane2000-07-17
* Fix misuse of StrNCpy to copy and add null to non-null-terminated data.Tom Lane2000-07-07
* TOASTJan Wieck2000-07-03
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-28
* Another round of updates for new fmgr, mostly in the datetime code.Tom Lane2000-06-09
* Remove NT-specific file open defines by defining our own open macros forBruce Momjian2000-06-02
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Add:Bruce Momjian2000-01-26
* Rename several destroy* functions/tags to drop*.Bruce Momjian1999-12-10
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Final cleanup.Bruce Momjian1999-07-16
* Update #include cleanupsBruce Momjian1999-07-16
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-15
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Add configurable option controlling security checks in LO functions.Tom Lane1999-06-04
* Clean up memory leaks in LO operations by freeing LO's privateTom Lane1999-05-31
* pgindent run over code.Bruce Momjian1999-05-25
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-10
* Running lo_read/lo_write under different memory contextTatsuo Ishii1999-05-09
* Fix some miscellaneous places that were using raw open() orTom Lane1999-05-09
* here are some patches for 6.5.0 which I already submitted but have neverBruce Momjian1999-05-03
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Apply Win32 patch from Horak Daniel.Bruce Momjian1999-01-17
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-19
* Fix _lo_commit: core if LO memmory context was not created (LO were not used?)Vadim B. Mikheev1998-07-22
* Theses buffer leaks are caused by indexes that are kept open betweenBruce Momjian1998-07-21
* Remove un-needed braces around single statements.Bruce Momjian1998-06-15
* Cleanups for large objects, so file is trucated on open, fix forBruce Momjian1998-05-12
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-07
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-05
* More VARHDRSZ additions.Bruce Momjian1997-12-08
* Rename strNcpy to StrNCpy, and change third parameter.Bruce Momjian1997-10-25
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08