summaryrefslogtreecommitdiff
path: root/src/bin/initdb/initdb.c
Commit message (Expand)AuthorAgeFilesLines
* Spelling correction, per Greg Mullane.Tom Lane2004-09-021-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-196/+199
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Fix typo in comment, per Andrew Dunstan.Tom Lane2004-08-251-2/+2
* Throw error if initdb -L is not an absolute path.Bruce Momjian2004-08-161-2/+7
* Cause initdb to actually accept -s as intended, and fix some typos inTom Lane2004-08-111-4/+4
* Allow compilation when CODESET is not defined (OpenBSD).Peter Eisentraut2004-08-111-5/+5
* Path-mangling logic was failing to account for paths containing mentionsTom Lane2004-08-091-1/+2
* Add docs for initdb --auth.Bruce Momjian2004-08-011-26/+1
* >I got a new idea on this. I think we should add an initdb option thatBruce Momjian2004-08-011-3/+68
* XLOG file archiving and point-in-time recovery. There are still someTom Lane2004-07-191-5/+13
* Detect locale/encoding mismatch in initdb, or pick a suitable encodingPeter Eisentraut2004-07-141-11/+231
* Fix username mismatch in initdb. Magnus.Bruce Momjian2004-07-121-7/+8
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-011-2/+2
* Add --pwfile option to initdb, so that passwords can be set by GUI toolsTom Lane2004-06-241-8/+60
* Rename pg_tablespaces directory to pg_tblspc, so it is more unique fromBruce Momjian2004-06-211-2/+2
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-181-3/+3
* Attached is a patch that takes care of the PATHSEP issue. I made a moreBruce Momjian2004-06-101-2/+2
* Handle multiple double-quoted strings using Win32's system() call.Bruce Momjian2004-06-101-9/+9
* Add PGETC (for pg_service.conf) and PGLOCALE (for locale dir)Bruce Momjian2004-06-031-2/+2
* Remove init_nls() functions, call set_pglocale() directly.Bruce Momjian2004-06-011-13/+2
* Make the locale location relocatable.Bruce Momjian2004-05-251-9/+5
* Clean up some relative path install issues with Claudio's help.Bruce Momjian2004-05-181-1/+3
* Reorganize code to allow path-relative installs.Bruce Momjian2004-05-171-16/+19
* Rename backendbin to backend_exec in initdb.c.Bruce Momjian2004-05-171-19/+19
* Adjust find_my_exec/find_other_exec() so that the return parameter isBruce Momjian2004-05-141-3/+3
* Rename find_my_binary/find_other_binary toBruce Momjian2004-05-121-3/+3
* As part of the work for making relocatable installs, I have re-factoredBruce Momjian2004-05-111-326/+60
* Add variables names to static prototypes in initdb.c.Bruce Momjian2004-05-101-22/+24
* Second try at a portable unsetenv().Tom Lane2004-05-051-21/+3
* Use a more portable technique for unsetting environment variables,Tom Lane2004-05-051-2/+23
* The win32 port backend will require the functionality provided byBruce Momjian2004-03-091-27/+1
* Briefly,Bruce Momjian2004-02-021-6/+1
* Fix a probably-harmless read of uninitialized memory in mkdir_p(), toNeil Conway2004-01-311-2/+2
* Remove a superfluous semi-colon.Neil Conway2004-01-311-2/+1
* Ensure that close() and fclose() are checked for errors, at least inTom Lane2004-01-261-3/+7
* Fix compile warning.Tom Lane2003-12-231-2/+2
* Remove pg_id.Peter Eisentraut2003-12-171-2/+2
* Fix initdb use of mkdir_p().Bruce Momjian2003-12-011-9/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* More adjustment of error messagesPeter Eisentraut2003-11-251-12/+12
* Make the messages and the options parsing a bit more standard.Peter Eisentraut2003-11-231-52/+41
* Add NLS support.Peter Eisentraut2003-11-231-113/+107
* Add FreeBSD mention for initdb.c.Bruce Momjian2003-11-171-1/+2
* Try to improve error handling for failures of backend subprocess.Tom Lane2003-11-141-23/+72
* Add fflush() before popen() calls; avoids any possible problem withTom Lane2003-11-141-9/+15
* Add missing logic to handle fixing permissions on an already-existingTom Lane2003-11-141-34/+61
* Preliminary code review for C version of initdb. Re-centralize handlingTom Lane2003-11-131-269/+266
* pgindent new initdb.c from Tom.Bruce Momjian2003-11-131-11/+13
* Add owner description to initdb C code.Bruce Momjian2003-11-131-1/+6