]> granicus.if.org Git - postgresql/history - src/bin/initdb/initdb.sh
Privileges on functions and procedural languages
[postgresql] / src / bin / initdb / initdb.sh
2002-02-18 Peter EisentrautPrivileges on functions and procedural languages
2001-11-25 Peter EisentrautEncoding isn't necessarily multibyte
2001-11-24 Bruce MomjianMake initdb --help not line wrap.
2001-10-19 Tom LaneEnsure that all startup paths (postmaster, standalone...
2001-10-16 Tom LaneUse LEFT JOIN, not FULL JOIN, in statistical views.
2001-09-30 Bruce MomjianThese are further fixes for double quotes missing in...
2001-09-08 Peter EisentrautMake the world somewhat safe for (not from) DELETE...
2001-09-06 Tatsuo IshiiCommit Karel's patch.
2001-08-26 Tom LaneTransaction IDs wrap around, per my proposal of 13...
2001-08-25 Tom LaneReplace implementation of pg_log as a relation accessed...
2001-08-25 Peter EisentrautHide backend debug output in initdb by default. To...
2001-08-10 Tom LaneMake OIDs optional, per discussions in pghackers. ...
2001-07-31 Tom LaneChange SQL commands embedded in the initdb script from...
2001-07-15 Tom LaneRestructure index AM interface for index building and...
2001-06-23 Peter EisentrautDon't use a temp file. It was created insecurely and...
2001-06-22 Jan WieckStatistical system views (yet without the config stuff...
2001-06-14 Tom LaneRevoke public read access from pg_statistic, create...
2001-06-12 Tom LaneClean up various to-do items associated with system...
2001-05-12 Peter EisentrautMake bootstrap debug messages more readable. Clean...
2001-05-08 Bruce MomjianAllow SHELL in Makefile.* to control initdb.
2001-03-27 Tatsuo IshiiAdd checking for valid database encoding.
2001-03-13 Peter EisentrautProvide more useful error message if 'postgres -V'...
2001-02-18 Bruce MomjianAdd copyright mentions, per Tom Lane.
2001-01-20 Tom LaneGet rid of initdb -t bugs by the simple expedient of...
2001-01-04 Peter EisentrautCorrect path where to check for password file existance.
2000-12-31 Tom LaneFix typo in error message.
2000-11-25 Peter EisentrautAdvertise --help (rather than '-?') as help option...
2000-11-21 Tom LaneInstall the sample pg_ident.conf file into /home/postgr...
2000-11-21 Tom LaneSimplify definition of pg_tables and pg_views views...
2000-11-14 Tom LaneExtend CREATE DATABASE to allow selection of a template...
2000-11-11 Peter EisentrautMake sure shell scripts send error messages to stderr.
2000-11-09 Vadim B. MikheevAuto checkpoint creation.
2000-11-06 Peter EisentrautAdd -V option to backend, to show version, since -...
2000-11-04 Peter EisentrautSince the backend now handles relative PGDATA, initdb...
2000-11-02 Peter EisentrautAllow initdb to handle relative paths for PGDATA, by...
2000-10-29 Peter EisentrautShould be "test =", not "test ==".
2000-10-28 Peter EisentrautMake initdb safe against using
2000-10-22 Philip WarnerAdd new datlastsysoid to pg_database.
2000-10-16 Vadim B. MikheevNew file naming. Database OID is used as "tablespace...
2000-09-29 Peter EisentrautEnable initdb to create several levels of directories...
2000-09-01 Peter EisentrautChange initdb to not delete PGDATA directory unless...
2000-08-06 Tom LaneToast all the system-table columns that seem to need...
2000-07-06 Peter EisentrautBackend makefile cleanup. make maintainer-clean is...
2000-07-05 Jan WieckEnable pg_rewrite to be toasted (unlimited size of...
2000-07-03 Peter EisentrautMove global internal files to PGDATA/global.
2000-07-02 Peter EisentrautVersion number now set in configure, available through...
2000-06-22 Peter EisentrautSecond pass over run-time configuration system. Adjust...
2000-06-12 Bruce MomjianBack out pg_shadow changes to allow create table and...
2000-06-09 Bruce MomjianFix initdb spaces problem.
2000-06-09 Bruce Momjian I have large database and with this DB work more users...
2000-06-04 Peter EisentrautNew ps display code, works on more platforms.
2000-05-31 Peter EisentrautThe heralded `Grand Unified Configuration scheme' ...
2000-04-25 Peter Eisentrautinitdb didn't always remove temp file
2000-04-08 Bruce MomjianAdd colo to display at end of initdb.
2000-04-06 Bruce MomjianUpdate initdb display of postmaster startup
2000-03-25 Tom LaneFix syntax error reported by old shells ("if ! command...
2000-03-25 Bruce MomjianRemove >& and make it 2>&1
2000-02-16 Bruce MomjianREADME not needed anymore.
2000-02-09 Peter EisentrautFixed broken initdb --show patch
2000-02-08 Bruce Momjian yesterday I had a problem with initdb. I set bad envir...
2000-01-29 Peter EisentrautA few minor psql enhancements
2000-01-20 Peter EisentrautAdded new pg_id to fix initdb problems
2000-01-19 Peter Eisentrautanother round of user interface cleanups
2000-01-18 Peter EisentrautUpdated user interfaces on initdb, initlocation, pg_dum...
2000-01-15 Peter Eisentraut- Allow array on int8
2000-01-13 Peter Eisentrautinitdb didn't load pg_description
1999-12-22 Tatsuo IshiiAdd installtion of postmaster.opts.default.
1999-12-20 Bruce MomjianCleanup of effective username test.
1999-12-18 Bruce MomjianFinally initdb.sh works. Was problem with assuming...
1999-12-18 Bruce Momjianinitdb cleanup
1999-12-18 Bruce Momjianinitdb cleanup
1999-12-18 Bruce MomjianMore initdb cleanup
1999-12-18 Bruce MomjianCleanup of initdb.sh script to be portable, at least...
1999-12-17 Bruce MomjianFix MULTIBYTE handling in string by using strcat.
1999-12-17 Jan WieckOkay, this is how it looks: Please apply the attached...
1999-12-17 Bruce MomjianANother initdb cleanup
1999-12-17 Bruce Momjianinitdb.sh fix from Peter.
1999-12-17 Bruce MomjianThis is my -- hopefully sufficiently portable -- attemp...
1999-12-16 Bruce MomjianHi,
1999-12-12 Bruce MomjianI'm in TODO mood today ...
1999-12-09 Bruce MomjianRemove extra vacuum, from Peter.
1999-11-21 Tom LaneChange backend-side COPY to write files with permission...
1999-10-06 Vadim B. MikheevXLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.
1999-05-20 Jan WieckRemoved the automatic installation of built procedural...
1999-05-12 Jan WieckAdded installation of created procedural languages...
1999-03-17 Bruce MomjianAdd new postgres -O option to allow system table struct...
1999-01-28 Jan WieckChanged qualification of pg_views and pg_tables to...
1998-10-02 Bruce Momjian Here's a combination of all the patches I'm current...
1998-09-09 Bruce MomjianHi patchers/hackers.
1998-08-24 Bruce Momjian This is the final state of the rule system for...
1998-08-24 Bruce Momjiano note that now pg_database has a new attribuite "encod...
1998-08-22 Bruce MomjianPatch to allow createuser options from the command...
1998-08-21 Bruce MomjianFix display in initdb.
1998-08-20 Bruce Momjianfix for index problem.
1998-08-20 Bruce MomjianAnother vacuum fix.
1998-08-19 Bruce MomjianFix for vacuum introduced today.
1998-08-19 Bruce MomjianVacuum fix. Was modifying cache.
1998-08-14 Thomas G. LockhartCheck for bad result from pg_id. A bad result can come...
1998-08-01 Bruce MomjianFix duplicate inside initdb.sh
1998-07-26 Marc G. FournierFrom: t-ishii@sra.co.jp
next