summaryrefslogtreecommitdiff
path: root/src/bin/initdb
AgeCommit message (Expand)Author
2000-11-25Advertise --help (rather than '-?') as help option (problems with csh).Peter Eisentraut
2000-11-21Install the sample pg_ident.conf file into /home/postgres/testversion/data, j...Tom Lane
2000-11-21Simplify definition of pg_tables and pg_views views by making use ofTom Lane
2000-11-14Extend CREATE DATABASE to allow selection of a template database to beTom Lane
2000-11-11Make sure shell scripts send error messages to stderr.Peter Eisentraut
2000-11-09Auto checkpoint creation.Vadim B. Mikheev
2000-11-06Add -V option to backend, to show version, since --version doesn't seemPeter Eisentraut
2000-11-04Since the backend now handles relative PGDATA, initdb doesn't have to workPeter Eisentraut
2000-11-02Allow initdb to handle relative paths for PGDATA, by converting them toPeter Eisentraut
2000-10-29Should be "test =", not "test ==".Peter Eisentraut
2000-10-28Make initdb safe against usingPeter Eisentraut
2000-10-22Add new datlastsysoid to pg_database.Philip Warner
2000-10-16New file naming. Database OID is used as "tablespace" id andVadim B. Mikheev
2000-09-29Enable initdb to create several levels of directories for PGDATA, ifPeter 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-09-01Change initdb to not delete PGDATA directory unless it was created byPeter Eisentraut
2000-08-31Fix relative path references so that make knowns which dependencies referPeter Eisentraut
2000-08-06Toast all the system-table columns that seem to need it. It turns outTom Lane
2000-07-06Backend makefile cleanup. make maintainer-clean is now completelyPeter Eisentraut
2000-07-05Enable pg_rewrite to be toasted (unlimited size of views and rules).Jan Wieck
2000-07-03Move global internal files to PGDATA/global.Peter Eisentraut
2000-07-02Version number now set in configure, available through Makefile.globalPeter Eisentraut
2000-06-27Makefile cleanup for bin and pl subtrees. They should now supportPeter Eisentraut
2000-06-22Second pass over run-time configuration system. Adjust priorities on somePeter Eisentraut
2000-06-12Back out pg_shadow changes to allow create table and locking permissions.Bruce Momjian
2000-06-09Fix initdb spaces problem.Bruce Momjian
2000-06-09 I have large database and with this DB work more users and I very needBruce Momjian
2000-06-04New ps display code, works on more platforms.Peter Eisentraut
2000-05-31The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut
2000-04-25initdb didn't always remove temp filePeter Eisentraut
2000-04-08Add colo to display at end of initdb.Bruce Momjian
2000-04-06Update initdb display of postmaster startupBruce Momjian
2000-03-25Fix syntax error reported by old shells ("if ! command..." is aTom Lane
2000-03-25Remove >& and make it 2>&1Bruce Momjian
2000-02-16README not needed anymore.Bruce Momjian
2000-02-09Fixed broken initdb --show patchPeter Eisentraut
2000-02-08 yesterday I had a problem with initdb. I set bad environment valuesBruce Momjian
2000-01-29A few minor psql enhancementsPeter Eisentraut
2000-01-20Added new pg_id to fix initdb problemsPeter Eisentraut
2000-01-19another round of user interface cleanupsPeter Eisentraut
2000-01-18Updated user interfaces on initdb, initlocation, pg_dump, ipcclean to a GNU-c...Peter Eisentraut
2000-01-15- Allow array on int8Peter Eisentraut
2000-01-13initdb didn't load pg_descriptionPeter Eisentraut
1999-12-22Add installtion of postmaster.opts.default.Tatsuo Ishii
1999-12-20Cleanup of effective username test.Bruce Momjian
1999-12-18Finally initdb.sh works. Was problem with assuming EUID was defined.Bruce Momjian
1999-12-18initdb cleanupBruce Momjian
1999-12-18initdb cleanupBruce Momjian
1999-12-18More initdb cleanupBruce Momjian