index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Makefile.global
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename CDEBUG to COPT
Bruce Momjian
1996-11-04
1
-7
/
+7
*
Remove optimization-specific stuff from OS sections. Use CDEBUG.
Bruce Momjian
1996-11-04
1
-5
/
+2
*
Removed PORTNAME_. Use OS version only.
Bruce Momjian
1996-11-04
1
-2
/
+2
*
Change default install directories to /usr/local/pgsql
Marc G. Fournier
1996-11-03
1
-4
/
+8
*
Add complete setting of AROPT
Bryan Henderson
1996-11-02
1
-8
/
+11
*
Comment changes.
Bruce Momjian
1996-11-01
1
-3
/
+3
*
More chanes for bsdi_2_1 removal
Bruce Momjian
1996-11-01
1
-5
/
+5
*
Decoupled ASSERT and DEBUG options.
Bruce Momjian
1996-11-01
1
-13
/
+12
*
FIx for bsdi.
Bruce Momjian
1996-11-01
1
-2
/
+2
*
Removal of bsdi_2_1 port.
Bruce Momjian
1996-11-01
1
-38
/
+21
*
Removed false and changed to a commented true.
Bruce Momjian
1996-10-31
1
-3
/
+3
*
Simplify make files, add full dependencies.
Bryan Henderson
1996-10-27
1
-12
/
+621
*
|I have moved things around so that things happen in the following order:
Marc G. Fournier
1996-10-23
1
-27
/
+26
*
Force user to set PORTNAME. Remove NAMEDATALEN from CFLAGS (don't need it
Bryan Henderson
1996-10-21
1
-4
/
+5
*
Not quite the cleanest way to do it, but add an option to Makefile.global
Marc G. Fournier
1996-10-19
1
-2
/
+4
*
Removed duplicate MAXNAMELEN define I accidentally added.
Bruce Momjian
1996-10-13
1
-5
/
+1
*
I checked the alter table code, and started suspecting the relation
Bruce Momjian
1996-10-13
1
-2
/
+5
*
Reinstituted NAMEDATALEN OIDNAMELEN in Makefile.global so that initdb
Marc G. Fournier
1996-10-11
1
-1
/
+17
*
Moved the following definitions to include/config.h from Makefile.global:
Marc G. Fournier
1996-10-08
1
-45
/
+1
*
Change the comments pertaining to Makefile.custom
Marc G. Fournier
1996-09-23
1
-6
/
+4
*
Fix for using Makefile.custom
Marc G. Fournier
1996-09-23
1
-3
/
+4
*
From: Bruce Momjian <maillist@candle.pha.pa.us>
Marc G. Fournier
1996-09-23
1
-2
/
+2
*
Turned off EUROPEAN_DATES as default...
Marc G. Fournier
1996-09-21
1
-2
/
+2
*
Patches to make POSTPORT changes in scripts
Marc G. Fournier
1996-09-21
1
-2
/
+5
*
Various standardizations and fixes submitted by D'Arcy Cain
Marc G. Fournier
1996-09-16
1
-4
/
+12
*
Clean up th ecompile process by centralizing the include files
Marc G. Fournier
1996-08-28
1
-7
/
+8
*
Redundant -I pointer to port/<portname>
Marc G. Fournier
1996-08-28
1
-2
/
+1
*
Removed -DESCAPE_PATCH ... moved to include/config.h
Marc G. Fournier
1996-08-27
1
-3
/
+1
*
Reduce -DPORTNAME_$(PORTNAME) down to just -D$(PORTNAME)
Marc G. Fournier
1996-08-27
1
-2
/
+2
*
USE_TCL should default to false, ntot true...
Marc G. Fournier
1996-08-21
1
-2
/
+2
*
Erk, missed adding the required ilbrary itself
Marc G. Fournier
1996-08-21
1
-3
/
+3
*
Quick fix for compiling psql...
Marc G. Fournier
1996-08-21
1
-5
/
+5
*
Bring in changes to READLINE/HISTORY defines
Marc G. Fournier
1996-08-20
1
-6
/
+8
*
Added a SVR4 port
Marc G. Fournier
1996-08-19
1
-19
/
+19
*
Had a space in CFLAGS+= -I ..
Marc G. Fournier
1996-08-06
1
-2
/
+2
*
Move port includes from bin/pg_dump/Makefile to Makefile.global
Marc G. Fournier
1996-07-31
1
-2
/
+3
*
Standardize locations of TCL related files
Marc G. Fournier
1996-07-31
1
-7
/
+7
*
Style didn't appeal to some...:)
Marc G. Fournier
1996-07-31
1
-2
/
+2
*
Change ordering of "user modified variables" so that they are at
Marc G. Fournier
1996-07-29
1
-14
/
+11
*
Add in port to DG/UX
Marc G. Fournier
1996-07-25
1
-1
/
+2
*
Dr George suggested removing Makefile.custom altogether, to reduce
Marc G. Fournier
1996-07-25
1
-6
/
+5
*
comment out USE_TCL...having USE_TCL=true seems to imply that you
Marc G. Fournier
1996-07-25
1
-2
/
+2
*
Added an empty Makefile.custom file...
Marc G. Fournier
1996-07-25
1
-2
/
+2
*
comment out inclue of Makefile.custom, as i tbreaks compiling the
Marc G. Fournier
1996-07-23
1
-4
/
+2
*
spelling error...and correction
Marc G. Fournier
1996-07-23
1
-2
/
+2
*
- merging in Dr. George's tree with ours
Marc G. Fournier
1996-07-22
1
-6
/
+8
*
Brought in NEOSOFT's port to i386_solaris
Marc G. Fournier
1996-07-20
1
-1
/
+2
*
Fixes:
Marc G. Fournier
1996-07-20
1
-1
/
+3
*
fixed a bug with not commenting out FSYNC= in initdb.sh
Marc G. Fournier
1996-07-20
1
-2
/
+2
*
Fixes:
Marc G. Fournier
1996-07-19
1
-4
/
+4
[next]