summaryrefslogtreecommitdiff
path: root/src/bin/Makefile
AgeCommit message (Collapse)Author
2004-06-18initlocation is history. (It's still mentioned in manage-ag.sgml,Tom Lane
but I'll leave that file alone so as not to mess up the doc patch I trust Gavin is working on.)
2004-04-20Remove pg_encoding. Not needed anymore since we have an initdb in C.Bruce Momjian
2004-04-20Remove all of the libpgtcl and pgtclsh files, including all references toPostgreSQL Daemon
them within the various makefiles with_tcl is still required for the src/pl/tcl language
2003-12-17Remove pg_id.Peter Eisentraut
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2002-09-03Remove all traces of multibyte and locale options. Clean up commentsPeter Eisentraut
referring to "multibyte" where it really means character encoding.
2002-08-30Remove pgaccess from Makefile.Bruce Momjian
2002-08-17Fix broken Makefiles.Tom Lane
2002-06-20Update copyright to 2002.Bruce Momjian
2002-04-04Authentication improvements:Bruce Momjian
A new pg_hba.conf column, USER Allow specifiction of lists of users separated by commas Allow group names specified by + Allow include files containing lists of users specified by @ Allow lists of databases, and database files Allow samegroup in database column to match group name matching dbname Removal of secondary password files Remove pg_passwd utility Lots of code cleanup in user.c and hba.c New data/global/pg_pwd format New data/global/pg_group file
2001-02-18Add copyright mentions, per Tom Lane.Bruce Momjian
2000-10-10Rename pg-config to pg_config to be consistent with other pg commands.Bruce Momjian
2000-09-25Revise Tcl/Tk configuration. Make missing Tcl after --with-tcl an error,Peter Eisentraut
add --without-tk option to disable Tk. We don't need the AC_PATH_XTRA test because tkConfig.sh already contains all the information about how to compile and link with X. Also make sure that libpq is up to date for libpgtcl. Remove executable bits from pgaccess.sh, but add it to pgaccess.
2000-08-31Fix relative path references so that make knowns which dependencies referPeter Eisentraut
to one another. Sort out builddir vs srcdir variable namings. Remove some now obsoleted make variables.
2000-08-26Add pg-config utility that stores some configuration parameters otherPeter Eisentraut
packages can use to configure their build. E.g., $ pg-config --libdir /usr/local/pgsql/lib `pg-config --configure' stores the configure command line.
2000-07-19Add distprep target to take some of the job of the release_prep script.Peter Eisentraut
The latter updated accordingly. Also add `dist' and `distcheck' targets to play with, but caveat packager. Updated backend/bootstrap and backend/parser makefile to make them marginally builddir aware and fix the usual set of things. Add rule to automatically remake config.h dependent on config.h.in and config.status. (Adopted from Autoconf manual and about every other package.) On a good day we should now have a complete and accurate set of dependencies throughout everything.
2000-07-02Version number now set in configure, available through Makefile.globalPeter Eisentraut
and config.h. Adjusted all referring code. Scrapped pg_version and changed initdb accordingly. Integrated src/utils/version.c into src/backend/utils/init/miscinit.c. Changed all callers. Set version number to `7.1devel'. (Non-numeric version suffixes now allowed.)
2000-07-01A little bit of clean-up/bug fix in Tcl build. Handle gracefully casesPeter Eisentraut
where someone wants to build these but hasn't configured for Tcl.
2000-06-27Makefile cleanup for bin and pl subtrees. They should now supportPeter Eisentraut
all the standard semantics. Also get rid of Makefile.in's on the way and instead declare all variables in Makefile.global.
2000-01-20Added new pg_id to fix initdb problemsPeter Eisentraut
New INSTALL file Fixed a copyright notice
2000-01-19another round of user interface cleanupsPeter Eisentraut
removed pg_id fixed a few bugs in the scripts
2000-01-19Removed MBFLAGS from makefiles since it's now done in include/config.h.Peter Eisentraut
1999-12-22Add installation of pg_ctlTatsuo Ishii
Locate path of postmaster in a portable way (stolen from initdb) Add postmaster.opts.default.sample which should be copied into $PGLIB in the installtion process. Also, it will be installed into $PGDATA while initdb is running.
1999-12-08Change $< to $+ in scripts Makefile, and clean up pg_encoding if logic.Bruce Momjian
1999-12-05I cleaned those out as well (the echo -n "bug" was in there ;) and movedBruce Momjian
them into the scripts dir. I also added a --list option to show already installed languages. This whole moving and renaming totally confused CVS and my checked out copy got completely fried last night. When you apply the source patch, please make sure that all the directories src/bin/{create|destroy}* as well as vacuumdb, cleardbdir are gone and that all the scripts (7) are in scripts/. Meanwhile I am still puzzled about what happened with the docs patch. Because I don't know what you got now, the second attachment contains the files ref/allfiles.sgml ref/commands.sgml ref/createlang.sgml ref/droplang.sgml doc/src/sgml/Makefile Peter Eisentraut Sernanders väg 10:115
1999-12-04New scripts for create/drop user/db from Peter EisentrautBruce Momjian
1999-05-20Removed the automatic installation of built procedural languagesJan Wieck
from initdb again. Added two new commands, createlang and destroylang to bin. These hopefully end this damned mklang.sql discussion. Jan
1998-12-18Here are descriptions:Bruce Momjian
- the first patch is just to preven listing the perl warning in the make output unless it is actually emitted by the make. this may prevent new users from being confused by the warning in their output - the second patch (to 2 files) just enables building/installing pgaccess if TCL and TK are available. a Makefile is created to do this, but you may wish to change the heading information in it since I just copied another Makefile to use as a template. I hope these make it into 6.4.1. Cheers, Brook
1998-11-14Add "vacuumdb" utility.Thomas G. Lockhart
1998-07-26From: t-ishii@sra.co.jpMarc G. Fournier
As Bruce mentioned, this is due to the conflict among changes we made. Included patches should fix the problem(I changed all MB to MULTIBYTE). Please let me know if you have further problem. P.S. I did not include pathces to configure and gram.c to save the file size(configure.in and gram.y modified).
1998-07-24I really hope that I haven't missed anything in this one...Marc G. Fournier
From: t-ishii@sra.co.jp Attached are patches to enhance the multi-byte support. (patches are against 7/18 snapshot) * determine encoding at initdb/createdb rather than compile time Now initdb/createdb has an option to specify the encoding. Also, I modified the syntax of CREATE DATABASE to accept encoding option. See README.mb for more details. For this purpose I have added new column "encoding" to pg_database. Also pg_attribute and pg_class are changed to catch up the modification to pg_database. Actually I haved added pg_database_mb.h, pg_attribute_mb.h and pg_class_mb.h. These are used only when MB is enabled. The reason having separate files is I couldn't find a way to use ifdef or whatever in those files. I have to admit it looks ugly. No way. * support for PGCLIENTENCODING when issuing COPY command commands/copy.c modified. * support for SQL92 syntax "SET NAMES" See gram.y. * support for LATIN2-5 * add UNICODE regression test case * new test suite for MB New directory test/mb added. * clean up source files Basic idea is to have MB's own subdirectory for easier maintenance. These are include/mb and backend/utils/mb.
1998-04-06Makefile cleanup./Bruce Momjian
1998-04-06Hi,Bruce Momjian
Attached you'll find a (big) patch that fixes make dep and make depend in all Makefiles where I found it to be appropriate. It also removes the dependency in Makefile.global for NAMEDATALEN and OIDNAMELEN by making backend/catalog/genbki.sh and bin/initdb/initdb.sh a little smarter. This no longer requires initdb.sh that is turned into initdb with a sed script when installing Postgres, hence initdb.sh should be renamed to initdb (after the patch has been applied :-) ) This patch is against the 6.3 sources, as it took a while to complete. Please review and apply, Cheers, Jeroen van Vianen
1997-11-07Add initlocation.Thomas G. Lockhart
1997-10-30FIx for libptcl make, from Tatsuo Ishii.Bruce Momjian
1997-08-25pg_passwd cleanupBruce Momjian
1997-08-25pg_password utility. Cleanup for psql passwords. New datetime contrib ↵Bruce Momjian
stuff for new version. Fix for strutils needing config.h.
1997-04-26clean up the bin/*/Makefiles...up version.h to v6.1 instead of v6.0Marc G. Fournier
Remove bin/Makefile.global since it wasn't actually *doing* anything that Makefile.global hadn't already done
1996-11-13Eliminate MKDIR, srcdir, objdir. Centralize setting of LIBPQDIR.Bryan Henderson
1996-11-11Makefile simplification: the "bin" chapterBryan Henderson
1996-08-13I have attached a minor update for the Postgres make files. This updateMarc G. Fournier
does 2 things: 1) Make it hard to not notice the make failed. (As you recall, someone on the mailing list had this problem. I've had it to some extent myself). The 1.02 make files continue with the next subdirectory when a make in a subdirectory fails. The patch makes the make stop in the conventional way when a submake fails. It also adds a reassuring message when the make succeeds and adds a note to the INSTALL file to expect it. 2) Include loader flags on all invocations of the linker. The 1.02 make files omit the $(LDFLAGS) on some of the linker invocations. On my system, I need one of those flags just to make it invoke the proper version of the compiler/linker, so LDFLAGS has to be everywhere. Submitted by: Bryan Henderson <bryanh@giraffe.netgate.net>
1996-07-25Removed monitor from compile/install (will eventually be removedMarc G. Fournier
completely)
1996-07-23Put in a new FAQMarc G. Fournier
Merged in Dr. George's src/bin tree (possibly broke monitor/psql in process)
1996-07-09Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier