index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
ecpg
/
Makefile
Age
Commit message (
Expand
)
Author
3 days
Split some long Makefile lists
Michael Paquier
2023-11-06
Remove distprep
Peter Eisentraut
2022-04-16
Add a temp-install prerequisite to src/interfaces/ecpg "checktcp".
Noah Misch
2020-10-14
Use https for gnu.org links
Peter Eisentraut
2015-04-29
Fix parallel make risk with new check temp-install setup
Peter Eisentraut
2014-02-12
Rename 'gmake' to 'make' in docs and recommended commands
Bruce Momjian
2012-11-28
Suppress parallel build in interfaces/ecpg/preproc/.
Tom Lane
2012-09-09
Use .NOTPARALLEL in ecpg/Makefile to avoid a gmake parallelism bug.
Tom Lane
2011-10-28
De-parallelize ecpg build some more.
Tom Lane
2011-03-08
Fix parallel make when running make install before make all
Peter Eisentraut
2010-11-17
Additional fixes for parallel make
Peter Eisentraut
2010-11-12
Improved parallel make support
Peter Eisentraut
2008-03-18
Catch all errors in for and while loops in makefiles. Don't ignore any
Peter Eisentraut
2007-01-20
Remove remains of old depend target.
Peter Eisentraut
2007-01-20
Only build ecpg test code when the test is to be performed, in line with
Peter Eisentraut
2006-08-19
More SoC stuff
Michael Meskes
2006-08-04
Regression test updates and fixes
Michael Meskes
2006-08-02
And finally the Makefiles
Michael Meskes
2003-05-22
Fix compilation on Cygwin.
Peter Eisentraut
2003-03-30
Moved Informix stuff to its own compat library. Interval datetype is now full...
Michael Meskes
2003-03-16
Started working on a seperate pgtypes library. First test work. PLEASE test c...
Michael Meskes
2002-01-14
Ensure that ecpg/test is cleaned by higher-level 'make clean'.
Tom Lane
2000-11-07
Undo incorrectly committed Makefile.
Michael Meskes
2000-11-07
Added more patches by Cristif Petig.
Michael Meskes
2000-08-31
Fix relative path references so that make knowns which dependencies refer
Peter Eisentraut
2000-07-19
Add distprep target to take some of the job of the release_prep script.
Peter Eisentraut
2000-06-28
Makefile cleanup for interface tree. Now essentially with all the
Peter Eisentraut
1998-04-06
Hi,
Bruce Momjian
1998-02-24
+ Sat Feb 21 19:10:55 CET 1998
Marc G. Fournier
1998-02-21
First step done,
Marc G. Fournier
1998-02-18
Remove inclusion of the doc make. Looks like all of the man pages are
Thomas G. Lockhart
1998-02-12
Remove configure code from ecpg, as well as remove the 'for' loop from the
Marc G. Fournier
1998-02-11
From: Michael Meskes <meskes@topsystem.de>
Marc G. Fournier
1998-02-10
Updated ECPG From: Michael Meskes <meskes@topsystem.de>
Marc G. Fournier
1998-02-05
From: Michael Meskes <meskes@topsystem.de>
Marc G. Fournier