summaryrefslogtreecommitdiff
path: root/src/bin/scripts/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-12/+12
* Move reindexdb from /contrib to /bin.Bruce Momjian2005-07-291-2/+4
* Have libpgport link before libpq so that PG client applications are moreBruce Momjian2005-03-251-2/+2
* Some more missed copyright notices. Many of these look like theyTom Lane2005-01-011-2/+2
* Add Win32 version info to client binaries.Bruce Momjian2004-10-051-3/+4
* 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-15/+12
* Recent commits added created files that weren't getting deleted byTom Lane2004-05-261-4/+6
* Make the locale location relocatable.Bruce Momjian2004-05-251-11/+14
* Add $(X) for cross-compiling. Seems the mingw compiler running onBruce Momjian2004-04-261-2/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Remove WIN32_CONSOLE support, at the request of the author.Bruce Momjian2003-09-121-2/+2
* Changes for MinGW/WIN32:Bruce Momjian2003-09-071-2/+2
* Move simple_prompt()/sprompt.c into /port.Bruce Momjian2003-08-081-12/+11
* Change clusterdb and vacuumdb into C programs.Peter Eisentraut2003-06-181-6/+7
* Fix some problems exposed by building outside the source tree.Tom Lane2003-04-161-10/+5
* Reimplement create and drop scripts in C, to reduce repetitivePeter Eisentraut2003-03-181-15/+43
* Un-break createlang build.Tom Lane2002-10-181-5/+6
* Update /contrib for "autocommit TO 'on'".Bruce Momjian2002-10-181-4/+4
* I attach a little patch to make CLUSTER set and reset the indisclusteredBruce Momjian2002-08-271-2/+3
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Add mention that createlang.sh indirection not needed but kept for later.Bruce Momjian2002-01-031-1/+2
* Make createlang use dynamic loader enhancements (automatic path and suffix).Peter Eisentraut2001-05-231-4/+2
* Add copyright mentions, per Tom Lane.Bruce Momjian2001-02-181-2/+3
* Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut2000-10-201-2/+5
* 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-4/+5
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-311-2/+2
* Substitute libdir into createlang as last resort so one doesn't have to setPeter Eisentraut2000-08-201-3/+5
* Repair incorrect assumption that all versions of 'install' knowTom Lane2000-06-281-2/+2
* Makefile cleanup for bin and pl subtrees. They should now supportPeter Eisentraut2000-06-271-22/+14
* I have done the QNX4 port with the current source tree. The number ofBruce Momjian1999-12-161-2/+2
* Change $< to $+ in scripts Makefile, and clean up pg_encoding if logic.Bruce Momjian1999-12-081-2/+2
* I cleaned those out as well (the echo -n "bug" was in there ;) and movedBruce Momjian1999-12-051-2/+9
* New scripts for create/drop user/db from Peter EisentrautBruce Momjian1999-12-041-0/+33