OSDN Git Service

8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
[pg-rex/syncrep.git] / src / backend / utils / fmgr / dfmgr.c
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-09-03 Tom LaneIf a loadable module has wrong values in its magic...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-07-12 Tom LaneSome of our port-specific dynloader implementations...
2007-02-07 Peter EisentrautReplace some strncpy() by strlcpy().
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-06 Peter EisentrautMessage style improvements
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-27 Tom LaneReplace strncpy with strlcpy in selected places that...
2006-08-16 Tom LaneSeems some C compilers think 'restrict' is a fully...
2006-08-15 Tom LaneAdd server support for "plugin" libraries that can...
2006-08-08 Tom LaneAdd a feature for automatic initialization and finaliza...
2006-06-07 Bruce MomjianPrepare code to be built by MSVC:
2006-05-31 Tom LaneMake PG_MODULE_MAGIC required in shared libraries that...
2006-05-30 Tom LaneCode review for magic-block patch. Remove separate...
2006-05-30 Bruce MomjianAdd pgmagic header block to store compile-time constants:
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-05-11 Neil ConwayCode cleanup: in C89, there is no point casting the...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-13 Tom LaneFix core dumps, inability to count, etc associated...
2004-07-12 Bruce MomjianFix library_path with canonicalization.
2004-06-10 Bruce MomjianAttached is a patch that takes care of the PATHSEP...
2004-05-26 Bruce Momjian*) inet_(client|server)_(addr|port)() and necessary...
2004-05-17 Bruce MomjianReorganize code to allow path-relative installs.
2004-03-09 Bruce MomjianDetermines the PKGLIBDIR equivalent under win32. Requir...
2004-02-17 Bruce MomjianUnder Win32, stat() returns an st_ino field, but it...
2004-01-19 Tom LaneAdd a hash table to cache lookups of 'C'-language funct...
2004-01-07 Neil ConwayMore janitorial work: remove the explicit casting of...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-09-07 Tom Laneload_file() has to remove pre-existing shlibs that...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-19 Tom LaneAnother round of error message editing, covering backen...
2003-07-18 Tom LaneFirst bits of work on error message editing.
2003-05-27 Bruce MomjianMake debug_ GUC varables output DEBUG1 rather than...
2003-04-05 Bruce MomjianFix compile problem with Win32 macro used inside anothe...
2003-04-04 Bruce MomjianAdd Win32 path handling for / vs. \ and drive letters.
2002-09-02 Bruce MomjianRemove sys/types.h in files that include postgres.h...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-06 Tom LaneRearrange fmgr.c and relcache so that it's possible...
2001-10-04 Tom LanePlug memory leaks introduced by dynamic-search-path...
2001-09-16 Peter EisentrautInstall dynamically loadable modules into a private...
2001-05-19 Peter EisentrautAllow special '$libdir' macro to show up in object...
2001-05-17 Peter EisentrautAdd dynamic_library_path parameter and automatic append...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-11-20 Tom LaneRevise handling of oldstyle/newstyle functions per...
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-07-05 Tom LaneUpdate textin() and textout() to new fmgr style. This...
2000-06-28 Tom LaneFirst phase of memory management rewrite (see backend...
2000-06-15 Bruce MomjianFinal #include cleanup.
2000-05-30 Bruce MomjianRemove unused include files. Do not touch /port or...
2000-05-28 Tom LaneFirst round of changes for new fmgr interface. fmgr...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-01-26 Bruce MomjianAdd:
1999-11-22 Bruce MomjianAdd system indexes to match all caches.
1999-11-07 Bruce MomjianNew NameStr macro to convert Name to Str. No need...
1999-10-02 Tom LaneAllow CREATE FUNCTION's WITH clause to be used for...
1999-09-28 Vadim B. Mikheevheap_close(rel, AccessShareLock);
1999-09-28 Bruce Momjian I have been working with user defined types and...
1999-09-18 Tom LaneMega-commit to make heap_open/heap_openr/heap_close...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Tom LaneAdd back improperly removed #include for utils/dynamic_...
1999-07-16 Bruce MomjianFinal cleanup
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-22 Tom LaneImprove error message from failed LOAD command (include
1999-05-10 Bruce MomjianChange error messages to oids come out as %u and not...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-07 Tom LaneClean up some minor compile warnings.
1998-10-08 Bruce MomjianMake functions static or ifdef NOT_USED. Prevent pg_ve...
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-19 Bruce Momjianheap_fetch requires buffer pointer, must be released...
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-01-31 Bruce MomjianInline fastgetattr and others so data access does not...
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-20 Marc G. FournierFirst clean compile without a "PORTNAME" variable being...
1997-09-18 Bruce MomjianInline memset() as MemSet().
1997-09-12 Bruce Momjianheapattr functions now return a Datum, not char *.
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-09-01 Vadim B. Mikheevtrigger_dynamic()->handle_load() func for loading SPI...
1997-08-12 Bruce MomjianFix pgproc names over 15 chars in output. Add strNcpy...
1997-07-24 Bruce MomjianVarious compile errors concerning overflow due to shift...
1997-02-14 Bruce MomjianRemove WIN32 defines. They never worked.
1997-02-13 Marc G. FournierImprovements to the ultrix port, in particular a bunch...
1996-11-27 Bryan HendersonMore stuff to make it compile on various ports.
1996-11-24 Bryan HendersonTypecasts, etc. to make compile work on AIX. Thanks...
1996-11-10 Bryan HendersonQuiet compiler warnings.
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources