summaryrefslogtreecommitdiff
path: root/src/bin/pg_ctl/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Allow installation into directories containing spaces in the name.Peter Eisentraut2005-12-091-4/+4
* Have libpgport link before libpq so that PG client applications are moreBruce Momjian2005-03-251-2/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Add Win32 version info to client binaries.Bruce Momjian2004-10-051-2/+3
* Readd -DFRONTEND to client makefiles because it still affects win32.hBruce Momjian2004-10-041-2/+2
* Make libpgport be front-end only and make libpgport_srv be a backendBruce Momjian2004-10-041-7/+4
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Change pg_ctl to be in C. This was the final shell script and isBruce Momjian2004-05-271-12/+20
* Fix a number of places where reconfiguring with a different installationTom Lane2003-12-231-2/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* (Now featuring documentation: fixed some typos, expanded theBruce Momjian2003-03-201-1/+2
* Update pg_ctl ref page, help output, messages. Some repair to work betterPeter Eisentraut2000-11-251-2/+4
* Support for DESTDIR make variable. This is used as in `make installPeter Eisentraut2000-09-171-4/+4
* Make building scripts kind of consistent in look and feel, kind of immunePeter Eisentraut2000-09-081-1/+2
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-311-2/+2
* Makefile cleanup for bin and pl subtrees. They should now supportPeter Eisentraut2000-06-271-12/+14
* New ps display code, works on more platforms.Peter Eisentraut2000-06-041-2/+1
* I've made a diff against the 7.0beta1 tree that accomplishes several things:Bruce Momjian2000-03-081-2/+2
* Add installation of pg_ctlTatsuo Ishii1999-12-221-2/+3
* Change $< to $+ in scripts Makefile, and clean up pg_encoding if logic.Bruce Momjian1999-12-081-2/+2
* pg_ctl: a script to start/stop/restart and report status of postmaster.Tatsuo Ishii1999-12-061-0/+28