summaryrefslogtreecommitdiff
path: root/src/bin/initdb
AgeCommit message (Expand)Author
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
1999-12-18Cleanup of initdb.sh script to be portable, at least marginally.Bruce Momjian
1999-12-17Fix MULTIBYTE handling in string by using strcat.Bruce Momjian
1999-12-17Okay, this is how it looks: Please apply the attached patch to the currentJan Wieck
1999-12-17ANother initdb cleanupBruce Momjian
1999-12-17initdb.sh fix from Peter.Bruce Momjian
1999-12-17This is my -- hopefully sufficiently portable -- attempt at cleaning outBruce Momjian
1999-12-16Hi,Bruce Momjian
1999-12-12I'm in TODO mood today ...Bruce Momjian
1999-12-09Remove extra vacuum, from Peter.Bruce Momjian
1999-12-08Change $< to $+ in scripts Makefile, and clean up pg_encoding if logic.Bruce Momjian
1999-11-21Change backend-side COPY to write files with permissions 644 not 666Tom Lane
1999-10-06XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.Vadim B. Mikheev