summaryrefslogtreecommitdiff
path: root/src/bin/initdb
AgeCommit message (Expand)Author
2012-04-17Don't override arguments set via options with positional arguments.Andrew Dunstan
2012-04-13Consistently quote encoding and locale names in messagesPeter Eisentraut
2012-03-30Add new files to NLS file listsPeter Eisentraut
2012-03-29initdb: Mark more messages for translationPeter Eisentraut
2012-03-26Replace empty locale name with implied value in CREATE DATABASE and initdb.Tom Lane
2012-02-01initdb: Add options --auth-local and --auth-hostPeter Eisentraut
2012-01-14initdb: Remove support for crypt authentication methodPeter Eisentraut
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-12-27Standardize treatment of strcmp() return valuePeter Eisentraut
2011-12-10Miscellaneous cleanup to silence compiler warnings seen on Mingw.Andrew Dunstan
2011-10-22Support synchronization of snapshots through an export/import procedure.Tom Lane
2011-09-24Fix our mapping of Windows timezones for Central America.Tom Lane
2011-09-13Propagate with_system_tzdata setting into initdb build.Tom Lane
2011-09-09Simplify handling of the timezone GUC by making initdb choose the default.Tom Lane
2011-09-01setlocale() on Windows doesn't work correctly if the locale name containsHeikki Linnakangas
2011-08-23Use consistent format for reporting GetLastError()Peter Eisentraut
2011-08-17Translation updatesPeter Eisentraut
2011-06-26Make _ be automatically included in GETTEXT_TRIGGERSPeter Eisentraut
2011-06-26Replace := by = in nls.mk filesPeter Eisentraut
2011-06-09Translation updates for 9.1beta2Peter Eisentraut
2011-06-09Pgindent run before 9.1 beta2.Bruce Momjian
2011-05-19Add example for replication in pg_hba.confMagnus Hagander
2011-05-10Be more wary in initdb's creation of platform-dependent collations.Tom Lane
2011-04-25Assorted minor changes to silence Windows compiler warnings.Andrew Dunstan
2011-04-20Quotes in strings injected into bki file need to escaped. In particular,Heikki Linnakangas
2011-04-15Suppress unused-function warning on non-WIN32 builds.Tom Lane
2011-04-15setlocale() on Windows doesn't work correctly if the locale name containsHeikki Linnakangas
2011-04-15On Windows, if the encoding implied by locale is not allowed as aHeikki Linnakangas
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-04-09Add collation support on Windows (MSVC build)Peter Eisentraut
2011-04-08Modify initdb to complain only when no usable system locales are found.Tom Lane
2011-03-22Make initdb ignore locales for client-only encodings.Tom Lane
2011-03-20Fix up handling of C/POSIX collations.Tom Lane
2011-03-19Rename ident authentication over local connections to peerMagnus Hagander
2011-03-15Add database comments to template0 and postgres databases, and improveBruce Momjian
2011-03-14Remove special case allowing parameters to ident auth for initdbMagnus Hagander
2011-03-10Revert addition of third argument to format_type().Tom Lane
2011-03-05Create extension infrastructure for the core procedural languages.Tom Lane
2011-03-03Further refine patch for commenting operator implementation functions.Tom Lane
2011-02-12DDL support for collationsPeter Eisentraut
2011-02-08Per-column collation supportPeter Eisentraut
2011-02-07Implement genuine serializable isolation level.Heikki Linnakangas
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-12-11Move a couple of initdb's subroutines into src/port/.Tom Lane
2010-12-10Use symbolic names not octal constants for file permission flags.Tom Lane
2010-11-12Improved parallel make supportPeter Eisentraut
2010-09-22Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-07-05Split the LDFLAGS make variable into two parts: LDFLAGS is now used forTom Lane
2010-05-13Translation updatePeter Eisentraut