summaryrefslogtreecommitdiff
path: root/src/bin/initdb
AgeCommit message (Expand)Author
2004-03-09The win32 port backend will require the functionality provided byBruce Momjian
2004-02-02Briefly,Bruce Momjian
2004-01-31Fix a probably-harmless read of uninitialized memory in mkdir_p(), toNeil Conway
2004-01-31Remove a superfluous semi-colon.Neil Conway
2004-01-26Ensure that close() and fclose() are checked for errors, at least inTom Lane
2004-01-10Translation updatesDennis Bjorklund
2003-12-23Fix a number of places where reconfiguring with a different installationTom Lane
2003-12-23Fix compile warning.Tom Lane
2003-12-17Remove pg_id.Peter Eisentraut
2003-12-11New translationPeter Eisentraut
2003-12-02Fix some small errors.Peter Eisentraut
2003-12-01Fix initdb use of mkdir_p().Bruce Momjian
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-11-25New translationPeter Eisentraut
2003-11-25More adjustment of error messagesPeter Eisentraut
2003-11-23Make the messages and the options parsing a bit more standard.Peter Eisentraut
2003-11-23Add maintainer-clean target.Peter Eisentraut
2003-11-23Add NLS support.Peter Eisentraut
2003-11-17Add FreeBSD mention for initdb.c.Bruce Momjian
2003-11-14Try to improve error handling for failures of backend subprocess.Tom Lane
2003-11-14Add fflush() before popen() calls; avoids any possible problem withTom Lane
2003-11-14Add missing logic to handle fixing permissions on an already-existingTom Lane
2003-11-13Preliminary code review for C version of initdb. Re-centralize handlingTom Lane
2003-11-13Silly to copy sprompt.c from src/port when we're linking libpgport anyway.Tom Lane
2003-11-13pgindent new initdb.c from Tom.Bruce Momjian
2003-11-13Add owner description to initdb C code.Bruce Momjian
2003-11-13Add fflush() calls so that I'm-about-to-do-this messages actuallyTom Lane
2003-11-13Fix lack of optreset.Tom Lane
2003-11-11Move system_views.sql into backend/catalog, per Tom.Bruce Momjian
2003-11-10Updated version of initdb with "rmdir/del" call on Win32.Bruce Momjian
2003-11-10Add C version of initdb, from Andrew Dunstan.Bruce Momjian
2003-10-13Determine max_connections first, then see how large shared_buffers canTom Lane
2003-09-27Make dump files created by initdb have consistent EOL termination, toBruce Momjian
2003-09-27The formatting of the display of the locale names assumed that locale namesPeter Eisentraut
2003-09-07Make the default pg_hba.conf include an entry for ::1 only if configureTom Lane
2003-08-26Mop-up for previous change to determine default shared_buffers andTom Lane
2003-07-27> Joe Conway <mail@joeconway.com> writes:Bruce Momjian
2003-07-23Apply message style guide to frontend programs.Peter Eisentraut
2003-07-22Don't report sequendces in pg_tables.Bruce Momjian
2003-07-21Fix relkind test for pg_tables.Bruce Momjian
2003-07-15Tweak original coding so that we can determine the platform-specificTom Lane
2003-07-14The default values for shared_buffers and max_connections are now 1000Tom Lane
2003-07-04Add --help-config facility to dump information about GUC parametersTom Lane
2003-06-02Make the world at least marginally safe for usernames with embedded spaces.Tom Lane
2003-05-28Fix things so that an error occuring during standalone-backend processingTom Lane
2003-05-28In bootstrap and standalone-backend modes, do not sort LOG elevel outTom Lane
2003-05-15Indexing support for pattern matching operations via separate operatorPeter Eisentraut
2003-04-04Code review for pg_stat_get_backend_activity_start patch --- fixTom Lane
2003-03-25Merge documentation into one book. (Build with "make html".) ReplacePeter Eisentraut
2003-03-20Add start time to pg_stat_activityBruce Momjian