]> granicus.if.org Git - postgresql/history - src/backend/utils/fmgr
Move some system includes into c.h, and remove duplicates.
[postgresql] / src / backend / utils / fmgr /
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 MomjianFix initdb problem introduced by recent patch.
1999-05-10 Bruce MomjianChange error messages to oids come out as %u and not...
1999-04-09 Tom LaneFix CREATE OPERATOR ... LANGUAGE 'internal', which...
1999-04-03 Tom LaneGive a better error message if an SQL-language function is
1999-03-29 Tom LaneModify fmgr so that internal name (compiler name) of...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-07 Tom LaneClean up some minor compile warnings.
1999-02-03 Bruce MomjianCleanup of source files where 'return' or 'var =' is...
1998-10-08 Bruce MomjianMake functions static or ifdef NOT_USED. Prevent pg_ve...
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-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-04-06 Bruce MomjianHi,
1998-03-07 Thomas G. LockhartAdd one-line fix to allow redefining built-in functions.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-11 Bruce MomjianGoodbye register keyword. Compiler knows better.
1998-01-31 Bruce Momjianfmgr_faddr cleanup
1998-01-31 Bruce MomjianInline fmgr_faddr() for speed.
1998-01-31 Bruce MomjianInline fastgetattr and others so data access does not...
1998-01-15 Bruce MomjianFix for aggreg problem and fmgr.c compile problems.
1998-01-15 PostgreSQL DaemonThank god for searchable mail archives.
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. FournierMajor cleanout of PORTNAME variables from Makefiles...
1997-12-20 Marc G. FournierFirst clean compile without a "PORTNAME" variable being...
1997-12-19 Marc G. FournierMore cleanups. I can now compile without PORTNAME...
1997-10-28 Vadim B. MikheevNow we are able to CREATE PROCEDURAL LANGUAGE (Thanks...
1997-09-18 Bruce MomjianInline memset() as MemSet().
1997-09-12 Bruce Momjianheapattr functions now return a Datum, not char *.
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-09-01 Vadim B. Mikheevtrigger_dynamic()->handle_load() func for loading SPI...
1997-08-19 Bruce MomjianMake functions static where possible, enclose unused...
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...
1997-01-10 Bruce Momjiancleanup for LINUX_ELF
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-11-09 Bruce MomjianMakefile cleanup after reorganization
1996-11-08 Bruce MomjianCompile and warning cleanup
1996-10-27 Bryan HendersonSimplify make files, add full dependencies.
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01