aboutsummaryrefslogtreecommitdiff
path: root/src/backend/include
Commit message (Collapse)AuthorAge
* Move these files to ${SRCDIR}/includeMarc G. Fournier1996-10-31
|
* Added needed include file.Bruce Momjian1996-10-31
|
* Simplify make files, add full dependencies.Bryan Henderson1996-10-27
|
* Major code cleanups from D'arcy (-Wall -Werror)Marc G. Fournier1996-10-23
|
* #include "postgres.h" is a standard include for all .c files, auto-includingMarc G. Fournier1996-10-18
| | | | config.h, c.h *and* elog.h...added elog.h
* Mostly adding "const" keyword and making some functions static.Marc G. Fournier1996-10-07
| | | | Submitted by: D'Arcy Cain
* From: Bruce Momjian <maillist@candle.pha.pa.us>Marc G. Fournier1996-09-23
| | | | | | | | To: Postgres95-development <pg95-dev@ki.net> Subject: [PG95-DEV] postgres.h patch This removes the parameters from the func_ptr prototype in postgres.h in 2.0.
* Another small change. Added the void keyword to an empty arg list.Marc G. Fournier1996-09-19
| | | | Submitted by: darcy@druid.druid.com (D'Arcy J.M. Cain)
* Just a small change to flesh out the func_ptr typedef declaration.Marc G. Fournier1996-09-19
| | | | Submitted by: darcy@druid.druid.com (D'Arcy J.M. Cain)
* At Andrew's suggestion, upgrade the Version numbers to reflect theMarc G. Fournier1996-09-16
| | | | | | | | | | | | current state of development...namely, we are on 2.0 NOTE: BTW, the is also a check in postmaster which won't let you use an older version of the database by checking the version number. The version number of a database is in data/PG_VERSION (a plain ASCII file). - Andrew
* #include "postgres.h" exists in most .c files in system, so addingMarc G. Fournier1996-08-27
| | | | | #include "config.h" here will (should?) ensure that any platform dependencies defined in config.h should be reflected in all .c files...
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-09