summaryrefslogtreecommitdiff
path: root/src/bin/pg_ctl/Makefile
AgeCommit message (Expand)Author
2005-03-25Have libpgport link before libpq so that PG client applications are moreBruce Momjian
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-10-05Add Win32 version info to client binaries.Bruce Momjian
2004-10-04Readd -DFRONTEND to client makefiles because it still affects win32.hBruce Momjian
2004-10-04Make libpgport be front-end only and make libpgport_srv be a backendBruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-05-27Change pg_ctl to be in C. This was the final shell script and isBruce Momjian
2003-12-23Fix a number of places where reconfiguring with a different installationTom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-03-20(Now featuring documentation: fixed some typos, expanded theBruce Momjian
2000-11-25Update pg_ctl ref page, help output, messages. Some repair to work betterPeter Eisentraut
2000-09-17Support for DESTDIR make variable. This is used as in `make installPeter Eisentraut
2000-09-08Make building scripts kind of consistent in look and feel, kind of immunePeter Eisentraut
2000-08-31Fix relative path references so that make knowns which dependencies referPeter Eisentraut
2000-06-27Makefile cleanup for bin and pl subtrees. They should now supportPeter Eisentraut
2000-06-04New ps display code, works on more platforms.Peter Eisentraut
2000-03-08I've made a diff against the 7.0beta1 tree that accomplishes several things:Bruce Momjian
1999-12-22Add installation of pg_ctlTatsuo Ishii
1999-12-08Change $< to $+ in scripts Makefile, and clean up pg_encoding if logic.Bruce Momjian
1999-12-06pg_ctl: a script to start/stop/restart and report status of postmaster.Tatsuo Ishii