index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
config.h
Age
Commit message (
Expand
)
Author
1996-12-04
Change portname "sparc" to "sunos4" and change some portname dependencies to
Bryan Henderson
1996-12-03
Remove #if defined(bsdi) define SIGJMP_BUF, per Kurt Lidl.
Bryan Henderson
1996-11-27
Remove unused define's.
Bruce Momjian
1996-11-27
More stuff to make it compile on various ports.
Bryan Henderson
1996-11-26
Whoops, redo Ultrix patch so the other ports still compile.
Bryan Henderson
1996-11-18
Include some macros that used to be -D options in Makefile.global.
Bryan Henderson
1996-11-14
Remove most compile-time options, add a few runtime options to make up for it.
Bryan Henderson
1996-11-10
Add USE_POSIX_TIME, HAVE_TZSET for Linux so backend compiles.
Bryan Henderson
1996-11-09
A few more sparc_solaris cleanups from keith parks
Marc G. Fournier
1996-11-08
Compile and warning cleanup
Bruce Momjian
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-01
Removal of bsdi_2_1 port.
Bruce Momjian
1996-10-31
USE of PORTNAME_* should be discouraged wherever possible. The code
Marc G. Fournier
1996-10-31
changed define(port) to define(PORTNAME_port)
Bruce Momjian
1996-10-24
Bruce...does this fix it once and for all? *grin*
Marc G. Fournier
1996-10-20
Make default HAVE_MEMMOVE defined, undef inside of definitions for sparc
Marc G. Fournier
1996-10-20
Add #define HAVE_MEMMOVE for systems that do have it.
Marc G. Fournier
1996-10-20
Clean up comments (-Wall -Werror)
Marc G. Fournier
1996-10-18
Document some more #ifdef's
Marc G. Fournier
1996-10-18
Document #ifdef's from backend/access subdirs so that we know what
Marc G. Fournier
1996-10-18
Moved more -D's out of the port specific Makefiles straight into the
Marc G. Fournier
1996-10-18
Centralize more of the defines from backend/port under config.h
Marc G. Fournier
1996-10-17
Add a HAVE_TZSET define to clean up defines in backend/utils/adt/nabstime.c
Marc G. Fournier
1996-10-08
Change sh-style comments to C comments.
Bruce Momjian
1996-10-08
Moved the following definitions to include/config.h from Makefile.global:
Marc G. Fournier
1996-10-07
Move the NAMEDATALEN/OIDNAMELEN defines to include/config.h
Marc G. Fournier
1996-10-05
Stylistic cleanups...
Marc G. Fournier
1996-10-05
Change shell-style comments to C-style.
Bruce Momjian
1996-10-04
Moved the define of SIGNAL_ARGS that D'Arcy just created to config.h so that
Marc G. Fournier
1996-10-03
Fixed file to properly do SEMUN for BSDI.
Bruce Momjian
1996-10-02
Added NEED_UNION_SEMUN to config.h
Marc G. Fournier
1996-09-16
enable PQ_NOTIFY_PATCH in config.h
Marc G. Fournier
1996-09-16
Enable FUNC_UTIL_PATCH by default
Marc G. Fournier
1996-09-10
Add use of INDEXSCAN_PATCH to config.h instead of putting it in Makefile.global
Marc G. Fournier
1996-08-27
#ifndef the include file like the rest, so that it doesn't get pulled
Marc G. Fournier
1996-08-27
Oops, win32 does have one more thing in its machine.h...move that
Marc G. Fournier
1996-08-27
We have a machine.h for each platform just because of BLCKSZ, and every
Marc G. Fournier
1996-08-27
One file at a time, one directory after the other...this is going
Marc G. Fournier
1996-08-27
first attempt at centralizing config information for ports
Marc G. Fournier
1996-08-27
Its a start...
Marc G. Fournier