OSDN Git Service

Use _() macro consistently rather than gettext(). Add translation
[pg-rex/syncrep.git] / src / bin / initdb / initdb.c
2005-02-22 Bruce MomjianUse _() macro consistently rather than gettext(). ...
2005-01-28 Tom LaneAdjust mkdir_p to do stat() before trying mkdir()....
2005-01-08 Tom LaneConsistently use geteuid() not getuid(); there were...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-27 Tom LaneMake sure --with-pgport option propagates into postgres...
2004-11-29 Tom LaneClean up initdb's error handling so that it prints...
2004-11-29 Bruce MomjianHave initdb display relative paths to start postmaster...
2004-11-27 Tom LaneFix HAVE_OPTRESET to be HAVE_INT_OPTRESET. Typos spott...
2004-11-14 Tom LaneUse English-style quotes in error messages, per Serguei...
2004-11-09 Peter EisentrautGet rid of perror(), substitute some better phrased...
2004-10-24 Tom LaneWrite config files as text not binary, per Magnus Hagander.
2004-10-22 Tom LaneDon't use LC_MESSAGES value on WIN32, since it doesn...
2004-10-17 Peter EisentrautAdjust message
2004-10-15 Bruce MomjianAdd full path in error report for version mismatch...
2004-10-12 Peter EisentrautMessage style revisions
2004-10-10 Neil ConwayCosmetic improvements/code cleanup:
2004-10-07 Tom LaneAdd missing null terminator to escaped string; clean...
2004-10-07 Bruce MomjianAdd one more byte to malloc for null storage.
2004-10-07 Bruce MomjianEscape single quotes and backslashes used in locales...
2004-10-06 Bruce MomjianAdjustment to test on unix domain socket variable for...
2004-10-06 Bruce MomjianRemove pg_hba.conf 'local' line for Win32 because it...
2004-09-02 Tom LaneSpelling correction, per Greg Mullane.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-25 Tom LaneFix typo in comment, per Andrew Dunstan.
2004-08-16 Bruce MomjianThrow error if initdb -L is not an absolute path.
2004-08-11 Tom LaneCause initdb to actually accept -s as intended, and...
2004-08-11 Peter EisentrautAllow compilation when CODESET is not defined (OpenBSD).
2004-08-09 Tom LanePath-mangling logic was failing to account for paths...
2004-08-01 Bruce MomjianAdd docs for initdb --auth.
2004-08-01 Bruce Momjian>I got a new idea on this. I think we should add an...
2004-07-19 Tom LaneXLOG file archiving and point-in-time recovery. There...
2004-07-14 Peter EisentrautDetect locale/encoding mismatch in initdb, or pick...
2004-07-12 Bruce MomjianFix username mismatch in initdb. Magnus.
2004-07-01 Tom LaneNested transactions. There is still much left to do...
2004-06-24 Tom LaneAdd --pwfile option to initdb, so that passwords can...
2004-06-21 Bruce MomjianRename pg_tablespaces directory to pg_tblspc, so it...
2004-06-18 Tom LaneTablespaces. Alternate database locations are dead...
2004-06-10 Bruce MomjianAttached is a patch that takes care of the PATHSEP...
2004-06-10 Bruce MomjianHandle multiple double-quoted strings using Win32's...
2004-06-03 Bruce MomjianAdd PGETC (for pg_service.conf) and PGLOCALE (for local...
2004-06-01 Bruce MomjianRemove init_nls() functions, call set_pglocale() directly.
2004-05-25 Bruce MomjianMake the locale location relocatable.
2004-05-18 Bruce MomjianClean up some relative path install issues with Claudio...
2004-05-17 Bruce MomjianReorganize code to allow path-relative installs.
2004-05-17 Bruce MomjianRename backendbin to backend_exec in initdb.c.
2004-05-14 Bruce MomjianAdjust find_my_exec/find_other_exec() so that the retur...
2004-05-12 Bruce MomjianRename find_my_binary/find_other_binary to
2004-05-11 Bruce MomjianAs part of the work for making relocatable installs...
2004-05-10 Bruce MomjianAdd variables names to static prototypes in initdb.c.
2004-05-05 Tom LaneSecond try at a portable unsetenv().
2004-05-05 Tom LaneUse a more portable technique for unsetting environment...
2004-03-09 Bruce MomjianThe win32 port backend will require the functionality...
2004-02-02 Bruce MomjianBriefly,
2004-01-31 Neil ConwayFix a probably-harmless read of uninitialized memory...
2004-01-31 Neil ConwayRemove a superfluous semi-colon.
2004-01-26 Tom LaneEnsure that close() and fclose() are checked for errors...
2003-12-23 Tom LaneFix compile warning.
2003-12-17 Peter EisentrautRemove pg_id.
2003-12-01 Bruce MomjianFix initdb use of mkdir_p().
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-25 Peter EisentrautMore adjustment of error messages
2003-11-23 Peter EisentrautMake the messages and the options parsing a bit more...
2003-11-23 Peter EisentrautAdd NLS support.
2003-11-17 Bruce MomjianAdd FreeBSD mention for initdb.c.
2003-11-14 Tom LaneTry to improve error handling for failures of backend...
2003-11-14 Tom LaneAdd fflush() before popen() calls; avoids any possible...
2003-11-14 Tom LaneAdd missing logic to handle fixing permissions on an...
2003-11-13 Tom LanePreliminary code review for C version of initdb. Re...
2003-11-13 Bruce Momjianpgindent new initdb.c from Tom.
2003-11-13 Bruce MomjianAdd owner description to initdb C code.
2003-11-13 Tom LaneAdd fflush() calls so that I'm-about-to-do-this message...
2003-11-13 Tom LaneFix lack of optreset.
2003-11-10 Bruce MomjianUpdated version of initdb with "rmdir/del" call on...
2003-11-10 Bruce MomjianAdd C version of initdb, from Andrew Dunstan.