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
/
tcop
/
Makefile
Age
Commit message (
Expand
)
Author
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2008-02-19
Refactor backend makefiles to remove lots of duplicate code
Peter Eisentraut
2007-01-20
Remove remains of old depend target.
Peter Eisentraut
2006-12-14
Activate WIN32_STACK_RLIMIT override only on platforms where this is
Peter Eisentraut
2006-10-08
On Windows, we know the backend stack size limit because we have to
Tom Lane
2003-11-29
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2000-08-31
Fix relative path references so that make knowns which dependencies refer
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
2000-01-19
Removed MBFLAGS from makefiles since it's now done in include/config.h.
Peter Eisentraut
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-06-16
Hi, here are the patches to enhance existing MB handling. This time
Bruce Momjian
1998-04-06
Hi,
Bruce Momjian
1998-01-05
Move variable.c to commands/ and aclchk.c to catalog/.
Bruce Momjian
1997-12-20
Major cleanout of PORTNAME variables from Makefiles...bound to screw up
Marc G. Fournier
1997-12-19
More cleanups. I can now compile without PORTNAME being defined n
Marc G. Fournier
1997-04-24
-Wno-error should only be enabled for gcc compilers, it seems
Marc G. Fournier
1997-04-04
This commit represents a clean compile with the new templates under
Marc G. Fournier
1997-04-02
From: Oleg Bartunov <oleg@sai.msu.su>
Marc G. Fournier
1997-03-25
- Renamed the variable names to something shorter, and I hope
Marc G. Fournier
1996-11-18
Remove linux define of __USE_POSIX, which doesn't appear to do anything.
Bryan Henderson
1996-11-14
Use -Wno-error option only if compiler is gcc.
Bryan Henderson
1996-11-10
Change gmake to $(MAKE) so backend compiles on system with no "gmake".
Bryan Henderson
1996-11-09
Makefile cleanup after reorganization
Bruce Momjian
1996-11-08
Compile and warning cleanup
Bruce Momjian
1996-11-03
Produce a clean compile of backend...
Marc G. Fournier
1996-10-31
Changed make to gmake.
Bruce Momjian
1996-10-27
Simplify make files, add full dependencies.
Bryan Henderson