]> granicus.if.org Git - postgresql/history - src/backend/libpq/be-fsstubs.c
Hello,
[postgresql] / src / backend / libpq / be-fsstubs.c
2000-10-08 Bruce MomjianHello,
2000-07-17 Tom LaneRevise aggregate functions per earlier discussions...
2000-07-07 Tom LaneFix misuse of StrNCpy to copy and add null to non-null...
2000-07-03 Jan WieckTOAST
2000-06-28 Tom LaneFirst phase of memory management rewrite (see backend...
2000-06-09 Tom LaneAnother round of updates for new fmgr, mostly in the...
2000-06-02 Bruce MomjianRemove NT-specific file open defines by defining our...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-01-26 Bruce MomjianAdd:
1999-12-10 Bruce MomjianRename several destroy* functions/tags to drop*.
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-16 Bruce MomjianUpdate #include cleanups
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-06-04 Tom LaneAdd configurable option controlling security checks...
1999-05-31 Tom LaneClean up memory leaks in LO operations by freeing LO...
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-10 Bruce MomjianChange error messages to oids come out as %u and not...
1999-05-09 Tatsuo IshiiRunning lo_read/lo_write under different memory context
1999-05-09 Tom LaneFix some miscellaneous places that were using raw open...
1999-05-03 Bruce Momjianhere are some patches for 6.5.0 which I already submitt...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-01-17 Bruce MomjianApply Win32 patch from Horak Daniel.
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-19 Bruce Momjianheap_fetch requires buffer pointer, must be released...
1998-07-22 Vadim B. MikheevFix _lo_commit: core if LO memmory context was not...
1998-07-21 Bruce MomjianTheses buffer leaks are caused by indexes that are...
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-05-12 Bruce MomjianCleanups for large objects, so file is trucated on...
1998-01-07 Bruce MomjianGoodbye ABORT. Hello ERROR for all errors.
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-12-08 Bruce MomjianMore VARHDRSZ additions.
1997-10-25 Bruce MomjianRename strNcpy to StrNCpy, and change third parameter.
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-08-12 Bruce MomjianRemove more (void) and fix -Wall warnings.
1997-08-12 Bruce MomjianFix pgproc names over 15 chars in output. Add strNcpy...
1997-06-10 Bruce MomjianLO patches for loimport/loexport from Raymond Toy
1997-05-06 Thomas G. LockhartChange LOread() and LOwrite() to loread() and lowrite...
1997-04-21 Vadim B. Mikheev#include <string.h>
1997-04-17 Marc G. FournierFrom: Raymond Toy <toy@rtp.ericsson.se>
1997-03-18 Marc G. FournierPatch from Sven Verdoolaege <skimo@breughel.ufsia.ac...
1996-11-15 Bruce MomjianCorrect permissions on lo_export(). Open up permissions.
1996-11-06 Marc G. FournierI'm getting there, slowly :)
1996-10-31 Marc G. Fournierclean up makefile
1996-09-23 Marc G. Fournierdiff -ru ../../../orig/postgres95/src/backend/libpq...
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01