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