index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
Makefile
Age
Commit message (
Expand
)
Author
2017-01-23
Fix parallel make issue with new fmgrprotos.h
Peter Eisentraut
2017-01-17
Generate fmgr prototypes automatically
Peter Eisentraut
2011-02-04
Make handling of errcodes.h more consistent with other generated headers.
Robert Haas
2011-02-04
Unbreak the VPATH build.
Robert Haas
2011-02-04
Avoid maintaining three separate copies of the error codes list.
Robert Haas
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-01-05
Get rid of the need for manual maintenance of the initial contents of
Tom Lane
2008-08-01
Add a few more DTrace probes to the backend.
Alvaro Herrera
2008-03-17
Enable probes to work with Mac OS X Leopard and other OSes that will
Peter Eisentraut
2008-02-19
Refactor backend makefiles to remove lots of duplicate code
Peter Eisentraut
2007-02-09
Replace useless uses of := by = in makefiles.
Peter Eisentraut
2006-07-15
Fix some makefiles that fail to yield good results from 'make -qp'.
Tom Lane
2004-07-17
Invent ResourceOwner mechanism as per my recent proposal, and use it to
Tom Lane
2004-01-04
There's no longer any good reason for genbki.sh and Gen_fmgrtab.sh to
Tom Lane
2003-11-29
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2002-09-03
Remove all traces of multibyte and locale options. Clean up comments
Peter Eisentraut
2002-08-10
Fix failure to relink postmaster executable in the first make run if only a
Peter Eisentraut
2000-08-31
Fix relative path references so that make knowns which dependencies refer
Peter Eisentraut
2000-07-13
Repair parallel make in backend tree (and make it really parallel).
Peter Eisentraut
2000-07-01
We don't need config.status substituting anything into Gen_fmgrtab.sh, we
Peter Eisentraut
2000-06-17
Remove fmgrstamp-h business -- not needed and confusing
Peter Eisentraut
2000-06-09
Cleanup to ensure good state of derived files in tarballs.
Tom Lane
2000-06-07
Gen_fmgrtab.sh is strange: it is a platform dependent way (because it uses
Peter Eisentraut
2000-05-29
Generated header files parse.h and fmgroids.h are now copied into
Tom Lane
2000-05-28
First round of changes for new fmgr interface. fmgr itself and the
Tom Lane
1999-12-13
New LDOUT makefile variable for QNX os.
Bruce Momjian
1999-12-09
Make LD -r as macros that can be changed for QNX.
Bruce Momjian
1998-07-26
From: t-ishii@sra.co.jp
Marc G. Fournier
1998-07-24
I really hope that I haven't missed anything in this one...
Marc G. Fournier
1998-04-06
Hi,
Bruce Momjian
1997-12-20
Major cleanout of PORTNAME variables from Makefiles...bound to screw up
Marc G. Fournier
1996-11-09
Makefile cleanup after reorganization
Bruce Momjian
1996-11-03
Include Makefile.global so fmgrtab.c compiles properly. Thanks Keith Parks.
Bryan Henderson
1996-11-02
Add misc subdirectory.
Bryan Henderson
1996-10-27
Simplify make files, add full dependencies.
Bryan Henderson