]> granicus.if.org Git - postgresql/history - src/bin/initdb
Make pg_dump output more portable and more pleasing to look at.
[postgresql] / src / bin / initdb /
2002-08-17 Bruce MomjianReverse out XLogDir/-X write-ahead log handling, per...
2002-08-17 Bruce Momjian[ Newest version of patch applied.]
2002-08-15 Bruce MomjianAs discussed on several occasions previously, the new...
2002-08-08 Tom LaneMake the standard system views schema-aware.
2002-08-04 Thomas G. LockhartImplement WAL log location control using "-X" or PGXLOG.
2002-07-29 Tom LaneImplement CREATE/DROP OPERATOR CLASS. Work still remai...
2002-07-24 Peter EisentrautRemove unused system table columns:
2002-07-18 Peter Eisentrautpg_cast table, and standards-compliant CREATE/DROP...
2002-07-18 Tom LaneImplement DROP SCHEMA. It lacks support for dropping...
2002-07-18 Tatsuo IshiiI have committed many support files for CREATE CONVERSI...
2002-07-16 Tom LaneAdd initdb code to set up initial contents of pg_depend...
2002-07-12 Tom LaneSecond phase of committing Rod Taylor's pg_depend/pg_co...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-21 Tom LaneSpell long option with -c not --, for compatibility...
2002-05-17 Tom LaneGuard against empty-string results from pg_getlocale.
2002-05-09 Peter EisentrautMake initdb print a message about which locale it is...
2002-04-27 Tom LaneSupport toasting of shared system relations, and provid...
2002-04-21 Tom LaneRestructure AclItem representation so that we can have...
2002-04-19 Tom LaneChange naming rule for ON SELECT rules of views: they...
2002-04-18 Tom LaneRule names are now unique per-relation, rather than...
2002-04-15 Tom LaneAdjust rules for search_path so that pg_catalog is...
2002-04-04 Bruce MomjianAuthentication improvements:
2002-04-03 Peter EisentrautLocale support is on by default. The choice of locale...
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
2002-03-01 Peter EisentrautUser and database-specific session defaults for run...
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-17 Peter EisentrautSupport for DESTDIR make variable. This is used as...
2000-09-08 Peter EisentrautMake building scripts kind of consistent in look and...
2000-09-01 Peter EisentrautChange initdb to not delete PGDATA directory unless...
2000-08-31 Peter EisentrautFix relative path references so that make knowns which...
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-27 Peter EisentrautMakefile cleanup for bin and pl subtrees. They should...
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
next