index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
tcop
/
Makefile
Commit message (
Expand
)
Author
Age
*
Represent command completion tags as structs
Alvaro Herrera
2020-03-02
*
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-11-05
*
Define WIN32_STACK_RLIMIT throughout win32 and cygwin builds.
Noah Misch
2019-04-09
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Refactor backend makefiles to remove lots of duplicate code
Peter Eisentraut
2008-02-19
*
Remove remains of old depend target.
Peter Eisentraut
2007-01-20
*
Activate WIN32_STACK_RLIMIT override only on platforms where this is
Peter Eisentraut
2006-12-14
*
On Windows, we know the backend stack size limit because we have to
Tom Lane
2006-10-08
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
*
Fix relative path references so that make knowns which dependencies refer
Peter Eisentraut
2000-08-31
*
Generated header files parse.h and fmgroids.h are now copied into
Tom Lane
2000-05-29
*
First round of changes for new fmgr interface. fmgr itself and the
Tom Lane
2000-05-28
*
Removed MBFLAGS from makefiles since it's now done in include/config.h.
Peter Eisentraut
2000-01-19
*
New LDOUT makefile variable for QNX os.
Bruce Momjian
1999-12-13
*
Make LD -r as macros that can be changed for QNX.
Bruce Momjian
1999-12-09
*
From: t-ishii@sra.co.jp
Marc G. Fournier
1998-07-26
*
Hi, here are the patches to enhance existing MB handling. This time
Bruce Momjian
1998-06-16
*
Hi,
Bruce Momjian
1998-04-06
*
Move variable.c to commands/ and aclchk.c to catalog/.
Bruce Momjian
1998-01-05
*
Major cleanout of PORTNAME variables from Makefiles...bound to screw up
Marc G. Fournier
1997-12-20
*
More cleanups. I can now compile without PORTNAME being defined n
Marc G. Fournier
1997-12-19
*
-Wno-error should only be enabled for gcc compilers, it seems
Marc G. Fournier
1997-04-24
*
This commit represents a clean compile with the new templates under
Marc G. Fournier
1997-04-04
*
From: Oleg Bartunov <oleg@sai.msu.su>
Marc G. Fournier
1997-04-02
*
- Renamed the variable names to something shorter, and I hope
Marc G. Fournier
1997-03-25
*
Remove linux define of __USE_POSIX, which doesn't appear to do anything.
Bryan Henderson
1996-11-18
*
Use -Wno-error option only if compiler is gcc.
Bryan Henderson
1996-11-14
*
Change gmake to $(MAKE) so backend compiles on system with no "gmake".
Bryan Henderson
1996-11-10
*
Makefile cleanup after reorganization
Bruce Momjian
1996-11-09
*
Compile and warning cleanup
Bruce Momjian
1996-11-08
*
Produce a clean compile of backend...
Marc G. Fournier
1996-11-03
*
Changed make to gmake.
Bruce Momjian
1996-10-31
*
Simplify make files, add full dependencies.
Bryan Henderson
1996-10-27