summaryrefslogtreecommitdiff
path: root/src/bin/initdb
AgeCommit message (Expand)Author
2002-04-15Adjust rules for search_path so that pg_catalog is never implicitlyTom Lane
2002-04-04Authentication improvements:Bruce Momjian
2002-04-03Locale support is on by default. The choice of locale is done in initdbPeter Eisentraut
2002-03-02Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian
2002-03-01User and database-specific session defaults for run-time configurationPeter Eisentraut
2002-02-18Privileges on functions and procedural languagesPeter Eisentraut
2001-11-25Encoding isn't necessarily multibytePeter Eisentraut
2001-11-24Make initdb --help not line wrap.Bruce Momjian
2001-10-19Ensure that all startup paths (postmaster, standalone postgres, orTom Lane
2001-10-16Use LEFT JOIN, not FULL JOIN, in statistical views.Tom Lane
2001-09-30These are further fixes for double quotes missing in the various shellBruce Momjian
2001-09-08Make the world somewhat safe for (not from) DELETE FROM pg_shadow;Peter Eisentraut
2001-09-06Commit Karel's patch.Tatsuo Ishii
2001-08-26Transaction IDs wrap around, per my proposal of 13-Aug-01. MoreTom Lane
2001-08-25Replace implementation of pg_log as a relation accessed through theTom Lane
2001-08-25Hide backend debug output in initdb by default. To that end, the bootstrapPeter Eisentraut
2001-08-10Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane
2001-07-31Change SQL commands embedded in the initdb script from the styleTom Lane
2001-07-15Restructure index AM interface for index building and index tuple deletion,Tom Lane
2001-06-23Don't use a temp file. It was created insecurely and was easy to do without.Peter Eisentraut
2001-06-22Statistical system views (yet without the config stuff, butJan Wieck
2001-06-14Revoke public read access from pg_statistic, create new system viewTom Lane
2001-06-12Clean up various to-do items associated with system indexes:Tom Lane
2001-05-12Make bootstrap debug messages more readable. Clean up some clutter.Peter Eisentraut
2001-05-08Allow SHELL in Makefile.* to control initdb.Bruce Momjian
2001-03-27Add checking for valid database encoding.Tatsuo Ishii
2001-03-13Provide more useful error message if 'postgres -V' failed. AdvertisePeter Eisentraut
2001-02-18Add copyright mentions, per Tom Lane.Bruce Momjian
2001-01-20Get rid of initdb -t bugs by the simple expedient of getting rid ofTom Lane
2001-01-04Correct path where to check for password file existance.Peter Eisentraut
2000-12-31Fix typo in error message.Tom Lane
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