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
/
bin
/
pg_ctl
/
Makefile
Age
Commit message (
Expand
)
Author
2018-07-09
Prevent accidental linking of system-supplied copies of libpq.so etc.
Tom Lane
2014-04-25
Clean up temp installations after client program tests.
Tom Lane
2014-04-14
Add TAP tests for client programs
Peter Eisentraut
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-06-27
Remove redundant DEF_PGPORT handling
Peter Eisentraut
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-11-12
Improved parallel make support
Peter Eisentraut
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-07-05
Split the LDFLAGS make variable into two parts: LDFLAGS is now used for
Tom Lane
2010-05-12
Add PGFILEDESC description to Makefiles for all /contrib executables.
Bruce Momjian
2010-01-02
Update copyright for the year 2010.
Bruce Momjian
2009-08-26
Update of install-sh, mkinstalldirs, and associated configury
Peter Eisentraut
2009-01-01
Update copyright for 2009.
Bruce Momjian
2008-01-01
Update copyrights in source tree to 2008.
Bruce Momjian
2007-09-27
Define the FRONTEND symbol in postgres_fe.h, which allows us to eliminate
Tom Lane
2007-01-05
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2006-03-05
Update copyright for 2006. Update scripts.
Bruce Momjian
2005-12-09
Allow installation into directories containing spaces in the name.
Peter Eisentraut
2005-03-25
Have libpgport link before libpq so that PG client applications are more
Bruce Momjian
2004-12-31
Tag appropriate files for rc3
PostgreSQL Daemon
2004-10-05
Add Win32 version info to client binaries.
Bruce Momjian
2004-10-04
Readd -DFRONTEND to client makefiles because it still affects win32.h
Bruce Momjian
2004-10-04
Make libpgport be front-end only and make libpgport_srv be a backend
Bruce Momjian
2004-08-29
Update copyright to 2004.
Bruce Momjian
2004-05-27
Change pg_ctl to be in C. This was the final shell script and is
Bruce Momjian
2003-12-23
Fix a number of places where reconfiguring with a different installation
Tom Lane
2003-11-29
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-03-20
(Now featuring documentation: fixed some typos, expanded the
Bruce Momjian
2000-11-25
Update pg_ctl ref page, help output, messages. Some repair to work better
Peter Eisentraut
2000-09-17
Support for DESTDIR make variable. This is used as in `make install
Peter Eisentraut
2000-09-08
Make building scripts kind of consistent in look and feel, kind of immune
Peter Eisentraut
2000-08-31
Fix relative path references so that make knowns which dependencies refer
Peter Eisentraut
2000-06-27
Makefile cleanup for bin and pl subtrees. They should now support
Peter Eisentraut
2000-06-04
New ps display code, works on more platforms.
Peter Eisentraut
2000-03-08
I've made a diff against the 7.0beta1 tree that accomplishes several things:
Bruce Momjian
1999-12-22
Add installation of pg_ctl
Tatsuo Ishii
1999-12-08
Change $< to $+ in scripts Makefile, and clean up pg_encoding if logic.
Bruce Momjian
1999-12-06
pg_ctl: a script to start/stop/restart and report status of postmaster.
Tatsuo Ishii