| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 1996-11-06 | Another one cleaned up | Marc G. Fournier | |
| 1996-11-06 | Oops, two includes unrequired | Marc G. Fournier | |
| 1996-11-06 | Another one bite sthe dust | Marc G. Fournier | |
| 1996-11-06 | another include cleaned out | Marc G. Fournier | |
| 1996-11-06 | Further include file cleanups | Marc G. Fournier | |
| 1996-11-06 | Another one bites the dust | Marc G. Fournier | |
| 1996-11-05 | another one quickly done up | Marc G. Fournier | |
| 1996-11-05 | clean this one | Marc G. Fournier | |
| 1996-11-05 | these ones have their dependencies cleaned up | Marc G. Fournier | |
| 1996-11-05 | Another run through. | Marc G. Fournier | |
| This gets us a clean compile of 'common' and 'gist' with *clean* #include files | |||
| 1996-11-05 | And double check changes | Marc G. Fournier | |
| 1996-11-05 | Make sure all changes commited | Marc G. Fournier | |
| 1996-11-05 | Another | Marc G. Fournier | |
| 1996-11-05 | And another one | Marc G. Fournier | |
| 1996-11-05 | Another one bits the dust... | Marc G. Fournier | |
| 1996-11-05 | And another... | Marc G. Fournier | |
| 1996-11-05 | And another.. | Marc G. Fournier | |
| 1996-11-05 | Another one cleaned out | Marc G. Fournier | |
| 1996-11-05 | Another directory totally cleaned out | Marc G. Fournier | |
| 1996-11-05 | Fix c.h for sparc_solaris | Marc G. Fournier | |
| Pointed out by Keith Parks | |||
| 1996-11-04 | Make sure all the cleaned includes are commited | Marc G. Fournier | |
| 1996-11-04 | Make sure all the cleaned up includes are commited | Marc G. Fournier | |
| 1996-11-04 | Another one completely cleaned up | Marc G. Fournier | |
| 1996-11-04 | finally, this directory is (should be!) totally clean | Marc G. Fournier | |
| 1996-11-04 | another pass through. | Marc G. Fournier | |
| Note. all include files that have been hit so far have had extraneous include files cleaned out and are reduced to...the lowest common "include file", based on 'cc -Wall -I. test.c', where test.c is: #include "postgres.h" #include "<top of branches>" (ie. top of branches this time was utils/fcache2.h) | |||
| 1996-11-04 | More cleanups (this one will most likely break under Win32, if anyone is | Marc G. Fournier | |
| working on it) | |||
| 1996-11-04 | Next, based on utils/catcache.h | Marc G. Fournier | |
| 1996-11-04 | Another series started from utils/builtins.h | Marc G. Fournier | |
| 1996-11-04 | -Wall based cleanup of include files, based from acl.h, and everything | Marc G. Fournier | |
| that it depends on | |||
| 1996-11-04 | include utils/palloc.h as a default include, as its used more often then | Marc G. Fournier | |
| not | |||
| 1996-11-04 | Remove AMERICAN STYLE. Not used. | Bruce Momjian | |
| 1996-11-04 | Remove OPENLINK define | Bruce Momjian | |
| 1996-11-04 | Remove NULL_PATCH define | Bruce Momjian | |
| 1996-11-04 | Remove ARRAY_PATCH define | Bruce Momjian | |
| 1996-11-04 | Remove ESCAPE_PATCH define | Bruce Momjian | |
| 1996-11-04 | Removed PORTNAME_. Use OS version only. | Bruce Momjian | |
| 1996-11-03 | Not sure if this is the right place, but add a prototype for | Marc G. Fournier | |
| Bryan's superuser() function | |||
| 1996-11-03 | More cleans of the inter-dependencies in the #include files | Marc G. Fournier | |
| 1996-11-03 | More include file cleanups | Marc G. Fournier | |
| 1996-11-01 | Okay, following Bryan's (and others) suggestions...cleaning up the | Marc G. Fournier | |
| include files properly...yet, slowly... | |||
| 1996-11-01 | Include dependencies based on tupdesc.h, as: | Marc G. Fournier | |
| access/tupdesc.h catalog/pg_attribute.h nodes/pg_list.h nodes/nodes.h access/attnum.h | |||
| 1996-11-01 | Include file cleanup: | Marc G. Fournier | |
| Based on include files require by htup.h, as: access/htup.h storage/itemptr.h storage/block.h storage/off.h utils/nabstime.h <time.h> | |||
| 1996-11-01 | More chanes for bsdi_2_1 removal | Bruce Momjian | |
| 1996-11-01 | Removal of bsdi_2_1 port. | Bruce Momjian | |
| 1996-10-31 | typo fix on include file. | Bruce Momjian | |
| 1996-10-31 | Fix prototype. | Bruce Momjian | |
| 1996-10-31 | remove: | Marc G. Fournier | |
| #include "postgres.h" #include "c.h" | |||
| 1996-10-31 | Add these files to ${SRCDIR}/include | Marc G. Fournier | |
| 1996-10-31 | USE of PORTNAME_* should be discouraged wherever possible. The code | Marc G. Fournier | |
| *should* be intelligent enough that: #if defined(__FreeBSD__) works, where __FreeBSD__ is actually defined by the compiler itself. Makefile.global used to have -DPORTNAME_<port> -D<port> as part of the flags for gcc while all occurances of PORTNAME_<port> slowly get removed from the source tree... | |||
| 1996-10-31 | Added needed include file. | Bruce Momjian | |
